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

Issue 260623004: Fix to remove customised String over IPC for SmartClip (Closed)

Created:
6 years, 7 months ago by AviD
Modified:
6 years, 6 months ago
CC:
chromium-reviews, creis+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nasko+codewatch_chromium.org, jam, penghuang+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, James Su, miu+watch_chromium.org, use-l.gombos-samsung.com, kangil_, AKVT
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Currently, the data for SmartClip is sent over IPC as a customized string, which contains rect values and string of content within the clip rect. Changes from Chromium side to remove custom serialization and send it as a structure of rect and string values. BUG=330872 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279072

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes done according to review comments #

Total comments: 1

Patch Set 3 : updated according to blink side changes #

Patch Set 4 : resolving patch apply error #

Patch Set 5 : changed definition of OnSmartClipDataExtracted in cc file #

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

Messages

Total messages: 18 (0 generated)
AviD
PTAL Corresponding Blink side changes: https://codereview.chromium.org/259263003/
6 years, 7 months ago (2014-04-30 11:34:46 UTC) #1
jam
https://codereview.chromium.org/260623004/diff/1/content/renderer/render_view_impl.h File content/renderer/render_view_impl.h (right): https://codereview.chromium.org/260623004/diff/1/content/renderer/render_view_impl.h#newcode837 content/renderer/render_view_impl.h:837: void updateSmartClipDataResult(const blink::WebString& text, nit: put this in the ...
6 years, 7 months ago (2014-04-30 16:05:45 UTC) #2
AviD
Changes done as per review comments. PTAL https://codereview.chromium.org/260623004/diff/1/content/renderer/render_view_impl.h File content/renderer/render_view_impl.h (right): https://codereview.chromium.org/260623004/diff/1/content/renderer/render_view_impl.h#newcode837 content/renderer/render_view_impl.h:837: void updateSmartClipDataResult(const ...
6 years, 7 months ago (2014-05-02 15:04:44 UTC) #3
AviD
Hi jam Please take a look at this CL Blink side changes have landed https://codereview.chromium.org/259263003/ ...
6 years, 7 months ago (2014-05-05 11:46:55 UTC) #4
jam
lgtm https://codereview.chromium.org/260623004/diff/20001/content/common/view_messages.h File content/common/view_messages.h (right): https://codereview.chromium.org/260623004/diff/20001/content/common/view_messages.h#newcode1735 content/common/view_messages.h:1735: gfx::Rect /* Clip rect bounds */) by convention, ...
6 years, 7 months ago (2014-05-05 15:07:32 UTC) #5
jschuh
ipc security lgtm (notes: converting a serialized string into its component string and rect)
6 years, 7 months ago (2014-05-05 16:54:19 UTC) #6
eseidel
It looks like you have your required reviews and this just needs a CQ?
6 years, 6 months ago (2014-05-29 00:29:48 UTC) #7
AviD
On 2014/05/29 00:29:48, eseidel wrote: > It looks like you have your required reviews and ...
6 years, 6 months ago (2014-05-30 09:38:55 UTC) #8
AviD
The CQ bit was checked by avi.nitk@samsung.com
6 years, 6 months ago (2014-06-21 06:20:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi.nitk@samsung.com/260623004/40001
6 years, 6 months ago (2014-06-21 06:21:12 UTC) #10
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, 6 months ago (2014-06-21 07:12:36 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-21 07:14:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/153071) ios_rel_device_ninja on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device_ninja/builds/24074) mac_gpu ...
6 years, 6 months ago (2014-06-21 07:14:25 UTC) #13
AviD
The CQ bit was checked by avi.nitk@samsung.com
6 years, 6 months ago (2014-06-23 06:50:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi.nitk@samsung.com/260623004/60001
6 years, 6 months ago (2014-06-23 06:51:04 UTC) #15
AviD
The CQ bit was checked by avi.nitk@samsung.com
6 years, 6 months ago (2014-06-23 07:39:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi.nitk@samsung.com/260623004/80001
6 years, 6 months ago (2014-06-23 07:40:18 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-23 09:52:19 UTC) #18
Message was sent while issue was closed.
Change committed as 279072

Powered by Google App Engine
This is Rietveld 408576698