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

Issue 416493003: Hide the Paste popup when input is received from IME. (Closed)

Created:
6 years, 5 months ago by Cyan
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, ankit, AKVT, AviD
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Hide the Paste popup when input is received from IME. Paste popup should be hidden from the corresponding input box whenever there is a change in focus.This change takes care of hiding the paste popup when focus is changing from edit field to URL bar. BUG=396620 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285047

Patch Set 1 #

Total comments: 2

Patch Set 2 : Modified Paste popup patch #

Patch Set 3 : remove unnecessary branch condition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Cyan
@jdduke PTAL
6 years, 5 months ago (2014-07-23 13:55:21 UTC) #1
jdduke (slow)
https://codereview.chromium.org/416493003/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/416493003/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1687 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1687: if (getPastePopup().isShowing()) We shouldn't instantiate a new PastePopup (done ...
6 years, 5 months ago (2014-07-23 14:35:14 UTC) #2
Cyan
@jdduke PTAL https://codereview.chromium.org/416493003/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/416493003/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode1687 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:1687: if (getPastePopup().isShowing()) On 2014/07/23 14:35:14, jdduke wrote: ...
6 years, 5 months ago (2014-07-23 15:41:52 UTC) #3
Cyan
On 2014/07/23 15:41:52, sayan.nayak wrote: > @jdduke > PTAL > > https://codereview.chromium.org/416493003/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java > File > ...
6 years, 5 months ago (2014-07-23 15:48:19 UTC) #4
Cyan
On 2014/07/23 15:48:19, sayan.nayak wrote: > On 2014/07/23 15:41:52, sayan.nayak wrote: > > @jdduke > ...
6 years, 5 months ago (2014-07-23 15:54:56 UTC) #5
jdduke (slow)
lgtm
6 years, 5 months ago (2014-07-23 15:57:42 UTC) #6
Cyan
The CQ bit was checked by sayan.nayak@samsung.com
6 years, 5 months ago (2014-07-23 15:58:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sayan.nayak@samsung.com/416493003/20001
6 years, 5 months ago (2014-07-23 15:58:50 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-23 19:30:36 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 21:34:13 UTC) #10
Message was sent while issue was closed.
Change committed as 285047

Powered by Google App Engine
This is Rietveld 408576698