Closed
Bug 1633829
Opened 5 years ago
Closed 2 years ago
Remove remaining uses of JSID methods
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: evilpies, Assigned: nbp)
References
Details
Attachments
(1 file)
In bug 1633145 I extended PropertyKey
with methods like isString()
etc. For example we should remove JSID_IS_STRING
and replace it with isString
.
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Severity: -- → N/A
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → nicolas.b.pierron
Status: NEW → ASSIGNED
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b791b4d37f17
Remove last reference to JSID_IS_STRING. r=evilpie
Comment 3•2 years ago
|
||
Backed out changeset b791b4d37f17 (Bug 1633829) for causing SM failures at RootingAPI.h
Backout: https://hg.mozilla.org/integration/autoland/rev/0278b86272728b17ade153f25ef5ec4442158066
Failure logs:
https://treeherder.mozilla.org/logviewer?job_id=423273312&repo=autoland&lineNumber=3786
https://treeherder.mozilla.org/logviewer?job_id=423277493&repo=autoland&lineNumber=3650
Flags: needinfo?(nicolas.b.pierron)
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0aa0e5c2b4b4
Remove last reference to JSID_IS_STRING. r=evilpie
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•1 year ago
|
Flags: needinfo?(nicolas.b.pierron)
You need to log in
before you can comment on or make changes to this bug.
Description
•