Closed
Bug 569481
Opened 16 years ago
Closed 15 years ago
update Page Worker API for forwards-compatibility with electrolysis
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
0.8
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file, 1 obsolete file)
|
39.50 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
The Page Worker API should be updated to be forwards-compatible with electrolysis.
Comment 1•16 years ago
|
||
Assigning to Brian, as the first step is his analysis of what we need to do here. Brian, assign back over when you post your comments.
Assignee: felipc → warner-bugzilla
Priority: -- → P2
Version: unspecified → Trunk
| Assignee | ||
Comment 2•16 years ago
|
||
My Panel implementation (bug 494238) uses Page Worker, and my WIP patches will incorporate whatever API changes are necessary, so marking this bug dependent on that one.
Depends on: jetpack-panel-apps
| Assignee | ||
Comment 3•15 years ago
|
||
Taking in order to implement the solution we've been hashing out over in bug 494238.
| Assignee | ||
Comment 4•15 years ago
|
||
This is the relevant portion of the all-in-one patch in bug 494238, which I'm breaking into smaller pieces to make it easier to review.
Attachment #463871 -
Flags: review?(dietrich)
| Assignee | ||
Updated•15 years ago
|
Priority: P2 → P1
Target Milestone: 0.5 → 0.8
Comment 5•15 years ago
|
||
does this still need review as-is? or does it need updating to contemporary e10s plans?
| Assignee | ||
Comment 6•15 years ago
|
||
(In reply to comment #5)
> does this still need review as-is? or does it need updating to contemporary
> e10s plans?
We could go either way. "Contemporary e10s plans" is particularly 588737, whose changes will have to be made to Panel as well, which is already in the tree, so I think it's fine if Page Worker's current E10S-compatible implementation is in the tree as well (and then gets updated when Panel does).
Here's an updated patch that resolves conflicts in the documentation on the tip.
Attachment #463871 -
Attachment is obsolete: true
Attachment #472317 -
Flags: review?(dietrich)
Attachment #463871 -
Flags: review?(dietrich)
Comment 7•15 years ago
|
||
Comment on attachment 472317 [details] [diff] [review]
patch v2: resolves conflicts with docs fixes in .md file
looks good, r=me. plan sounds fine.
Attachment #472317 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 8•15 years ago
|
||
Fixed by changeset https://hg.mozilla.org/labs/jetpack-sdk/rev/1e53a63b1d26.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 9•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•