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

Issue 12321005: Enable touch based selection and editing for webpages behind a flag. (Closed)

Created:
7 years, 10 months ago by varunjain
Modified:
7 years, 8 months ago
Reviewers:
Chris Evans, jam, sky, piman
CC:
chromium-reviews, yusukes+watch_chromium.org, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Enable touch based selection and editing for webpages behind a flag. BUG=115237 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195688

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : patch #

Total comments: 2

Patch Set 4 : patch #

Total comments: 14

Patch Set 5 : patch #

Patch Set 6 : moved touch_editable_impl_aura to web_contents #

Total comments: 8

Patch Set 7 : patch #

Total comments: 4

Patch Set 8 : patch #

Total comments: 6

Patch Set 9 : patch #

Total comments: 2

Patch Set 10 : patch #

Patch Set 11 : patch #

Total comments: 2

Patch Set 12 : patch #

Patch Set 13 : fixed merge conflicts #

Patch Set 14 : include unittest in only chromeos builds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+877 lines, -2 lines) Patch
M content/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 6 7 8 3 chunks +40 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +39 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
A content/browser/web_contents/touch_editable_impl_aura.h View 1 2 3 4 5 6 7 8 9 1 chunk +95 lines, -0 lines 0 comments Download
A content/browser/web_contents/touch_editable_impl_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +314 lines, -0 lines 0 comments Download
A content/browser/web_contents/touch_editable_impl_aura_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +284 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.h View 1 2 3 4 5 6 7 4 chunks +7 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +27 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +10 lines, -0 lines 0 comments Download
A content/test/data/touch_selection.html View 1 2 3 4 5 6 7 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
varunjain
7 years, 10 months ago (2013-02-22 00:06:49 UTC) #1
jam
I'm redirecting this to Antoine one comment about the content/port change that needs to be ...
7 years, 10 months ago (2013-02-22 01:08:12 UTC) #2
varunjain
https://codereview.chromium.org/12321005/diff/11001/content/port/browser/render_widget_host_view_port.h File content/port/browser/render_widget_host_view_port.h (right): https://codereview.chromium.org/12321005/diff/11001/content/port/browser/render_widget_host_view_port.h#newcode159 content/port/browser/render_widget_host_view_port.h:159: virtual void TouchEditingHandlesVisibilityChanged(bool visible) {} On 2013/02/22 01:08:12, jam ...
7 years, 10 months ago (2013-02-22 01:15:18 UTC) #3
piman
https://codereview.chromium.org/12321005/diff/14001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/12321005/diff/14001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2188 content/browser/renderer_host/render_widget_host_view_aura.cc:2188: // gives bounds in screen space. So we convert. ...
7 years, 10 months ago (2013-02-22 02:43:03 UTC) #4
jam
btw i looked at the command line flag that enables this, and it looks only ...
7 years, 10 months ago (2013-02-22 17:26:25 UTC) #5
varunjain
Regarding jam@'s comment: I do plan to enable this on win as well. But thats ...
7 years, 9 months ago (2013-02-28 20:28:19 UTC) #6
varunjain
Hi Antoine, I would like to revive review on this. I have uploaded a shiny ...
7 years, 8 months ago (2013-04-12 00:12:26 UTC) #7
piman
On Thu, Apr 11, 2013 at 5:12 PM, <varunjain@chromium.org> wrote: > Hi Antoine, I would ...
7 years, 8 months ago (2013-04-12 02:20:51 UTC) #8
varunjain
+sky as Antoine has asked for review from a ui person.
7 years, 8 months ago (2013-04-12 03:19:11 UTC) #9
sky
How does IME come into play with this? Should starting some interaction with IME implicitly ...
7 years, 8 months ago (2013-04-12 16:09:52 UTC) #10
varunjain
Regarding the IME comment: IME interaction should not be affected by touch selection. Especially since ...
7 years, 8 months ago (2013-04-12 17:35:18 UTC) #11
sky
I only looked at the TouchEditingClient and implementation of it. https://codereview.chromium.org/12321005/diff/53001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/53001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode88 ...
7 years, 8 months ago (2013-04-12 20:22:58 UTC) #12
varunjain
Sorry for the delay reviewers. I got distracted with other stuff. I have attended to ...
7 years, 8 months ago (2013-04-17 02:39:48 UTC) #13
piman
https://codereview.chromium.org/12321005/diff/62001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/62001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode297 content/browser/web_contents/touch_editable_impl_aura.cc:297: aura::Window* parent) { I don't think this is enough. ...
7 years, 8 months ago (2013-04-18 22:28:42 UTC) #14
varunjain
https://codereview.chromium.org/12321005/diff/62001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/62001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode297 content/browser/web_contents/touch_editable_impl_aura.cc:297: aura::Window* parent) { On 2013/04/18 22:28:42, piman wrote: > ...
7 years, 8 months ago (2013-04-19 05:14:12 UTC) #15
piman
https://codereview.chromium.org/12321005/diff/71001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/71001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode300 content/browser/web_contents/touch_editable_impl_aura.cc:300: const gfx::Rect& new_bounds) { Similarly here - you're setting ...
7 years, 8 months ago (2013-04-19 05:55:17 UTC) #16
varunjain
https://codereview.chromium.org/12321005/diff/71001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/71001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode300 content/browser/web_contents/touch_editable_impl_aura.cc:300: const gfx::Rect& new_bounds) { On 2013/04/19 05:55:17, piman wrote: ...
7 years, 8 months ago (2013-04-19 16:59:08 UTC) #17
piman
LGTM for the content parts. I would prefer if Scott could give his final ack ...
7 years, 8 months ago (2013-04-19 17:02:47 UTC) #18
sky
LGTM https://codereview.chromium.org/12321005/diff/83001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/83001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode68 content/browser/web_contents/touch_editable_impl_aura.cc:68: } else nit: {}
7 years, 8 months ago (2013-04-22 14:20:51 UTC) #19
varunjain
https://codereview.chromium.org/12321005/diff/83001/content/browser/web_contents/touch_editable_impl_aura.cc File content/browser/web_contents/touch_editable_impl_aura.cc (right): https://codereview.chromium.org/12321005/diff/83001/content/browser/web_contents/touch_editable_impl_aura.cc#newcode68 content/browser/web_contents/touch_editable_impl_aura.cc:68: } else On 2013/04/22 14:20:51, sky wrote: > nit: ...
7 years, 8 months ago (2013-04-22 14:25:23 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/89001
7 years, 8 months ago (2013-04-22 14:25:42 UTC) #21
commit-bot: I haz the power
Failed to apply patch for content/content_tests.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-22 14:25:47 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/92001
7 years, 8 months ago (2013-04-22 14:34:47 UTC) #23
commit-bot: I haz the power
Presubmit check for 12321005-92001 failed and returned exit status 1. INFO:root:Found 19 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-22 14:34:54 UTC) #24
varunjain
+cevans for view_messages.h
7 years, 8 months ago (2013-04-22 14:39:19 UTC) #25
Tom Sepez
Rubberstamp LGTM on view_messages.h for new browser -> renderer message.
7 years, 8 months ago (2013-04-22 19:58:45 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/92001
7 years, 8 months ago (2013-04-22 19:59:50 UTC) #27
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=34128
7 years, 8 months ago (2013-04-22 21:33:49 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/97004
7 years, 8 months ago (2013-04-22 21:50:53 UTC) #29
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-22 21:52:22 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/97004
7 years, 8 months ago (2013-04-23 01:32:20 UTC) #31
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, googleurl_unittests, media_unittests, ...
7 years, 8 months ago (2013-04-23 02:00:26 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/12321005/97004
7 years, 8 months ago (2013-04-23 02:01:41 UTC) #33
commit-bot: I haz the power
7 years, 8 months ago (2013-04-23 02:10:40 UTC) #34
Message was sent while issue was closed.
Change committed as 195688

Powered by Google App Engine
This is Rietveld 408576698