summaryrefslogtreecommitdiffstats
path: root/ui/shell_dialogs/select_file_dialog_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Add the OFN_NOCHANGEDIR flag when opening the multiple file dialogmmenke@chromium.org2013-12-021-1/+1
* Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...ben@chromium.org2013-11-151-2/+2
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Revert 234428 "Make RootWindow not subclass Window."ben@chromium.org2013-11-121-1/+0
* Make RootWindow not subclass Window.ben@chromium.org2013-11-121-0/+1
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-2/+2
* Fixes crash in DesktopNativeWidgetWin if parent is not in a RootWindow.sky@chromium.org2013-08-231-5/+7
* Change dialog texts for folder upload to explicitly indicate it's for 'Upload...kinuko@chromium.org2013-07-311-4/+18
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-181-1/+1
* Ensure that the FileSelectionCanceled callback is invoked on the SelectFileDi...ananta@chromium.org2013-07-081-0/+8
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* ui/shell_dialogs: Use base::string16 now that string16 was moved into base na...tfarina@chromium.org2013-06-041-8/+8
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-291-1/+1
* Added support for displaying the select folder picker in Chrome ASH on Window...ananta@chromium.org2013-04-191-0/+6
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in ui.dcheng@chromium.org2013-04-111-1/+1
* ui: Update the includes of message_loop_proxy.h to its new location.tfarina@chromium.org2013-04-071-1/+1
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Don't crash on null window passed to SelectFileImplscottmg@chromium.org2013-02-151-1/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-37/+40
* Add support for displaying the Windows 8 metro open/save file picker in Chrom...ananta@chromium.org2013-01-311-19/+59
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-7/+22
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-161-0/+864