summaryrefslogtreecommitdiffstats
path: root/base/win_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-191-0/+27
* Fixing scoped_ptr misusage in base/win_util.cctimurrrr@chromium.org2009-10-091-7/+10
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-051-2/+0
* Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build). jcampan@chromium.org2009-09-291-0/+2
* Relanding keyboard code refactoring:jcampan@chromium.org2009-09-291-0/+8
* Reverting 27412 it breaks the toolkit views Linux build.jcampan@chromium.org2009-09-281-8/+0
* Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...jcampan@chromium.org2009-09-281-0/+8
* Reverting 27113, it breaks the ChomeOS build.jcampan@chromium.org2009-09-241-2/+0
* Refactoring some of the NativeViewHost and NativeControl focus management so ...jcampan@chromium.org2009-09-241-0/+2
* Regression: Shift modifier on Find was reversed.finnur@chromium.org2009-09-241-3/+3
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-63/+0
* Reverting 15832 since this test is finished.hbono@chromium.org2009-05-141-20/+0
* An experimental fix for Issue 11046.hbono@chromium.org2009-05-121-0/+20
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Fix all places where we used the GetWinVersion functionnsylvain@chromium.org2009-02-251-1/+1
* Add code to be able to detect windows7 and 2008 in GetWinVersion.nsylvain@chromium.org2009-02-121-4/+15
* Turning on the tracking of double-delete of HWND in the hope of catching one ...jcampan@chromium.org2009-02-111-1/+1
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-0/+63
* Reverting 9109.ojan@google.com2009-02-031-63/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-0/+63
* Review URL: http://codereview.chromium.org/12434jcampan@chromium.org2008-11-251-0/+6
* More fun with detecting UAC. Reports in the field indicate that some computer...finnur@google.com2008-09-171-1/+3
* Adds logging to file_util::WriteFile to figure out why writingsky@google.com2008-09-171-1/+22
* Google Update gave us a new IDL and asked us to change the CLSID const we use...finnur@google.com2008-09-101-1/+1
* The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...finnur@google.com2008-09-101-0/+18
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Make the error message extra verbose when the external developper didn't corr...maruel@google.com2008-08-151-1/+5
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Fix most issues when building base as a x64 target.maruel@google.com2008-07-301-1/+1
* Add base to the repository.initial.commit2008-07-261-0/+359