mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
dbdbca200f
There are several parts here: 1) Enforce the requirement that dictionary arguments not followed by a required argument are optional. 2) Make dictionaries no longer be distinguishable from nullable types. 3) Disallow dictionaries or unions containing dictionaries inside a nullable type. 4) Force optional dictionaries to have a default value of null so that codegen doesn't have to worry about dealing with optional arguments that have no default value in the IDL but need to be treated as if they were null. |
||
---|---|---|
.. | ||
Makefile.in | ||
test_enums.html | ||
test_InstanceOf.html | ||
test_integers.html | ||
test_interfaceToString.html | ||
test_lookupGetter.html | ||
test_traceProtos.html | ||
TestBindingHeader.h | ||
TestCodeGen.webidl | ||
TestDictionary.webidl |