| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Render to the surface it provides to us.
BUG=151718
Review URL: https://codereview.chromium.org/10984007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
metro mode are at the top of the
window list maintained by the metro driver. This regressed with my change to fix the OSK scrolling bug:
http://code.google.com/p/chromium/issues/detail?id=150848
BUG=150848
R=cpu
Review URL: https://codereview.chromium.org/11014005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159374 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use CommandLine throughout rather than diddling with strings.
Use ScopedProcessInformation when calling CreateProcess.
BUG=151452
TEST=relaunch chrome via about:flags and hope not to see a tab navigated to "force-desktop". also, hope that relaunching between desktop and metro works.
Review URL: https://chromiumcodereview.appspot.com/10962023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=ananta@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10984095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159357 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
last week.
BUG=none
TBR=cpu
Review URL: https://codereview.chromium.org/10982081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159147 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
ActivateForProtocol
in case the display name is anything other than chrome.exe.
BUG=151585
R=cpu
Review URL: https://codereview.chromium.org/10969054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158935 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
notification in the metro driver.
This messes up the state maintained in the global window list which indicates whether the window was scrolled
because of the OSK.
BUG=150848
R=cpu
Review URL: https://codereview.chromium.org/10964023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158109 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=150974
TEST=No gyp warning appears when using the default install path for the Windows 8 SDK.
Review URL: https://chromiumcodereview.appspot.com/10962030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158041 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We use HKCU\Software\<product>\Metro registry path and 'launch_mode'
value to store the last 'forced' mode.
Unless chrome is already running we use the stored mode if it is found
else we use a "tabletness" heuristic to determine the launch mode.
BUG=141032
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10928172
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out a beacon file to avoid rerunning the script on subsequent builds.
Also, slightly improve the SDK patch error message.
BUG=127799
TEST=NONE
Review URL: https://chromiumcodereview.appspot.com/10928127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156210 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=splash screen on metro chrome start looks nice
TBR=robertshield
Review URL: https://chromiumcodereview.appspot.com/10905226
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156180 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
work post the ninja deps roll in r155680.
BUG=127799
TEST=Chromium builds with VS2010 without using src-internal.
Review URL: https://chromiumcodereview.appspot.com/10907149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155915 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=127799
TEST=NONE
Review URL: https://chromiumcodereview.appspot.com/10914160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155592 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=127799
TEST=Can build with a regular Win8 SDK install.
TBR=akalin
Review URL: https://chromiumcodereview.appspot.com/10917154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155553 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Review URL: https://chromiumcodereview.appspot.com/10919158
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155474 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
14>delegate_execute.cc(113):error C2039: 'kWaitForHandle' : is not a member of 'switches'
14>delegate_execute.cc(113):error C2065: 'kWaitForHandle' : undeclared identifier
http://build.chromium.org/p/chromium/builders/Win%20Builder%20%28dbg%29/builds/38971/steps/compile/logs/stdio#error1
This time, also: fix invalid path in metro_driver.gyp. Also, set executable bit on check_sdk_patch.py and post_build.bat.
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
Review URL: https://chromiumcodereview.appspot.com/10912152
TBR=robertshield@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10918127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This time, also: fix invalid path in metro_driver.gyp. Also, set executable bit on check_sdk_patch.py and post_build.bat.
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
Review URL: https://chromiumcodereview.appspot.com/10912152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155444 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Exception: Missing input files:
c:\b\build\slave\cr-win-rel\build\src\win8\metro_driver\..\win8\delegate_execute\chrome_util.h
http://build.chromium.org/p/chromium/builders/Win%20Builder/builds/37270/steps/runhooks/logs/stdio
BUG=127799
TEST=A Chromium build can run as the immersive browser on Windows 8.
Review URL: https://chromiumcodereview.appspot.com/10875008
TBR=robertshield@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10919152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=127799
TEST=A Chromium build can run as the immersive browser on Windows 8.
Review URL: https://chromiumcodereview.appspot.com/10875008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
TBR=grt
Review URL: https://chromiumcodereview.appspot.com/10911150
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
dcommitted separately.
BUG=127799
TEST=NONE
Review URL: https://chromiumcodereview.appspot.com/10883003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155194 0039d316-1c4b-4281-b951-d872f2087c98
|