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

Issue 1169193003: [SP] Enable Slimming Paint by default in Chromium and Blink. (Closed)

Created:
5 years, 6 months ago by wkorman
Modified:
5 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, dzhioev+watch_chromium.org, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[SP] Enable Slimming Paint by default in Chromium and Blink. Add a --disable-slimming-paint flag and make slimming paint on by default with no flags specified. --enable-slimming-paint takes precedence over --disable-slimming-paint if both are specified. Existence of both flags is required to deal gracefully with Blink-side LayoutTests and a gradual migration. For more, see: https://groups.google.com/a/chromium.org/d/msg/paint-dev/gtRRHn1yotk/f_8iJgHP130J https://groups.google.com/a/chromium.org/d/msg/paint-dev/uVGvSuVilaw/uA3iVa7JpuUJ BUG=497950 Committed: https://crrev.com/af7391ec1e53b6725c1effb51bd83dae54a47568 Cr-Commit-Position: refs/heads/master@{#334188}

Patch Set 1 #

Patch Set 2 : Add message for disable slimming paint flag. #

Patch Set 3 : Merge changes. #

Patch Set 4 : Add disable-slimming-paint to histograms.xml. #

Patch Set 5 : Add back --enable-slimming-paint as well and give it precedence. #

Patch Set 6 : Merge changes. #

Patch Set 7 : Disable slimming paint in record_per_area test for now. #

Patch Set 8 : Merge changes. #

Total comments: 1

Patch Set 9 : Remove removed perf metric. #

Patch Set 10 : Restore perf measurement. #

Patch Set 11 : Re-remove measurement. #

Patch Set 12 : Merge changes. #

Patch Set 13 : Merge changes. #

Patch Set 14 : Merge changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 79 (38 generated)
wkorman
5 years, 6 months ago (2015-06-09 18:43:07 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/20001
5 years, 6 months ago (2015-06-09 18:43:45 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/40001
5 years, 6 months ago (2015-06-09 18:52:18 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/26259)
5 years, 6 months ago (2015-06-09 19:49:46 UTC) #8
enne (OOO)
non-owner lgtm, so long as test expectations have been updated such that *_blink_rel try bots ...
5 years, 6 months ago (2015-06-09 20:00:22 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/60001
5 years, 6 months ago (2015-06-09 20:13:04 UTC) #12
Xianzhu
Added mac_blink_rel, linux_blink_rel, win_blink_rel try bots to examine blink failures. wkorman@ what's your plan before ...
5 years, 6 months ago (2015-06-09 20:49:20 UTC) #14
wkorman
On 2015/06/09 at 20:49:20, wangxianzhu wrote: > Added mac_blink_rel, linux_blink_rel, win_blink_rel try bots to examine ...
5 years, 6 months ago (2015-06-09 20:57:23 UTC) #15
wkorman
On 2015/06/09 at 20:57:23, wkorman wrote: > On 2015/06/09 at 20:49:20, wangxianzhu wrote: > > ...
5 years, 6 months ago (2015-06-09 21:18:22 UTC) #16
wkorman
+jam for OWNERS approval on the switch change. Note this change is gated on other ...
5 years, 6 months ago (2015-06-10 00:38:08 UTC) #18
jam
On 2015/06/10 00:38:08, wkorman wrote: > +jam for OWNERS approval on the switch change. > ...
5 years, 6 months ago (2015-06-10 20:07:19 UTC) #19
pdr.
lgtm
5 years, 6 months ago (2015-06-10 21:16:06 UTC) #21
chrishtr
lgtm
5 years, 6 months ago (2015-06-10 21:23:56 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/100001
5 years, 6 months ago (2015-06-11 07:00:45 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/74305)
5 years, 6 months ago (2015-06-11 08:19:48 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/140001
5 years, 6 months ago (2015-06-11 17:50:20 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/70222)
5 years, 6 months ago (2015-06-11 18:01:21 UTC) #32
wkorman
+aiolos -- for OWNERS approval of tools/metrics histograms.xml change (flag addition related only) +mpearson -- ...
5 years, 6 months ago (2015-06-11 18:04:53 UTC) #34
Mark P
histograms.xml lgtm
5 years, 6 months ago (2015-06-11 18:34:11 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/140001
5 years, 6 months ago (2015-06-11 18:52:54 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/70244)
5 years, 6 months ago (2015-06-11 19:03:02 UTC) #39
aiolos (Not reviewing)
https://codereview.chromium.org/1169193003/diff/140001/tools/perf/measurements/record_per_area.py File tools/perf/measurements/record_per_area.py (right): https://codereview.chromium.org/1169193003/diff/140001/tools/perf/measurements/record_per_area.py#newcode27 tools/perf/measurements/record_per_area.py:27: '--disable-slimming-paint' Two questions: 1) What are you trying to ...
5 years, 6 months ago (2015-06-11 19:49:12 UTC) #40
wkorman
On 2015/06/11 at 19:49:12, aiolos wrote: > https://codereview.chromium.org/1169193003/diff/140001/tools/perf/measurements/record_per_area.py > File tools/perf/measurements/record_per_area.py (right): > > https://codereview.chromium.org/1169193003/diff/140001/tools/perf/measurements/record_per_area.py#newcode27 ...
5 years, 6 months ago (2015-06-11 20:12:02 UTC) #41
aiolos (Not reviewing)
On 2015/06/11 20:12:02, wkorman wrote: > On 2015/06/11 at 19:49:12, aiolos wrote: > > > ...
5 years, 6 months ago (2015-06-11 20:15:08 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/140001
5 years, 6 months ago (2015-06-11 20:17:31 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 6 months ago (2015-06-11 22:21:02 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/180001
5 years, 6 months ago (2015-06-11 22:57:21 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: linux_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect/builds/2312)
5 years, 6 months ago (2015-06-11 23:56:57 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/200001
5 years, 6 months ago (2015-06-12 00:43:25 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: mac_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_perf_bisect/builds/1676)
5 years, 6 months ago (2015-06-12 00:47:55 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/220001
5 years, 6 months ago (2015-06-12 01:01:19 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/67222)
5 years, 6 months ago (2015-06-12 02:20:58 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/240001
5 years, 6 months ago (2015-06-12 03:58:27 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 6 months ago (2015-06-12 05:58:46 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/260001
5 years, 6 months ago (2015-06-12 07:58:41 UTC) #69
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 6 months ago (2015-06-12 09:59:25 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/260001
5 years, 6 months ago (2015-06-12 16:09:23 UTC) #73
wkorman
On 2015/06/12 at 16:09:23, commit-bot wrote: > CQ is trying da patch. Follow status at ...
5 years, 6 months ago (2015-06-12 17:17:42 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1169193003/260001
5 years, 6 months ago (2015-06-12 17:18:55 UTC) #77
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 6 months ago (2015-06-12 17:23:44 UTC) #78
commit-bot: I haz the power
5 years, 6 months ago (2015-06-12 17:24:43 UTC) #79
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/af7391ec1e53b6725c1effb51bd83dae54a47568
Cr-Commit-Position: refs/heads/master@{#334188}

Powered by Google App Engine
This is Rietveld 408576698