summaryrefslogtreecommitdiffstats
path: root/win8
Commit message (Expand)AuthorAgeFilesLines
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-1/+2
* Remove remaining legacy SplitString calls.brettw2015-08-121-2/+2
* clang/win: Build chromium_code with -Wunused-functionNico Weber2015-08-081-0/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-14/+0
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* Disable metro unit tests on Windows 10.wfh2015-07-221-5/+2
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-2/+3
* Fix remaining warnings for -Wmissing-braces and enable on win clang.dcheng2015-07-081-1/+1
* Fix "extra qualification on member [-Wmicrosoft]" warnings.thakis2015-07-071-3/+2
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-062-12/+9
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-024-7/+7
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-123-66/+55
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-4/+0
* No longer build/use google_update on non-Chrome builds.grt2015-05-273-1/+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-044-36/+39
* Address review comments from https://codereview.chromium.org/1120203004/thakis2015-05-021-1/+1
* win: Ref-counted classes should have non-public destructors.thakis2015-05-022-0/+5
* Apply automated fixits for Chrome clang plugin to win8.dcheng2015-04-297-196/+177
* simplify brandinggburanov2015-04-251-11/+1
* 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