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

Issue 249113002: MacViews: Adds NativeWidgetMac and gets views target compiling on Mac. (Closed)

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

Description

MacViews: Adds NativeWidgetMac and gets views target compiling on Mac. This is a minimal amount to get the `views` target compiling on Mac. It adds an implementation of NativeWidgetMac that spews NOTIMPLEMENTED(). So, nothing works yet, but this gives an FYI builder something to chew on to catch regressions in things ported so far. BUG=366007 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272849

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 8

Patch Set 3 : respond to comments, provide a stub for GestureRecognizer #

Total comments: 5

Patch Set 4 : ash -> aura #

Unified diffs Side-by-side diffs Delta from patch set Stats (+675 lines, -0 lines) Patch
M ui/events/events.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ui/events/gestures/gesture_recognizer_impl_mac.cc View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
M ui/gfx/native_widget_types.h View 1 chunk +1 line, -0 lines 0 comments Download
A ui/views/controls/native/native_view_host_mac.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 4 chunks +30 lines, -0 lines 0 comments Download
A ui/views/widget/native_widget_mac.h View 1 1 chunk +117 lines, -0 lines 0 comments Download
A ui/views/widget/native_widget_mac.mm View 1 2 1 chunk +444 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tapted
Hi Andre - could you do an initial pass? It's so close now! Let me ...
6 years, 7 months ago (2014-05-21 09:40:28 UTC) #1
Andre
https://codereview.chromium.org/249113002/diff/90001/ui/views/controls/menu/menu_host.cc File ui/views/controls/menu/menu_host.cc (right): https://codereview.chromium.org/249113002/diff/90001/ui/views/controls/menu/menu_host.cc#newcode77 ui/views/controls/menu/menu_host.cc:77: #endif That symbol was defined the last time I ...
6 years, 7 months ago (2014-05-21 17:13:30 UTC) #2
tapted
+ben Hi Ben. With this CL, target `views` compiles on Mac, and we can start ...
6 years, 7 months ago (2014-05-22 12:50:13 UTC) #3
tapted
also +tdresser FYI or for comment (wrt gesture_recognizer_impl_mac.cc)
6 years, 7 months ago (2014-05-22 12:56:31 UTC) #4
tdresser
On 2014/05/22 12:56:31, tapted wrote: > also +tdresser FYI or for comment (wrt gesture_recognizer_impl_mac.cc) gesture_recognizer_impl_mac.cc ...
6 years, 7 months ago (2014-05-22 13:24:16 UTC) #5
Ben Goodger (Google)
lgtm https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp#newcode473 ui/views/views.gyp:473: 'accessibility/ax_aura_obj_cache.cc', why here vs. use_aura==0? i'm actually surprised ...
6 years, 7 months ago (2014-05-22 17:33:54 UTC) #6
Andre
https://codereview.chromium.org/249113002/diff/200001/ui/views/widget/native_widget_mac.mm File ui/views/widget/native_widget_mac.mm (right): https://codereview.chromium.org/249113002/diff/200001/ui/views/widget/native_widget_mac.mm#newcode36 ui/views/widget/native_widget_mac.mm:36: defer:NO]); delegate_->OnNativeWidgetCreated(false); Should add this, or is that for ...
6 years, 7 months ago (2014-05-22 21:22:25 UTC) #7
tapted
https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp#newcode473 ui/views/views.gyp:473: 'accessibility/ax_aura_obj_cache.cc', On 2014/05/22 17:33:55, Ben Goodger (Google) wrote: > ...
6 years, 7 months ago (2014-05-23 01:11:29 UTC) #8
Andre
On 2014/05/23 01:11:29, tapted wrote: > https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp > File ui/views/views.gyp (right): > > https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp#newcode473 > ...
6 years, 7 months ago (2014-05-23 17:10:58 UTC) #9
tapted
https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp File ui/views/views.gyp (right): https://codereview.chromium.org/249113002/diff/200001/ui/views/views.gyp#newcode473 ui/views/views.gyp:473: 'accessibility/ax_aura_obj_cache.cc', On 2014/05/23 01:11:30, tapted wrote: > On 2014/05/22 ...
6 years, 7 months ago (2014-05-26 01:45:04 UTC) #10
tapted
The CQ bit was checked by tapted@chromium.org
6 years, 7 months ago (2014-05-26 01:45:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/249113002/220001
6 years, 7 months ago (2014-05-26 01:45:46 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-26 03:33:28 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-26 16:27:40 UTC) #14
Message was sent while issue was closed.
Change committed as 272849

Powered by Google App Engine
This is Rietveld 408576698