Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Issue 2446213002: [Bindings] [Reformat] Reformat template files (Closed)

Created:
4 years, 1 month ago by peria
Modified:
4 years, 1 month ago
Reviewers:
haraken, Yuki, dcheng, bashi
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reformat template files to match with more of Chromium style guide. - default indent: 2 spaces - public:/private: in class definitions are indented by 1-space - indent 'case X:' lines and its content lines more - move open braces to the line of function/method name - 2 spaces before inline comments - Use CHECK() macros instead of ASSERT() macros Beside it, this CL ignores the 80-characters column limit because it depends on what values/arguments are used. BUG=None

Patch Set 1 #

Patch Set 2 : Fix a brace in attributes.cpp.tmpl #

Patch Set 3 : Rebase (Split out Callbackfunctions) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12705 lines, -14310 lines) Patch
M third_party/WebKit/Source/bindings/templates/attributes.cpp.tmpl View 1 2 5 chunks +365 lines, -379 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl View 1 2 1 chunk +42 lines, -48 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl View 1 2 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_interface.cpp.tmpl View 1 2 1 chunk +38 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_interface.h.tmpl View 1 2 1 chunk +13 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/constants.cpp.tmpl View 1 2 1 chunk +14 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_impl.cpp.tmpl View 1 2 1 chunk +13 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_impl.h.tmpl View 1 2 1 chunk +25 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl View 1 2 1 chunk +104 lines, -108 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/dictionary_v8.h.tmpl View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.cpp.tmpl View 1 2 29 chunks +486 lines, -519 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.h.tmpl View 1 2 2 chunks +154 lines, -159 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl View 1 2 5 chunks +155 lines, -166 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/methods.cpp.tmpl View 1 2 13 chunks +329 lines, -341 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/partial_interface.cpp.tmpl View 1 2 2 chunks +17 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/partial_interface.h.tmpl View 1 2 1 chunk +32 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl View 1 2 2 chunks +157 lines, -166 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/union_container.h.tmpl View 1 2 2 chunks +34 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/utilities.cpp.tmpl View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp View 1 2 1 chunk +32 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h View 1 2 2 chunks +46 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp View 1 2 1 chunk +79 lines, -95 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h View 1 2 2 chunks +46 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.cpp View 1 2 1 chunk +76 lines, -92 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.cpp View 1 2 1 chunk +59 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp View 1 2 1 chunk +34 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.cpp View 1 2 1 chunk +78 lines, -91 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.cpp View 1 2 1 chunk +55 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.h View 1 2 2 chunks +46 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.cpp View 1 2 1 chunk +77 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.cpp View 1 2 1 chunk +59 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.cpp View 1 2 1 chunk +59 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp View 1 2 1 chunk +33 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h View 1 2 1 chunk +174 lines, -174 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp View 1 2 1 chunk +30 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h View 1 2 1 chunk +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.cpp View 1 2 1 chunk +7 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.cpp View 1 2 1 chunk +78 lines, -91 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp View 1 2 1 chunk +55 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceEventInit.cpp View 1 2 1 chunk +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.cpp View 1 2 1 chunk +58 lines, -71 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.cpp View 1 2 1 chunk +66 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.cpp View 1 2 1 chunk +55 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.h View 1 2 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestPermissiveDictionary.cpp View 1 2 1 chunk +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.cpp View 1 2 1 chunk +59 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h View 1 2 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.cpp View 1 2 1 chunk +20 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h View 1 2 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.cpp View 1 2 1 chunk +30 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h View 1 2 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp View 1 2 1 chunk +21 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp View 1 2 2 chunks +40 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp View 1 2 2 chunks +157 lines, -188 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h View 1 2 1 chunk +25 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp View 1 2 1 chunk +82 lines, -94 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp View 1 2 1 chunk +737 lines, -741 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp View 1 2 1 chunk +115 lines, -119 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp View 1 2 2 chunks +68 lines, -81 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h View 1 2 1 chunk +29 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.cpp View 1 2 2 chunks +90 lines, -109 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h View 1 2 1 chunk +30 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.cpp View 1 2 2 chunks +98 lines, -118 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h View 1 2 1 chunk +30 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.cpp View 1 2 2 chunks +98 lines, -118 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h View 1 2 1 chunk +42 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp View 1 2 2 chunks +1923 lines, -2271 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h View 1 2 1 chunk +28 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp View 1 2 2 chunks +391 lines, -444 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h View 1 2 1 chunk +31 lines, -34 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp View 1 2 2 chunks +173 lines, -203 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp View 1 2 2 chunks +254 lines, -300 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h View 1 2 1 chunk +26 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp View 1 2 2 chunks +288 lines, -301 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp View 1 2 1 chunk +168 lines, -179 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp View 1 2 1 chunk +46 lines, -53 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp View 1 2 1 chunk +70 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h View 1 2 1 chunk +23 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp View 1 2 1 chunk +33 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp View 1 2 2 chunks +41 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp View 1 2 1 chunk +19 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.h View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInit.cpp View 1 2 1 chunk +48 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp View 1 2 2 chunks +71 lines, -82 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h View 1 2 1 chunk +26 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp View 1 2 1 chunk +48 lines, -55 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h View 1 2 1 chunk +23 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 1 2 2 chunks +221 lines, -252 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h View 1 2 1 chunk +25 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp View 1 2 1 chunk +103 lines, -110 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h View 1 2 1 chunk +25 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp View 1 2 1 chunk +57 lines, -64 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp View 1 2 2 chunks +179 lines, -220 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.cpp View 1 2 2 chunks +146 lines, -176 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp View 1 2 1 chunk +270 lines, -312 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp View 1 2 2 chunks +108 lines, -131 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h View 1 2 1 chunk +68 lines, -71 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h View 1 2 1 chunk +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp View 1 2 1 chunk +43 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp View 1 2 2 chunks +98 lines, -115 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h View 1 2 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp View 1 2 1 chunk +49 lines, -58 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h View 1 2 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp View 1 2 2 chunks +200 lines, -231 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h View 1 2 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp View 1 2 1 chunk +21 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunction.cpp View 1 2 1 chunk +29 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp View 1 2 1 chunk +30 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionTypedef.cpp View 1 2 1 chunk +30 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h View 1 2 2 chunks +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp View 1 2 1 chunk +56 lines, -69 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.h View 1 2 1 chunk +9 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp View 1 2 2 chunks +48 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h View 1 2 1 chunk +24 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 2 2 chunks +567 lines, -670 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.h View 1 2 1 chunk +16 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp View 1 2 2 chunks +290 lines, -327 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h View 1 2 1 chunk +22 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp View 1 2 1 chunk +29 lines, -35 lines 0 comments Download

