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

Issue 953233002: Add |needs_resize_ack| flag to ViewMsg_Resize (Closed)

Created:
5 years, 10 months ago by no sievers
Modified:
5 years, 9 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add |needs_resize_ack| flag to ViewMsg_Resize This avoids the needs for duplicating the increasingly complicated logic in the renderer. There should be no functional change. BUG=38011 Committed: https://crrev.com/4e33daeb908406a54fea9bc3a30554aec9474571 Cr-Commit-Position: refs/heads/master@{#318107}

Patch Set 1 #

Total comments: 3

Patch Set 2 : remove DCHECK() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -137 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 3 chunks +31 lines, -40 lines 0 comments Download
M content/common/view_messages.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/test/render_widget_test.h View 2 chunks +6 lines, -3 lines 0 comments Download
M content/public/test/render_widget_test.cc View 2 chunks +8 lines, -64 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M content/renderer/render_widget.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M content/renderer/render_widget_browsertest.cc View 1 chunk +78 lines, -1 line 0 comments Download

Messages

Total messages: 20 (7 generated)
no sievers
ptal
5 years, 10 months ago (2015-02-25 00:54:02 UTC) #2
no sievers
https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc File content/renderer/render_widget.cc (left): https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc#oldcode819 content/renderer/render_widget.cc:819: } else if (!resizing_mode_selector_->is_synchronous_mode()) { Now I'm probably missing ...
5 years, 10 months ago (2015-02-25 00:58:59 UTC) #3
no sievers
https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc File content/renderer/render_widget.cc (left): https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc#oldcode819 content/renderer/render_widget.cc:819: } else if (!resizing_mode_selector_->is_synchronous_mode()) { On 2015/02/25 00:58:59, sievers ...
5 years, 10 months ago (2015-02-25 01:11:46 UTC) #4
no sievers
On 2015/02/25 01:11:46, sievers wrote: > https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc > File content/renderer/render_widget.cc (left): > > https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc#oldcode819 > ...
5 years, 10 months ago (2015-02-25 01:13:26 UTC) #5
piman
https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc File content/renderer/render_widget.cc (left): https://codereview.chromium.org/953233002/diff/1/content/renderer/render_widget.cc#oldcode819 content/renderer/render_widget.cc:819: } else if (!resizing_mode_selector_->is_synchronous_mode()) { On 2015/02/25 01:11:46, sievers ...
5 years, 10 months ago (2015-02-25 01:38:32 UTC) #7
piman
LGTM if layout tests pass.
5 years, 10 months ago (2015-02-25 01:39:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/953233002/20001
5 years, 9 months ago (2015-02-25 19:08:07 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/45488)
5 years, 9 months ago (2015-02-25 19:31:28 UTC) #13
no sievers
+wfh@ for adding flag in content/common/view_messages.h
5 years, 9 months ago (2015-02-25 20:32:00 UTC) #15
Will Harris
lgtm for content/common/view_messages.h
5 years, 9 months ago (2015-02-25 20:32:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/953233002/20001
5 years, 9 months ago (2015-02-25 20:38:25 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-02-25 20:44:17 UTC) #19
commit-bot: I haz the power
5 years, 9 months ago (2015-02-25 20:45:12 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4e33daeb908406a54fea9bc3a30554aec9474571
Cr-Commit-Position: refs/heads/master@{#318107}

Powered by Google App Engine
This is Rietveld 408576698