Closed
Bug 1957934
Opened 1 year ago
Closed 1 year ago
Define alias for typedef classes using the IDL typedef name
Categories
(Core :: DOM: Bindings (WebIDL), enhancement)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 2 open bugs)
Details
Attachments
(6 files, 1 obsolete file)
|
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 |
typedef (Foo or Bar) Baz should be able to be called Baz instead of FooOrBar.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → krosylight
| Assignee | ||
Comment 1•1 year ago
|
||
The name ReadableStreamController collides with the same-named Web IDL union type.
| Assignee | ||
Comment 2•1 year ago
|
||
This name collides with the same-named Web IDL union type.
| Assignee | ||
Comment 3•1 year ago
|
||
Because the autogenerated union name will be OwningUniFFIScaffoldingValue for the owning variant of the union.
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Attachment #9477007 -
Attachment description: WIP: Bug 1957934 - Part 1: Rename ReadableStreamController to BaseReadableStreamController → Bug 1957934 - Part 1: Rename ReadableStreamController to BaseReadableStreamController r=#webidl
Updated•1 year ago
|
Attachment #9477008 -
Attachment description: WIP: Bug 1957934 - Part 2: Rename FormDataValue to IPCFormDataValue → Bug 1957934 - Part 2: Rename FormDataValue to IPCFormDataValue r=#webidl
Updated•1 year ago
|
Attachment #9477009 -
Attachment description: WIP: Bug 1957934 - Part 3: Rename UniFFIScaffoldingValue to OwningUniFFIScaffoldingValue → Bug 1957934 - Part 3: Rename UniFFIScaffoldingValue to OwningUniFFIScaffoldingValue r=#webidl
Updated•1 year ago
|
Attachment #9477010 -
Attachment description: WIP: Bug 1957934 - Part 4: Autogenerate IDL union aliases → Bug 1957934 - Part 4: Autogenerate IDL union aliases r=#webidl
Updated•1 year ago
|
Attachment #9477007 -
Attachment description: Bug 1957934 - Part 1: Rename ReadableStreamController to BaseReadableStreamController r=#webidl → Bug 1957934 - Part 1: Rename ReadableStreamController to ReadableStreamControllerBase r=#webidl
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7ffb59ab130
Part 1: Rename ReadableStreamController to ReadableStreamControllerBase r=webidl,smaug
https://hg.mozilla.org/integration/autoland/rev/bd6bd66c98f9
Part 3: Rename UniFFIScaffoldingValue to OwningUniFFIScaffoldingValue r=webidl,smaug
| Assignee | ||
Comment 6•1 year ago
|
||
Followup for D244387.
Comment 7•1 year ago
|
||
| bugherder | ||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2087cf3321e
Part 5: Fix uniffi generator r=gregp
| Assignee | ||
Comment 10•1 year ago
|
||
Updated•1 year ago
|
Attachment #9478720 -
Attachment description: WIP: Bug 1957934 - Part 4: Autogenerate IDL union aliases r=#webidl → Bug 1957934 - Part 4: Autogenerate headers with IDL identifiers r=edgar
Updated•1 year ago
|
Attachment #9477010 -
Attachment is obsolete: true
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Comment 11•1 year ago
|
||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/90524890ff3a
Part 2: Rename FormDataValue to IPCFormDataValue r=webidl,smaug
https://hg.mozilla.org/integration/autoland/rev/7d18bd30f164
Part 4: Autogenerate headers with IDL identifiers r=edgar,media-playback-reviewers,padenot
Comment 12•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/90524890ff3a
https://hg.mozilla.org/mozilla-central/rev/7d18bd30f164
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Comment 13•1 year ago
|
||
Backed out for causing win build bustages
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/14ccbadd53d062181184bc10c49cac801ed44456
Status: RESOLVED → REOPENED
status-firefox140:
fixed → ---
Flags: needinfo?(krosylight)
Resolution: FIXED → ---
Target Milestone: 140 Branch → ---
Comment 14•1 year ago
|
||
The build failure only affects 32-bit shippable builds on Windows.
| Assignee | ||
Comment 15•1 year ago
|
||
Updated•1 year ago
|
Attachment #9484422 -
Attachment description: WIP: Bug 1957934 - Part 5: Add missing header inclusion → Bug 1957934 - Part 5: Add missing header inclusion
Comment 16•1 year ago
|
||
Pushed by smolnar@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/e6503503a896
Part 2: Rename FormDataValue to IPCFormDataValue r=webidl,smaug
https://hg.mozilla.org/mozilla-central/rev/b0ed789c871b
Part 5: Add missing header inclusion
Updated•1 year ago
|
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox140:
--- → fixed
Flags: needinfo?(krosylight)
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•