Closed
Bug 1139113
Opened 11 years ago
Closed 11 years ago
Avoid the observer service in page-mod
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
Because of bug 1134006 it would be useful to avoid the observer service entirely in page-mod code. Once bug 1139099 is fixed this should be trivial.
| Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #8573573 -
Flags: review?(evold) → review+
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/559ffc3317ec35fd6f9ac0f272e81cad5a4a6c34
Bug 1139113: Use DOMDocElementInserted events rather than the observer service to detect new documents to page-mod.
https://github.com/mozilla/addon-sdk/commit/ef47c4d0e118494bfdfe2dccfb6f3a9ba0e00a6a
Merge pull request #1886 from Mossop/bug1139113
Bug 1139113: Use DOMDocElementInserted events rather than the observer service to detect new documents to page-mod. r=erikvold
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•