Closed
Bug 1736060
Opened 3 years ago
Closed 3 years ago
Finish implementation of Import Assertions
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: mgaudet, Assigned: jon4t4n)
References
(Blocks 1 open bug, )
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Reporter | ||
Comment 1•3 years ago
|
||
Hey Jonatan: To avoid us landing new patches on a bug that's already shipped out, can you move the not-yet-landed patches from Bug 1668330 to this bug please?
Flags: needinfo?(jonatan.r.klemets)
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jonatan.r.klemets
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
Assignee | ||
Comment 8•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(jonatan.r.klemets)
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P1
Updated•3 years ago
|
Attachment #9246325 -
Attachment description: Bug 1736060 - Part 3: Add option for import assertions. r=mgaudet!,yulia! → Bug 1736060 - Part 1: Add option for import assertions. r=mgaudet!,yulia!
Updated•3 years ago
|
Attachment #9246326 -
Attachment description: Bug 1736060 - Part 4: Implement stencil changes for import assertions. r=arai!,mgaudet → Bug 1736060 - Part 2: Implement stencil changes for import assertions. r=arai!,mgaudet
Updated•3 years ago
|
Attachment #9246327 -
Attachment description: Bug 1736060 - Part 5: Extend ModuleRequestObject to hold assertions. r=mgaudet!,yulia! → Bug 1736060 - Part 3: Extend ModuleRequestObject to hold assertions. r=mgaudet!,yulia!
Updated•3 years ago
|
Attachment #9246328 -
Attachment description: Bug 1736060 - Part 6: Implement HostGetSupportedImportAssertions. r=mgaudet!,yulia! → Bug 1736060 - Part 4: Implement HostGetSupportedImportAssertions. r=mgaudet!,yulia!
Updated•3 years ago
|
Attachment #9246329 -
Attachment description: Bug 1736060 - Part 7: Implement import assertions for static imports. r=mgaudet!,yulia! → Bug 1736060 - Part 5: Implement import assertions for static imports. r=mgaudet!,yulia!
Updated•3 years ago
|
Attachment #9246330 -
Attachment description: Bug 1736060 - Part 8: Implement import assertions for dynamic imports. r=mgaudet!,yulia! → Bug 1736060 - Part 6: Implement import assertions for dynamic imports. r=mgaudet!,yulia!
Updated•3 years ago
|
Attachment #9246331 -
Attachment description: Bug 1736060 - Part 9: Implement Reflect.parse for import assertions. r=mgaudet!,yulia! → Bug 1736060 - Part 7: Implement Reflect.parse for import assertions. r=mgaudet!,yulia!
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/88435ef531a8 Part 1: Add option for import assertions. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/e6610d067c5c Part 2: Implement stencil changes for import assertions. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/745266de3cd6 Part 3: Extend ModuleRequestObject to hold assertions. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/5b9622ccd0d2 Part 4: Implement HostGetSupportedImportAssertions. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/d9fa28df9787 Part 5: Implement import assertions for static imports. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/07f0b26b5449 Part 6: Implement import assertions for dynamic imports. r=mgaudet,arai https://hg.mozilla.org/integration/autoland/rev/6384f90ac01e Part 7: Implement Reflect.parse for import assertions. r=mgaudet,arai
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/88435ef531a8
https://hg.mozilla.org/mozilla-central/rev/e6610d067c5c
https://hg.mozilla.org/mozilla-central/rev/745266de3cd6
https://hg.mozilla.org/mozilla-central/rev/5b9622ccd0d2
https://hg.mozilla.org/mozilla-central/rev/d9fa28df9787
https://hg.mozilla.org/mozilla-central/rev/07f0b26b5449
https://hg.mozilla.org/mozilla-central/rev/6384f90ac01e
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•