summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Move CreateSessionToken() next to launch process utilities.alexeypa@chromium.org2012-08-081-2/+21
* Add the prototype for the function to display metro style notifications.ananta@chromium.org2012-08-031-0/+9
* Add a function pointer typedef for the windows 8 metro dialog box button hand...ananta@chromium.org2012-07-241-0/+3
* Remove IO thread restrictions from registry functionscpu@chromium.org2012-07-161-26/+0
* Removing the DCHECK for the thread type from the IsParentalControlActivityLog...ananta@chromium.org2012-07-132-4/+1
* The functionality to query for whether Windows parental control activity logg...ananta@chromium.org2012-07-122-3/+4
* Use GenericScopedHandle to implement ScopedCreateDC.wez@chromium.org2012-07-121-24/+12
* Add a helper function to query whether parental control logging is on for the...ananta@chromium.org2012-07-112-0/+43
* Switch to TimeDelta interface for process waiting functions in base.tedvessenes@gmail.com2012-07-111-2/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1128-28/+0
* Bring back VERSION_SERVER_2003 to distinguish Server 2003 and XP Pro x64 from...grt@chromium.org2012-07-112-3/+4
* Add scoped StartupInfoEx to base.jschuh@chromium.org2012-07-103-0/+228
* Make SetAppIdForPropertyStore compile with win8 sdkcpu@chromium.org2012-06-271-21/+6
* Better fix for http://codereview.chromium.org/10661041/cpu@chromium.org2012-06-261-4/+3
* Make pe_image compile with win8 sdkcpu@chromium.org2012-06-261-0/+6
* Revert 143251 - Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-212-11/+1
* Revert 143466 - Base: disable the handle verifier.rvargas@google.com2012-06-211-1/+1
* Base: disable the handle verifier.rvargas@google.com2012-06-211-1/+1
* Replace all spaces by '_' in the AppUserModelIdgab@chromium.org2012-06-201-2/+2
* Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-202-1/+11
* We should enable touch mode in chrome metro mode on Windows 8 only if the scr...ananta@chromium.org2012-06-182-0/+9
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-182-1/+60
* Lump client and server versions of Windows together.grt@chromium.org2012-06-163-40/+61
* Base: Enable the scoped handle verifier for Win7.rvargas@google.com2012-06-121-6/+0
* Make ScopedGetDC() CHECK fail if GetDC(NULL) returns NULL.pkasting@chromium.org2012-06-071-3/+10
* Base: Add another pc to the handle verifier to get to thervargas@chromium.org2012-06-072-13/+33
* Revert 140899 - Base: Add another pc to the handle verifier to get to thervargas@google.com2012-06-072-29/+13
* Base: Add another pc to the handle verifier to get to thervargas@google.com2012-06-072-13/+29
* win: Fix lock acquisition bug.thakis@chromium.org2012-06-051-2/+2
* Reland 139885 - Enable the handle verifier.rvargas@google.com2012-06-041-1/+1
* Coverity: Fix a potential use-after-free.jhawkins@chromium.org2012-06-041-4/+5
* Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mod...grt@chromium.org2012-06-012-1/+8
* Revert 139885 - Enable the handle verifier.rvargas@google.com2012-05-311-1/+1
* Enable the handle verifier.rvargas@google.com2012-05-311-1/+1
* Base: Add a handle verifier to ScopedHandle.rvargas@chromium.org2012-05-312-2/+125
* Base: Crash when failing to close a process/thread handle.rvargas@google.com2012-05-311-1/+1
* Fix EtwTraceConsumerDataTest fixture.siggi@chromium.org2012-05-221-0/+2
* Fix crash in the accessibility code in the shared build. The problem is that ...tommi@chromium.org2012-05-222-127/+0
* Base: Crash when failing to close an scoped handle.rvargas@google.com2012-05-221-1/+1
* Always do DelegateExecute handler COM registration and make set dual mode pro...grt@chromium.org2012-05-181-2/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-2/+1
* Fix EtwTraceConsumerRealtimeTest.siggi@chromium.org2012-05-151-3/+1
* Revert 136990 - Make sure the thread calling CoCreateGuid is CoInitialized.vrk@google.com2012-05-142-5/+2
* Make sure the thread calling CoCreateGuid is CoInitialized.siggi@chromium.org2012-05-142-2/+5
* Disable EtwTraceConsumerRealtimeTest.ConsumeEvent per current policy.csilv@chromium.org2012-05-101-1/+1
* Mark EtwTraceConsumerRealtimeTest.ConsumeEvent as flaky.csilv@chromium.org2012-05-101-1/+2
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-092-2/+50
* Added support in Metro mode for retrieving the information about the currentl...ananta@chromium.org2012-05-022-0/+14
* Adding a structure CurrentTabInfo to base\win\metro which would be used to shareananta@chromium.org2012-05-021-0/+6
* Add an enum MetroLaunchType which would indicate the reason chrome was launch...ananta@chromium.org2012-04-261-0/+21