Closed
Bug 1118462
Opened 10 years ago
Closed 9 years ago
[e10s] ABP objectTabs.js line 302 throws js exception regularly
Categories
(Firefox :: Extension Compatibility, defect)
Firefox
Extension Compatibility
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: ally, Unassigned)
References
Details
No description provided.
Reporter | ||
Updated•10 years ago
|
Blocks: e10s-addon-exceptions, e10s-abp
Reporter | ||
Comment 1•10 years ago
|
||
objectTabs.js also throws an exception on line 364 (Bug 1118465)
Updated•10 years ago
|
OS: Windows 8 → All
Hardware: x86_64 → All
Summary: [e10s] ADP objectTabs.js line 302 throws js exception regularly → [e10s] ABP objectTabs.js line 302 throws js exception regularly
Reporter | ||
Updated•10 years ago
|
tracking-e10s:
--- → +
Comment 2•10 years ago
|
||
For reference, line 302 is:
> objtab.removeEventListener("mouseover", objectTabEventHander, false);
objtab here is a DOM element created by Adblock Plus in a content document. Most likely, this code is being triggered by a timer here - other code paths are either less common (extension shutdown) or access other content elements before getting to this line. I'm pretty sure that this is a duplicate of bug 1118457 so please keep the general discussion there.
Comment 3•9 years ago
|
||
objectTabs.js no longer relies on CPOWs as of Adblock Plus 2.7, is this issue still present?
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•