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

Issue 248763003: MacViews: Better layering for the touch selection controller (Closed)

Created:
6 years, 8 months ago by tapted
Modified:
6 years, 8 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, mac-views-reviews_chromium.org
Visibility:
Public.

Description

MacViews: Better layering for the touch selection controller This CL moves ViewsTouchSelectionControllerFactory out of views/touchui/touch_selection_controller_impl.cc and into its own file one level higher. Result: the single touchui dependency moves from views_delegate.cc to a file that can be controlled on a per-platform basis. The touchui subfolder assumes aura is available. This allows touchui to be excluded from a build that doesn't need it. BUG=366007 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265814 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265882

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : fix derp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -23 lines) Patch
M ui/views/touchui/touch_selection_controller_impl.h View 1 chunk +0 lines, -10 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M ui/views/touchui/touch_selection_controller_impl_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/views.gyp View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/views_delegate.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A ui/views/views_touch_selection_controller_factory.h View 1 chunk +25 lines, -0 lines 0 comments Download
A ui/views/views_touch_selection_controller_factory_aura.cc View 1 chunk +22 lines, -0 lines 0 comments Download
A ui/views/views_touch_selection_controller_factory_mac.cc View 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tapted
Hi Ben, please take a look (just 2 today.. don't want to flood you).
6 years, 8 months ago (2014-04-23 09:09:19 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 8 months ago (2014-04-23 15:58:34 UTC) #2
tapted
The CQ bit was checked by tapted@chromium.org
6 years, 8 months ago (2014-04-23 23:40:11 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/248763003/1
6 years, 8 months ago (2014-04-23 23:40:49 UTC) #4
commit-bot: I haz the power
Change committed as 265814
6 years, 8 months ago (2014-04-24 01:48:22 UTC) #5
Vadim Sh.
A revert of this CL has been created in https://codereview.chromium.org/258483002/ by vadimsh@chromium.org. The reason for ...
6 years, 8 months ago (2014-04-24 01:58:05 UTC) #6
tfarina
On 2014/04/24 01:58:05, Vadim Sh. wrote: > A revert of this CL has been created ...
6 years, 8 months ago (2014-04-24 02:12:39 UTC) #7
tfarina
https://codereview.chromium.org/248763003/diff/1/ui/views/touchui/touch_selection_controller_impl_unittest.cc File ui/views/touchui/touch_selection_controller_impl_unittest.cc (right): https://codereview.chromium.org/248763003/diff/1/ui/views/touchui/touch_selection_controller_impl_unittest.cc#newcode20 ui/views/touchui/touch_selection_controller_impl_unittest.cc:20: #include "ui/views/touch_selection_controller_factory.h" the file seems to be called, views_touch_selection_controller_factory.h
6 years, 8 months ago (2014-04-24 02:14:34 UTC) #8
tfarina
The problem is that tryserver.chromium:linux_chromium_chromeos_rel is not building views_unittests. But the build chromium.chromiumos in the ...
6 years, 8 months ago (2014-04-24 02:21:49 UTC) #9
tfarina
I have a CL that adds some missing targets to tryserver.chromium in https://codereview.chromium.org/246513003/. I will ...
6 years, 8 months ago (2014-04-24 02:24:30 UTC) #10
tapted
thanks for tracking that down Thiago! I thought it might be something like that... We ...
6 years, 8 months ago (2014-04-24 03:13:59 UTC) #11
tapted
The CQ bit was checked by tapted@chromium.org
6 years, 8 months ago (2014-04-24 06:31:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/248763003/80001
6 years, 8 months ago (2014-04-24 06:31:40 UTC) #13
commit-bot: I haz the power
6 years, 8 months ago (2014-04-24 08:32:08 UTC) #14
Message was sent while issue was closed.
Change committed as 265882

Powered by Google App Engine
This is Rietveld 408576698