Closed
Bug 1808881
Opened 3 years ago
Closed 3 years ago
Remove JSContext from CompilationInput initialization
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(5 files)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D166163
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D166164
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D166165
| Assignee | ||
Comment 4•3 years ago
|
||
Depends on D166166
| Assignee | ||
Comment 5•3 years ago
|
||
Depends on D166167
Comment 6•3 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:arai, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Flags: needinfo?(tcampbell)
Flags: needinfo?(arai.unmht)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(tcampbell)
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/834979bd7298
Part 1: Remove JSContext parameter from FormatIntroducedFilename. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/0645eb4a144a
Part 2: Remove JSContext parameter from ScriptSource::initFromOptions. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/cd4165f39946
Part 3: Remove JSContext parameter from CompilationInput initialization. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/7fb5bf792934
Part 4: Remove JSContext parameter from SourceAwareCompiler initialization. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/73f8ed526ed5
Part 5: Directly use FrontendContext in CompilationInput::initForSelfHostingGlobal. r=tcampbell
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/834979bd7298
https://hg.mozilla.org/mozilla-central/rev/0645eb4a144a
https://hg.mozilla.org/mozilla-central/rev/cd4165f39946
https://hg.mozilla.org/mozilla-central/rev/7fb5bf792934
https://hg.mozilla.org/mozilla-central/rev/73f8ed526ed5
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•