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

Issue 12221005: Add flag to disable impl-side painting (Closed)

Created:
7 years, 10 months ago by gone
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add flag to disable impl-side painting To check whether impl-side painting is enabled, two command line flags are checked, with the disabling flag taking precedence over the one that enables it. BUG=173303 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184224

Patch Set 1 #

Patch Set 2 : removing line #

Total comments: 1

Patch Set 3 : Untested rebase for comments; stops sending kEnableImplSidePainting flag to renderer #

Patch Set 4 : Consolidated switch checking #

Total comments: 2

Patch Set 5 : Moving import over #

Patch Set 6 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -8 lines) Patch
M cc/switches.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M cc/switches.cc View 1 2 3 4 5 3 chunks +21 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 2 chunks +15 lines, -0 lines 0 comments Download
M content/browser/android/content_startup_flags.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M webkit/compositor_bindings/web_content_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_image_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
gone
Hey, does this approach make sense? Seems like something similar was done for the threaded ...
7 years, 10 months ago (2013-02-05 02:20:09 UTC) #1
danakj
https://chromiumcodereview.appspot.com/12221005/diff/3001/cc/util.h File cc/util.h (right): https://chromiumcodereview.appspot.com/12221005/diff/3001/cc/util.h#newcode19 cc/util.h:19: bool IsImplSidePaintingEnabled(const CommandLine* cl); Please don't read command line ...
7 years, 10 months ago (2013-02-05 02:23:57 UTC) #2
Vangelis Kokkevis
I think it would be best to follow the pattern we use for force-compositing-mode. about:flags ...
7 years, 10 months ago (2013-02-05 17:37:11 UTC) #3
gone
On 2013/02/05 17:37:11, Vangelis Kokkevis wrote: > I think it would be best to follow ...
7 years, 10 months ago (2013-02-06 00:42:16 UTC) #4
danakj
On Tue, Feb 5, 2013 at 7:42 PM, <dfalcantara@chromium.org> wrote: > I've piped the flag ...
7 years, 10 months ago (2013-02-06 00:46:06 UTC) #5
gone
On 2013/02/06 00:46:06, danakj wrote: > On Tue, Feb 5, 2013 at 7:42 PM, <mailto:dfalcantara@chromium.org> ...
7 years, 10 months ago (2013-02-06 22:27:51 UTC) #6
gone
On 2013/02/06 22:27:51, dfalcantara wrote: > On 2013/02/06 00:46:06, danakj wrote: > > On Tue, ...
7 years, 10 months ago (2013-02-13 00:45:24 UTC) #7
Vangelis Kokkevis
On 2013/02/13 00:45:24, dfalcantara wrote: > On 2013/02/06 22:27:51, dfalcantara wrote: > > On 2013/02/06 ...
7 years, 10 months ago (2013-02-13 01:58:01 UTC) #8
gone
On 2013/02/13 01:58:01, Vangelis Kokkevis wrote: > On 2013/02/13 00:45:24, dfalcantara wrote: > > On ...
7 years, 10 months ago (2013-02-13 02:00:58 UTC) #9
vangelis
> Was looking for an answer to the question in #6; I don't know how ...
7 years, 10 months ago (2013-02-13 08:01:35 UTC) #10
jamesr
On 2013/02/05 17:37:11, Vangelis Kokkevis wrote: > I think it would be best to follow ...
7 years, 10 months ago (2013-02-13 08:46:04 UTC) #11
gone
On 2013/02/13 08:46:04, jamesr wrote: > I'd go back to the switch version but put ...
7 years, 10 months ago (2013-02-13 21:45:08 UTC) #12
jamesr
On 2013/02/13 21:45:08, dfalcantara wrote: > On 2013/02/13 08:46:04, jamesr wrote: > > I'd go ...
7 years, 10 months ago (2013-02-13 21:59:29 UTC) #13
gone
On 2013/02/13 21:59:29, jamesr wrote: > On 2013/02/13 21:45:08, dfalcantara wrote: > > On 2013/02/13 ...
7 years, 10 months ago (2013-02-13 22:04:34 UTC) #14
gone
On 2013/02/13 22:04:34, dfalcantara wrote: > On 2013/02/13 21:59:29, jamesr wrote: > > On 2013/02/13 ...
7 years, 10 months ago (2013-02-13 22:05:42 UTC) #15
danakj
On 2013/02/13 22:05:42, dfalcantara wrote: > On 2013/02/13 22:04:34, dfalcantara wrote: > > On 2013/02/13 ...
7 years, 10 months ago (2013-02-13 22:06:57 UTC) #16
gone
I took another pass and moved the function to switches.h/cc. Tried to make the function ...
7 years, 10 months ago (2013-02-20 00:16:07 UTC) #17
danakj
https://chromiumcodereview.appspot.com/12221005/diff/17001/cc/switches.h File cc/switches.h (right): https://chromiumcodereview.appspot.com/12221005/diff/17001/cc/switches.h#newcode10 cc/switches.h:10: #include "base/command_line.h" This should move to the .cc then.
7 years, 10 months ago (2013-02-20 00:17:47 UTC) #18
gone
https://chromiumcodereview.appspot.com/12221005/diff/17001/cc/switches.h File cc/switches.h (right): https://chromiumcodereview.appspot.com/12221005/diff/17001/cc/switches.h#newcode10 cc/switches.h:10: #include "base/command_line.h" On 2013/02/20 00:17:48, danakj wrote: > This ...
7 years, 10 months ago (2013-02-20 00:28:21 UTC) #19
gone
Adding more folks from OWNERS files.
7 years, 10 months ago (2013-02-21 18:59:35 UTC) #20
Ben Goodger (Google)
lgtm
7 years, 10 months ago (2013-02-22 00:48:52 UTC) #21
gone
Ping?
7 years, 10 months ago (2013-02-22 21:09:43 UTC) #22
jamesr
On 2013/02/22 21:09:43, dfalcantara wrote: > Ping? There are 6 people on the review line. ...
7 years, 10 months ago (2013-02-22 21:11:11 UTC) #23
gone
On 2013/02/22 21:11:11, jamesr wrote: > On 2013/02/22 21:09:43, dfalcantara wrote: > > Ping? > ...
7 years, 10 months ago (2013-02-22 21:12:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/12221005/29001
7 years, 10 months ago (2013-02-22 21:12:39 UTC) #25
commit-bot: I haz the power
7 years, 10 months ago (2013-02-23 00:31:37 UTC) #26
Message was sent while issue was closed.
Change committed as 184224

Powered by Google App Engine
This is Rietveld 408576698