Closed Bug 1313290 Opened 8 years ago Closed 8 years ago

Use browser specific message manager in `SocialShare.sharePage`

Categories

(Firefox Graveyard :: SocialAPI, defect, P1)

49 Branch
defect

Tracking

(firefox52 fixed)

RESOLVED FIXED
Firefox 52
Tracking Status
firefox52 --- fixed

People

(Reporter: jryans, Assigned: jryans)

References

Details

(Whiteboard: [multiviewport][reserve-rdm])

Attachments

(1 file)

I noticed that `SocialShare.sharePage` sends several messages to a specific tab's browser with `gBrowser.selectedBrowser.messageManager`, but then waits for a reply using the browser window message manager.

As far as I can tell, it would be safe to listen for a reply on the same message manager used to send.  Also, the current version happens to fail to collect page content when the Responsive Design Mode that I am working on for DevTools is used.  Switching to the browser specific MM for replies resolves this issue.
Flags: qe-verify-
Comment on attachment 8804995 [details]
Bug 1313290 - Use tab specific MM in SocialShare.sharePage.

https://reviewboard.mozilla.org/r/88800/#review87972

LGTM, assuming tests pass ship it!
Attachment #8804995 - Flags: review?(mixedpuppy) → review+
Iteration: --- → 52.3 - Nov 7
Thanks for the quick review!
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6ca6314d95c2
Use tab specific MM in SocialShare.sharePage. r=mixedpuppy
https://hg.mozilla.org/mozilla-central/rev/6ca6314d95c2
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: