Closed
Bug 1584052
Opened 6 years ago
Closed 6 years ago
Remove "module" as reserved identifier in WebIDL
Categories
(Core :: DOM: Bindings (WebIDL), defect, P1)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: kvark, Assigned: bzbarsky)
Details
Attachments
(1 file)
It's used in a few IDLs, such as WebGPU. Currently trying to use module produces the error:
0:02.44 WebIDL.WebIDLError: error: invalid syntax, /mnt/code/firefox/dom/webidl/WebGPU.webidl line 625:29
0:02.44 required GPUShaderModule module;
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bzbarsky
Priority: -- → P1
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21862ffcfc87
Remove "module" as a reserved word in our Web IDL parser. r=edgar
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca58b420519b
Fix linting failure a=me on a CLOSED TREE
Pushed by ccoroiu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9c9e3ec30595
Fix linting whitespace failure a=me on a CLOSED TREE
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/21862ffcfc87
https://hg.mozilla.org/mozilla-central/rev/ca58b420519b
https://hg.mozilla.org/mozilla-central/rev/9c9e3ec30595
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•