Closed
Bug 575508
Opened 14 years ago
Closed 14 years ago
[e10s] Add consts and QI to fake webNavigation object
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
2.32 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
For remote content, we use a remote-browser binding. It didn't have all the consts that a real nsIWebNavigation impl would have, and didn't support QueryInterface. We would get errors like:
JavaScript strict warning: chrome://global/content/bindings/browser.xml, line 186: reference to undefined property this.webNavigation.LOAD_FLAGS_FROM_EXTERNAL
This patch adds them
Attachment #454773 -
Flags: review?(21)
Comment 1•14 years ago
|
||
Comment on attachment 454773 [details] [diff] [review]
patch
We could probably also add the stop flags.
http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsIWebNavigation.idl#272
Attachment #454773 -
Flags: review?(21) → review+
Assignee | ||
Comment 2•14 years ago
|
||
added the STOP flags
pushed:
http://hg.mozilla.org/mobile-browser/rev/904f45182ba8
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•