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

Issue 13042012: Browser side changes for software compositing (Closed)

Created:
7 years, 9 months ago by slavi
Modified:
7 years, 8 months ago
Reviewers:
piman
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Browser side changes for software compositing. BUG=124671, 161008 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192678

Patch Set 1 #

Patch Set 2 : rebased #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : Rebased. #

Patch Set 5 : #

Total comments: 13

Patch Set 6 : Making Antoine happy. #

Patch Set 7 : #

Patch Set 8 : Adressing code review comments. #

Patch Set 9 : Keep using the gl adaptor for non aura chrome. #

Patch Set 10 : Rebased. #

Total comments: 10

Patch Set 11 : Don't ACK invalid dib ids. #

Total comments: 4

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Total comments: 1

Patch Set 15 : Nits. #

Patch Set 16 : #

Patch Set 17 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -88 lines) Patch
M cc/output/software_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +20 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 chunks +151 lines, -30 lines 0 comments Download
M content/renderer/gpu/compositor_software_output_device.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/gpu/compositor_software_output_device.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +36 lines, -29 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -20 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
slavi
https://codereview.chromium.org/13042012/diff/2001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/2001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1413 content/browser/renderer_host/render_widget_host_view_aura.cc:1413: ::DuplicateHandle(host_->GetProcess()->GetHandle(), handle, BUG: Save the original handle value so ...
7 years, 9 months ago (2013-03-27 20:16:40 UTC) #1
piman
https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1425 content/browser/renderer_host/render_widget_host_view_aura.cc:1425: #endif You need to check the new dib's size ...
7 years, 8 months ago (2013-04-01 22:25:19 UTC) #2
slavi
PTAL https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1425 content/browser/renderer_host/render_widget_host_view_aura.cc:1425: #endif On 2013/04/01 22:25:19, piman wrote: > You ...
7 years, 8 months ago (2013-04-03 00:29:11 UTC) #3
piman
https://codereview.chromium.org/13042012/diff/30001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/30001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1335 content/browser/renderer_host/render_widget_host_view_aura.cc:1335: base::Bind(ack_callback, false, texture_to_return)); nit: style requires braces for the ...
7 years, 8 months ago (2013-04-03 18:31:26 UTC) #4
piman
https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/11001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1437 content/browser/renderer_host/render_widget_host_view_aura.cc:1437: if (!compositor || !current_dib_ || ShouldSkipFrame(frame_size_in_dip)) { On 2013/04/03 ...
7 years, 8 months ago (2013-04-03 18:36:53 UTC) #5
piman
also, please update the CL description at some point before we can land this.
7 years, 8 months ago (2013-04-03 18:39:32 UTC) #6
slavi
https://codereview.chromium.org/13042012/diff/30001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/30001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1335 content/browser/renderer_host/render_widget_host_view_aura.cc:1335: base::Bind(ack_callback, false, texture_to_return)); On 2013/04/03 18:31:26, piman wrote: > ...
7 years, 8 months ago (2013-04-03 21:38:22 UTC) #7
piman
https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1478 content/browser/renderer_host/render_widget_host_view_aura.cc:1478: return; Is that for the first frame? The renderer ...
7 years, 8 months ago (2013-04-03 21:54:42 UTC) #8
slavi
PTAL
7 years, 8 months ago (2013-04-05 20:59:00 UTC) #9
piman
https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1478 content/browser/renderer_host/render_widget_host_view_aura.cc:1478: return; On 2013/04/03 21:54:42, piman wrote: > Is that ...
7 years, 8 months ago (2013-04-05 21:07:28 UTC) #10
slavi
On 2013/04/05 21:07:28, piman wrote: > https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc > File content/browser/renderer_host/render_widget_host_view_aura.cc (right): > > https://codereview.chromium.org/13042012/diff/39001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode1478 > ...
7 years, 8 months ago (2013-04-05 21:20:14 UTC) #11
piman
LGTM, thanks for bearing with me :)
7 years, 8 months ago (2013-04-05 21:22:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skaslev@chromium.org/13042012/49015
7 years, 8 months ago (2013-04-05 21:23:23 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=131621
7 years, 8 months ago (2013-04-05 22:48:53 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/13042012/49015
7 years, 8 months ago (2013-04-05 23:02:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/skaslev@chromium.org/13042012/65001
7 years, 8 months ago (2013-04-06 00:50:26 UTC) #16
commit-bot: I haz the power
7 years, 8 months ago (2013-04-06 00:59:25 UTC) #17
Message was sent while issue was closed.
Change committed as 192678

Powered by Google App Engine
This is Rietveld 408576698