Closed
Bug 1887721
Opened 1 year ago
Closed 1 year ago
Use correct order when defining length/name/prototype on legacy factory functions
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
127 Branch
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
This is the behaviour that is required after https://github.com/whatwg/webidl/pull/914.
Assignee | ||
Comment 2•1 year ago
|
||
Implements https://github.com/whatwg/webidl/pull/914 for legacy factory functions.
https://bugzilla.mozilla.org/show_bug.cgi?id=1629803 is the bug that would fix
this in SpiderMonkey, working around that for now.
Comment 3•1 year ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:peterv, 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 BugBot documentation.
Flags: needinfo?(peterv)
Flags: needinfo?(krosylight)
I'll let Peter land it when he is confident enough.
Flags: needinfo?(krosylight)
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0594801ef8e2
Use correct order when defining length/name/prototype on legacy factory functions. r=saschanaz
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/45884 for changes under testing/web-platform/tests
Comment 7•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•