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

Issue 830273003: Remove impl-side-painting from about:flags (Closed)

Created:
5 years, 11 months ago by danakj
Modified:
5 years, 11 months ago
CC:
chromium-reviews, enne (OOO), piman, f(malita)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove impl-side-painting from about:flags This has been on everywhere for m39 and m40. People should not be turning it off by this point, it will start to break soon. BUG=169282 Committed: https://crrev.com/27f39f26c1636f9f09c79ab44f86e91b114b9a61 Cr-Commit-Position: refs/heads/master@{#312877}

Patch Set 1 #

Patch Set 2 : impl-flags: removekEnableImplSidePainting #

Total comments: 5

Patch Set 3 : impl-flags: fix-content_browsertests #

Patch Set 4 : impl-flags: fixlayouttests #

Patch Set 5 : impl-flags: remove-content-shell-stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -31 lines) Patch
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/crash_keys.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/gpu/compositor_util.cc View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl_browsertest.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (6 generated)
danakj
5 years, 11 months ago (2015-01-09 20:00:13 UTC) #1
danakj
cjhopman@chromium.org: Please review changes in build/ios/
5 years, 11 months ago (2015-01-09 20:00:32 UTC) #3
danakj
Updated the CL to remove the --enable-impl-side-painting flag. Just the disable flag is left.
5 years, 11 months ago (2015-01-09 20:08:11 UTC) #4
danakj
+sky for chrome/ +sievers for content/ +mnaganov for android_webview/
5 years, 11 months ago (2015-01-09 20:10:25 UTC) #6
no sievers
lgtm https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc#newcode1078 content/browser/renderer_host/render_process_host_impl.cc:1078: command_line->AppendSwitch(switches::kDisableImplSidePainting); So this was broken before in that ...
5 years, 11 months ago (2015-01-09 20:22:33 UTC) #7
danakj
https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc#newcode1078 content/browser/renderer_host/render_process_host_impl.cc:1078: command_line->AppendSwitch(switches::kDisableImplSidePainting); On 2015/01/09 20:22:32, sievers wrote: > So this ...
5 years, 11 months ago (2015-01-09 20:23:14 UTC) #8
vmpstr
lgtm
5 years, 11 months ago (2015-01-09 20:24:49 UTC) #9
sky
https://codereview.chromium.org/830273003/diff/20001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (right): https://codereview.chromium.org/830273003/diff/20001/chrome/browser/chromeos/login/chrome_restart_request.cc#newcode86 chrome/browser/chromeos/login/chrome_restart_request.cc:86: ::switches::kDisableImplSidePainting, Should this be removed too?
5 years, 11 months ago (2015-01-09 20:52:41 UTC) #10
mnaganov (inactive)
android_webview/ LGTM I'm concerned about Android dbg test crashes. They all terminate due to this ...
5 years, 11 months ago (2015-01-09 21:21:20 UTC) #11
danakj
https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/830273003/diff/20001/content/browser/renderer_host/render_process_host_impl.cc#newcode1078 content/browser/renderer_host/render_process_host_impl.cc:1078: command_line->AppendSwitch(switches::kDisableImplSidePainting); On 2015/01/09 20:23:14, danakj wrote: > On 2015/01/09 ...
5 years, 11 months ago (2015-01-09 21:32:52 UTC) #12
danakj
On Fri, Jan 9, 2015 at 1:21 PM, <mnaganov@chromium.org> wrote: > android_webview/ LGTM > > ...
5 years, 11 months ago (2015-01-09 21:40:26 UTC) #13
danakj
https://codereview.chromium.org/830273003/diff/20001/chrome/browser/chromeos/login/chrome_restart_request.cc File chrome/browser/chromeos/login/chrome_restart_request.cc (right): https://codereview.chromium.org/830273003/diff/20001/chrome/browser/chromeos/login/chrome_restart_request.cc#newcode86 chrome/browser/chromeos/login/chrome_restart_request.cc:86: ::switches::kDisableImplSidePainting, On 2015/01/09 20:52:41, sky wrote: > Should this ...
5 years, 11 months ago (2015-01-09 21:40:38 UTC) #14
danakj
Fixed content_browsertests in the latest patch set by adding kNumRasterThreads to the command line when ...
5 years, 11 months ago (2015-01-09 22:06:38 UTC) #15
danakj
On 2015/01/09 21:21:20, mnaganov (cr) wrote: > android_webview/ LGTM > > I'm concerned about Android ...
5 years, 11 months ago (2015-01-09 22:07:13 UTC) #16
cjhopman
lgtm
5 years, 11 months ago (2015-01-09 22:26:31 UTC) #17
sky
LGTM
5 years, 11 months ago (2015-01-09 23:05:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830273003/40001
5 years, 11 months ago (2015-01-09 23:10:24 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 11 months ago (2015-01-09 23:52:11 UTC) #21
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c138f5dd7e317f141edf0e2f87a74c487174c172 Cr-Commit-Position: refs/heads/master@{#310895}
5 years, 11 months ago (2015-01-09 23:53:30 UTC) #22
f(malita)
On 2015/01/09 23:53:30, I haz the power (commit-bot) wrote: > Patchset 3 (id:??) landed as ...
5 years, 11 months ago (2015-01-10 18:41:06 UTC) #23
f(malita)
On 2015/01/10 18:41:06, f(malita) wrote: > On 2015/01/09 23:53:30, I haz the power (commit-bot) wrote: ...
5 years, 11 months ago (2015-01-10 19:19:00 UTC) #24
f(malita)
Revert landed: https://codereview.chromium.org/846813002/ (the revert button was throwing a transient error).
5 years, 11 months ago (2015-01-10 19:34:49 UTC) #25
danakj
This broke layout tests because they use --enable-impl-side-painting to override --disable-impl-side-painting which is always passed ...
5 years, 11 months ago (2015-01-12 23:41:14 UTC) #26
piman
lgtm
5 years, 11 months ago (2015-01-13 00:04:16 UTC) #28
danakj
Green blink bot :D
5 years, 11 months ago (2015-01-13 00:47:16 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830273003/60001
5 years, 11 months ago (2015-01-13 00:48:33 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-13 01:32:28 UTC) #32
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/a0b3c5b4bd504b6c699984149bd73ecf1fdc4e44 Cr-Commit-Position: refs/heads/master@{#311170}
5 years, 11 months ago (2015-01-13 01:33:30 UTC) #33
f(malita)
On 2015/01/13 01:33:30, I haz the power (commit-bot) wrote: > Patchset 4 (id:??) landed as ...
5 years, 11 months ago (2015-01-22 19:09:19 UTC) #34
danakj
Err I did not see that. Well I will just wait for enne@'s CL then. ...
5 years, 11 months ago (2015-01-22 19:21:51 UTC) #35
danakj
Looks like https://codereview.chromium.org/774783003/ landed so now layout tests should behave with the same defaults as ...
5 years, 11 months ago (2015-01-22 19:26:17 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/830273003/80001
5 years, 11 months ago (2015-01-23 17:13:57 UTC) #38
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-23 18:15:40 UTC) #39
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 18:16:39 UTC) #40
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/27f39f26c1636f9f09c79ab44f86e91b114b9a61
Cr-Commit-Position: refs/heads/master@{#312877}

Powered by Google App Engine
This is Rietveld 408576698