Closed
Bug 1459759
Opened 8 years ago
Closed 8 years ago
Update settings when content module has registered
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: esawin, Assigned: esawin)
References
Details
Attachments
(1 file)
|
1.17 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
Initial module settings are no longer propagated to frame scripts.
| Assignee | ||
Comment 1•8 years ago
|
||
We have to send the initial settings to content modules on registration. Currently, initialization settings are never set in content modules.
Assignee: nobody → esawin
Attachment #8973864 -
Flags: review?(nchen)
Comment 2•8 years ago
|
||
Comment on attachment 8973864 [details] [diff] [review]
0001-Bug-1459759-1.0-Send-settings-to-content-modules-on-.patch
Review of attachment 8973864 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/modules/geckoview/GeckoViewModule.jsm
@@ +79,5 @@
> }
> self.messageManager.removeMessageListener("GeckoView:ContentRegistered",
> listener);
> + self.messageManager.sendAsyncMessage("GeckoView:UpdateSettings",
> + self.settings);
This is okay, though "GeckoView:UpdateSettings" will be handled by every module that's currently loaded. We should fix that in the future.
Attachment #8973864 -
Flags: review?(nchen) → review+
Pushed by esawin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/44fb2f695bd7
[1.0] Send settings to content modules on registration. r=jchen
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Updated•7 years ago
|
Target Milestone: Firefox 62 → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•