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

Issue 8307001: Enable accelerated compositing of web pages when using webkit compositor (Closed)

Created:
9 years, 2 months ago by piman
Modified:
9 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Enable accelerated compositing of web pages when using webkit compositor BUG=99517 TEST=http://www.webkit.org/blog/386/3d-transforms/ Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107262

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase/fixes #

Total comments: 8

Patch Set 3 : move excluded files to else clause #

Patch Set 4 : Rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Total comments: 3

Patch Set 7 : Fix setDrawsContent behavior #

Total comments: 1

Patch Set 8 : added doc #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+725 lines, -449 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_views.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -4 lines 0 comments Download
M content/browser/renderer_host/accelerated_surface_container_linux.h View 1 2 3 2 chunks +8 lines, -15 lines 0 comments Download
D content/browser/renderer_host/accelerated_surface_container_linux.cc View 1 2 3 1 chunk +0 lines, -394 lines 0 comments Download
A content/browser/renderer_host/accelerated_surface_container_linux_cc.cc View 1 2 3 1 chunk +75 lines, -0 lines 0 comments Download
A content/browser/renderer_host/accelerated_surface_container_linux_gl.cc View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A content/browser/renderer_host/image_transport_client.h View 1 2 3 4 5 6 7 1 chunk +48 lines, -0 lines 0 comments Download
A content/browser/renderer_host/image_transport_client.cc View 1 2 3 1 chunk +286 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -3 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 3 chunks +19 lines, -2 lines 0 comments Download
M ui/gfx/compositor/compositor.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M ui/gfx/compositor/compositor_cc.h View 1 3 chunks +36 lines, -1 line 0 comments Download
M ui/gfx/compositor/compositor_cc.cc View 1 4 chunks +84 lines, -3 lines 0 comments Download
M ui/gfx/compositor/compositor_gl.h View 3 chunks +7 lines, -7 lines 0 comments Download
M ui/gfx/compositor/compositor_gl.cc View 8 chunks +13 lines, -13 lines 0 comments Download
M ui/gfx/compositor/layer.h View 1 2 3 4 5 3 chunks +4 lines, -3 lines 0 comments Download
M ui/gfx/compositor/layer.cc View 1 2 3 4 5 6 6 chunks +51 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
piman
This needs http://codereview.chromium.org/8222028/ , http://codereview.chromium.org/8301019/ and https://bugs.webkit.org/show_bug.cgi?id=70084 to land before this. There could be a ...
9 years, 2 months ago (2011-10-15 02:28:52 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/8307001/diff/1/ui/gfx/compositor/layer.cc File ui/gfx/compositor/layer.cc (right): http://codereview.chromium.org/8307001/diff/1/ui/gfx/compositor/layer.cc#newcode244 ui/gfx/compositor/layer.cc:244: if (!web_layer_.isNull()) { What does it mean to be ...
9 years, 2 months ago (2011-10-16 22:41:10 UTC) #2
piman
http://codereview.chromium.org/8307001/diff/1/ui/gfx/compositor/layer.cc File ui/gfx/compositor/layer.cc (right): http://codereview.chromium.org/8307001/diff/1/ui/gfx/compositor/layer.cc#newcode244 ui/gfx/compositor/layer.cc:244: if (!web_layer_.isNull()) { On 2011/10/16 22:41:10, Ben Goodger (Google) ...
9 years, 2 months ago (2011-10-19 19:00:47 UTC) #3
Ben Goodger (Google)
backer should provide primary review on this one.
9 years, 2 months ago (2011-10-19 19:07:00 UTC) #4
jonathan.backer
On 2011/10/19 19:07:00, Ben Goodger (Google) wrote: > backer should provide primary review on this ...
9 years, 2 months ago (2011-10-20 14:42:24 UTC) #5
jonathan.backer
http://codereview.chromium.org/8307001/diff/4001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/8307001/diff/4001/chrome/chrome_browser.gypi#newcode4196 chrome/chrome_browser.gypi:4196: ], Maybe use your trick with the else condition ...
9 years, 2 months ago (2011-10-20 14:42:50 UTC) #6
piman
http://codereview.chromium.org/8307001/diff/4001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): http://codereview.chromium.org/8307001/diff/4001/chrome/chrome_browser.gypi#newcode4196 chrome/chrome_browser.gypi:4196: ], On 2011/10/20 14:42:50, jonathan.backer wrote: > Maybe use ...
9 years, 2 months ago (2011-10-20 21:37:57 UTC) #7
piman
Ping.
9 years, 2 months ago (2011-10-24 20:11:33 UTC) #8
jonathan.backer
On 2011/10/24 20:11:33, piman wrote: > Ping. I've one of my CLs with the WK ...
9 years, 2 months ago (2011-10-24 20:36:01 UTC) #9
jonathan.backer
Err... s/one/merged one
9 years, 2 months ago (2011-10-24 20:38:29 UTC) #10
piman
On Mon, Oct 24, 2011 at 1:36 PM, <backer@chromium.org> wrote: > On 2011/10/24 20:11:33, piman ...
9 years, 2 months ago (2011-10-24 20:57:36 UTC) #11
jonathan.backer
http://codereview.chromium.org/8307001/diff/4001/ui/gfx/compositor/compositor.h File ui/gfx/compositor/compositor.h (right): http://codereview.chromium.org/8307001/diff/4001/ui/gfx/compositor/compositor.h#newcode30 ui/gfx/compositor/compositor.h:30: virtual bool MakeSharedContextCurrent() = 0; One of the issues ...
9 years, 2 months ago (2011-10-24 21:37:33 UTC) #12
piman
PTAL, there's a fix for the touchui on-screen keyboard, in most cases. However while debugging ...
9 years, 2 months ago (2011-10-25 02:51:09 UTC) #13
jonathan.backer
LGTM About the races: could you be more specific? We've got very little X --- ...
9 years, 2 months ago (2011-10-25 13:21:01 UTC) #14
piman
On Tue, Oct 25, 2011 at 6:21 AM, <backer@chromium.org> wrote: > LGTM > > About ...
9 years, 2 months ago (2011-10-25 16:37:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8307001/26001
9 years, 2 months ago (2011-10-25 16:46:28 UTC) #16
commit-bot: I haz the power
Presubmit check for 8307001-26001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 2 months ago (2011-10-25 16:46:34 UTC) #17
piman
On 2011/10/25 16:46:34, I haz the power (commit-bot) wrote: > Presubmit check for 8307001-26001 failed ...
9 years, 2 months ago (2011-10-25 17:42:35 UTC) #18
Ben Goodger (Google)
LGTM, see note: http://codereview.chromium.org/8307001/diff/26001/content/browser/renderer_host/image_transport_client.h File content/browser/renderer_host/image_transport_client.h (right): http://codereview.chromium.org/8307001/diff/26001/content/browser/renderer_host/image_transport_client.h#newcode17 content/browser/renderer_host/image_transport_client.h:17: class ImageTransportClient { Note what this ...
9 years, 2 months ago (2011-10-25 18:24:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8307001/29002
9 years, 2 months ago (2011-10-25 18:34:32 UTC) #20
commit-bot: I haz the power
Commit queue patch verification failed without an error message. Something went wrong, probably a crash, ...
9 years, 2 months ago (2011-10-25 19:30:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8307001/29002
9 years, 2 months ago (2011-10-25 19:52:57 UTC) #22
commit-bot: I haz the power
Try job failure for 8307001-29002 (retry) on win_rel for step "ui_tests". It's a second try, ...
9 years, 2 months ago (2011-10-25 21:43:04 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8307001/29002
9 years, 2 months ago (2011-10-25 22:01:51 UTC) #24
commit-bot: I haz the power
Try job failure for 8307001-29002 on win_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=3239 Step "update" is always ...
9 years, 2 months ago (2011-10-25 22:08:08 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/8307001/35001
9 years, 2 months ago (2011-10-25 22:24:40 UTC) #26
commit-bot: I haz the power
9 years, 2 months ago (2011-10-26 00:54:48 UTC) #27
Change committed as 107262

Powered by Google App Engine
This is Rietveld 408576698