Closed
Bug 1483664
Opened 7 years ago
Closed 7 years ago
Use lazy actor infrastructure for LightweightThemeChildHelper
Categories
(WebExtensions :: Themes, enhancement)
WebExtensions
Themes
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: kmag, Assigned: kmag)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #9001369 -
Flags: review?(ntim.bugs)
| Assignee | ||
Comment 2•7 years ago
|
||
Having to add pagehide/pageshow listeners to the chrome event target is a
serious inconvience for the use cases of this bug. Dispatching to system group
listeners has approximately the same effect as the old code, but is much
easier for window-bound code to handle.
Updated•7 years ago
|
Attachment #9001369 -
Attachment description: Bug 1483664: Use lazy actor infrastructure for LightweightThemeChild. r=ntim → Bug 1483664: Part 1 - Use lazy actor infrastructure for LightweightThemeChild. r=ntim
Comment 3•7 years ago
|
||
Comment on attachment 9001369 [details]
Bug 1483664: Part 1 - Use lazy actor infrastructure for LightweightThemeChild. r=ntim
Tim Nguyen :ntim has approved the revision.
Attachment #9001369 -
Flags: review+
Comment 4•7 years ago
|
||
Comment on attachment 9001369 [details]
Bug 1483664: Part 1 - Use lazy actor infrastructure for LightweightThemeChild. r=ntim
Since Bugzilla doesn't show Phabricator comments:
r+ with the JSDoc added.
Attachment #9001369 -
Flags: review?(ntim.bugs)
Comment 5•7 years ago
|
||
Comment on attachment 9001478 [details]
Bug 1483664: Part 0 - Dispatch pagehide/pageshow to all system group listeners on frameloader swap. r?smaug,mconley
Olli Pettay [:smaug] has approved the revision.
Attachment #9001478 -
Flags: review+
Comment 6•7 years ago
|
||
Comment on attachment 9001478 [details]
Bug 1483664: Part 0 - Dispatch pagehide/pageshow to all system group listeners on frameloader swap. r?smaug,mconley
Mike Conley (:mconley) (:⚙️) has approved the revision.
Attachment #9001478 -
Flags: review+
| Assignee | ||
Comment 7•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/335facce978ea7f9ef1e8dcfafc082e5b99f5a47
Bug 1483664: Part 0 - Dispatch pagehide/pageshow to all system group listeners on frameloader swap. r=smaug,mconley
https://hg.mozilla.org/integration/mozilla-inbound/rev/5266762e913c7b8186385023554ac73d324a724a
Bug 1483664: Part 1 - Use lazy actor infrastructure for LightweightThemeChild. r=ntim
Comment 8•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/335facce978e
https://hg.mozilla.org/mozilla-central/rev/5266762e913c
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 9•7 years ago
|
||
Can you please add some STRs for QA(and a test webextension if possible) or add the "qe-verify-" flag ?
Flags: needinfo?(kmaglione+bmo)
Updated•7 years ago
|
Flags: qe-verify-
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(kmaglione+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•