summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute
Commit message (Expand)AuthorAgeFilesLines
* Remove delegate_executescottmg2016-03-1819-1620/+0
* Cleanup DelegateExecute and other Metro registration.gab2016-01-221-29/+3
* Reland of move remote tree host and some related input and metro_driver code ...samli2016-01-203-22/+2
* Revert of Remove remote tree host and some related input and metro_driver cod...samli2016-01-203-2/+22
* Remove unused function after https://codereview.chromium.org/1586843002scottmg2016-01-191-38/+0
* Remove remote tree host and some related input and metro_driver codescottmg2016-01-193-22/+2
* Remove base/win/metro.{cc|h} and some associated codescottmg2016-01-121-21/+1
* Use .rc strings in fewer places for installer util.brettw2015-12-291-1/+1
* Split GN installer_util into one that has no strings.brettw2015-12-221-1/+1
* Switch to standard integer types in win8/.avi2015-12-213-2/+6
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-5/+5
* Fix chrome-branded component buildspmonette2015-12-081-0/+1
* Remove content_common from delegate_executebrettw2015-11-241-1/+0
* Add metro driver and delegate_execute to GN build.brettw2015-11-233-1/+83
* Unify logic for "does chrome support metro on this Windows version".gab2015-11-021-2/+3
* Make GetCommandExecuteImplClsid return the CLSID as a string directly.gab2015-09-021-2/+2
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* Disable metro unit tests on Windows 10.wfh2015-07-221-5/+2
* No longer build/use google_update on non-Chrome builds.grt2015-05-272-0/+8
* Send a Blur notification to the renderer if we receive a mouse exit for a win...ananta2015-05-131-1/+1
* win: Fix remaining style plugin warnings in win8/.thakis2015-05-042-4/+7
* Apply automated fixits for Chrome clang plugin to win8.dcheng2015-04-291-12/+12
* Remove a dead include.erikwright2015-04-151-1/+0
* Disabled metro mode launch for Windows 10, until there is some clarity on tec...shrikant2015-04-091-0/+11
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-091-1/+1
* Remove base::KillProcessByIdrvargas2015-03-043-9/+10
* Remove uses of WaitForExitCodeWithTimeoutrvargas2015-02-191-3/+2
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-132-4/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-235-23/+23
* Update sandbox_win and delegate_execute to use the new version of LaunchProcess.rvargas2014-12-111-1/+1
* Use FilePath in favor of string16 and wchar_t* in some Windows installer code.grt2014-12-052-3/+2
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-8/+9
* Remove implicit conversions from scoped_refptr to T* in win8/dcheng2014-11-211-2/+3
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-1/+1
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* Remove implicit HANDLE conversions from win8.rvargas2014-09-261-1/+1
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-103-3/+3
* Adds WARP support to Chromium on Windows 8+luken2014-09-041-1/+3
* Add relaunch into ASH and desktop support for Chrome on Windows 7.ananta2014-08-283-22/+68
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-201-1/+1
* Remove a using statement from a header.thakis@chromium.org2014-08-181-2/+0
* Remove intsafe_workaround.hthakis@chromium.org2014-07-181-2/+0
* Removing enable/disable of HiDPI from delegate execute.shrikant@chromium.org2014-07-112-12/+0
* Don't pass a string16 to %s.thakis@chromium.org2014-07-081-2/+2
* sets/clears highdpi registry settings on switch to/from metroluken@chromium.org2014-06-102-4/+18
* Remove a few dead MSVS_VERSION checks.thakis@chromium.org2014-04-121-1/+0
* Fix for VS2010 compiler warning.bratell@opera.com2014-03-211-1/+1
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-6/+8
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-1/+1
* Make delegate_execute GetLaunchMode() check for default browser.zturner@chromium.org2014-03-071-6/+30