New issue
Advanced search Search tips

Issue 761242 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 675877


Participants' hotlists:
Hotlist-Bindings-IDLCompiler


Sign in to add a comment

IDL compiler generates C++ code with old WebKit-style naming

Project Member Reported by tkent@chromium.org, Sep 1 2017

Issue description

For now, generated C++ code has
 - camelCase function names -> should be CamelCase
 - camelCase local variables -> should be snake_case
 - m_camelCase data members -> should be snake_case_


Especially, function names of unions and dictionaries affects coding style consistency in third_party/WebKit/Source/.

 
Owner: peria@chromium.org
Status: Available (was: Untriaged)
Just FYI, when the Big Blink Renaming was performed, we agreed to keep using "camelCase" for Web IDL based names as an exception.  Other functions that are not defined in the web specs should be named as CamelCase, though.

Project Member

Comment 2 by bugdroid1@chromium.org, Sep 4 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b5e5697db3a267a3daeb67a8d309dceb9330f3fc

commit b5e5697db3a267a3daeb67a8d309dceb9330f3fc
Author: Kent Tamura <tkent@chromium.org>
Date: Mon Sep 04 10:07:26 2017

IDL compiler: Generates snake_case_ field names for unions and dictionaries.

Bug: 761242
Change-Id: Id26a20b648e3843aeddf63cc9464432e6673c159
Reviewed-on: https://chromium-review.googlesource.com/646391
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#499469}
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/scripts/v8_union.py
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/templates/union_container.h.tmpl
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrElementSequence.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrElementSequence.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrTestCallbackInterface.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/BooleanOrTestCallbackInterface.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ByteStringOrNodeList.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ByteStringOrNodeList.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ByteStringSequenceSequenceOrByteStringByteStringRecord.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ByteStringSequenceSequenceOrByteStringByteStringRecord.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrLongOrBooleanSequence.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrLongOrBooleanSequence.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrStringOrDoubleOrStringSequence.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/DoubleOrStringOrDoubleOrStringSequence.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ElementSequenceOrByteStringDoubleOrStringRecord.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/ElementSequenceOrByteStringDoubleOrStringRecord.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/FloatOrBoolean.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/FloatOrBoolean.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongOrBoolean.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongOrBoolean.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongSequenceOrEvent.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/LongSequenceOrEvent.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/NestedUnionType.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/NestedUnionType.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/UnsignedLongLongOrBooleanOrTestCallbackInterface.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/UnsignedLongLongOrBooleanOrTestCallbackInterface.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/XMLHttpRequestOrString.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/core/XMLHttpRequestOrString.h
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp
[modify] https://crrev.com/b5e5697db3a267a3daeb67a8d309dceb9330f3fc/third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h

Project Member

Comment 3 by bugdroid1@chromium.org, Sep 7 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0721c4530e8e64988af5defacf43e6cf2b2b7132

commit 0721c4530e8e64988af5defacf43e6cf2b2b7132
Author: Hitoshi Yoshida <peria@chromium.org>
Date: Thu Sep 07 07:15:15 2017

Format: Rename toImpl to ToImpl

This is a result of following commands;
sed -i -e 's/ toImpl/ ToImpl/g' third_party/WebKit/Source/**/*.{cpp,h}
sed -i -e 's/::toImpl/::ToImpl/g' third_party/WebKit/Source/**/*.{cpp,h}
and a style fix in presumbit check.


