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

Issue 2345543002: debugging for crbug.com/646539

Created:
4 years, 3 months ago by Nico
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews, dshwang, blink-reviews-style_chromium.org, slimming-paint-reviews_chromium.org, blink-reviews-paint_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

debugging for crbug.com/646539 BUG=646539 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2

Patch Set 1 #

Patch Set 2 : somewhat simpler #

Patch Set 3 : somewhat simpler #

Patch Set 4 : way simpler test #

Patch Set 5 : somewhat simpler #

Patch Set 6 : smaller binary #

Patch Set 7 : simpler #

Patch Set 8 : simpler #

Patch Set 9 : simpler #

Patch Set 10 : simpler #

Patch Set 11 : simpler #

Patch Set 12 : simpler #

Patch Set 13 : simpler #

Patch Set 14 : simpler #

Patch Set 15 : getting there #

Patch Set 16 : simpler #

Patch Set 17 : one file less #

Patch Set 18 : one file less #

Patch Set 19 : no v8, no platform #

Patch Set 20 : no skia, no url #

Patch Set 21 : no wtf -- 4 TUs and a few headers #

Patch Set 22 : 3 TUs, 2 .h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -7037 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +40 lines, -354 lines 0 comments Download
M third_party/WebKit/Source/core/animation/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -243 lines 0 comments Download
M third_party/WebKit/Source/core/css/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleColor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -36 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserMode.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TextPainter.cpp View 1 2 3 1 chunk +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/core/paint/TextPainterTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +17 lines, -134 lines 0 comments Download
M third_party/WebKit/Source/core/style/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -54 lines 0 comments Download
M third_party/WebKit/Source/core/style/BorderData.h View 1 2 3 4 5 6 7 8 9 6 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/style/CachedUAStyle.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +14 lines, -2579 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +10 lines, -1983 lines 0 comments Download
M third_party/WebKit/Source/core/style/DataRef.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +84 lines, -123 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +8 lines, -204 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -190 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareNonInheritedData.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -332 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Color.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +0 lines, -144 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Color.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +1 line, -437 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +6 lines, -118 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadingPthreads.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTF.cpp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (2 generated)
Nico
Description was changed from ========== debugging for crbug.com/646539 BUG= ========== to ========== debugging for crbug.com/646539 ...
4 years, 3 months ago (2016-09-14 18:08:03 UTC) #1
Nico
4 years, 3 months ago (2016-09-14 19:14:27 UTC) #2
Description was changed from

==========
debugging for crbug.com/646539

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
==========

to

==========
debugging for crbug.com/646539

BUG=646539
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
==========

Powered by Google App Engine
This is Rietveld 408576698