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

Issue 284413002: Fix virtual keyboard. (Closed)

Created:
6 years, 7 months ago by piman
Modified:
6 years, 7 months ago
Reviewers:
danakj
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org
Visibility:
Public.

Description

Fix virtual keyboard. Virtual keyboard starts with a height of 0, which makes us wait for a frame at that size which will never come. RWHI will skip the resizes for this, hence will not throttle the next (correct) size, which will come in but then be discarded. Make sure not to create a resize lock for empty sizes. BUG=374196 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271813

Patch Set 1 #

Patch Set 2 : add test #

Total comments: 7

Patch Set 3 : rebase #

Patch Set 4 : review nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -18 lines) Patch
M content/browser/compositor/delegated_frame_host.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/compositor/delegated_frame_host.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 3 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
piman
https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.cc File content/browser/compositor/delegated_frame_host.cc (right): https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.cc#newcode34 content/browser/compositor/delegated_frame_host.cc:34: #if !defined(OS_CHROMEOS) This moved so that we can override ...
6 years, 7 months ago (2014-05-16 23:33:24 UTC) #1
danakj
LGTM https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.h File content/browser/compositor/delegated_frame_host.h (right): https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.h#newcode112 content/browser/compositor/delegated_frame_host.h:112: gfx::Size CurrentFrameSizeInDIPForTesting() const { does anything call this ...
6 years, 7 months ago (2014-05-20 18:20:53 UTC) #2
piman
The CQ bit was checked by piman@chromium.org
6 years, 7 months ago (2014-05-20 18:51:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/piman@chromium.org/284413002/60001
6 years, 7 months ago (2014-05-20 18:52:20 UTC) #4
piman
https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.h File content/browser/compositor/delegated_frame_host.h (right): https://codereview.chromium.org/284413002/diff/20001/content/browser/compositor/delegated_frame_host.h#newcode112 content/browser/compositor/delegated_frame_host.h:112: gfx::Size CurrentFrameSizeInDIPForTesting() const { On 2014/05/20 18:20:53, danakj wrote: ...
6 years, 7 months ago (2014-05-20 18:53:04 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 21:57:19 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-21 02:09:44 UTC) #7
Message was sent while issue was closed.
Change committed as 271813

Powered by Google App Engine
This is Rietveld 408576698