summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Revert r156303 as non-Aura Metro mode is goneyukawa@chromium.org2014-02-032-40/+1
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-02-021-2/+13
* Declare the explicit specialization of ScopedGDIObject::Close 'inline'hans@chromium.org2014-01-311-1/+1
* Remove GetMonitorInfoWrapper, which is no longer needed.brettw@chromium.org2014-01-272-31/+0
* Add Windows utillity function to verify if a computer is part of a domain.pastarmovj@chromium.org2014-01-232-0/+14
* Revert 246313 "Use an alternate mechanism for CreateFile calls i..."kochi@google.com2014-01-231-13/+2
* Use an alternate mechanism for CreateFile calls in Chromecaitkp@chromium.org2014-01-221-2/+13
* During the self-destruct flow (user-level Chrome being replaced by system-lev...huangs@chromium.org2014-01-083-38/+195
* Fix Comment Typos in registry.hcsharp@chromium.org2014-01-021-2/+2
* Add code to fetch the windows type along its version to base.pastarmovj@chromium.org2013-12-092-2/+76
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-3/+3
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-2/+2
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-286-108/+35
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-276-35/+108
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-276-108/+35
* Revert 234738 "base: Disable the scoped handle verifier."rvargas@google.com2013-11-131-1/+1
* base: Disable the scoped handle verifier.rvargas@google.com2013-11-131-1/+1
* Revert 232825 "Adds the concept of a 'safe mode' hotkey start"zturner@chromium.org2013-11-082-15/+1
* Adds the concept of a 'safe mode' hotkey startcpu@chromium.org2013-11-042-1/+15
* Enable profile pinning by setting browser window relaunch detailscalamity@chromium.org2013-10-311-2/+4
* Revert 231295 "Enable profile pinning by setting browser window ..."battre@chromium.org2013-10-281-4/+2
* Enable profile pinning by setting browser window relaunch detailscalamity@chromium.org2013-10-281-2/+4
* Fix for crash, which apparently happens when command line argument --check-cl...shrikant@chromium.org2013-10-251-1/+6
* Fix crash and memory leak in VideoCaptureDeviceWin.dalecurtis@chromium.org2013-10-151-0/+4
* base: Include intrin.h to get _ReturnAddress from clangrnk@chromium.org2013-10-111-7/+4
* [Aura] Always use IMM32 on desktop Chrome (non-Ash mode)yukawa@chromium.org2013-09-171-4/+0
* Remove the unused sampling profiler.erg@chromium.org2013-08-303-431/+0
* Do not handle AltGr modifier as system key.nona@chromium.org2013-08-272-0/+10
* Revert 218063 "Base: Disable the scoped handle verifier."rvargas@google.com2013-08-161-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2013-08-161-1/+1
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-164-2/+35
* Changed the way the client pairings are stored in the registry.alexeypa@chromium.org2013-08-092-0/+26
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-255-5/+5
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-184-4/+4
* Use DCHECK_EQ(x, y) instead of DCHECK in ObjectWatcher::StopWatching.dcheng@chromium.org2013-07-171-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-4/+4
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-3/+3
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-07-113-43/+90
* Revert 210649 "Base: Disable the scoped handle verifier."rvargas@google.com2013-07-091-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2013-07-091-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-012-4/+4
* Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..."thestig@chromium.org2013-06-283-86/+43
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-06-283-43/+86
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-253-50/+62
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-213-0/+242
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-181-1/+1
* Fixing issue of invalid number of parameters. Found this issue while debuggin...shrikant@chromium.org2013-06-171-0/+3