summaryrefslogtreecommitdiffstats
path: root/chrome/browser/platform_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Replaced FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM) with logging::SystemErrorC...vitalybuka@chromium.org2014-04-251-8/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-1/+1
* Ensure that we don't attempt to switch to desktop mode from Chrome ASH on Win...ananta@chromium.org2013-12-201-1/+2
* Remove GetDefaultProfile() from c/b/cros/file_manager.kinaba@chromium.org2013-12-131-2/+2
* Stop using GetDefaultProfile() in Chrome OS implementation of platform_util::...hashimoto@chromium.org2013-12-121-29/+36
* Ensure that the Chrome downloads folder option in Chrome ASH on Windows switc...ananta@chromium.org2013-12-051-0/+13
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Use a direct include of strings headers in chrome/browser/o*-p*/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* Remove extraneous braces around scalar initializer.hans@chromium.org2013-05-291-3/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-2/+2
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-4/+4
* Make it so the windows store protocol is properly handledcpu@chromium.org2013-01-091-13/+19
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-3/+3
* aura: Fix file-opening functions in platform_util.derat@chromium.org2011-12-061-0/+2
* platform_util OpenItem/ShowItemInFolder threading fixes.achuith@chromium.org2011-11-111-3/+22
* Move ScopedCoMem to base/win. This is to allow the class to be used from fol...tommi@chromium.org2011-10-211-3/+3
* browser: Abstract message box dialog functions into its own header file.tfarina@chromium.org2011-08-091-15/+0
* Moved CanSetAsDefault* from platform_util to shell_integrationbenwells@chromium.org2011-07-151-9/+0
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-5/+5
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-5/+5
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-5/+5
* Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...haraken@google.com2011-06-241-46/+0
* Allow chrome to become the os default handler for arbitrary protocols on mac/...koz@chromium.org2011-05-261-0/+4
* Fix platform_util::GetChannel on Windows.mark@chromium.org2011-05-021-10/+13
* Fix users of platform_util::GetVersionStringModifier that really only caremark@chromium.org2011-04-251-0/+23
* Mac Canary: Don't offer to set as the default browser.mark@chromium.org2011-04-191-0/+5
* Fix chrome/browser/platform_util_win.cc, which svn complains about:mark@chromium.org2011-04-191-3/+3
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-141-1/+2
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-4/+4
* On Vista, "Show in Folder" on a completed download does not always open the f...ahendrickson@chromium.org2011-02-141-4/+26
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-4/+4
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-5/+6
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-301-1/+2
* Instant - move AutocompleteLosingFocus implementation to InstantController.estade@chromium.org2010-11-011-1/+5
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* Remove the default argument from RegKey::ReadValue.tfarina@chromium.org2010-09-031-1/+1
* Reland r57575 - Remove the default argument from RegKey::Open.tfarina@chromium.org2010-08-281-1/+1
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-3/+3
* Revert 57572 - Remove the default argument from RegKey::Open.chase@chromium.org2010-08-261-1/+1
* Remove the default argument from RegKey::Open.tfarina@chromium.org2010-08-261-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Make a new yes/no messagebox wrapper function, use it in the bookmark alert.avi@chromium.org2010-06-251-0/+7
* Changes to allow focusing the syncronization dialog, useful for the case wher...csilv@chromium.org2010-06-031-0/+4
* Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the b...avi@chromium.org2010-04-301-7/+0