Bug: 761242
Change-Id: I720f4e7c5e969cc9fe7a9f240a762c2cb726b4fd
Reviewed-on: https://chromium-review.googlesource.com/542975
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#500240}
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForBindings.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V8BindingForCore.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V8BindingForCore.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/V8PagePopupControllerBinding.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8DevToolsHostCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8ErrorEventCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8PromiseRejectionEventCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValue.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueTest.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/modules/v8/custom/V8ExtendableMessageEventCustom.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/modules/v8/wasm/WasmResponseExtensions.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/scripts/interface_dependency_resolver.py
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/scripts/v8_types.py
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/methods.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/templates/union_container.h.tmpl
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestAttributeGetters.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestAttributeGetters.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_element_sequence.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_element_sequence.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_test_callback_interface.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_test_callback_interface.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/byte_string_or_node_list.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/byte_string_or_node_list.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_long_or_boolean_sequence.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_long_or_boolean_sequence.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_string.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_string.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/float_or_boolean.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/float_or_boolean.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_or_boolean.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_or_boolean.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_or_test_dictionary.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_or_test_dictionary.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_sequence_or_event.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/long_sequence_or_event.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/nested_union_type.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/nested_union_type.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/node_or_node_list.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/node_or_node_list.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_double.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_double.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_string_sequence.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/string_or_string_sequence.h
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/test_enum_or_double.cc
[modify] https://crrev.com/0721c4530e8e64988af5defacf43e6cf2b2b7132/third_party/WebKit/Source/bindings/tests/results/core/tes
Project Member

Comment 4 by bugdroid1@chromium.org, Sep 28 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582

commit 7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582
Author: Kent Tamura <tkent@chromium.org>
Date: Thu Sep 28 06:49:54 2017

bindings: Generate Chromium-style code for union types.

- Method names should start with capital letters.
- Enum members should start with 'k'.

Bug: 761242
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I92d96c448ccfa10974ecee853bd05fe51b1d7eaf
Reviewed-on: https://chromium-review.googlesource.com/688934
Commit-Queue: Kent Tamura <tkent@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504928}
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/scripts/v8_dictionary.py
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/scripts/v8_interface.py
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/scripts/v8_methods.py
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/scripts/v8_types.py
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/scripts/v8_union.py
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/templates/union_container.h.tmpl
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_element_sequence.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_element_sequence.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_test_callback_interface.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/boolean_or_test_callback_interface.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/byte_string_or_node_list.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/byte_string_or_node_list.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_long_or_boolean_sequence.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_long_or_boolean_sequence.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_string.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_string.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/float_or_boolean.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/float_or_boolean.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_or_boolean.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_or_boolean.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_or_test_dictionary.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_or_test_dictionary.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_sequence_or_event.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/long_sequence_or_event.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/nested_union_type.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/nested_union_type.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/node_or_node_list.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/node_or_node_list.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_double.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_double.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_string_sequence.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/string_or_string_sequence.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_enum_or_double.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_enum_or_double.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_2_or_uint8_array.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_2_or_uint8_array.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_garbage_collected_or_string.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_garbage_collected_or_string.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_or_long.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_or_long.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_or_test_interface_empty.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/test_interface_or_test_interface_empty.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/unrestricted_double_or_string.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/unrestricted_double_or_string.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/unsigned_long_long_or_boolean_or_test_callback_interface.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/unsigned_long_long_or_boolean_or_test_callback_interface.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/xml_http_request_or_string.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/core/xml_http_request_or_string.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/modules/boolean_or_string.cc
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/bindings/tests/results/modules/boolean_or_string.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/EffectInput.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/EffectInputTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/ElementAnimation.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/ScrollTimeline.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/animation/TimingInput.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValue.h
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/cssom/CSSUnparsedValueTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/cssom/CSSVariableReferenceValueTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/dom/Node.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/dom/ShadowRoot.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/dom/events/EventTarget.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/fileapi/Blob.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/fileapi/FileReader.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/frame/Location.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/geometry/DOMMatrix.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/FormData.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/FormDataTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLAllCollection.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLFormControlsCollection.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLScriptElement.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/HTMLSelectElement.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/ImageData.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/ImageDataTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/media/MediaDocument.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/track/TrackEvent.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/intersection_observer/IntersectionObserver.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/mojo/MojoHandle.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/page/scrolling/RootScrollerTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/page/scrolling/SmoothScrollTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/testing/DictionaryTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/testing/RecordTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/testing/SequenceTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/testing/UnionTypesTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/typed_arrays/DOMArrayPiece.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/url/URLSearchParams.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManager.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchManagerTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/cachestorage/Cache.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DAPITest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/compositorworker/WorkletAnimation.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/credentialmanager/PasswordCredentialTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/credentialmanager/WebAuthenticationClient.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2DTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyStatusMap.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/exported/WebCryptoNormalize.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/fetch/Headers.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/fetch/Request.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/mediastream/MediaConstraintsTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/nfc/NFC.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/notifications/NotificationDataTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/payments/PaymentEventDataConversion.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/payments/PaymentEventDataConversionTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/push_messaging/PushManagerTest.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/push_messaging/PushMessageData.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/push_messaging/PushSubscriptionOptions.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/sensor/OrientationSensor.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
[modify] https://crrev.com/7dc115f5f84ce2ea43c8c7b0f26e3b896dc19582/third_party/WebKit/Source/modules/vibration
 Issue 678758  has been merged into this issue.

