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

Issue 10875008: Integrate the Windows 8 code into the Chromium tree. (Closed)

Created:
8 years, 4 months ago by robertshield
Modified:
8 years, 3 months ago
CC:
chromium-reviews, grt+watch_chromium.org, chrome-win8-eng_google.com
Visibility:
Public.

Description

Integrate the Windows 8 code into the Chromium tree. BUG=127799 TEST=A Chromium build can run as the immersive browser on Windows 8. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155429

Patch Set 1 #

Patch Set 2 : Add OWNERS files. #

Patch Set 3 : Remove unneeded win7 sdk references from gyp files. #

Total comments: 2

Patch Set 4 : MAD #

Total comments: 1

Patch Set 5 : Adding gyp target that fails in case of missing SDK patch. #

Total comments: 4

Patch Set 6 : Dear Greg, tidied up check sdk patch script/gyp files. #

Patch Set 7 : Moved metro_driver to /win8. Removed DEPTH from .gyp files. #

Patch Set 8 : Merged with committed resource patch. #

Patch Set 9 : Attempting re-merge. #

Patch Set 10 : Remove conflicting OWNERS file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6490 lines, -8 lines) Patch
M chrome/chrome_exe.gypi View 1 2 3 4 5 6 7 1 chunk +7 lines, -1 line 0 comments Download
M chrome/installer/mini_installer.gyp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -7 lines 0 comments Download
A chrome/tools/build/win/check_sdk_patch.py View 1 2 3 4 5 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 2 3 4 5 6 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 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_app_view.h View 1 2 3 4 5 6 1 chunk +177 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_app_view.cc View 1 2 3 4 5 6 1 chunk +1059 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_url_launch_handler.h View 1 2 3 4 5 6 1 chunk +58 lines, -0 lines 0 comments Download
A win8/metro_driver/chrome_url_launch_handler.cc View 1 2 3 4 5 6 1 chunk +201 lines, -0 lines 0 comments Download
A win8/metro_driver/devices_handler.h View 1 2 3 4 5 6 1 chunk +31 lines, -0 lines 0 comments Download
A win8/metro_driver/devices_handler.cc View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A win8/metro_driver/file_picker.h View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
A win8/metro_driver/file_picker.cc View 1 2 3 4 5 6 1 chunk +618 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_dialog_box.h View 1 2 3 4 5 6 1 chunk +64 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_dialog_box.cc View 1 2 3 4 5 6 1 chunk +160 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver.cc View 1 2 3 4 5 6 1 chunk +211 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver.gyp View 1 2 3 4 5 6 1 chunk +98 lines, -0 lines 0 comments Download
A win8/metro_driver/metro_driver_win7.cc View 1 2 3 4 5 6 1 chunk +139 lines, -0 lines 0 comments Download
A win8/metro_driver/print_document_source.h View 1 2 3 4 5 6 1 chunk +164 lines, -0 lines 0 comments Download
A win8/metro_driver/print_document_source.cc View 1 2 3 4 5 6 1 chunk +525 lines, -0 lines 0 comments Download
A win8/metro_driver/print_handler.h View 1 2 3 4 5 6 1 chunk +116 lines, -0 lines 0 comments Download
A win8/metro_driver/print_handler.cc View 1 2 3 4 5 6 1 chunk +487 lines, -0 lines 0 comments Download
A win8/metro_driver/run_all_unittests.cc View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
A win8/metro_driver/secondary_tile.h View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
A win8/metro_driver/secondary_tile.cc View 1 2 3 4 5 6 1 chunk +155 lines, -0 lines 0 comments Download
A win8/metro_driver/settings_handler.h View 1 2 3 4 5 6 1 chunk +44 lines, -0 lines 0 comments Download
A win8/metro_driver/settings_handler.cc View 1 2 3 4 5 6 1 chunk +175 lines, -0 lines 0 comments Download
A win8/metro_driver/stdafx.h View 1 2 3 4 5 6 1 chunk +35 lines, -0 lines 0 comments Download
A win8/metro_driver/toast_notification_handler.h View 1 2 3 4 5 6 1 chunk +48 lines, -0 lines 0 comments Download
A win8/metro_driver/toast_notification_handler.cc View 1 2 3 4 5 6 1 chunk +234 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils.h View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils.cc View 1 2 3 4 5 6 1 chunk +225 lines, -0 lines 0 comments Download
A win8/metro_driver/winrt_utils_unittest.cc View 1 2 3 4 5 6 1 chunk +115 lines, -0 lines 0 comments Download
A win8/win8.gyp View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
robertshield
Please take a look. I placed the code in the directory structure we agreed upon ...
8 years, 4 months ago (2012-08-23 14:11:23 UTC) #1
MAD
Small drive by request... http://codereview.chromium.org/10875008/diff/10002/chrome/browser/ui/metro_driver/OWNERS File chrome/browser/ui/metro_driver/OWNERS (right): http://codereview.chromium.org/10875008/diff/10002/chrome/browser/ui/metro_driver/OWNERS#newcode4 chrome/browser/ui/metro_driver/OWNERS:4: robertshield@chromium.org Can you add me ...
8 years, 4 months ago (2012-08-23 14:41:39 UTC) #2
robertshield
http://codereview.chromium.org/10875008/diff/10002/chrome/browser/ui/metro_driver/OWNERS File chrome/browser/ui/metro_driver/OWNERS (right): http://codereview.chromium.org/10875008/diff/10002/chrome/browser/ui/metro_driver/OWNERS#newcode4 chrome/browser/ui/metro_driver/OWNERS:4: robertshield@chromium.org On 2012/08/23 14:41:39, MAD wrote: > Can you ...
8 years, 4 months ago (2012-08-23 14:45:34 UTC) #3
cpu_(ooo_6.6-7.5)
lgtm http://codereview.chromium.org/10875008/diff/53/chrome/browser/ui/metro_driver/DEPS File chrome/browser/ui/metro_driver/DEPS (right): http://codereview.chromium.org/10875008/diff/53/chrome/browser/ui/metro_driver/DEPS#newcode4 chrome/browser/ui/metro_driver/DEPS:4: "+win8/delegate_execute", can you file bug and assign to ...
8 years, 4 months ago (2012-08-23 20:15:17 UTC) #4
Ben Goodger (Google)
So: - what all does chrome/browser/ui/metro_driver do? - is it chrome exe specific? It appears ...
8 years, 3 months ago (2012-08-27 15:42:44 UTC) #5
robertshield
On 2012/08/27 15:42:44, Ben Goodger (Google) wrote: > So: > > - what all does ...
8 years, 3 months ago (2012-08-27 19:13:49 UTC) #6
robertshield
Note to reviewers: I added a patch that looks for the Win8 SDK patch and ...
8 years, 3 months ago (2012-08-29 02:26:00 UTC) #7
grt (UTC plus 2)
https://chromiumcodereview.appspot.com/10875008/diff/14001/chrome/browser/ui/metro_driver/metro_driver.gyp File chrome/browser/ui/metro_driver/metro_driver.gyp (right): https://chromiumcodereview.appspot.com/10875008/diff/14001/chrome/browser/ui/metro_driver/metro_driver.gyp#newcode30 chrome/browser/ui/metro_driver/metro_driver.gyp:30: 'target_name': 'check_sdk_patch_metro_driver', is it appropriate to move this target ...
8 years, 3 months ago (2012-08-29 02:59:18 UTC) #8
robertshield
https://chromiumcodereview.appspot.com/10875008/diff/14001/chrome/browser/ui/metro_driver/metro_driver.gyp File chrome/browser/ui/metro_driver/metro_driver.gyp (right): https://chromiumcodereview.appspot.com/10875008/diff/14001/chrome/browser/ui/metro_driver/metro_driver.gyp#newcode30 chrome/browser/ui/metro_driver/metro_driver.gyp:30: 'target_name': 'check_sdk_patch_metro_driver', On 2012/08/29 02:59:18, grt wrote: > is ...
8 years, 3 months ago (2012-08-30 13:34:05 UTC) #9
grt (UTC plus 2)
lgtm
8 years, 3 months ago (2012-08-30 14:51:43 UTC) #10
robertshield
On 2012/08/30 14:51:43, grt wrote: > lgtm Ben, updated paths here such that metro_driver lives ...
8 years, 3 months ago (2012-08-31 03:17:16 UTC) #11
Ben Goodger (Google)
lgtm
8 years, 3 months ago (2012-08-31 19:46:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robertshield@chromium.org/10875008/32001
8 years, 3 months ago (2012-09-07 14:39:59 UTC) #13
commit-bot: I haz the power
Failed to apply patch for win8/OWNERS: While running patch -p1 --forward --force; patching file win8/OWNERS ...
8 years, 3 months ago (2012-09-07 14:40:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robertshield@chromium.org/10875008/30003
8 years, 3 months ago (2012-09-07 15:39:37 UTC) #15
commit-bot: I haz the power
Failed to apply patch for win8/OWNERS: While running patch -p1 --forward --force; patching file win8/OWNERS ...
8 years, 3 months ago (2012-09-07 15:39:44 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robertshield@chromium.org/10875008/37001
8 years, 3 months ago (2012-09-07 16:05:23 UTC) #17
commit-bot: I haz the power
8 years, 3 months ago (2012-09-07 18:24:54 UTC) #18
Change committed as 155429

Powered by Google App Engine
This is Rietveld 408576698