Closed
Bug 1439615
Opened 4 years ago
Closed 4 years ago
onLoadUri not called for current-window loads under e10s
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: jchen, Assigned: esawin)
References
Details
Attachments
(1 file)
6.70 KB,
patch
|
jchen
:
review+
|
Details | Diff | Splinter Review |
NavigationListener.onLoadUri is called for these operations under non-e10s, but onLoadUri is not called for the same operations under e10s:
> session.loadUri(...)
> session.reload()
> session.goBack()
> session.goForward()
Assignee | ||
Comment 1•4 years ago
|
||
The URI load delegate is called on the content docshell with e10s.
Assignee: nobody → esawin
Attachment #8954572 -
Flags: review?(nchen)
Reporter | ||
Updated•4 years ago
|
Attachment #8954572 -
Flags: review?(nchen) → review+
Pushed by esawin@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/120334ac0e53 [1.0] Move nsILoadURIDelegate handling to content module. r=jchen
Comment 3•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/120334ac0e53
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•4 years ago
|
Product: Firefox for Android → GeckoView
Updated•4 years ago
|
Target Milestone: Firefox 60 → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•