summaryrefslogtreecommitdiffstats
path: root/win8
Commit message (Expand)AuthorAgeFilesLines
...
* Update {virtual,override} to follow C++11 style in win8.nick2015-04-238-76/+74
* 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
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-102-12/+13
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-091-1/+1
* Remove base::KillProcessByIdrvargas2015-03-043-9/+10
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-3/+4
* Remove uses of WaitForExitCodeWithTimeoutrvargas2015-02-192-6/+4
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-132-4/+2
* Move OpenProcessHandleWithAccess to Process::OpenWithAccess.rvargas2015-01-231-9/+7
* Add GN files for src/win8.vchigrin2015-01-171-0/+71
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+5
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-239-30/+31
* Windows 10/ MetroUI - Added validation for ui_channel during size change event.shrikant2014-12-161-1/+1
* 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-052-13/+14
* Fixed return value in error path -- result instead of false.brucedawson2014-12-041-1/+1
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-5/+5
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-5/+5
* Remove remaining implicit scoped_ptr<T> to T* conversions in win8dcheng2014-11-243-3/+4
* Remove implicit conversions from scoped_refptr to T* in win8/dcheng2014-11-216-56/+46
* Enable MSVC warning for unused locals.Peter Kasting2014-11-202-3/+3
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.thestig2014-11-071-2/+2
* Do not use vector<scoped_ptr<>>.thakis2014-11-062-3/+3
* Add a few missing overrides found by a new clang warning.thakis2014-10-302-55/+55
* Ensure that the TextServices object which implements IME for Windows 7/8 ASH ...ananta2014-10-111-2/+2
* Get IME's to work in Chrome OS mode on Windows 7.ananta2014-10-102-10/+10
* Don't send the EF_ALT_DOWN modifier along with the IPC message for the Alt or...ananta2014-10-071-0/+7
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-4/+4
* Prevent DXGI mode switches in Chrome OS mode on Windows 7.ananta2014-10-071-0/+5
* Replacing the OVERRIDE with override and FINAL with final in win8 foldermohan.reddy2014-10-0610-63/+63
* The metro_driver should not block the UI thread while waiting for the Chrome ...ananta2014-09-262-55/+134
* Remove implicit HANDLE conversions from win8.rvargas2014-09-261-1/+1
* Only do aggressive metro viewer termination in testsscottmg2014-09-221-3/+0
* Forcibly terminate the metro viewerscottmg2014-09-191-0/+3
* Don't call ICoreWindow::Activatescottmg2014-09-181-6/+0
* Ensure that on Windows 7, relaunching the browser via chrome://restart or cha...ananta2014-09-131-0/+3
* Ensure that mouse lock works correctly on Chrome ASH in Windows 8.ananta2014-09-112-2/+12
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-105-5/+5
* Ensure that zoom in/out works in Chrome OS mode on Windows 7+.ananta2014-09-061-1/+1
* Notify the Chrome browser process about the window being activated from the v...ananta2014-09-052-51/+85
* Adds WARP support to Chromium on Windows 8+luken2014-09-042-2/+4
* Add relaunch into ASH and desktop support for Chrome on Windows 7.ananta2014-08-283-22/+68
* Remove old Aura Gesture Detection Pipeline.tdresser2014-08-261-2/+2
* 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-182-10/+0
* clang/win: Make winstorage:: not ambiguous.thakis@chromium.org2014-07-181-1/+0
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-11/+7