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

Issue 713043004: MacViews: Get chrome/browser/ui/views/frame to compile (reland) (Closed)

Created:
6 years, 1 month ago by Andre
Modified:
6 years, 1 month ago
Reviewers:
tapted, sky
CC:
chromium-reviews, mac-views-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

MacViews: Get chrome/browser/ui/views/frame to compile (reland) Reland of https://codereview.chromium.org/697223003. Some fixes to get this subdirectory to compile for MacViews. An aura::Window dependency is moved from BrowserView to BrowserCommandHandlerX11. Hide Ash dependency from ImmersiveModeController. Add Mac implementation of NativeBrowserFrame. Now that we include both BrowserWindow::CreateBrowserWindow definitions in the build, add a new build flag "mac_views_browser" to select between Cocoa and Views browser. BUG=425229 Committed: https://crrev.com/f15013419679b0e5860d58464f64f7e65d5c9f1e Cr-Commit-Position: refs/heads/master@{#303958}

Patch Set 1 : Original patch #

Patch Set 2 : Fix for reland #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -176 lines) Patch
M build/common.gypi View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +7 lines, -1 line 0 comments Download
D chrome/browser/ui/cocoa/browser_window_factory.mm View 1 chunk +0 lines, -23 lines 0 comments Download
A + chrome/browser/ui/cocoa/browser_window_factory_cocoa.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_command_handler_x11.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_command_handler_x11.cc View 2 chunks +15 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_desktop_window_tree_host_x11.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 1 7 chunks +5 lines, -63 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash.cc View 3 chunks +11 lines, -7 lines 0 comments Download
A chrome/browser/ui/views/frame/browser_frame_mac.h View 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/frame/browser_frame_mac.mm View 1 chunk +43 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 7 chunks +10 lines, -26 lines 0 comments Download
A chrome/browser/ui/views/frame/browser_window_factory.cc View 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/contents_web_view.cc View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/desktop_browser_frame_aura.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/desktop_browser_frame_aura.cc View 1 3 chunks +41 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller.h View 3 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc View 3 chunks +14 lines, -2 lines 0 comments Download
D chrome/browser/ui/views/frame/immersive_mode_controller_factory.cc View 1 chunk +0 lines, -19 lines 0 comments Download
A + chrome/browser/ui/views/frame/immersive_mode_controller_factory_ash.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/ui/views/frame/immersive_mode_controller_factory_mac.cc View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/ui/views/frame/native_browser_frame.h View 2 chunks +3 lines, -2 lines 0 comments Download
A + chrome/browser/ui/views/frame/native_browser_frame_factory_mac.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 6 chunks +17 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
Andre
Trent, Scott, PTAL. The problem was with the set_frame_type() call in browser_frame.cc. We can't take ...
6 years, 1 month ago (2014-11-10 23:13:34 UTC) #4
tapted
(found this in codereview - I don't think I got an email from Rietveld) On ...
6 years, 1 month ago (2014-11-11 12:18:08 UTC) #6
Andre
sky@ PTAL (I think the email notification didn't get sent earlier).
6 years, 1 month ago (2014-11-11 18:09:37 UTC) #7
sky
LGTM
6 years, 1 month ago (2014-11-11 20:09:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713043004/80001
6 years, 1 month ago (2014-11-12 22:51:03 UTC) #10
commit-bot: I haz the power
Failed to apply patch for build/common.gypi: While running git apply --index -3 -p1; error: patch ...
6 years, 1 month ago (2014-11-13 00:52:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/713043004/100001
6 years, 1 month ago (2014-11-13 01:13:43 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:100001)
6 years, 1 month ago (2014-11-13 02:15:07 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 02:15:46 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f15013419679b0e5860d58464f64f7e65d5c9f1e
Cr-Commit-Position: refs/heads/master@{#303958}

Powered by Google App Engine
This is Rietveld 408576698