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

Issue 886663002: Rename FocusChangeComplete to ImeShownAnimationsComplete. (Closed)

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

Description

Rename FocusChangeComplete to ImeShownAnimationsComplete. ImeShownAnimationsComplete is a better name because this method can be called even when focus did not change. The method is always called when it is safe to show the autofill popup, because the page has finished scrolling and zooming the active input element into view after showing the virtual keyboard (if any). BUG=430318

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -25 lines) Patch
M components/autofill/content/renderer/autofill_agent.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/page_click_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/page_click_tracker.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/renderer/render_view_observer.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 4 chunks +6 lines, -6 lines 4 comments Download
M content/renderer/render_widget.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
please use gerrit instead
Evan, PTAL.
5 years, 10 months ago (2015-01-29 01:08:00 UTC) #2
Evan Stade
I'm not the right reviewer for this. content/ owner should take a look.
5 years, 10 months ago (2015-01-29 01:10:10 UTC) #3
please use gerrit instead
Daniel, PTAL.
5 years, 10 months ago (2015-01-29 01:15:49 UTC) #5
no sievers
https://codereview.chromium.org/886663002/diff/1/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/886663002/diff/1/content/renderer/render_view_impl.cc#newcode1422 content/renderer/render_view_impl.cc:1422: void RenderViewImpl::OnScrollFocusedEditableNodeIntoRect( Actually here it looks like (based on ...
5 years, 10 months ago (2015-01-29 22:01:56 UTC) #6
please use gerrit instead
Hi Daniel, Please see my comments inline. I think the confusion here stems from InputMsg_ScrollFocusedEditableNodeIntoRect ...
5 years, 10 months ago (2015-01-29 22:24:24 UTC) #7
no sievers
On 2015/01/29 22:24:24, Rouslan Solomakhin wrote: > Hi Daniel, > > Please see my comments ...
5 years, 10 months ago (2015-01-30 19:22:13 UTC) #8
please use gerrit instead
How about PageScaleAnimationComplete? The core of the issue is that this event may not be ...
5 years, 10 months ago (2015-01-31 02:04:37 UTC) #9
no sievers
On 2015/01/31 02:04:37, Rouslan Solomakhin wrote: > How about PageScaleAnimationComplete? > > The core of ...
5 years, 10 months ago (2015-02-04 21:56:52 UTC) #10
no sievers
On 2015/02/04 21:56:52, sievers wrote: > On 2015/01/31 02:04:37, Rouslan Solomakhin wrote: > > How ...
5 years, 10 months ago (2015-02-04 22:02:05 UTC) #11
please use gerrit instead
Fair enough. I will close the issue for now and think about better naming and/or ...
5 years, 10 months ago (2015-02-10 18:45:00 UTC) #12
no sievers
5 years, 10 months ago (2015-02-10 19:01:59 UTC) #13
Message was sent while issue was closed.
On 2015/02/10 18:45:00, Rouslan Solomakhin wrote:
> Fair enough. I will close the issue for now and think about better naming
and/or
> implementation.

Yes, feel free to come up with a more comprehensive scheme. I agree that in the
current form it's all a bit vague in terms of what is really happening (or
supposed to happen). But it then might involve changing all the layers to
improve it.

Powered by Google App Engine
This is Rietveld 408576698