Closed
Bug 1534827
Opened 6 years ago
Closed 6 years ago
Page.jsm: Ci.nsIWebNavigation.LOAD_FLAG_IS_REFRESH/Ci.nsIWebNavigation.LOAD_FLAG_IS_LINK are undefined
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: ato)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I just picked this up with a script I run locally occasionally.
remote/domains/content/Page.jsm
references:
Ci.nsIWebNavigation.LOAD_FLAG_IS_REFRESH
Ci.nsIWebNavigation.LOAD_FLAG_IS_LINK
Both of which are undefined, as it should be FLAGS.
Assignee | ||
Comment 1•6 years ago
|
||
Well spotted again.
Assignee: nobody → ato
Status: NEW → ASSIGNED
Component: Agent → Page
Priority: -- → P1
Assignee | ||
Comment 2•6 years ago
|
||
The transitionType is converted into undefined because there is a typo
in the constants. These should be "FLAGS" rather than "FLAG".
Thanks-to: Mark Banner <standard8@mozilla.com>
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95f4b83aed87
remote: fix constants in transitionToLoadFlag; r=yulia
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•