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

Issue 10911342: Add ScreenPositionClient::ConvertNativePointToScreen. (Closed)

Created:
8 years, 3 months ago by mazda
Modified:
8 years, 3 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews, tfarina, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Add ScreenPositionClient::ConvertNativePointToScreen. This will be used to convert mouse location properly in RootWindow when X's native input is captured by a drag operation. BUG=148686 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157702

Patch Set 1 #

Total comments: 10

Patch Set 2 : address comments and rebase #

Patch Set 3 : correct diff #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : address comments #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -0 lines) Patch
M ash/ash.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/screen_position_controller.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/display/screen_position_controller.cc View 2 chunks +10 lines, -0 lines 0 comments Download
A ash/display/screen_position_controller_unittest.cc View 1 2 3 4 1 chunk +154 lines, -0 lines 0 comments Download
M ash/shell.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M ui/aura/client/screen_position_client.h View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_screen_position_client.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_screen_position_client.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mazda
8 years, 3 months ago (2012-09-17 19:12:45 UTC) #1
oshima
Do you have CL that uses this? Did you split because it's too big? http://codereview.chromium.org/10911342/diff/1/ash/display/screen_position_controller_unittest.cc ...
8 years, 3 months ago (2012-09-18 10:02:33 UTC) #2
mazda
> Do you have CL that uses this? I'm working on converting location in RootWindow, ...
8 years, 3 months ago (2012-09-18 16:35:01 UTC) #3
mazda
File upload was not done properly, sorry. Please take another look.
8 years, 3 months ago (2012-09-18 17:58:06 UTC) #4
oshima
lgtm with nits http://codereview.chromium.org/10911342/diff/4004/ash/display/screen_position_controller.cc File ash/display/screen_position_controller.cc (right): http://codereview.chromium.org/10911342/diff/4004/ash/display/screen_position_controller.cc#newcode84 ash/display/screen_position_controller.cc:84: wm::GetRootWindowRelativeToWindow(window, *point); Please move GetRootWindowRelativeToWindow to ...
8 years, 3 months ago (2012-09-19 01:46:27 UTC) #5
mazda
http://codereview.chromium.org/10911342/diff/4004/ash/display/screen_position_controller.cc File ash/display/screen_position_controller.cc (right): http://codereview.chromium.org/10911342/diff/4004/ash/display/screen_position_controller.cc#newcode84 ash/display/screen_position_controller.cc:84: wm::GetRootWindowRelativeToWindow(window, *point); On 2012/09/19 01:46:27, oshima wrote: > Please ...
8 years, 3 months ago (2012-09-19 02:06:56 UTC) #6
sky
LGTM
8 years, 3 months ago (2012-09-19 13:59:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/10911342/4009
8 years, 3 months ago (2012-09-20 01:18:01 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-09-20 03:38:40 UTC) #9
Change committed as 157702

Powered by Google App Engine
This is Rietveld 408576698