summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."dbeam@chromium.org2013-05-243-239/+0
* Allow multiple base::MessagePumpForUI instances to be created simultanenously...alexeypa@chromium.org2013-05-243-0/+239
* Fix lookup of unqualified name into template dependent base classrnk@chromium.org2013-05-161-0/+5
* Revert 200062 "Base: Disable the scoped handle verifier."rvargas@google.com2013-05-141-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2013-05-141-1/+1
* Make a null pointer dereference volatilehans@chromium.org2013-05-091-1/+2
* IsMachineATablet is now modified to check only for touch capability and hence...shrikant@chromium.org2013-04-242-12/+5
* Fix trivial comment misspellingpkasting@chromium.org2013-04-151-1/+1
* Support the Text services framework based IME for Chrome AURA on Windows 8 an...ananta@chromium.org2013-04-151-0/+4
* Revert 192218 "Base: disable the scoped handle verifier."rvargas@google.com2013-04-041-1/+1
* Base: disable the scoped handle verifier.rvargas@google.com2013-04-041-1/+1
* better error messaging for un-updated vs2012scottmg@chromium.org2013-03-151-0/+16
* fix erroring out on win x64 due to bad compiler version checkscottmg@chromium.org2013-03-151-2/+2
* Remove outdated widows SDK checkcpu@chromium.org2013-03-151-9/+0
* remove old check for vs2005 update, and replace with vs2012 update checkscottmg@chromium.org2013-03-141-9/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-245-5/+5
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-183-97/+106
* Revert 182367rvargas@google.com2013-02-141-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2013-02-141-1/+1
* Temporarily disable failing Win64 tests relying on pe_imagejschuh@chromium.org2013-02-131-1/+9
* Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hac...jam@chromium.org2013-02-121-8/+0
* Update sections and relocations for Win7 x64jschuh@chromium.org2013-02-071-2/+9
* base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.tfarina@chromium.org2013-02-051-2/+4
* Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...gab@chromium.org2013-02-031-12/+14
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-2/+2
* Refactor to remove duplicated function ui::IsTouchDevicePresentgirard@chromium.org2013-01-242-9/+0
* Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.gab@chromium.org2013-01-211-0/+59
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-182-2/+2
* Add support for getting the 256x256 app icon on Windows as a SkBitmap.asvitkine@chromium.org2013-01-142-5/+28
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-1/+1
* Convert 64-bit error for pe_image to #pragma messagejschuh@chromium.org2013-01-041-3/+4
* Add helper functions to display the virtual keyboard (On screen keyboard) on ...ananta@chromium.org2013-01-042-1/+111
* [Fixit-Dec-2012] Keep old shortcut's arguments when replacing an existing sho...gab@chromium.org2013-01-033-13/+48
* Base: Update ScopedProcessInformation to use ScopedHandle and restrict Receive()rvargas@google.com2013-01-033-164/+140
* Base: Fix a typo that was not commited with r174480rvargas@google.com2012-12-221-1/+1
* Base: Modify ScopedHandle so that Receive() doesn't fully expose the gutsrvargas@google.com2012-12-223-22/+55
* Revert 174199rvargas@google.com2012-12-201-1/+1
* Base: Disable the scoped handle verifier.rvargas@google.com2012-12-201-1/+1
* Pass SLR_NOSEARCH to IShellLink::Resolve() in ResolveShortcut().asvitkine@chromium.org2012-12-201-1/+1
* - crash when calling abort() in all ppapi processes;yzshen@chromium.org2012-12-162-0/+23
* UMA for Windows 8 Secondary Tile pinning/unpinning user actionstapted@chromium.org2012-12-041-0/+39
* Handle portrait mode in is-a-tablet heuristic.grt@chromium.org2012-11-191-1/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-163-7/+7
* Add cpu to base/win/OWNERSbrettw@chromium.org2012-11-091-0/+1
* Revert 166000 - Base: Disable the scoped handle verifierrvargas@google.com2012-11-051-1/+1
* Base: Disable the scoped handle verifierrvargas@google.com2012-11-051-1/+1
* Clean Up: TSF related stuffnona@chromium.org2012-11-022-5/+5
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-301-1/+1
* fix operator precedence in IsTouchEnabledscottmg@chromium.org2012-10-221-1/+1