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

Issue 186753002: Chromium plumbing to use the selection root bounds. (Closed)

Created:
6 years, 9 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 9 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, James Su, miu+watch_chromium.org, timvolodine, nasko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Chromium plumbing to use the selection root bounds. This is asking the selection root bounds to Blink and send it back to the RenderWidgetHostView implementation in the browser process. BUG=236033 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257199

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase on Blink patch and OS_ANDROID specific #

Total comments: 4

Patch Set 3 : review comments #

Patch Set 4 : compile issue in test #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -0 lines) Patch
M content/browser/frame_host/render_widget_host_view_child_frame.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl_android.cc View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 4 chunks +12 lines, -0 lines 0 comments Download
M content/test/test_render_view_host.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 46 (0 generated)
timvolodine
This approach seems to work in my preliminary testing. However more testing is necessary especially ...
6 years, 9 months ago (2014-03-05 19:50:46 UTC) #1
mlamouri (slow - plz ping)
https://codereview.chromium.org/186753002/diff/1/content/renderer/render_widget.cc File content/renderer/render_widget.cc (right): https://codereview.chromium.org/186753002/diff/1/content/renderer/render_widget.cc#newcode2392 content/renderer/render_widget.cc:2392: UpdateSelectionRootBounds(); On 2014/03/05 19:50:46, timvolodine wrote: > Should this ...
6 years, 9 months ago (2014-03-10 15:56:44 UTC) #2
mlamouri (slow - plz ping)
cdn@chromium.org: Please review changes related to IPC.
6 years, 9 months ago (2014-03-10 15:57:51 UTC) #3
mlamouri (slow - plz ping)
nasko@chromium.org: Please review changes in - content/browser/frame_host/ - content/common/view_messages.h (removing cdn@ as reviewer, nasko@ can ...
6 years, 9 months ago (2014-03-10 16:01:49 UTC) #4
mlamouri (slow - plz ping)
jochen@chromium.org: Please review changes in: - content/browser/renderer_host/ - content/renderer/ - content/port/
6 years, 9 months ago (2014-03-10 16:05:08 UTC) #5
nasko
kenrb@ is much better reviewer for the widget classes and is messages reviewer.
6 years, 9 months ago (2014-03-10 16:42:45 UTC) #6
kenrb
For security review, the IPC message is fine. Why are you adding methods to RenderWidgetHostViewGuest ...
6 years, 9 months ago (2014-03-10 17:07:48 UTC) #7
mlamouri (slow - plz ping)
On 2014/03/10 17:07:48, kenrb wrote: > For security review, the IPC message is fine. > ...
6 years, 9 months ago (2014-03-10 17:50:55 UTC) #8
kenrb
On 2014/03/10 17:50:55, Mounir Lamouri wrote: > On 2014/03/10 17:07:48, kenrb wrote: > > For ...
6 years, 9 months ago (2014-03-10 17:57:50 UTC) #9
mlamouri (slow - plz ping)
The Blink patch has changed and the method is now available in WebView. The new ...
6 years, 9 months ago (2014-03-11 12:07:08 UTC) #10
kenrb
lgtm for content/common/view_messages.h Also for the RenderWidgetHostView implementations but I'm not an owner on those.
6 years, 9 months ago (2014-03-11 16:44:53 UTC) #11
jochen (gone - plz use gerrit)
lgtm with nits https://codereview.chromium.org/186753002/diff/20001/content/renderer/render_view_impl_android.cc File content/renderer/render_view_impl_android.cc (right): https://codereview.chromium.org/186753002/diff/20001/content/renderer/render_view_impl_android.cc#newcode80 content/renderer/render_view_impl_android.cc:80: if (!webview() || handling_ime_event_) { nit. ...
6 years, 9 months ago (2014-03-12 13:01:00 UTC) #12
mlamouri (slow - plz ping)
jochen, nasko being away, would you be okay for me to use your review for ...
6 years, 9 months ago (2014-03-12 14:24:11 UTC) #13
mlamouri (slow - plz ping)
It seems that this CL is good to go as soon as the Blink CL ...
6 years, 9 months ago (2014-03-12 14:29:01 UTC) #14
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 09:57:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/40001
6 years, 9 months ago (2014-03-14 09:57:16 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 09:58:20 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 09:58:21 UTC) #18
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 10:23:51 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/60001
6 years, 9 months ago (2014-03-14 10:24:07 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 10:39:30 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-14 10:39:31 UTC) #22
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 10:42:35 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/60001
6 years, 9 months ago (2014-03-14 10:42:43 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 10:48:04 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_clang_dbg
6 years, 9 months ago (2014-03-14 10:48:04 UTC) #26
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 11:17:18 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/100001
6 years, 9 months ago (2014-03-14 11:17:28 UTC) #28
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 11:18:39 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 11:18:40 UTC) #30
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 11:31:54 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/100001
6 years, 9 months ago (2014-03-14 11:32:05 UTC) #32
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 12:33:44 UTC) #33
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=123735
6 years, 9 months ago (2014-03-14 12:33:45 UTC) #34
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 14:09:20 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/120001
6 years, 9 months ago (2014-03-14 14:09:23 UTC) #36
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 14:10:33 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 14:10:34 UTC) #38
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 14:14:31 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/120001
6 years, 9 months ago (2014-03-14 14:14:49 UTC) #40
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-14 14:16:11 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-14 14:16:12 UTC) #42
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 9 months ago (2014-03-14 14:23:43 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/186753002/120001
6 years, 9 months ago (2014-03-14 14:23:46 UTC) #44
commit-bot: I haz the power
Change committed as 257199
6 years, 9 months ago (2014-03-14 21:10:25 UTC) #45
jdduke (slow)
6 years, 6 months ago (2014-05-29 00:52:39 UTC) #46
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/306803002/ by jdduke@chromium.org.

The reason for reverting is: The Android plumbing to use the root selection
bounds has been removed, and the
visibility calculation will soon be performed by the compositor
(see crbug.com/135959)..

Powered by Google App Engine
This is Rietveld 408576698