Closed
Bug 1884943
Opened 2 years ago
Closed 1 year ago
Add WebIDL tests for `[StringContext=...]` and extend Python code to generate bindings for `[StringContext=...]`
Categories
(Core :: DOM: Security, task)
Core
DOM: Security
Tracking
()
RESOLVED
INVALID
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(4 obsolete files)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Whiteboard: [domsecurity-active]
| Assignee | ||
Updated•2 years ago
|
Summary: Add WebIDL tests for parsing `[StringContext]` → Add WebIDL tests for `[StringContext]`
Updated•2 years ago
|
Attachment #9390787 -
Attachment description: WIP: Bug 1884943: start adding tests for parsing the WebIDL `StringContext` extended attribute → WIP: Bug 1884943: start adding tests for the WebIDL `StringContext` extended attribute
Updated•2 years ago
|
Attachment #9390787 -
Attachment description: WIP: Bug 1884943: start adding tests for the WebIDL `StringContext` extended attribute → WIP: Bug 1884943: part 1) Start adding tests for the WebIDL `StringContext` extended attribute
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D204368
Updated•2 years ago
|
Attachment #9391216 -
Attachment description: WIP: Bug 1884943: part 2) Start supporting the `StringContext` extended attribute in the WebIDL parser → WIP: Bug 1884943: part 2) Start supporting the `StringContext` extended attribute in the WebIDL parser and when generating C++ code
| Assignee | ||
Comment 3•2 years ago
|
||
Allows generating example code via ./mach webidl-example TestExampleInterface: <TestExampleGenBinding.cpp>.
Depends on D204604
| Assignee | ||
Updated•2 years ago
|
Summary: Add WebIDL tests for `[StringContext]` → Add WebIDL tests for `[StringContext=...]` and extend Python code to generate bindings for `[StringContext=...]`
Updated•2 years ago
|
Attachment #9391216 -
Attachment description: WIP: Bug 1884943: part 2) Start supporting the `StringContext` extended attribute in the WebIDL parser and when generating C++ code → WIP: Bug 1884943: part 2) Support the `StringContext` extended attribute in the WebIDL parser and when generating C++ code
Updated•2 years ago
|
Attachment #9390787 -
Attachment description: WIP: Bug 1884943: part 1) Start adding tests for the WebIDL `StringContext` extended attribute → WIP: Bug 1884943: part 1) Add tests for the WebIDL `StringContext` extended attribute
Updated•2 years ago
|
Attachment #9391779 -
Attachment description: WIP: Bug 1884943: part 3) Add example usages of `[StringContext]` to <TestExampleGen.webidl> → WIP: Bug 1884943: part 2) Add example usages of `[StringContext]` to <TestExampleGen.webidl>
Updated•2 years ago
|
Attachment #9391216 -
Attachment description: WIP: Bug 1884943: part 2) Support the `StringContext` extended attribute in the WebIDL parser and when generating C++ code → WIP: Bug 1884943: part 3) Support the `StringContext` extended attribute in the WebIDL parser and when generating C++ code
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D204604
| Assignee | ||
Comment 5•1 year ago
|
||
Abandoning this approach because the StringContext extended attribute was dropped from the spec in favor of union types.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
Updated•1 year ago
|
Attachment #9390787 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9391216 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9391779 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9393296 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•