Comment 6 by peria@chromium.org, May 3 2018

Blockedon: 839389

Comment 7 by peria@chromium.org, May 25 2018

Blockedon: -839389
Labels: Hotlist-Bindings-IDLCompiler
Project Member

Comment 8 by bugdroid1@chromium.org, May 25 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f

commit 89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f
Author: Hitoshi Yoshida <peria@chromium.org>
Date: Fri May 25 09:44:01 2018

Make NameStyleConverter handle lowerCamelCase strings well

NameStyleConverter couldn't handle special tokens that contain
numbers if its input string is written in lower camel case.
For example, 'uint8ArrayMember' was tokenized as ['uint', '8', 'Array',
'Member'], while ['uint8', 'Array', 'Member'] was expected.

This CL adds some lower case special tokens to handle them well.


Bug: 761242
Change-Id: I255c4f756b6406ab7bf9d28a504b4fee38220c23
Reviewed-on: https://chromium-review.googlesource.com/1071049
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561817}
[modify] https://crrev.com/89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f/third_party/blink/renderer/bindings/tests/results/core/test_dictionary.cc
[modify] https://crrev.com/89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f/third_party/blink/renderer/bindings/tests/results/core/test_dictionary.h
[modify] https://crrev.com/89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f/third_party/blink/renderer/build/scripts/blinkbuild/name_style_converter.py
[modify] https://crrev.com/89fe4fe25d2f81e5d9fe3dba1d2ac4798f3eff0f/third_party/blink/renderer/build/scripts/blinkbuild/name_style_converter_test.py

Status: Assigned (was: Available)
Project Member

Comment 10 by bugdroid1@chromium.org, Nov 26

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/5c154762dc55dd406c7ae61d650146a1f5f31ce6

commit 5c154762dc55dd406c7ae61d650146a1f5f31ce6
Author: Hitoshi Yoshida <peria@chromium.org>
Date: Mon Nov 26 09:34:46 2018

bindings: Make generated IDL interfaces' methods CamelCase

We are using Chromium style in Blink, except for WebIDL based names.
However, IDL compiler still generates code with WebKit name styles.

This CL makes interface methods' names to be consistent with the new
Blink coding style (=Chromium style + WebIDL based name).


