DescriptionAdd support for nullable operation arguments in IDL files
Add support for nullable operation arguments in IDL files.
If a non-pointer type is marked as nullable in the IDL, a pointer will
be passed to the implementation so that the implementation can check
for the null case. For e.g., a double? argument in IDL will be passed
as double* to the implementation.
This will help us get rid of some custom bindings code.
R=haraken
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159602
Patch Set 1 #Patch Set 2 : Simplify a little #Patch Set 3 : Add test for optional argument #
Messages
Total messages: 8 (0 generated)
|