Closed
Bug 1660940
Opened 4 years ago
Closed 4 years ago
Cleanup stencil functions
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D88613
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D88614
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D88615
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D88616
Comment 5•4 years ago
|
||
This will probably be required for the MVP so that we can change the DOM ScriptLoader.
Assignee | ||
Updated•4 years ago
|
Summary: Create public JS API for compilation using stencil → Cleanup stencil functions
Updated•4 years ago
|
Attachment #9172699 -
Attachment is obsolete: true
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/b0d4068c12c0
Part 1: Add frontend API that allocates CompilationInfo. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/86a6bad251e9
Part 2: Add Smoosh::compileGlobalScriptToStencil with ReadOnlyCompileOptions. r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/1f97271accd5
Part 3: Use stencil-specific frontend API in JS shell. r=tcampbell
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b0d4068c12c0
https://hg.mozilla.org/mozilla-central/rev/86a6bad251e9
https://hg.mozilla.org/mozilla-central/rev/1f97271accd5
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•