Closed
Bug 1095945
Opened 9 years ago
Closed 9 years ago
addon "YouTube Center" crashes the content process sending a CPOW to ask for navigator.userAgent
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
DUPLICATE
of bug 1098666
Tracking | Status | |
---|---|---|
e10s | m5+ | --- |
People
(Reporter: jimm, Assigned: billm)
References
Details
(Keywords: crash)
Attachments
(1 file)
13.14 KB,
text/plain
|
Details |
Seems pretty popular on amo, but I don't see a bug filed on it. The stack here seems fairly unique.
Flags: needinfo?(wmccloskey)
Assignee | ||
Comment 1•9 years ago
|
||
Yeah. The add-on is sending a CPOW to ask for navigator.userAgent. That's sending a sync message to request some sort of per-domain user agent override: http://mxr.mozilla.org/mozilla-central/source/dom/base/SiteSpecificUserAgent.js?rev=36a117026b15#50 We can just convert the sendSyncMessage call to sendRpcMessage. There doesn't appear to be an ordering issue here.
Flags: needinfo?(wmccloskey)
![]() |
Reporter | |
Comment 2•9 years ago
|
||
https://crash-stats.mozilla.com/report/index/840d771a-ba00-46b9-96d5-839de2141110
Updated•9 years ago
|
Blocks: e10s-addons
Keywords: crash
Summary: addon "YouTube Center" crashes the content process → addon "YouTube Center" crashes the content process sending a CPOW to ask for navigator.userAgent
Updated•9 years ago
|
Assignee: nobody → wmccloskey
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Comment 4•8 years ago
|
||
The latest development version of this addon is now e10s compatible. https://github.com/YePpHa/YouTubeCenter/issues/1079
(In reply to Trevor Rowbotham from comment #4) > The latest development version of this addon is now e10s compatible. > > https://github.com/YePpHa/YouTubeCenter/issues/1079 I think it can be labelled fixed. The "stable" (aka broken) version is extremely rarely updated.
You need to log in
before you can comment on or make changes to this bug.
Description
•