Closed
Bug 1133834
Opened 10 years ago
Closed 10 years ago
[e10s] windows/observer generates unnecessary CPOW usage
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)
Loading the SDK windows API starts the windows/observer module watching for window creation and activation. Because it registers an event listener on the top-level window the shims step in and start forwarding events from content which we then interrogate enough to cause some CPOW traffic whenever loading or switching tabs.
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8565584 -
Flags: review?(jsantell)
Updated•10 years ago
|
Attachment #8565584 -
Flags: review?(jsantell) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/55d47108d3e575dabe5d7c66797dc27c8430092e
Bug 1133834: sdk/windows/observer should ignore events from child process windows.
https://github.com/mozilla/addon-sdk/commit/987431586066a0d8c49363484001a0f66ddb86f3
Merge pull request #1864 from Mossop/bug1133834
Bug 1133834: sdk/windows/observer should ignore events from child process windows. r=jsantell
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•