Closed
Bug 1806994
Opened 2 years ago
Closed 2 years ago
Define @@toStringTag on namespace objects
Categories
(Core :: DOM: Bindings (WebIDL), task)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Namespace objects have a class string (https://webidl.spec.whatwg.org/#ref-for-dfn-class-string⑨)
so they need to have a @@toStringTag property (https://webidl.spec.whatwg.org/#ref-for-dfn-class-string).
| Assignee | ||
Comment 2•2 years ago
|
||
Namespace objects have a class string (https://webidl.spec.whatwg.org/#ref-for-dfn-class-string⑨)
so they need to have a @@toStringTag property (https://webidl.spec.whatwg.org/#ref-for-dfn-class-string).
Depends on D165457
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D165458
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e5185a9c05fb
Define @@toStringTag on namespace objects. r=smaug
https://hg.mozilla.org/integration/autoland/rev/e89aa95fa286
Define @@toStringTag on the WebAssembly namespace object. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/abb5cca27825
Define @@toStringTag on Xrays for namespace objects. r=smaug
Comment 5•2 years ago
|
||
Backed out for causing mochitest failures on test_bug1112014.html
Flags: needinfo?(peterv)
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f8ca04c5b76
Define @@toStringTag on namespace objects. r=smaug
https://hg.mozilla.org/integration/autoland/rev/7f5722e81ae7
Define @@toStringTag on the WebAssembly namespace object. r=rhunt
https://hg.mozilla.org/integration/autoland/rev/9e9538d8ed63
Define @@toStringTag on Xrays for namespace objects. r=smaug
Comment 7•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1f8ca04c5b76
https://hg.mozilla.org/mozilla-central/rev/7f5722e81ae7
https://hg.mozilla.org/mozilla-central/rev/9e9538d8ed63
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
Updated•2 years ago
|
Type: enhancement → task
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(peterv)
You need to log in
before you can comment on or make changes to this bug.
Description
•