DescriptionWe want to be able to use the generated mojom.js files on web servers
without having access to the core Mojo system. Currently the only reason
these files depend on core is to get kInvalidHandle, but there's no such
constant on the C++ side anymore.
This CL replaces core.kInvalidHandle with |null| and teaches the handle
converters how to convert null to and from an invalid handle.
R=sky@chromium.org
BUG=372065
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269704
Patch Set 1 #Patch Set 2 : Delete core.kInvalidHandle #Patch Set 3 : attempt to fix build #Patch Set 4 : Specialize Converter<gin::Handle<gin::HandleWrapper> > #
Messages
Total messages: 26 (0 generated)
|