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

Issue 171523005: BACKUP: NativeAppWindowView - before splitting CL (Closed)

Created:
6 years, 10 months ago by James Cook
Modified:
6 years, 9 months ago
Reviewers:
CC:
chromium-reviews, tfarina, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

BACKUP: NativeAppWindowView - before splitting CL UpdateBadgeIcon Move chrome_native_app_window_views.cc back to native_app_window_views.cc for easier diff MenuRunner and more stuff moved fullscreen, window frame creation InitializeWindow is done tried to CreateWidget but lots of people access window_ move native_app_window_views.h/cc rebase Add a specialized NativeAppWindow for app_shell fix android, chromeos cleanup after rebase BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2075 lines, -654 lines) Patch
M apps/app_window.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M apps/apps.gypi View 3 chunks +8 lines, -0 lines 0 comments Download
M apps/apps_client.h View 2 chunks +13 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_apps_client.h View 1 chunk +44 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_apps_client.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_extension_system.h View 2 chunks +6 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_extension_system.cc View 3 chunks +7 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_native_app_window.h View 1 chunk +148 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_native_app_window.cc View 1 chunk +341 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_shell_window_delegate.h View 1 chunk +57 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_shell_window_delegate.cc View 1 chunk +81 lines, -0 lines 0 comments Download
A apps/ui/views/native_app_window_views.h View 1 chunk +250 lines, -0 lines 0 comments Download
A apps/ui/views/native_app_window_views.cc View 1 chunk +878 lines, -0 lines 0 comments Download
M chrome/browser/apps/chrome_apps_client.h View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/apps/chrome_apps_client.cc View 3 chunks +31 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/app_window/app_window_api.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.h View 4 chunks +33 lines, -170 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views.cc View 18 chunks +102 lines, -457 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views_win.h View 3 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/apps/native_app_window_views_win.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/apps/shaped_app_window_targeter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/testing_browser_process.cc View 2 chunks +2 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698