Closed
Bug 1460046
Opened 7 years ago
Closed 7 years ago
Make child modules behave the same way as parent modules
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
Bug 1458327 introduced "GeckoView:UpdateModuleState" for parent modules. We should do the same thing for child modules.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8974175 [details]
Bug 1460046 - Make child modules behave the same way as parent modules;
https://reviewboard.mozilla.org/r/242470/#review248572
::: mobile/android/modules/geckoview/GeckoViewContentModule.jsm:67
(Diff revision 1)
> +
> + if (settings) {
> + Object.assign(this.settings, settings);
> - }
> + }
> - );
> - this.messageManager.addMessageListener(
> +
> + if (enabled !== this.enabled) {
Maybe just early return instead to reduce nesting.
Attachment #8974175 -
Flags: review?(esawin) → review+
Comment hidden (mozreview-request) |
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59e522b59f9a
Make child modules behave the same way as parent modules; r=esawin
![]() |
||
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 62 → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•