Closed
Bug 1380290
Opened 8 years ago
Closed 8 years ago
Options page can no longer receive messages from the background page
Categories
(WebExtensions :: Untriaged, defect, P2)
WebExtensions
Untriaged
Tracking
(firefox-esr52 unaffected, firefox54 unaffected, firefox55 unaffected, firefox56 verified)
VERIFIED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | verified |
People
(Reporter: jwkbugzilla, Assigned: kmag)
References
(Blocks 1 open bug)
Details
(Keywords: regression, testcase)
Attachments
(2 files, 1 obsolete file)
Steps to reproduce:
* Go to about:debugging and load the attached extension as a temporary extension.
* Go to about:addons, find "WebExtensions test" in the list and click its "Preferences" button.
* Press Ctrl/Cmd+Shift+J to open Browser Console, have a look at the messages.
Expected results:
Both "ping" and "pong" are listed in the Browser Console - the options page sent a message to the background page and received a response back. That's the behavior I see in Firefox 54 and Chrome 59.
Actual results:
Only "ping" is listed in the Browser Console, the response hasn't been received by the options page - tested with Firefox 56.0a1 nightly (2017-07-11) on Ubuntu. This affects both communication via plain messages and ports. I'm fairly certain that it used to work only a few days ago, so a pretty recent regression.
WFM in Nightly 56.0a1 (2017-07-11) x86 on Win10.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Reporter | ||
Comment 2•8 years ago
|
||
My bad, not sure what went wrong with my testing. This seems to affect port-based communication only, which is what I was doing initially. I replaced the test extension by one using ports to communicate and verified that the issue is reproducible with a clean profile on Firefox 56.0a1 nightly (2017-07-12) on Ubuntu.
Attachment #8885669 -
Attachment is obsolete: true
Blocks: webext-oop
Status: UNCONFIRMED → NEW
Has Regression Range: --- → yes
Has STR: --- → yes
Ever confirmed: true
Keywords: regressionwindow-wanted → testcase
Reporter | ||
Comment 4•8 years ago
|
||
Strange, extensions.webextensions.remote isn't the default on Linux and was indeed off for me. Which doesn't mean of course that it isn't a side-effect of one of those changes.
Comment hidden (mozreview-request) |
Updated•8 years ago
|
status-firefox56:
--- → affected
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8885967 [details]
Bug 1380290: Use correct message manager when communicating with inline options browsers.
https://reviewboard.mozilla.org/r/156750/#review162112
eeew
Attachment #8885967 -
Flags: review?(aswan) → review+
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9ce83907a2bc
Use correct message manager when communicating with inline options browsers. r=aswan
Updated•8 years ago
|
Priority: -- → P2
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•8 years ago
|
Assignee: nobody → kmaglione+bmo
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 9•7 years ago
|
||
I was able to reproduce the initial issue on Firefox 56.0a1 (2017-07-09) under Windows 10 64-bit.
Verified as fixed on Firefox 56.0a1 (2017-08-01) and Firefox 57.0a1 (2017-08-02) under Windows 10 64-bit and Ubuntu 16.04 32-bit. Both "ping" and "pong" are listed in the Browser Console.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 10•7 years ago
|
||
I forgot to retest this issue. In Firefox 57.0a1 (2017-08-02) on Ubuntu everything seems to be working as well, Easy Passwords 1.2.1 options are working - it has been released as a Web Extension in the meantime.
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•