Open
Bug 1407111
Opened 8 years ago
Updated 2 years ago
Tools for debugging WebExtensions using the nativeMessaging API
Categories
(WebExtensions :: General, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: flaki, Unassigned)
Details
(Whiteboard: [DevAdvocacy][dev-ux])
While trying to get my Estonian ID card working on Arch Linux (https://github.com/open-eid/chrome-token-signing/wiki/Extension) I realized how few affordances are given to the user in terms of debugging what goes wrong in addons using the nativeMessaging API.
Just being able to enable a verbose mode logging the webextension's lifetime events would already be a huge help, due to the inherent complexity of what's happening when the nativeMessaging is used (e.g. is the native messaging native client app accessible? was it launched? what went wrong? etc.).
https://developer.chrome.com/extensions/nativeMessaging#native-messaging-debugging
Comment 1•8 years ago
|
||
Have you seen https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging#Troubleshooting
Do you have specific suggestions for what's missing from the existing browser console logs?
Updated•8 years ago
|
Updated•8 years ago
|
Flags: needinfo?(bugzilla)
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Comment 2•7 years ago
|
||
Bulk move of bugs per https://bugzilla.mozilla.org/show_bug.cgi?id=1483958
Updated•7 years ago
|
Whiteboard: [DevAdvocacy] → [DevAdvocacy][dev-ux]
Updated•3 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(bugzilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•