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

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed)

Created:
6 years, 6 months ago by tasak
Modified:
6 years, 6 months ago
CC:
abarth-chromium, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org
Project:
blink
Visibility:
Public.

Description

Split bindings/v8/custom into core and modules. - Custom bindings for modules are moved into bindings/modules/v8/custom, and - Custom bindings for core are moved into bindings/core/v8/custom. - Update gn and gypi files. BUG=358074 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177062

Patch Set 1 #

Patch Set 2 : Updated bindings.gni #

Total comments: 7

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -9642 lines) Patch
M Source/bindings/bindings.gni View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8ArrayBufferCustom.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp View 1 2 1 chunk +11 lines, -11 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8BlobCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8BlobCustomHelpers.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8CSSValueCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CanvasRenderingContext2DCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CustomEventCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CustomSQLStatementErrorCallback.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8DataViewCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8DataViewCustom.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8DocumentCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8ElementCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8EntryCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8EntrySyncCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8ErrorEventCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8EventCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8EventTargetCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8FileCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8FileReaderCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Float32ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Float64ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLCanvasElementCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLCollectionCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLDocumentCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8HistoryCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8ImageDataCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8InspectorFrontendHostCustom.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8Int16ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Int32ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Int8ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8JavaScriptCallFrameCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8LocationCustom.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8MessageEventCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8MessagePortCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8MutationObserverCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8NodeCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8PerformanceEntryCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8PopStateEventCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8SVGElementCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8SVGPathSegCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8StyleSheetCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8TextCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8TextTrackCueCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8TrackEventCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8TypedArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Uint16ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8WebKitPointCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8WindowCustom.cpp View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8WorkerCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8WorkerGlobalScopeCustom.cpp View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/core/v8/custom/custom.gypi View 1 2 4 chunks +1 line, -11 lines 0 comments Download
M Source/bindings/modules/modules.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8ClientCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8CryptoCustom.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + Source/bindings/modules/v8/custom/V8DeviceMotionEventCustom.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8DeviceOrientationEventCustom.cpp View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8SQLResultSetRowListCustom.cpp View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8SQLTransactionCustom.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8ServiceWorkerCustom.cpp View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A Source/bindings/modules/v8/custom/custom.gypi View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A + Source/bindings/modules/v8/v8.gypi View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M Source/bindings/scripts/v8_types.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M Source/bindings/v8/Dictionary.cpp View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/IDBBindingUtilities.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/SerializedScriptValue.cpp View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M Source/bindings/v8/V8Binding.cpp View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
D Source/bindings/v8/custom/V8ArrayBufferCustom.h View 1 2 1 chunk +0 lines, -160 lines 0 comments Download
D Source/bindings/v8/custom/V8ArrayBufferCustom.cpp View 1 2 1 chunk +0 lines, -105 lines 0 comments Download
D Source/bindings/v8/custom/V8ArrayBufferViewCustom.h View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp View 1 2 1 chunk +0 lines, -90 lines 0 comments Download
D Source/bindings/v8/custom/V8AudioNodeCustom.cpp View 1 chunk +0 lines, -116 lines 0 comments Download
D Source/bindings/v8/custom/V8BlobCustom.cpp View 1 2 1 chunk +0 lines, -85 lines 0 comments Download
D Source/bindings/v8/custom/V8BlobCustomHelpers.h View 1 2 1 chunk +0 lines, -93 lines 0 comments Download
D Source/bindings/v8/custom/V8BlobCustomHelpers.cpp View 1 2 1 chunk +0 lines, -138 lines 0 comments Download
D Source/bindings/v8/custom/V8CSSRuleCustom.cpp View 1 2 1 chunk +0 lines, -83 lines 0 comments Download
D Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 2 1 chunk +0 lines, -232 lines 0 comments Download
D Source/bindings/v8/custom/V8CSSValueCustom.cpp View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
D Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
D Source/bindings/v8/custom/V8ClientCustom.cpp View 1 2 1 chunk +0 lines, -39 lines 0 comments Download
D Source/bindings/v8/custom/V8CryptoCustom.cpp View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
D Source/bindings/v8/custom/V8CustomEventCustom.cpp View 1 2 1 chunk +0 lines, -99 lines 0 comments Download
D Source/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp View 1 2 1 chunk +0 lines, -82 lines 0 comments Download
D Source/bindings/v8/custom/V8CustomXPathNSResolver.h View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
D Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
D Source/bindings/v8/custom/V8DataViewCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8DataViewCustom.cpp View 1 2 1 chunk +0 lines, -52 lines 0 comments Download
D Source/bindings/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
D Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp View 1 chunk +0 lines, -119 lines 0 comments Download
D Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp View 1 chunk +0 lines, -55 lines 0 comments Download
D Source/bindings/v8/custom/V8DocumentCustom.cpp View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
D Source/bindings/v8/custom/V8ElementCustom.cpp View 1 2 1 chunk +0 lines, -236 lines 0 comments Download
D Source/bindings/v8/custom/V8EntryCustom.cpp View 1 2 1 chunk +0 lines, -50 lines 0 comments Download
D Source/bindings/v8/custom/V8EntrySyncCustom.cpp View 1 2 1 chunk +0 lines, -50 lines 0 comments Download
D Source/bindings/v8/custom/V8ErrorEventCustom.cpp View 1 2 1 chunk +0 lines, -57 lines 0 comments Download
D Source/bindings/v8/custom/V8EventCustom.cpp View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D Source/bindings/v8/custom/V8EventTargetCustom.cpp View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
D Source/bindings/v8/custom/V8FileCustom.cpp View 1 2 1 chunk +0 lines, -126 lines 0 comments Download
D Source/bindings/v8/custom/V8FileReaderCustom.cpp View 1 2 1 chunk +0 lines, -51 lines 0 comments Download
D Source/bindings/v8/custom/V8Float32ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Float64ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp View 1 2 1 chunk +0 lines, -111 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp View 1 2 1 chunk +0 lines, -151 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp View 1 2 1 chunk +0 lines, -94 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLElementCustom.cpp View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp View 1 2 1 chunk +0 lines, -91 lines 0 comments Download
D Source/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp View 1 2 1 chunk +0 lines, -187 lines 0 comments Download
D Source/bindings/v8/custom/V8HistoryCustom.cpp View 1 2 3 4 1 chunk +0 lines, -94 lines 0 comments Download
D Source/bindings/v8/custom/V8ImageDataCustom.cpp View 1 2 1 chunk +0 lines, -55 lines 0 comments Download
D Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp View 1 2 1 chunk +0 lines, -447 lines 0 comments Download
D Source/bindings/v8/custom/V8InjectedScriptManager.cpp View 1 2 1 chunk +0 lines, -125 lines 0 comments Download
D Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp View 1 2 1 chunk +0 lines, -147 lines 0 comments Download
D Source/bindings/v8/custom/V8Int16ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Int32ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Int8ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp View 1 2 1 chunk +0 lines, -82 lines 0 comments Download
D Source/bindings/v8/custom/V8LocationCustom.cpp View 1 2 1 chunk +0 lines, -46 lines 0 comments Download
D Source/bindings/v8/custom/V8MessageChannelCustom.cpp View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D Source/bindings/v8/custom/V8MessageEventCustom.cpp View 1 2 1 chunk +0 lines, -164 lines 0 comments Download
D Source/bindings/v8/custom/V8MessagePortCustom.cpp View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
D Source/bindings/v8/custom/V8MutationObserverCustom.cpp View 1 2 1 chunk +0 lines, -79 lines 0 comments Download
D Source/bindings/v8/custom/V8NodeCustom.cpp View 1 2 1 chunk +0 lines, -156 lines 0 comments Download
D Source/bindings/v8/custom/V8PerformanceEntryCustom.cpp View 1 2 1 chunk +0 lines, -60 lines 0 comments Download
D Source/bindings/v8/custom/V8PopStateEventCustom.cpp View 1 2 1 chunk +0 lines, -102 lines 0 comments Download
D Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp View 1 2 1 chunk +0 lines, -93 lines 0 comments Download
D Source/bindings/v8/custom/V8SQLTransactionCustom.cpp View 1 2 1 chunk +0 lines, -118 lines 0 comments Download
D Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
D Source/bindings/v8/custom/V8SVGElementCustom.cpp View 1 2 1 chunk +0 lines, -44 lines 0 comments Download
D Source/bindings/v8/custom/V8SVGPathSegCustom.cpp View 1 2 1 chunk +0 lines, -105 lines 0 comments Download
D Source/bindings/v8/custom/V8ServiceWorkerCustom.cpp View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
D Source/bindings/v8/custom/V8StyleSheetCustom.cpp View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
D Source/bindings/v8/custom/V8SubtleCryptoCustom.cpp View 1 2 1 chunk +0 lines, -125 lines 0 comments Download
D Source/bindings/v8/custom/V8TextCustom.cpp View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
D Source/bindings/v8/custom/V8TextTrackCueCustom.cpp View 1 2 1 chunk +0 lines, -42 lines 0 comments Download
D Source/bindings/v8/custom/V8TrackEventCustom.cpp View 1 2 1 chunk +0 lines, -69 lines 0 comments Download
D Source/bindings/v8/custom/V8TypedArrayCustom.h View 1 2 1 chunk +0 lines, -195 lines 0 comments Download
D Source/bindings/v8/custom/V8Uint16ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Uint32ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Uint8ArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp View 1 2 1 chunk +0 lines, -866 lines 0 comments Download
D Source/bindings/v8/custom/V8WebKitPointCustom.cpp View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
D Source/bindings/v8/custom/V8WindowCustom.cpp View 1 2 1 chunk +0 lines, -541 lines 0 comments Download
D Source/bindings/v8/custom/V8WorkerCustom.cpp View 1 2 1 chunk +0 lines, -64 lines 0 comments Download
D Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp View 1 2 1 chunk +0 lines, -123 lines 0 comments Download
D Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp View 1 2 1 chunk +0 lines, -251 lines 0 comments Download
D Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp View 1 2 3 4 1 chunk +0 lines, -86 lines 0 comments Download
D Source/bindings/v8/custom/custom.gypi View 1 2 1 chunk +0 lines, -91 lines 0 comments Download
M Source/bindings/v8/v8.gypi View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M Source/modules/modules.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebArrayBufferConverter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebArrayBufferView.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebBindings.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
tasak
Would you review this CL?
6 years, 6 months ago (2014-06-17 05:31:21 UTC) #1
Nils Barth (inactive)
Few nits, otherwise ok. https://codereview.chromium.org/331373002/diff/20001/Source/bindings/modules/v8/custom/custom.gypi File Source/bindings/modules/v8/custom/custom.gypi (right): https://codereview.chromium.org/331373002/diff/20001/Source/bindings/modules/v8/custom/custom.gypi#newcode7 Source/bindings/modules/v8/custom/custom.gypi:7: 'bindings_v8_modules_custom_dir': '.', You're not using ...
6 years, 6 months ago (2014-06-17 06:43:57 UTC) #2
Nils Barth (inactive)
Also, could you use more specific titles? Rather than "cleanup", this is "move files" or ...
6 years, 6 months ago (2014-06-17 06:44:56 UTC) #3
tasak
Thank you for reviewing. I'm now trying to all files under Source/bindings/v8/custom. https://codereview.chromium.org/331373002/diff/20001/Source/bindings/modules/v8/custom/custom.gypi File Source/bindings/modules/v8/custom/custom.gypi ...
6 years, 6 months ago (2014-06-24 02:43:41 UTC) #4
Nils Barth (inactive)
On 2014/06/24 02:43:41, tasak wrote: > I'm now trying to all files under Source/bindings/v8/custom. Could ...
6 years, 6 months ago (2014-06-24 03:13:39 UTC) #5
Nils Barth (inactive)
LGTM with nits, thanks! https://codereview.chromium.org/331373002/diff/20001/Source/bindings/v8/v8.gypi File Source/bindings/v8/v8.gypi (right): https://codereview.chromium.org/331373002/diff/20001/Source/bindings/v8/v8.gypi#newcode8 Source/bindings/v8/v8.gypi:8: '../modules/v8/custom/custom.gypi', On 2014/06/24 02:43:41, tasak ...
6 years, 6 months ago (2014-06-24 03:14:03 UTC) #6
tasak
Thank you for reviewing. https://codereview.chromium.org/331373002/diff/60001/Source/bindings/modules/modules.gypi File Source/bindings/modules/modules.gypi (right): https://codereview.chromium.org/331373002/diff/60001/Source/bindings/modules/modules.gypi#newcode7 Source/bindings/modules/modules.gypi:7: 'v8/v8.gypi', On 2014/06/24 03:14:02, Nils ...
6 years, 6 months ago (2014-06-24 10:55:45 UTC) #7
Nils Barth (inactive)
One clarification, explaining what's going on with include dirs. Again, could you fix the comment ...
6 years, 6 months ago (2014-06-25 01:37:40 UTC) #8
haraken
LGTM. I believe this CL is going on a right way, so I think we ...
6 years, 6 months ago (2014-06-25 05:22:52 UTC) #9
tasak
https://codereview.chromium.org/331373002/diff/60001/Source/core/core.gyp File Source/core/core.gyp (right): https://codereview.chromium.org/331373002/diff/60001/Source/core/core.gyp#newcode48 Source/core/core.gyp:48: '<(bindings_modules_v8_output_dir)', # e.g. EventTargetCustom requires. On 2014/06/25 01:37:40, Nils ...
6 years, 6 months ago (2014-06-25 12:33:35 UTC) #10
tasak
The CQ bit was checked by tasak@google.com
6 years, 6 months ago (2014-06-26 02:40:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/331373002/140001
6 years, 6 months ago (2014-06-26 02:41:43 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-26 03:52:16 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-26 03:56:00 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/8556)
6 years, 6 months ago (2014-06-26 03:56:04 UTC) #15
tasak
jochen, would you review this CL? I need Source/web owner's LGTM.
6 years, 6 months ago (2014-06-26 04:57:07 UTC) #16
jochen (gone - plz use gerrit)
lgtm
6 years, 6 months ago (2014-06-26 14:52:39 UTC) #17
tasak
On 2014/06/26 14:52:39, jochen wrote: > lgtm Thank you.
6 years, 6 months ago (2014-06-27 03:43:48 UTC) #18
tasak
The CQ bit was checked by tasak@google.com
6 years, 6 months ago (2014-06-27 03:43:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/331373002/140001
6 years, 6 months ago (2014-06-27 03:46:03 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-27 04:28:25 UTC) #21
Message was sent while issue was closed.
Change committed as 177062

Powered by Google App Engine
This is Rietveld 408576698