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

Issue 1975993003: Reland: Generate separate files for union type containers (Closed)

Created:
4 years, 7 months ago by bashi
Modified:
4 years, 7 months ago
Reviewers:
haraken, Dirk Pranke, Nico
CC:
chromium-reviews, shans, tzik, johnme+watch_chromium.org, dshwang, eae+blinkwatch, fs, eric.carlson_apple.com, scheib+watch_chromium.org, apavlov+blink_chromium.org, rwlbuis, jsbell+serviceworker_chromium.org, mvanouwerkerk+watch_chromium.org, yhirano+watch_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, Justin Novosad, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, blink-reviews, harkness+watch_chromium.org, mcasas+watch+mediastream_chromium.org, Eric Willigers, nessy, rjwright, blink-reviews-style_chromium.org, serviceworker-reviews, Peter Beverloo, sof, nhiroki, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, darktears, jsbell+idb_chromium.org, vcarbune.chromium, michaeln, tyoshino+watch_chromium.org, ajuma+watch-canvas_chromium.org, blink-reviews-animation_chromium.org, horo+watch_chromium.org, gasubic, falken, mlamouri+watch-blink_chromium.org, kinuko+serviceworker, cmumford, ortuno+watch_chromium.org, kinuko+fileapi, jshin+watch_chromium.org, scottmg, qyearsley
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland: Generate separate files for union type containers Change from https://codereview.chromium.org/1961883002/ is that adding a hack to accept long file names on win. Original description: Generating union type containers into single files (per component) is the root cause of cyclic dependencies when we use union types with IDL dictionaries. We should put generated containers into separate files. Unfortunately this CL brings a burden on developers. See IDLUnionTypes.md for more details. BUG=524424 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/bf70474d005be73bafa2ea45b23388904907dfe0 Cr-Commit-Position: refs/heads/master@{#393815}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3351 lines, -3171 lines) Patch
A third_party/WebKit/Source/bindings/IDLUnionTypes.md View 1 2 3 4 5 6 1 chunk +69 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/generated.gni View 2 3 4 1 chunk +57 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/generated.gypi View 2 3 4 1 chunk +56 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/V8BindingForModulesTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/generated.gni View 1 2 3 4 1 chunk +39 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/modules/v8/generated.gypi View 1 2 3 4 1 chunk +38 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/code_generator_v8.py View 1 2 7 chunks +66 lines, -55 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/compute_interfaces_info_individual.py View 1 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/compute_interfaces_info_overall.py View 1 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/utilities.py View 1 2 3 4 4 chunks +28 lines, -7 lines 1 comment Download
M third_party/WebKit/Source/bindings/scripts/v8_union.py View 5 chunks +14 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/templates.gni View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/templates.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/bindings/templates/union.h View 1 chunk +0 lines, -79 lines 0 comments Download
D third_party/WebKit/Source/bindings/templates/union.cpp View 1 chunk +0 lines, -203 lines 0 comments Download
A + third_party/WebKit/Source/bindings/templates/union_container.h View 2 chunks +20 lines, -24 lines 0 comments Download
A + third_party/WebKit/Source/bindings/templates/union_container.cpp View 1 2 7 chunks +49 lines, -51 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.h View 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/ArrayBufferOrArrayBufferViewOrDictionary.cpp View 2 3 4 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.h View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/BooleanOrStringOrUnrestrictedDouble.cpp View 1 chunk +141 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.h View 2 chunks +24 lines, -25 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/DoubleOrString.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.h View 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/LongOrTestDictionary.cpp View 2 3 4 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.h View 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/NodeOrNodeList.cpp View 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.h View 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/StringOrArrayBufferOrArrayBufferView.cpp View 2 3 4 1 chunk +145 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.h View 2 chunks +25 lines, -26 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/StringOrDouble.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.h View 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionaryDerivedImplementedAs.h View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.h View 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestEnumOrDouble.cpp View 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.h View 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterface2OrUint8Array.cpp View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.h View 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceGarbageCollectedOrString.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.h View 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrLong.cpp View 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.h View 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/TestInterfaceOrTestInterfaceEmpty.cpp View 1 chunk +119 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/UnionTypesCore.h View 1 chunk +0 lines, -813 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/UnionTypesCore.cpp View 1 chunk +0 lines, -1562 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.h View 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/bindings/tests/results/core/UnrestrictedDoubleOrString.cpp View 1 chunk +114 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h View 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 3 4 2 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp View 1 chunk +2 lines, -1 line 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.h View 2 chunks +3 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/modules/BooleanOrString.cpp View 1 chunk +2 lines, -1 line 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/modules/UnionTypesModules.h View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/modules/UnionTypesModules.cpp View 1 chunk +0 lines, -110 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationEffectTiming.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/EffectInput.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/EffectInputTest.cpp View 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/ElementAnimation.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp View 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StylePropertyMap.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMArrayPiece.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/URLSearchParams.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/FormData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLAllCollection.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormControlsCollection.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormElement.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp View 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TrackEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTCue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/DictionaryTest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/UnionTypesTest.h View 2 3 4 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/Cache.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.h View 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/SubtleCrypto.h View 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextDecoder.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeyStatusMap.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeyStatusMap.cpp View 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBKeyPath.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFC.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationDataTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushManager.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushManagerTest.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushMessageData.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/InstallEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vibration/NavigatorVibration.cpp View 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.cpp View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBDevice.h View 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (5 generated)
haraken
LGTM to reland once dpranke is okay with the hack.
4 years, 7 months ago (2016-05-13 09:15:51 UTC) #2
Dirk Pranke
https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py File third_party/WebKit/Source/bindings/scripts/utilities.py (right): https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py#newcode306 third_party/WebKit/Source/bindings/scripts/utilities.py:306: os.path.abspath(os.path.join(os.getcwd(), destination_filename))) Do we know for sure that GN, ...
4 years, 7 months ago (2016-05-13 15:20:43 UTC) #4
Nico
https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py File third_party/WebKit/Source/bindings/scripts/utilities.py (right): https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py#newcode306 third_party/WebKit/Source/bindings/scripts/utilities.py:306: os.path.abspath(os.path.join(os.getcwd(), destination_filename))) On 2016/05/13 15:20:43, Dirk Pranke wrote: > ...
4 years, 7 months ago (2016-05-13 15:21:31 UTC) #6
haraken
On 2016/05/13 15:21:31, Nico wrote: > https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py > File third_party/WebKit/Source/bindings/scripts/utilities.py (right): > > https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py#newcode306 > ...
4 years, 7 months ago (2016-05-13 15:28:01 UTC) #7
Nico
On 2016/05/13 15:28:01, haraken wrote: > On 2016/05/13 15:21:31, Nico wrote: > > > https://codereview.chromium.org/1975993003/diff/1/third_party/WebKit/Source/bindings/scripts/utilities.py ...
4 years, 7 months ago (2016-05-13 15:32:33 UTC) #8
haraken
On 2016/05/13 15:32:33, Nico wrote: > On 2016/05/13 15:28:01, haraken wrote: > > On 2016/05/13 ...
4 years, 7 months ago (2016-05-13 15:36:01 UTC) #9
Dirk Pranke
On 2016/05/13 15:28:01, haraken wrote: > > On 2016/05/13 15:20:43, Dirk Pranke wrote: > > ...
4 years, 7 months ago (2016-05-13 15:36:44 UTC) #10
bashi
Used some abbreviations to shrink file names of generated code. Updated IDLUnionTypes.md to describe how ...
4 years, 7 months ago (2016-05-16 05:01:37 UTC) #11
haraken
https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md File third_party/WebKit/Source/bindings/IDLUnionTypes.md (right): https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md#newcode36 third_party/WebKit/Source/bindings/IDLUnionTypes.md:36: Unsigned -> U Is all of the abbreviations needed? ...
4 years, 7 months ago (2016-05-16 05:04:32 UTC) #12
bashi
https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md File third_party/WebKit/Source/bindings/IDLUnionTypes.md (right): https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md#newcode36 third_party/WebKit/Source/bindings/IDLUnionTypes.md:36: Unsigned -> U On 2016/05/16 05:04:32, haraken wrote: > ...
4 years, 7 months ago (2016-05-16 05:15:53 UTC) #13
haraken
On 2016/05/16 05:15:53, bashi1 wrote: > https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md > File third_party/WebKit/Source/bindings/IDLUnionTypes.md (right): > > https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md#newcode36 > ...
4 years, 7 months ago (2016-05-16 05:21:56 UTC) #14
bashi
On 2016/05/16 05:21:56, haraken wrote: > On 2016/05/16 05:15:53, bashi1 wrote: > > > https://codereview.chromium.org/1975993003/diff/60001/third_party/WebKit/Source/bindings/IDLUnionTypes.md ...
4 years, 7 months ago (2016-05-16 05:24:20 UTC) #15
bashi
On 2016/05/16 05:24:20, bashi1 wrote: > On 2016/05/16 05:21:56, haraken wrote: > > On 2016/05/16 ...
4 years, 7 months ago (2016-05-16 08:01:54 UTC) #16
haraken
LGTM
4 years, 7 months ago (2016-05-16 08:05:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975993003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975993003/140001
4 years, 7 months ago (2016-05-16 09:21:08 UTC) #19
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 7 months ago (2016-05-16 10:29:55 UTC) #20
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/bf70474d005be73bafa2ea45b23388904907dfe0 Cr-Commit-Position: refs/heads/master@{#393815}
4 years, 7 months ago (2016-05-16 10:31:24 UTC) #22
Dirk Pranke
4 years, 7 months ago (2016-05-17 00:16:49 UTC) #23
Message was sent while issue was closed.
The change in the idl compiler lgtm, to the extent I understand it. I didn't
really look at the rest of the CL. Let me know if you wanted me to look at
something specifically.

https://codereview.chromium.org/1975993003/diff/140001/third_party/WebKit/Sou...
File third_party/WebKit/Source/bindings/scripts/utilities.py (right):

https://codereview.chromium.org/1975993003/diff/140001/third_party/WebKit/Sou...
third_party/WebKit/Source/bindings/scripts/utilities.py:407: return name
nit: this could just be `return aliases.get(name, name)`.

Powered by Google App Engine
This is Rietveld 408576698