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

Issue 378233002: [Android] Extend smart clip to return html along with text (Closed)

Created:
6 years, 5 months ago by Changwan Ryu
Modified:
6 years, 5 months ago
CC:
chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, penghuang+watch_chromium.org, James Su, yukishiino+watch_chromium.org, yusukes+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Android] Extend smart clip to return html along with text BUG=388961 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283159

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : extended getSmartClipData and fixed nits #

Patch Set 4 : rebased upon codereview.chromium.org/372693003 #

Patch Set 5 : rebased #

Total comments: 2

Patch Set 6 : enhanced the test #

Patch Set 7 : avoid build breakage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -22 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewTest.java View 1 2 3 4 5 4 chunks +29 lines, -4 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 1 chunk +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/common/view_messages.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentView.java View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl_android.cc View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Changwan Ryu
Who do you think I should add as reviewers?
6 years, 5 months ago (2014-07-09 23:02:08 UTC) #1
Yaron
https://codereview.chromium.org/378233002/diff/20001/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/378233002/diff/20001/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode214 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:214: public void onSmartClipDataExtracted(String text, String html, Rect cliprect); clipRect ...
6 years, 5 months ago (2014-07-09 23:08:14 UTC) #2
Changwan Ryu
6 years, 5 months ago (2014-07-09 23:15:51 UTC) #3
Changwan Ryu
https://codereview.chromium.org/378233002/diff/20001/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/378233002/diff/20001/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode214 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java:214: public void onSmartClipDataExtracted(String text, String html, Rect cliprect); On ...
6 years, 5 months ago (2014-07-10 01:20:30 UTC) #4
Changwan Ryu
6 years, 5 months ago (2014-07-10 01:25:13 UTC) #5
Changwan Ryu
adding tsepez@ for approval on content/common
6 years, 5 months ago (2014-07-10 02:14:29 UTC) #6
Changwan Ryu
6 years, 5 months ago (2014-07-11 00:25:18 UTC) #7
aelias_OOO_until_Jul13
content/browser/renderer_host/render_widget_host_view_android.* lgtm
6 years, 5 months ago (2014-07-11 00:32:29 UTC) #8
Changwan Ryu
Adding jamesr@ for approval on content/renderer
6 years, 5 months ago (2014-07-11 00:42:42 UTC) #9
Yaron
remaining android/java lgtm https://codereview.chromium.org/378233002/diff/80001/chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewTest.java (right): https://codereview.chromium.org/378233002/diff/80001/chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewTest.java#newcode77 chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewTest.java:77: String text = bundle.getString("text"); pass to ...
6 years, 5 months ago (2014-07-11 18:39:25 UTC) #10
jamesr
lgtm
6 years, 5 months ago (2014-07-11 19:06:04 UTC) #11
Changwan Ryu
I have one concern. There is a counterpart WebKit change, and submitting the two CLs, ...
6 years, 5 months ago (2014-07-11 20:32:41 UTC) #12
aelias_OOO_until_Jul13
There's usually some way to avoid breaking the build with cross-dependent Blink and Chromium changes. ...
6 years, 5 months ago (2014-07-11 20:36:55 UTC) #13
Changwan Ryu
On 2014/07/11 20:36:55, aelias wrote: > There's usually some way to avoid breaking the build ...
6 years, 5 months ago (2014-07-11 21:41:08 UTC) #14
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 5 months ago (2014-07-11 21:45:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/378233002/120001
6 years, 5 months ago (2014-07-11 21:47:30 UTC) #16
Changwan Ryu
adding security engineers for approval on content/common
6 years, 5 months ago (2014-07-11 21:52:24 UTC) #17
Changwan Ryu
The CQ bit was unchecked by changwan@chromium.org
6 years, 5 months ago (2014-07-11 22:25:54 UTC) #18
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 5 months ago (2014-07-11 23:14:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/378233002/120001
6 years, 5 months ago (2014-07-11 23:16:11 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 00:50:02 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-12 00:53:02 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/79559)
6 years, 5 months ago (2014-07-12 00:53:04 UTC) #23
Tom Sepez
Messages LGTM.
6 years, 5 months ago (2014-07-14 16:01:51 UTC) #24
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 5 months ago (2014-07-14 23:44:35 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/378233002/120001
6 years, 5 months ago (2014-07-14 23:46:15 UTC) #26
commit-bot: I haz the power
6 years, 5 months ago (2014-07-15 06:48:43 UTC) #27
Message was sent while issue was closed.
Change committed as 283159

Powered by Google App Engine
This is Rietveld 408576698