Bug: 761242
Change-Id: Id847042dcc22ee69cfee25253856ea2c185a527f
Reviewed-on: https://chromium-review.googlesource.com/c/1350416
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610791}
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/binding_security.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_dev_tools_host_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_element_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_error_event_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_event_target_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_html_all_collection_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_html_plugin_element_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_message_channel_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_message_event_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_pop_state_event_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_promise_rejection_event_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_readable_stream_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_shadow_root_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_window_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/custom/v8_xml_http_request_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/dictionary_helper_for_core.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/remote_window_proxy.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/serialization/serialized_script_value.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/serialization/serialized_script_value_test.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/serialization/v8_script_value_serializer_test.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/core/v8/v8_gc_controller.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/modules/v8/custom/v8_extendable_message_event_custom.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/modules/v8/serialization/v8_script_value_serializer_for_modules_test.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/modules/v8/v8_binding_for_modules.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/scripts/generate_init_partial_interfaces.py
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/scripts/generate_origin_trial_features.py
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/scripts/v8_attributes.py
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/scripts/v8_interface.py
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/scripts/v8_methods.py
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/attributes.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/constants.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/external_reference_table.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/interface.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/interface.h.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/interface_base.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/methods.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/origin_trial_features_for_core.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/partial_interface.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/partial_interface.h.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/templates/union_container.cc.tmpl
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/boolean_or_test_callback_interface.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/byte_string_or_node_list.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/long_sequence_or_event.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/nested_union_type.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/node_or_node_list.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/origin_trial_features_for_core.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/test_interface_2_or_uint8_array.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_long.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_test_interface_empty.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/unsigned_long_long_or_boolean_or_test_callback_interface.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer_view.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_data_view.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_svg_test_interface.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_svg_test_interface.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_attributes.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_attributes.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_functions.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_functions.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_constants.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_constants.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_global.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_global.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_2.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_2.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_3.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_3.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_check_security.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_check_security.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_conditional_secure_context.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_conditional_secure_context.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_2.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_2.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_3.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_3.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_4.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_4.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_custom_constructor.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_custom_constructor.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_document.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_document.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_empty.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_empty.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init_constructor.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init_constructor.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_target.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_target.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor_2.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor_2.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_node.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_node.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_origin_trial_enabled.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_origin_trial_enabled.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_secure_context.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_secure_context.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_node.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_node.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations_not_enumerable.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations_not_enumerable.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_typedefs.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_typedefs.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_variadic_constructor_arguments.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/v8_test_variadic_constructor_arguments.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/core/xml_http_request_or_string.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_inherited_legacy_unenumerable_named_properties.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_inherited_legacy_unenumerable_named_properties.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_2_partial.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_2_partial.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_5.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_5.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_not_enumerable_named_getter.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_not_enumerable_named_getter.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_sub_object.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/bindings/tests/results/modules/v8_test_sub_object.h
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/exported/web_blob.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/fetch/request.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/fetch/response.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/inspector/inspector_dom_agent.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/inspector/inspector_io_agent.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/inspector/thread_debugger.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/layout/custom/css_layout_definition.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/streams/readable_stream_operations_test.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/testing/v8/web_core_test_support.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/core/workers/experimental/task.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/modules/exported/web_dom_file_system.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/modules/exported/web_dom_media_stream_track.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/modules/exported/web_testing_support.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/modules/filesystem/file_system_writer.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/renderer/modules/service_worker/fetch_respond_with_observer.cc
[modify] https://crrev.com/5c154762dc55dd406c7ae61d650146a1f5f31ce6/third_party/blink/tools/blinkpy/presubmit/audit_non_blink_usage.py

Project Member

Comment 11 by bugdroid1@chromium.org, Nov 27

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/61986d784baacd664a5f0e5013e873278593a523

commit 61986d784baacd664a5f0e5013e873278593a523
Author: Hitoshi Yoshida <peria@chromium.org>
Date: Tue Nov 27 12:27:11 2018

bindings: Rename WrapperTypeInfo::domTemplate() as DomTemplate()

Make this method match in Chromium style guide.
This CL has no behavior changes.

Bug: 761242
Change-Id: Ie2fda83b51525812a20472cb157e855ee57a561c
Reviewed-on: https://chromium-review.googlesource.com/c/1351345
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611074}
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/core/v8/custom/v8_window_custom.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/core/v8/local_window_proxy.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/core/v8/v8_context_snapshot.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/core/v8/worker_or_worklet_script_controller.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/templates/interface_base.cc.tmpl
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/platform/bindings/v8_dom_wrapper.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/platform/bindings/v8_object_constructor.cc
[modify] https://crrev.com/61986d784baacd664a5f0e5013e873278593a523/third_party/blink/renderer/platform/bindings/wrapper_type_info.h

Project Member

Comment 12 by bugdroid1@chromium.org, Nov 29

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8c6fbc1d4cc02008230649a08b9569a86ae7c17a

commit 8c6fbc1d4cc02008230649a08b9569a86ae7c17a
Author: Hitoshi Yoshida <peria@chromium.org>
Date: Thu Nov 29 04:35:30 2018

bindings: Make variables snake_case in IDL compiler for interface

We are using Chromium style, but IDL compiler still generates
code with WebKit name styles.
This CL makes variables names in generated code to snake_case
which meets Chromium style guide.

