Closed Bug 1584052 Opened 5 years ago Closed 5 years ago

Remove "module" as reserved identifier in WebIDL

Categories

(Core :: DOM: Bindings (WebIDL), defect, P1)

defect

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: 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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: