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

Issue 2842653004: Add back Rect parcelable to onSmartClipDataExtracted. (Closed)

Created:
3 years, 8 months ago by aelias_OOO_until_Jul13
Modified:
3 years, 7 months ago
CC:
agrieve+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, jam
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add back Rect parcelable to onSmartClipDataExtracted. In http://crrev.com/448816 I removed this on the observation it was unused on the device I tried and provided no useful information. Crash reports are now showing the Galaxy Note 3 does use it, so add it back. Unlike in the previous implementation, it's just stashed at time of request instead of doing a round-trip to Blink and back. BUG=714877 Review-Url: https://codereview.chromium.org/2842653004 Cr-Commit-Position: refs/heads/master@{#467543} Committed: https://chromium.googlesource.com/chromium/src/+/ccf1656dee55dfa118c3c5c8cede9b72c5c78d91

Patch Set 1 #

Patch Set 2 : Fix test and coordinates #

Patch Set 3 : Avoid coordinate conversion #

Total comments: 3

Patch Set 4 : Code review comments #

Messages

Total messages: 27 (19 generated)
aelias_OOO_until_Jul13
Hi dtrainor@, PTAL.
3 years, 8 months ago (2017-04-25 20:04:45 UTC) #6
David Trainor- moved to gerrit
https://codereview.chromium.org/2842653004/diff/40001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/2842653004/diff/40001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode3017 android_webview/java/src/org/chromium/android_webview/AwContents.java:3017: mWebContents.requestSmartClipExtract(new Rect(x, y, x + width, y + height), ...
3 years, 7 months ago (2017-04-26 20:58:17 UTC) #13
aelias_OOO_until_Jul13
https://codereview.chromium.org/2842653004/diff/40001/content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java File content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java (right): https://codereview.chromium.org/2842653004/diff/40001/content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java#newcode430 content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java:430: mSmartClipCallback.storeRequestRect(originalRect); On 2017/04/26 at 20:58:17, David Trainor-ping if over ...
3 years, 7 months ago (2017-04-26 23:18:15 UTC) #16
David Trainor- moved to gerrit
lgtm
3 years, 7 months ago (2017-04-26 23:47:58 UTC) #17
aelias_OOO_until_Jul13
+sgurun for android_webview/
3 years, 7 months ago (2017-04-26 23:55:03 UTC) #19
sgurun-gerrit only
lgtm
3 years, 7 months ago (2017-04-27 01:31:55 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2842653004/60001
3 years, 7 months ago (2017-04-27 01:42:21 UTC) #24
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 01:49:00 UTC) #27
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/ccf1656dee55dfa118c3c5c8cede...

Powered by Google App Engine
This is Rietveld 408576698