Closed
Bug 1116004
Opened 10 years ago
Closed 10 years ago
switch page-worker to use the new (async) content/worker
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla37
People
(Reporter: zombie, Assigned: zombie)
References
Details
Attachments
(1 file)
this should be just a require change, with possible minor test updates..
Assignee | ||
Comment 1•10 years ago
|
||
this PR includes changes from bug 1095442, so please review that one first.
again, changes split into two (logical) commits:
the switch:
https://github.com/zombie/addon-sdk/commit/43014b228fc6875786a3489498f41ed85
adding tests to e10s-content test addon:
https://github.com/mozilla/addon-sdk/commit/b05a1c42c2155d1ea817e834dc8d59f3
Updated•10 years ago
|
Attachment #8541943 -
Flags: review?(dtownsend) → review+
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/43014b228fc6875786a3489498f41ed852746562
bug 1116004 - switch page-worker to new content/worker
https://github.com/mozilla/addon-sdk/commit/b05a1c42c2155d1ea817e834dc8d59f328e5683d
bug 1116004 - include test-page-worker in e10s-content test addon
https://github.com/mozilla/addon-sdk/commit/b369e816034a58f7a1a4f911eeee63d0d00164cb
Merge pull request #1777 from zombie/1116004-page-worker-async
bug 1116004 - switch page-worker to new content/worker, r=@Mossop
Assignee | ||
Updated•10 years ago
|
Blocks: e10s-sdk
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•