Here are some changes visible to public;
scriptState -> script_state
wrapperTypeInfo -> wrapper_type_info
exceptionState -> exception_state

This CL has no behavior change.


Bug: 761242
Change-Id: Ic53869763665c9b3959cd64de31825248ef28af5
Reviewed-on: https://chromium-review.googlesource.com/c/1351330
Commit-Queue: Hitoshi Yoshida <peria@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612038}
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/binding_security.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/custom/v8_message_channel_custom.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/custom/v8_readable_stream_custom.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/custom/v8_window_custom.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/custom/v8_writable_stream_custom.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/serialization/v8_script_value_serializer.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/v0_custom_element_constructor_builder.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/v8_context_snapshot.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/v8_html_constructor.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/modules/v8/custom/v8_extendable_message_event_custom.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/modules/v8/serialization/v8_script_value_serializer_for_modules.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/code_generator.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/interface_dependency_resolver.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_attributes.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_interface.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_methods.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_types.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_union.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/scripts/v8_utilities.py
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/attributes.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/callback_interface.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/callback_interface.h.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/callback_invoke.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/constants.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/dictionary_v8.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/external_reference_table.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/interface.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/interface.h.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/interface_base.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/methods.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/origin_trial_features_for_core.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/origin_trial_features_for_modules.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/partial_interface.h.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/union_container.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/templates/utilities.cc.tmpl
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/array_buffer_or_array_buffer_view_or_dictionary.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/boolean_or_element_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/boolean_or_string_or_unrestricted_double.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/boolean_or_test_callback_interface.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/byte_string_or_node_list.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/byte_string_sequence_sequence_or_byte_string_byte_string_record.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/double_or_double_or_null_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/double_or_double_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/double_or_long_or_boolean_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/double_or_string.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/double_or_string_or_double_or_string_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/element_sequence_or_byte_string_double_or_string_record.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/float_or_boolean.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/long_or_boolean.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/long_or_test_dictionary.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/long_sequence_or_event.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/nested_union_type.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/node_or_node_list.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/origin_trial_features_for_core.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/string_or_array_buffer_or_array_buffer_view.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/string_or_double.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/string_or_string_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/string_treat_null_as_empty_string_or_long.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_double.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_test_enum_or_null_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_enum_or_test_enum_sequence.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_interface_2_or_uint8_array.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_long.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/test_interface_or_test_interface_empty.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/unrestricted_double_or_string.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/unsigned_long_long_or_boolean_or_test_callback_interface.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer_view.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_array_buffer_view.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_data_view.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_data_view.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_svg_test_interface.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_svg_test_interface.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_attributes.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_attributes.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_functions.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_callback_functions.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_constants.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_constants.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_dictionary.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_dictionary_derived.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_global.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_integer_indexed_global.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_2.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_2.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_3.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_3.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_check_security.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_check_security.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_conditional_secure_context.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_conditional_secure_context.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_2.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_2.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_3.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_3.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_4.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_constructor_4.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_custom_constructor.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_custom_constructor.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_document.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_document.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_empty.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_empty.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init_constructor.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_init_constructor.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_target.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_event_target.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor_2.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_named_constructor_2.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_node.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_node.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_origin_trial_enabled.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_origin_trial_enabled.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_secure_context.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_interface_secure_context.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_legacy_callback_interface.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_legacy_callback_interface.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_node.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_node.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_object.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_permissive_dictionary.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations_not_enumerable.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_special_operations_not_enumerable.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_typedefs.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_typedefs.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_variadic_constructor_arguments.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_test_variadic_constructor_arguments.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_uint8_clamped_array.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_uint8_clamped_array.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/v8_void_callback_function_enum_arg.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/core/xml_http_request_or_string.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/boolean_or_string.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_inherited_legacy_unenumerable_named_properties.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_inherited_legacy_unenumerable_named_properties.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_2_partial.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_2_partial.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_5.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_5.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.cc
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_party/blink/renderer/bindings/tests/results/modules/v8_test_interface_partial.h
[modify] https://crrev.com/8c6fbc1d4cc02008230649a08b9569a86ae7c17a/third_p

Sign in to add a comment