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

Issue 1212123003: Componentization: make symbols visible. (Closed)

Created:
5 years, 5 months ago by tasak
Modified:
5 years, 5 months ago
Reviewers:
haraken, tkent, Nico
CC:
blink-reviews, shans, vivekg_samsung, dshwang, eae+blinkwatch, fs, dcheng, vivekg, scheib+watch_chromium.org, apavlov+blink_chromium.org, kouhei+svg_chromium.org, rwlbuis, caseq+blink_chromium.org, krit, arv+blink, blink-reviews-css, szager+layoutwatch_chromium.org, yurys+blink_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, gyuyoung2, pdr+svgwatchlist_chromium.org, Eric Willigers, jfernandez, rjwright, blink-reviews-style_chromium.org, zoltan1, Manuel Rego, sof, lushnikov+blink_chromium.org, darktears, Nate Chapin, Stephen Chennney, tyoshino+watch_chromium.org, blink-reviews-rendering, svillar, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, slimming-paint-reviews_chromium.org, pfeldman+blink_chromium.org, blink-reviews-paint_chromium.org, f(malita), blink-reviews-animation_chromium.org, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Componentization: make symbols visible for blink_web and blink_tests. - binding templates update is to suppress global constructor warning reported by clang/win. BUG=358074 TBR=tkent@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197961

Patch Set 1 #

Patch Set 2 : Fixed unknown pragma #

Patch Set 3 : Fixed MSVC compile failure #

Total comments: 3

Patch Set 4 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+536 lines, -46 lines) Patch
M Source/bindings/templates/interface.cpp View 1 2 3 2 chunks +18 lines, -0 lines 2 comments Download
M Source/bindings/templates/interface_base.cpp View 1 2 3 3 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8ArrayBuffer.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8ArrayBufferView.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8DataView.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8SVGTestInterface.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestException.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface2.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface3.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceAccessors.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp View 1 2 3 2 chunks +28 lines, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceNode.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceOwnProperties.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceOwnPropertiesDerived.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.cpp View 1 2 3 2 chunks +27 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestNode.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestSpecialOperations.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestTypedefs.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M Source/build/features.gypi View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/clipboard/Pasteboard.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSImageGeneratorValue.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/dom/Position.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/VisiblePosition.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/VisibleUnits.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fetch/ResourcePtr.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorOverlayHost.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/LayoutEditor.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/layout/HitTestCache.h View 1 2 3 4 chunks +7 lines, -4 lines 1 comment Download
M Source/core/paint/NinePieceImageGrid.h View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/style/NinePieceImage.h View 3 chunks +3 lines, -2 lines 0 comments Download
M Source/core/style/StyleGeneratedImage.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/style/StyleImage.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGAElement.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimateElement.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGAnimationElement.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGElement.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGSetElement.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGTests.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGURIReference.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/xlinkattrs.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/fetch/CompositeDataConsumerHandle.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/fetch/DataConsumerHandleUtil.h View 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/fetch/DataConsumerTee.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/fetch/FetchDataLoader.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/modules.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + Source/platform/exported/WebServicePortProviderClient.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M public/platform/WebDataConsumerHandle.h View 1 chunk +1 line, -1 line 0 comments Download
M public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h View 2 chunks +2 lines, -2 lines 0 comments Download
M public/platform/modules/navigator_services/WebServicePortProviderClient.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 23 (7 generated)
tasak
PTAL?
5 years, 5 months ago (2015-06-26 12:32:36 UTC) #2
haraken
LGTM https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp#newcode479 Source/bindings/templates/interface.cpp:479: #if COMPILER(CLANG) Please add a comment.
5 years, 5 months ago (2015-06-26 12:42:14 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212123003/40001
5 years, 5 months ago (2015-06-26 12:42:55 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/36494)
5 years, 5 months ago (2015-06-26 12:52:50 UTC) #7
Nico
https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp#newcode479 Source/bindings/templates/interface.cpp:479: #if COMPILER(CLANG) On 2015/06/26 12:42:14, haraken wrote: > > ...
5 years, 5 months ago (2015-06-26 17:09:37 UTC) #9
tasak
tkent, would you review public/'s change? https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp#newcode479 Source/bindings/templates/interface.cpp:479: #if COMPILER(CLANG) On ...
5 years, 5 months ago (2015-06-29 04:17:35 UTC) #11
tasak
On 2015/06/29 04:17:35, tasak wrote: > tkent, would you review public/'s change? > > https://codereview.chromium.org/1212123003/diff/40001/Source/bindings/templates/interface.cpp ...
5 years, 5 months ago (2015-06-29 05:10:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1212123003/60001
5 years, 5 months ago (2015-06-29 05:10:33 UTC) #15
Nico
https://codereview.chromium.org/1212123003/diff/60001/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/1212123003/diff/60001/Source/bindings/templates/interface.cpp#newcode479 Source/bindings/templates/interface.cpp:479: // Suppress warning: global constructors, because struct WrapperTypeInfo is ...
5 years, 5 months ago (2015-06-29 05:23:26 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=197961
5 years, 5 months ago (2015-06-29 05:32:51 UTC) #17
tasak
Thank you for comments. https://codereview.chromium.org/1212123003/diff/60001/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/1212123003/diff/60001/Source/bindings/templates/interface.cpp#newcode479 Source/bindings/templates/interface.cpp:479: // Suppress warning: global constructors, ...
5 years, 5 months ago (2015-06-29 05:48:25 UTC) #18
tkent
https://codereview.chromium.org/1212123003/diff/60001/Source/core/layout/HitTestCache.h File Source/core/layout/HitTestCache.h (right): https://codereview.chromium.org/1212123003/diff/60001/Source/core/layout/HitTestCache.h#newcode92 Source/core/layout/HitTestCache.h:92: unsigned m_updateIndex; Do class member initializers prevent the componentization?
5 years, 5 months ago (2015-07-02 23:25:48 UTC) #19
tasak
On 2015/07/02 23:25:48, tkent wrote: > https://codereview.chromium.org/1212123003/diff/60001/Source/core/layout/HitTestCache.h > File Source/core/layout/HitTestCache.h (right): > > https://codereview.chromium.org/1212123003/diff/60001/Source/core/layout/HitTestCache.h#newcode92 > ...
5 years, 5 months ago (2015-07-03 04:26:25 UTC) #20
Nico
On Thu, Jul 2, 2015 at 9:26 PM, <tasak@google.com> wrote: > On 2015/07/02 23:25:48, tkent ...
5 years, 5 months ago (2015-07-03 04:47:31 UTC) #21
blink-reviews
The issue 488634 is just the same as I found. 2015-07-03 13:47 GMT+09:00 Nico Weber ...
5 years, 5 months ago (2015-07-03 05:13:56 UTC) #22
tkent
5 years, 5 months ago (2015-07-03 05:53:01 UTC) #23
Message was sent while issue was closed.
ok, lgtm.

Powered by Google App Engine
This is Rietveld 408576698