Closed
Bug 1651390
Opened 5 years ago
Closed 5 years ago
Remove duplicate js::NewString[DontDeflate] functions
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(2 files)
Calls to js::NewString()
can be replaced with js::NewString<CanGC>
, same goes for js::NewStringDontDeflate
.
Assignee | ||
Comment 1•5 years ago
|
||
Copy the comments to the NewString<allowGC>
alternatives before removing
the functions in part 2.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D82732
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a7dafb313592
Part 1: Copy comments from NewString[DontDeflate]. r=sfink
https://hg.mozilla.org/integration/autoland/rev/36245fe59dce
Part 2: Remove near duplicate NewString[DontDeflate] functions. r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a7dafb313592
https://hg.mozilla.org/mozilla-central/rev/36245fe59dce
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•