Messages

Total messages: 35 (13 generated)
peria
PTL. I recommend to check .tmpl files and random sampling check of generated files.
4 years, 1 month ago (2016-10-25 17:18:46 UTC) #9
Yuki
lgtm
4 years, 1 month ago (2016-10-25 17:22:18 UTC) #10
haraken
rs LGTM
4 years, 1 month ago (2016-10-25 17:34:00 UTC) #11
bashi
rs-lgtm
4 years, 1 month ago (2016-10-25 23:19:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2446213002/20001
4 years, 1 month ago (2016-10-26 04:02:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/289579)
4 years, 1 month ago (2016-10-26 04:15:15 UTC) #16
peria
Hmm. tests/results/core/V8TestObject.cpp has a huge diff (17157 lines?) and filed to upload it.
4 years, 1 month ago (2016-10-26 05:48:56 UTC) #17
peria
On 2016/10/26 05:48:56, peria wrote: > Hmm. tests/results/core/V8TestObject.cpp has a huge diff (17157 lines?) > ...
4 years, 1 month ago (2016-10-26 07:39:52 UTC) #18
Yuki
On 2016/10/26 07:39:52, peria wrote: > On 2016/10/26 05:48:56, peria wrote: > > Hmm. tests/results/core/V8TestObject.cpp ...
4 years, 1 month ago (2016-10-26 07:42:19 UTC) #19
haraken
+dcheng: How to upload a giant size CL to the code review. peria@: In short ...
4 years, 1 month ago (2016-10-26 07:43:08 UTC) #21
Yuki
On 2016/10/26 07:42:19, Yuki wrote: > On 2016/10/26 07:39:52, peria wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:43:20 UTC) #22
dcheng
On 2016/10/26 07:43:20, Yuki wrote: > On 2016/10/26 07:42:19, Yuki wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:46:22 UTC) #23
dcheng
On 2016/10/26 07:46:22, dcheng wrote: > On 2016/10/26 07:43:20, Yuki wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:47:12 UTC) #24
peria
On 2016/10/26 07:43:20, Yuki wrote: > On 2016/10/26 07:42:19, Yuki wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:48:09 UTC) #25
bashi
On 2016/10/26 07:48:09, peria wrote: > On 2016/10/26 07:43:20, Yuki wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:51:43 UTC) #26
haraken
On 2016/10/26 07:48:09, peria wrote: > On 2016/10/26 07:43:20, Yuki wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:52:35 UTC) #27
haraken
On 2016/10/26 07:52:35, haraken wrote: > On 2016/10/26 07:48:09, peria wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:53:10 UTC) #28
haraken
On 2016/10/26 07:51:43, bashi1 wrote: > On 2016/10/26 07:48:09, peria wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 07:55:55 UTC) #29
peria
On 2016/10/26 07:53:10, haraken wrote: > On 2016/10/26 07:52:35, haraken wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 08:01:31 UTC) #30
haraken
On 2016/10/26 08:01:31, peria wrote: > On 2016/10/26 07:53:10, haraken wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 08:10:01 UTC) #31
peria
On 2016/10/26 07:51:43, bashi1 wrote: > On 2016/10/26 07:48:09, peria wrote: > > On 2016/10/26 ...
4 years, 1 month ago (2016-10-26 08:12:42 UTC) #32
peria
4 years, 1 month ago (2016-10-28 18:26:17 UTC) #35

Powered by Google App Engine
This is Rietveld 408576698