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

Issue 372693003: [Android] Fix smart clip callback to include URI and title (Closed)

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

Description

[Android] Fix smart clip callback to include URI and title TEST=passed ContentViewTest BUG=388961 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282219

Patch Set 1 #

Patch Set 2 : replaced Uri by string url, updated comments #

Patch Set 3 : added null check and try catch #

Patch Set 4 : return correctly when setting listener #

Total comments: 4

Patch Set 5 : using handler instead of listener #

Patch Set 6 : updated comments #

Patch Set 7 : changed TAG to string literal #

Patch Set 8 : refactored to interface and removed handler field #

Patch Set 9 : fixed minor issue #

Patch Set 10 : really removed mSmartClipResultHandler #

Messages

Total messages: 12 (0 generated)
Changwan Ryu
6 years, 5 months ago (2014-07-07 02:37:08 UTC) #1
Changwan Ryu
6 years, 5 months ago (2014-07-08 02:50:43 UTC) #2
Changwan Ryu
6 years, 5 months ago (2014-07-09 01:07:52 UTC) #3
Yaron
https://codereview.chromium.org/372693003/diff/40002/content/public/android/java/src/org/chromium/content/browser/ContentView.java File content/public/android/java/src/org/chromium/content/browser/ContentView.java (right): https://codereview.chromium.org/372693003/diff/40002/content/public/android/java/src/org/chromium/content/browser/ContentView.java#newcode31 content/public/android/java/src/org/chromium/content/browser/ContentView.java:31: private static final String TAG = ContentView.class.getSimpleName(); "ContentView". There ...
6 years, 5 months ago (2014-07-09 02:24:26 UTC) #4
Changwan Ryu
https://codereview.chromium.org/372693003/diff/40002/content/public/android/java/src/org/chromium/content/browser/ContentView.java File content/public/android/java/src/org/chromium/content/browser/ContentView.java (right): https://codereview.chromium.org/372693003/diff/40002/content/public/android/java/src/org/chromium/content/browser/ContentView.java#newcode31 content/public/android/java/src/org/chromium/content/browser/ContentView.java:31: private static final String TAG = ContentView.class.getSimpleName(); On 2014/07/09 ...
6 years, 5 months ago (2014-07-09 03:33:37 UTC) #5
Changwan Ryu
Hi Yaron, I've refactored the methods to implement an interface as we talked offline. PTAL
6 years, 5 months ago (2014-07-09 06:04:02 UTC) #6
Yaron
lgtm
6 years, 5 months ago (2014-07-09 22:59:40 UTC) #7
Changwan Ryu
The CQ bit was checked by changwan@chromium.org
6 years, 5 months ago (2014-07-09 23:07:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/changwan@chromium.org/372693003/170001
6 years, 5 months ago (2014-07-09 23:11:37 UTC) #9
Changwan Ryu
adding sievers for approval on web_contents/
6 years, 5 months ago (2014-07-10 01:02:01 UTC) #10
no sievers
On 2014/07/10 01:02:01, Changwan Ryu wrote: > adding sievers for approval on web_contents/ lgtm
6 years, 5 months ago (2014-07-10 01:06:42 UTC) #11
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 02:32:24 UTC) #12
Message was sent while issue was closed.
Change committed as 282219

Powered by Google App Engine
This is Rietveld 408576698