Closed
Bug 1227283
Opened 10 years ago
Closed 4 years ago
A frameScript doesn't belong to any add-on
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| e10s | + | --- |
People
(Reporter: Yoric, Unassigned)
Details
No description provided.
| Reporter | ||
Comment 1•10 years ago
|
||
STR
* In an add-on, call `Cc["@mozilla.org/globalmessagemanager;1"].getService(Ci.nsIMessageListenerManager).loadFrameScript(foo, false);`
* Place a breakpoint in `foo`;
* Notice that `foo`'s compartment is not considered part of an add-on.
The immediate consequence is that this prevents the slow add-on watcher from detecting some cases of slow add-ons.
Updated•9 years ago
|
tracking-e10s:
--- → ?
Updated•9 years ago
|
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•