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

Issue 1242613002: [Android] Supporting floating select ActionModes for web content (Closed)

Created:
5 years, 5 months ago by jdduke (slow)
Modified:
5 years, 3 months ago
CC:
android-webview-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Supporting floating select ActionModes for web content Add floating toolbar support for web content selections. BUG=389153 Committed: https://crrev.com/98a1a3a17168e4b61e723dc973dad81c1190d78a Cr-Commit-Position: refs/heads/master@{#345172}

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Cleanup #

Patch Set 4 : Cleanup #

Total comments: 1

Patch Set 5 : Rebase #

Patch Set 6 : Fix #

Total comments: 5

Patch Set 7 : Fix test #

Total comments: 1

Patch Set 8 : Constant move #

Patch Set 9 : Cleanup #

Patch Set 10 : Rebase #

Patch Set 11 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -260 lines) Patch
D android_webview/glue/java/src/com/android/webview/chromium/FloatingWebActionMode.java View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -24 lines 0 comments Download
D android_webview/glue/java/src/com/android/webview/chromium/FloatingWebActionModeCallback.java View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -54 lines 0 comments Download
M android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java View 1 2 3 4 5 6 7 8 9 3 chunks +0 lines, -45 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java View 1 2 3 4 2 chunks +0 lines, -13 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClient.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +12 lines, -3 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/TestAwContentsClient.java View 1 2 3 4 2 chunks +0 lines, -15 lines 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java View 1 2 3 4 3 chunks +0 lines, -14 lines 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/test/NullContentsClient.java View 1 2 3 4 2 chunks +0 lines, -13 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -14 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java View 1 2 3 4 2 chunks +6 lines, -22 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 7 8 9 10 18 chunks +67 lines, -21 lines 0 comments Download
A + content/public/android/java/src/org/chromium/content/browser/FloatingWebActionModeCallback.java View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -8 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/WebActionMode.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +119 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -7 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
jdduke (slow)
aurimas@: Could you take a look at content/? The key changes are in SelectActionMode and ...
5 years, 5 months ago (2015-07-22 19:59:57 UTC) #2
aurimas (slooooooooow)
I think it looks good, but we will not able able to land it yet ...
5 years, 5 months ago (2015-07-23 17:45:07 UTC) #3
jdduke (slow)
On 2015/07/23 17:45:07, aurimas wrote: > I think it looks good, but we will not ...
5 years, 5 months ago (2015-07-23 18:21:11 UTC) #4
jdduke (slow)
+sgurun for android_webview +mariakhomenko for chrome/android aurimas could you take a look at content/? This ...
5 years, 4 months ago (2015-08-20 22:10:47 UTC) #6
Maria
On 2015/08/20 22:10:47, jdduke wrote: > +sgurun for android_webview > +mariakhomenko for chrome/android > > ...
5 years, 4 months ago (2015-08-20 22:14:27 UTC) #7
aurimas (slooooooooow)
https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java File chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java (right): https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java#newcode764 chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java:764: return new ChromeWebActionModeCallback(context, actionHandler); Why do we even need ...
5 years, 4 months ago (2015-08-20 22:20:17 UTC) #8
jdduke (slow)
https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java File chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java (right): https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java#newcode764 chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java:764: return new ChromeWebActionModeCallback(context, actionHandler); On 2015/08/20 22:20:16, aurimas wrote: ...
5 years, 4 months ago (2015-08-20 23:13:14 UTC) #9
sgurun-gerrit only
On 2015/08/20 22:20:17, aurimas wrote: > https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java > File chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java > (right): > > https://codereview.chromium.org/1242613002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/tab/ChromeTab.java#newcode764 ...
5 years, 4 months ago (2015-08-20 23:15:26 UTC) #10
sgurun-gerrit only
https://codereview.chromium.org/1242613002/diff/120001/android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java (left): https://codereview.chromium.org/1242613002/diff/120001/android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java#oldcode410 android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java:410: } These changes should be merged to internal glue ...
5 years, 4 months ago (2015-08-20 23:15:40 UTC) #11
jdduke (slow)
On 2015/08/20 23:15:40, sgurun wrote: > https://codereview.chromium.org/1242613002/diff/120001/android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java > File > android_webview/glue/java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java > (left): > > ...
5 years, 4 months ago (2015-08-20 23:22:41 UTC) #12
aurimas (slooooooooow)
You will not be able to land this until webview starts linking against Android M ...
5 years, 4 months ago (2015-08-21 01:30:23 UTC) #13
jdduke (slow)
On 2015/08/21 01:30:23, aurimas wrote: > You will not be able to land this until ...
5 years, 4 months ago (2015-08-21 17:17:59 UTC) #14
aurimas (slooooooooow)
lgtm as long as you follow up with the ChromeWebAction... class merge after this lands.
5 years, 4 months ago (2015-08-21 18:13:12 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1242613002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1242613002/240001
5 years, 3 months ago (2015-08-24 20:27:50 UTC) #20
commit-bot: I haz the power
Committed patchset #11 (id:240001)
5 years, 3 months ago (2015-08-24 20:48:20 UTC) #21
commit-bot: I haz the power
5 years, 3 months ago (2015-08-24 20:48:59 UTC) #22
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/98a1a3a17168e4b61e723dc973dad81c1190d78a
Cr-Commit-Position: refs/heads/master@{#345172}

Powered by Google App Engine
This is Rietveld 408576698