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

Issue 370513002: Mac ÜC: Make resize smooth (Closed)

Created:
6 years, 5 months ago by ccameron
Modified:
6 years, 5 months ago
CC:
chromium-reviews, creis+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nasko+codewatch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@enable_uc_for_reals
Project:
chromium
Visibility:
Public.

Description

Mac ÜC: Make resize smooth Add helpers to RenderWidgetHelper to associate a NSView with a given RenderWidgetHelper (process and widget routing id), so that browser compositor swaps can be received while pausing waiting for correctly sized frames. BUG=388005 TBR=cevans Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281866

Patch Set 1 #

Total comments: 9

Patch Set 2 : Incorporate review feedback #

Patch Set 3 : Add warnings #

Patch Set 4 : Add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -78 lines) Patch
M content/browser/compositor/browser_compositor_view_mac.h View 2 chunks +12 lines, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_view_mac.mm View 1 chunk +9 lines, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_view_private_mac.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_view_private_mac.mm View 5 chunks +12 lines, -4 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 chunks +47 lines, -27 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper.h View 3 chunks +19 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper_mac.mm View 2 chunks +47 lines, -35 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 4 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 9 chunks +34 lines, -7 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
ccameron
It looks like this is the simplest way to solve the problem. On a whole, ...
6 years, 5 months ago (2014-07-03 03:30:40 UTC) #1
piman
https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc#newcode863 content/browser/gpu/gpu_process_host.cc:863: native_widget, &render_process_id, &render_widget_id)) { Why do we need this? ...
6 years, 5 months ago (2014-07-07 18:27:43 UTC) #2
ccameron
Thanks! https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc#newcode863 content/browser/gpu/gpu_process_host.cc:863: native_widget, &render_process_id, &render_widget_id)) { On 2014/07/07 18:27:43, piman ...
6 years, 5 months ago (2014-07-07 18:45:23 UTC) #3
piman
https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc File content/browser/gpu/gpu_process_host.cc (right): https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc#newcode863 content/browser/gpu/gpu_process_host.cc:863: native_widget, &render_process_id, &render_widget_id)) { On 2014/07/07 18:45:23, ccameron1 wrote: ...
6 years, 5 months ago (2014-07-07 19:40:56 UTC) #4
ccameron
On 2014/07/07 19:40:56, piman (slow to review) wrote: > https://codereview.chromium.org/370513002/diff/1/content/browser/gpu/gpu_process_host.cc > File content/browser/gpu/gpu_process_host.cc (right): > ...
6 years, 5 months ago (2014-07-07 20:43:59 UTC) #5
piman
On Mon, Jul 7, 2014 at 1:43 PM, <ccameron@chromium.org> wrote: > On 2014/07/07 19:40:56, piman ...
6 years, 5 months ago (2014-07-07 21:05:26 UTC) #6
ccameron
On 2014/07/07 21:05:26, piman (slow to review) wrote: > On Mon, Jul 7, 2014 at ...
6 years, 5 months ago (2014-07-07 22:21:37 UTC) #7
piman
Ok, can you add TODOs/file bugs so that we clean this up? I'm fairly uncomfortable ...
6 years, 5 months ago (2014-07-07 23:01:45 UTC) #8
ccameron
On 2014/07/07 23:01:45, piman (slow to review) wrote: > Ok, can you add TODOs/file bugs ...
6 years, 5 months ago (2014-07-08 02:35:11 UTC) #9
ccameron
On 2014/07/07 23:01:45, piman (slow to review) wrote: > Ok, can you add TODOs/file bugs ...
6 years, 5 months ago (2014-07-08 02:35:11 UTC) #10
ccameron
Adding cevans for *_message*.h rubber stamp.
6 years, 5 months ago (2014-07-08 02:37:12 UTC) #11
ccameron
Adding inferno for _message*.h review
6 years, 5 months ago (2014-07-08 18:54:36 UTC) #12
ccameron
On 2014/07/08 18:54:36, ccameron1 wrote: > Adding inferno for _message*.h review TBRing the _message*.h changes.
6 years, 5 months ago (2014-07-08 19:10:09 UTC) #13
ccameron
The CQ bit was checked by ccameron@chromium.org
6 years, 5 months ago (2014-07-08 19:10:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/370513002/60001
6 years, 5 months ago (2014-07-08 19:12:23 UTC) #15
commit-bot: I haz the power
6 years, 5 months ago (2014-07-08 23:10:38 UTC) #16
Message was sent while issue was closed.
Change committed as 281866

Powered by Google App Engine
This is Rietveld 408576698