Closed
Bug 1546445
Opened 7 years ago
Closed 6 years ago
Add appName to WebExtension.MessageDelegate.onMessage
Categories
(GeckoView :: Extensions, enhancement, P1)
Tracking
(firefox70 wontfix, firefox71 fixed)
RESOLVED
FIXED
mozilla71
People
(Reporter: agi, Assigned: agi)
References
Details
Attachments
(1 file)
A delegate that handles messages from multiple native apps can tell which native app identifier received the message by looking at port.name.
The same cannot be done with one-time messages as onMessage does not expose this, we should close this little API gap.
| Assignee | ||
Updated•7 years ago
|
Summary: Add appName to MessageDelegate.onMessage → Add appName to WebExtension.MessageDelegate.onMessage
| Assignee | ||
Comment 2•6 years ago
|
||
Looks like this should've been a P1? I'm just going to do this real quick.
Priority: P3 → P1
| Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Attachment #9092462 -
Attachment description: Bug 1546445 - Add appName to MessageDelegate.onMessage. → Bug 1546445 - Add nativeApp to MessageDelegate.onMessage.
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba266451040e
Add nativeApp to MessageDelegate.onMessage. r=snorp
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Comment 6•6 years ago
|
||
firefox70=wontfix because we don't need to uplift this fix to GV 70 Beta.
status-firefox70:
--- → wontfix
Comment 7•3 years ago
|
||
Moving some WebExtension bugs to the GeckoView::Extensions component.
Component: General → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•