Closed
Bug 1439615
Opened 7 years ago
Closed 7 years ago
onLoadUri not called for current-window loads under e10s
Categories
(GeckoView Graveyard :: Sandboxing, 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•7 years ago
|
||
The URI load delegate is called on the content docshell with e10s.
Assignee: nobody → esawin
Attachment #8954572 -
Flags: review?(nchen)
Reporter | ||
Updated•7 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•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Target Milestone: Firefox 60 → mozilla60
Comment 4•3 years ago
|
||
Moving some e10s bugs to the new GeckoView::Sandboxing component.
Component: General → Sandboxing
Updated•11 months ago
|
Product: GeckoView → GeckoView Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•