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

Issue 12542006: Implemented browser side software compositing. (Closed)

Created:
7 years, 9 months ago by slavi
Modified:
7 years, 9 months ago
Reviewers:
darin2, msw, Nico, piman
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, jonathan.backer, Ian Vollick, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, cc-bugs_chromium.org
Visibility:
Public.

Description

Implemented browser side software compositing behind the --ui-enable-software-compositing flag. BUG=124671, 161008 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187123

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressing review comments. #

Total comments: 12

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Rebase #

Patch Set 6 : More review changes. #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Removed reninterpret_casts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -41 lines) Patch
M content/browser/renderer_host/backing_store_win.cc View 1 2 3 4 5 6 7 8 3 chunks +15 lines, -36 lines 0 comments Download
M content/browser/renderer_host/image_transport_factory.cc View 1 2 3 4 5 6 3 chunks +31 lines, -4 lines 0 comments Download
A content/browser/renderer_host/software_output_device_linux.h View 1 2 3 4 5 1 chunk +38 lines, -0 lines 0 comments Download
A content/browser/renderer_host/software_output_device_linux.cc View 1 2 3 4 5 1 chunk +85 lines, -0 lines 0 comments Download
A content/browser/renderer_host/software_output_device_win.h View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
A content/browser/renderer_host/software_output_device_win.cc View 1 2 3 4 5 6 7 8 1 chunk +61 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -0 lines 0 comments Download
M ui/base/x/x11_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/compositor_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/compositor_switches.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/gdi_util.h View 1 chunk +5 lines, -0 lines 0 comments Download
M ui/gfx/gdi_util.cc View 3 chunks +24 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
slavi
7 years, 9 months ago (2013-03-06 18:51:02 UTC) #1
piman
You added a lot of reviewers. Who do you expect to review what part?
7 years, 9 months ago (2013-03-06 19:09:41 UTC) #2
slavi
On 2013/03/06 19:09:41, piman wrote: > You added a lot of reviewers. Who do you ...
7 years, 9 months ago (2013-03-06 19:20:50 UTC) #3
piman
https://codereview.chromium.org/12542006/diff/1/content/browser/renderer_host/software_output_device.h File content/browser/renderer_host/software_output_device.h (right): https://codereview.chromium.org/12542006/diff/1/content/browser/renderer_host/software_output_device.h#newcode24 content/browser/renderer_host/software_output_device.h:24: SoftwareOutputDevice(ui::Compositor* compositor); nit: explicit https://codereview.chromium.org/12542006/diff/1/content/browser/renderer_host/software_output_device.h#newcode24 content/browser/renderer_host/software_output_device.h:24: SoftwareOutputDevice(ui::Compositor* compositor); When ...
7 years, 9 months ago (2013-03-06 19:22:30 UTC) #4
danakj
On Wed, Mar 6, 2013 at 2:20 PM, <skaslev@chromium.org> wrote: > On 2013/03/06 19:09:41, piman ...
7 years, 9 months ago (2013-03-06 19:29:40 UTC) #5
piman
On Wed, Mar 6, 2013 at 11:20 AM, <skaslev@chromium.org> wrote: > On 2013/03/06 19:09:41, piman ...
7 years, 9 months ago (2013-03-06 19:31:18 UTC) #6
slavi
https://codereview.chromium.org/12542006/diff/1/content/browser/renderer_host/software_output_device.h File content/browser/renderer_host/software_output_device.h (right): https://codereview.chromium.org/12542006/diff/1/content/browser/renderer_host/software_output_device.h#newcode24 content/browser/renderer_host/software_output_device.h:24: SoftwareOutputDevice(ui::Compositor* compositor); On 2013/03/06 19:22:30, piman wrote: > nit: ...
7 years, 9 months ago (2013-03-06 21:51:19 UTC) #7
slavi
On 2013/03/06 19:29:40, danakj wrote: > Sorry, can you add an owner of ui/ instead? ...
7 years, 9 months ago (2013-03-06 21:58:01 UTC) #8
sky
sky->darin (ui/gfx/gdi_util*)
7 years, 9 months ago (2013-03-06 22:40:51 UTC) #9
piman
https://codereview.chromium.org/12542006/diff/8001/content/browser/renderer_host/software_output_device.h File content/browser/renderer_host/software_output_device.h (right): https://codereview.chromium.org/12542006/diff/8001/content/browser/renderer_host/software_output_device.h#newcode22 content/browser/renderer_host/software_output_device.h:22: class SoftwareOutputDevice : public cc::SoftwareOutputDevice { note: you have ...
7 years, 9 months ago (2013-03-07 00:25:51 UTC) #10
slavi
https://codereview.chromium.org/12542006/diff/8001/content/browser/renderer_host/software_output_device.h File content/browser/renderer_host/software_output_device.h (right): https://codereview.chromium.org/12542006/diff/8001/content/browser/renderer_host/software_output_device.h#newcode22 content/browser/renderer_host/software_output_device.h:22: class SoftwareOutputDevice : public cc::SoftwareOutputDevice { On 2013/03/07 00:25:51, ...
7 years, 9 months ago (2013-03-07 01:48:29 UTC) #11
piman
LGTM for content/ and ui/compositor. Please have a windows expert/owner look at the gfx::StretchDIBits changes/usage ...
7 years, 9 months ago (2013-03-07 01:57:36 UTC) #12
slavi
On 2013/03/07 01:57:36, piman wrote: > LGTM for content/ and ui/compositor. > > Please have ...
7 years, 9 months ago (2013-03-08 03:01:45 UTC) #13
Nico
gfx/ lgtm
7 years, 9 months ago (2013-03-08 23:51:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skaslev@chromium.org/12542006/42001
7 years, 9 months ago (2013-03-09 00:02:31 UTC) #15
commit-bot: I haz the power
7 years, 9 months ago (2013-03-09 02:51:17 UTC) #16
Message was sent while issue was closed.
Change committed as 187123

Powered by Google App Engine
This is Rietveld 408576698