Closed
Bug 1959379
Opened 6 months ago
Closed 6 months ago
Implement #maybe-set-the-upcoming-non-traverse-api-method-tracker
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: farre, Assigned: jjaschke)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
#maybe-set-the-upcoming-non-traverse-api-method-tracker needs to be called for method trackers to operate successfully.
Reporter | ||
Comment 1•6 months ago
|
||
Consider adding asserts that apiMethodTracker->mFinishedPromise is non-null.
Reporter | ||
Updated•6 months ago
|
Type: defect → task
Assignee | ||
Comment 2•6 months ago
|
||
Pushed by jjaschke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67f798582d85
Navigation API: Implement `#maybe-set-the-ongoing-non-traverse-api-method-tracker`. r=farre,dom-core
Comment 4•6 months ago
|
||
Please replace the uses of const JS::Value&
with JS::Handle<JS::Value>
. It's not clear to me if the former is safe here with the Promise creation happening in that function.
Flags: needinfo?(jjaschke)
Updated•6 months ago
|
Flags: needinfo?(jjaschke)
Comment 6•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•