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

Issue 60113005: Enable chromium_code=1 on Windows (Closed)

Created:
7 years, 1 month ago by scottmg
Modified:
7 years, 1 month ago
CC:
blink-reviews, zoltan1, webcomponents-bugzilla_chromium.org, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, adamk+blink_chromium.org, jchaffraix+rendering, Peter Kasting
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : . #

Total comments: 9

Patch Set 3 : disable wasn't inlined warning #

Patch Set 4 : use accessors #

Total comments: 2

Patch Set 5 : use this-> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -18 lines) Patch
M Source/config.gyp View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/fetch/Resource.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/ClipRect.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerScrollableArea.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerStackingNode.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/text/LocaleWin.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
scottmg
https://codereview.chromium.org/60113005/diff/1/Source/config.gyp File Source/config.gyp (right): https://codereview.chromium.org/60113005/diff/1/Source/config.gyp#newcode46 Source/config.gyp:46: 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 4800, ...
7 years, 1 month ago (2013-11-06 04:40:48 UTC) #1
scottmg
There's one outstanding problem in a Release build, warnings of the form: d:\src\cr\src\third_party\webkit\source\wtf\hashtable.h(332) : error ...
7 years, 1 month ago (2013-11-06 04:50:17 UTC) #2
scottmg
On 2013/11/06 04:50:17, scottmg wrote: > There's one outstanding problem in a Release build, warnings ...
7 years, 1 month ago (2013-11-06 04:57:09 UTC) #3
scottmg
Oops, switching reviewer to dglazkov after looking at previous R= on bug.
7 years, 1 month ago (2013-11-06 04:59:08 UTC) #4
Nico
You rock! Disabling the inlining warning sounds good. lgtm, but I'd prefer calling accessors of ...
7 years, 1 month ago (2013-11-06 05:03:13 UTC) #5
Nico
On 2013/11/06 04:59:08, scottmg wrote: > Oops, switching reviewer to dglazkov after looking at previous ...
7 years, 1 month ago (2013-11-06 05:04:10 UTC) #6
Peter Kasting
https://codereview.chromium.org/60113005/diff/1/Source/config.gyp File Source/config.gyp (right): https://codereview.chromium.org/60113005/diff/1/Source/config.gyp#newcode46 Source/config.gyp:46: 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 4800, ...
7 years, 1 month ago (2013-11-06 07:20:01 UTC) #7
Nico
I believe in practice compilers only combine bitfields of the same type. On Nov 5, ...
7 years, 1 month ago (2013-11-06 07:33:03 UTC) #8
scottmg
On 2013/11/06 05:03:13, Nico (ooo until Nov 12) wrote: > You rock! > > Disabling ...
7 years, 1 month ago (2013-11-06 16:11:49 UTC) #9
scottmg
On 2013/11/06 07:20:01, Peter Kasting wrote: > https://codereview.chromium.org/60113005/diff/1/Source/config.gyp > File Source/config.gyp (right): > > https://codereview.chromium.org/60113005/diff/1/Source/config.gyp#newcode46 ...
7 years, 1 month ago (2013-11-06 16:13:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/60113005/300001
7 years, 1 month ago (2013-11-06 16:14:18 UTC) #11
dglazkov
https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp File Source/core/rendering/RenderLayerStackingNode.cpp (right): https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp#newcode440 Source/core/rendering/RenderLayerStackingNode.cpp:440: bool newIsNormalFlowOnly = shouldBeNormalFlowOnly(); Here and elsewhere: would you ...
7 years, 1 month ago (2013-11-06 17:31:04 UTC) #12
scottmg
On 2013/11/06 17:31:04, Dimitri Glazkov wrote: > https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp > File Source/core/rendering/RenderLayerStackingNode.cpp (right): > > https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp#newcode440 ...
7 years, 1 month ago (2013-11-06 17:45:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/60113005/430001
7 years, 1 month ago (2013-11-06 17:46:42 UTC) #14
Peter Kasting
https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp File Source/core/rendering/RenderLayerStackingNode.cpp (right): https://codereview.chromium.org/60113005/diff/300001/Source/core/rendering/RenderLayerStackingNode.cpp#newcode440 Source/core/rendering/RenderLayerStackingNode.cpp:440: bool newIsNormalFlowOnly = shouldBeNormalFlowOnly(); On 2013/11/06 17:31:05, Dimitri Glazkov ...
7 years, 1 month ago (2013-11-06 18:41:45 UTC) #15
Nico
On Wed, Nov 6, 2013 at 10:41 AM, <pkasting@chromium.org> wrote: > > https://codereview.chromium.org/60113005/diff/300001/ > Source/core/rendering/RenderLayerStackingNode.cpp ...
7 years, 1 month ago (2013-11-06 19:07:08 UTC) #16
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 20:02:19 UTC) #17
Message was sent while issue was closed.
Change committed as 161469

Powered by Google App Engine
This is Rietveld 408576698