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

Issue 10919158: Integrate the Windows 8 code into the Chromium tree (take 3). (Closed)

Created:
8 years, 3 months ago by robertshield
Modified:
8 years, 3 months ago
Reviewers:
Ben
CC:
chromium-reviews, grt+watch_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Integrate the Windows 8 code into the Chromium tree (take 3). This time, also: fix invalid path in metro_driver.gyp. set executable bit on check_sdk_patch.py and post_build.bat. add back a switch that was removed recently This reverts "Revert 155429 - Integrate the Windows 8 code into the Chromium tree." Original CL: https://chromiumcodereview.appspot.com/10875008 BUG=127799 TEST=A Chromium build can run as the immersive browser on Windows 8. TBR=ben Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155474

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6496 lines, -9 lines) Patch
M chrome/chrome_exe.gypi View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/installer/mini_installer.gyp View 1 chunk +0 lines, -7 lines 0 comments Download
A chrome/tools/build/win/check_sdk_patch.py View 1 chunk +43 lines, -0 lines 0 comments Download
A win8/delegate_execute/chrome_util.h View 1 chunk +22 lines, -0 lines 0 comments Download
A win8/delegate_execute/chrome_util.cc View 1 chunk +267 lines, -0 lines 0 comments Download
A win8/delegate_execute/command_execute_impl.h View 1 chunk +105 lines, -0 lines 0 comments Download
A win8/delegate_execute/command_execute_impl.cc View 1 chunk +440 lines, -0 lines 0 comments Download
A win8/delegate_execute/command_execute_impl.rgs View 1 chunk +10 lines, -0 lines 0 comments Download
A win8/delegate_execute/delegate_execute.cc View 1 chunk +120 lines, -0 lines 0 comments Download
A win8/delegate_execute/delegate_execute.gyp View 1 chunk +46 lines, -0 lines 0 comments Download
A win8/delegate_execute/delegate_execute.rgs View 1 chunk +3 lines, -0 lines 0 comments Download
A win8/delegate_execute/delegate_execute_operation.h View 1 chunk +52 lines, -0 lines 0 comments Download
A win8/delegate_execute/delegate_execute_operation.cc View 1 chunk +37 lines, -0 lines 0 comments Download
A win8/delegate_execute/post_build.bat View 1 chunk +3 lines, -0 lines 0 comments Download
A win8/delegate_execute/resource.h View 1 chunk +22 lines, -0 lines 0 comments Download
A win8/metro_driver/OWNERS View 1 chunk +5 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_app_view.h View 1 chunk +177 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_app_view.cc View 1 chunk +1059 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_url_launch_handler.h View 1 chunk +58 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_url_launch_handler.cc View 1 chunk +201 lines, -0 lines 0 comments Download
A win8/metro_driver/devices_handler.h View 1 chunk +31 lines, -0 lines 0 comments Download
A win8/metro_driver/devices_handler.cc View 1 chunk +23 lines, -0 lines 0 comments Download
A win8/metro_driver/file_picker.h View 1 chunk +18 lines, -0 lines 0 comments Download
A win8/metro_driver/file_picker.cc View 1 chunk +618 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_dialog_box.h View 1 chunk +64 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_dialog_box.cc View 1 chunk +160 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver.cc View 1 chunk +211 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver.gyp View 1 chunk +98 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver_win7.cc View 1 chunk +139 lines, -0 lines 0 comments Download
A win8/metro_driver/print_document_source.h View 1 chunk +164 lines, -0 lines 0 comments Download
A win8/metro_driver/print_document_source.cc View 1 chunk +525 lines, -0 lines 0 comments Download
A win8/metro_driver/print_handler.h View 1 chunk +116 lines, -0 lines 0 comments Download
A win8/metro_driver/print_handler.cc View 1 chunk +487 lines, -0 lines 0 comments Download
A win8/metro_driver/run_all_unittests.cc View 1 chunk +19 lines, -0 lines 0 comments Download
A win8/metro_driver/secondary_tile.h View 1 chunk +16 lines, -0 lines 0 comments Download
A win8/metro_driver/secondary_tile.cc View 1 chunk +155 lines, -0 lines 0 comments Download
A win8/metro_driver/settings_handler.h View 1 chunk +44 lines, -0 lines 0 comments Download
A win8/metro_driver/settings_handler.cc View 1 chunk +175 lines, -0 lines 0 comments Download
A win8/metro_driver/stdafx.h View 1 chunk +35 lines, -0 lines 0 comments Download
A win8/metro_driver/toast_notification_handler.h View 1 chunk +48 lines, -0 lines 0 comments Download
A win8/metro_driver/toast_notification_handler.cc View 1 chunk +234 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils.h View 1 chunk +60 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils.cc View 1 chunk +225 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils_unittest.cc View 1 chunk +115 lines, -0 lines 0 comments Download
A win8/win8.gyp View 1 chunk +33 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698