summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* [Coverity] Fix uninitialized scalar fields.kmadhusu@chromium.org2012-10-031-1/+1
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-032-53/+44
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-40/+7
* New tablet heuristic: integrated multi-touch available and screen not greater...grt@chromium.org2012-09-272-5/+9
* Introduce the SHORTCUT_REPLACE_EXISTING operation to be used when the desire ...gab@chromium.org2012-09-273-13/+96
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-261-1/+0
* Use gtest failures and EXPECTS instead of returning a failure enum in test ta...gab@chromium.org2012-09-261-14/+7
* Revert 158402 - Base: disable the scoped handle verifier for M23 beta.rvargas@google.com2012-09-241-1/+1
* Base: disable the scoped handle verifier for M23 beta.rvargas@google.com2012-09-241-1/+1
* Remove TODO I have already done.gab@chromium.org2012-09-201-3/+0
* If desktop chrome is launched via the New Window/the recently opened url shor...ananta@chromium.org2012-09-182-21/+20
* Add tablet heuristic detectioncpu@chromium.org2012-09-132-0/+15
* Support enable-text-service-framework flagnona@chromium.org2012-09-122-1/+40
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-125-6/+554
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-115-554/+6
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-105-6/+554
* Fix wrong permissionnona@chromium.org2012-09-082-0/+0
* Replace PeekMessage for TSF awarenessyoichio@chromium.org2012-09-082-0/+130
* Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and...hongbo.min@intel.com2012-09-082-0/+18
* No longer switch to metro mode when Chrome is made the default on first run.grt@chromium.org2012-09-052-8/+0
* Add additional debug/check for ScopedCOMInitializer.arthurhsu@chromium.org2012-08-301-0/+13
* * Rename ScopedStartupInfoEx to StartupInformation.jschuh@chromium.org2012-08-273-17/+24
* Implement forwarding of search queries for metro modecpu@chromium.org2012-08-222-6/+47
* Base: Allow ScopedHandle.Take() with an invalid handle.rvargas@google.com2012-08-211-2/+4
* Revert 152197 - Base: Disable the scoped handle verifier.rvargas@google.com2012-08-201-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2012-08-181-1/+1
* Add IsTsfAwareRequired methodyoichio@chromium.org2012-08-152-0/+10
* Properly notify the handle verifier when a handle is passed around. This CL f...alexeypa@chromium.org2012-08-091-10/+5
* [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