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

Issue 10885004: Implement disambiguation popup (Closed)

Created:
8 years, 3 months ago by trchen
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, aelias_OOO_until_Jul13
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement disambiguation popup This patch implements the renderer-process side of disambiguation popup. Individual platforms shall provide its own browser-side handling. Correspoding WebKit CL: https://bugs.webkit.org/show_bug.cgi?id=94182 BUG=100752 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162612

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rename IPCs, move popup size calculation to helper class #

Total comments: 11

Patch Set 3 : Fix syntax nits #

Patch Set 4 : Fix one more nit #

Patch Set 5 : Rebase, change event.boundingBox to event.data.tap #

Total comments: 12

Patch Set 6 : Rebase, add unittests, fix style nits #

Total comments: 6

Patch Set 7 : Rebase, fixing style nits #

Patch Set 8 : Fix clang warning #

Patch Set 9 : Fixing visibility #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 2 chunks +15 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A content/renderer/disambiguation_popup_helper.h View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A content/renderer/disambiguation_popup_helper.cc View 1 2 3 4 5 6 1 chunk +106 lines, -0 lines 0 comments Download
A content/renderer/disambiguation_popup_helper_unittest.cc View 1 2 3 4 5 6 1 chunk +81 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 3 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 4 chunks +47 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
trchen
This patch is for the disambiguation popup upstreaming from clank. Please take a look. Thank ...
8 years, 3 months ago (2012-08-29 00:25:32 UTC) #1
darin (slow to review)
http://codereview.chromium.org/10885004/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/10885004/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1717 content/browser/renderer_host/render_widget_host_impl.cc:1717: // TODO: implement the platform-specific disambiguation popup nit: indent ...
8 years, 3 months ago (2012-08-30 17:39:23 UTC) #2
trchen
http://codereview.chromium.org/10885004/diff/1/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/10885004/diff/1/content/browser/renderer_host/render_widget_host_impl.cc#newcode1717 content/browser/renderer_host/render_widget_host_impl.cc:1717: // TODO: implement the platform-specific disambiguation popup On 2012/08/30 ...
8 years, 3 months ago (2012-08-30 21:15:21 UTC) #3
trchen
I uploaded a new patch that renames the WebViewClient events and IPCs. Corresponding WebKit change: ...
8 years, 3 months ago (2012-08-31 06:29:03 UTC) #4
darin (slow to review)
lots of google c++ style guide errors in here. please review the style guide. http://codereview.chromium.org/10885004/diff/6001/content/browser/renderer_host/render_widget_host_impl.cc ...
8 years, 3 months ago (2012-08-31 23:00:16 UTC) #5
trchen
Style nits fixed. Please take a look again. Thank you!
8 years, 3 months ago (2012-09-05 02:51:35 UTC) #6
trchen
Rebased. This patch has been stalled for a few weeks. Can we start to review ...
8 years, 2 months ago (2012-09-24 22:30:56 UTC) #7
trchen
Ping? Darin and James, we need some help to get this patch in. Thanks in ...
8 years, 2 months ago (2012-10-02 21:08:34 UTC) #8
darin (slow to review)
http://codereview.chromium.org/10885004/diff/13001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/10885004/diff/13001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1727 content/browser/renderer_host/render_widget_host_impl.cc:1727: void RenderWidgetHostImpl::OnMsgShowDisambiguationPopup( nit: please list this after OnMsgUnlockMouse so ...
8 years, 2 months ago (2012-10-08 21:03:46 UTC) #9
trchen
New patch uploaded. Let's get this in! Thanks! :) http://codereview.chromium.org/10885004/diff/13001/content/browser/renderer_host/render_widget_host_impl.cc File content/browser/renderer_host/render_widget_host_impl.cc (right): http://codereview.chromium.org/10885004/diff/13001/content/browser/renderer_host/render_widget_host_impl.cc#newcode1727 content/browser/renderer_host/render_widget_host_impl.cc:1727: ...
8 years, 2 months ago (2012-10-11 23:54:05 UTC) #10
darin (slow to review)
LGTM w/ nits fixed http://codereview.chromium.org/10885004/diff/23001/content/renderer/disambiguation_popup_helper.cc File content/renderer/disambiguation_popup_helper.cc (right): http://codereview.chromium.org/10885004/diff/23001/content/renderer/disambiguation_popup_helper.cc#newcode66 content/renderer/disambiguation_popup_helper.cc:66: gfx::Size max_size = viewport_size; nit: ...
8 years, 2 months ago (2012-10-17 19:14:01 UTC) #11
trchen
Style nits fixed. Checking CQ. Thank you very much! http://codereview.chromium.org/10885004/diff/23001/content/renderer/disambiguation_popup_helper.cc File content/renderer/disambiguation_popup_helper.cc (right): http://codereview.chromium.org/10885004/diff/23001/content/renderer/disambiguation_popup_helper.cc#newcode66 content/renderer/disambiguation_popup_helper.cc:66: ...
8 years, 2 months ago (2012-10-17 22:25:08 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/trchen@chromium.org/10885004/31001
8 years, 2 months ago (2012-10-17 22:26:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/trchen@chromium.org/10885004/27003
8 years, 2 months ago (2012-10-17 22:36:29 UTC) #14
commit-bot: I haz the power
Retried try job too often for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, check_deps, content_browsertests, content_unittests, crypto_unittests, gpu_unittests, ...
8 years, 2 months ago (2012-10-17 23:05:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/trchen@chromium.org/10885004/28015
8 years, 2 months ago (2012-10-17 23:24:01 UTC) #16
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 01:55:04 UTC) #17
Change committed as 162612

Powered by Google App Engine
This is Rietveld 408576698