Closed
Bug 1609636
Opened 5 years ago
Closed 5 years ago
Support JS WeakRef in browser
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(2 files)
a follow-up of bug 1587093, this is to provide an option which JS WeakRef could be enabled in browser
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
From WeakRef proposal, 1, ECMAScript implementations are expected to call
ClearKeptObjects when a synchronous sequence of ECMAScript execution completes.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Attachment #9121320 -
Attachment description: Bug 1609636 - Part 1: Add ClearKeptObjects API. → Bug 1609636 - Part 1: Add ClearKeptObjects API. , smaug
Updated•5 years ago
|
Attachment #9121320 -
Attachment description: Bug 1609636 - Part 1: Add ClearKeptObjects API. , smaug → Bug 1609636 - Part 1: Add ClearKeptObjects API.
Pushed by allstars.chh@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5764c08f9aec
Part 1: Add ClearKeptObjects API. r=jonco,smaug
https://hg.mozilla.org/integration/autoland/rev/f4da27fec1c4
Part 2: Add mochitests for WeakRef in browser. r=smaug,jonco
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5764c08f9aec
https://hg.mozilla.org/mozilla-central/rev/f4da27fec1c4
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•