summaryrefslogtreecommitdiffstats
path: root/ui/shell_dialogs
Commit message (Expand)AuthorAgeFilesLines
* Move root_window_host* in aura to window_tree_host*.ben@chromium.org2014-02-141-1/+1
* Fix missing files. TBR=vitalybuka@chromium.org.scottmg@chromium.org2014-02-131-2/+0
* Revert 230235 "Use BaseShellDialog for print dialog on Windows"scottmg@chromium.org2014-02-133-144/+1
* Add unit test target for shell_dialogs module.tfarina@chromium.org2014-02-071-0/+14
* Figure out the display name for a content uri.miguelg@chromium.org2014-02-044-3/+22
* Fix NULL deref in SelectFileDialogImpl when a NULL filter is provided.tommi@chromium.org2014-01-231-10/+14
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-253-11/+11
* gtk: Make directory selection work with upload typelazyboy@chromium.org2013-12-131-3/+5
* ui: Remove ui/android entries from DEPS files.tfarina@chromium.org2013-12-111-1/+0
* Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file ...davidben@chromium.org2013-12-091-1/+14
* 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
* ui: Android changes.tfarina@chromium.org2013-11-151-2/+2
* 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
* Android: moves ui/ to use long for JNI.bulach@chromium.org2013-11-111-1/+1
* Use title on Mac file select dialog.vandebo@chromium.org2013-11-061-1/+1
* ui: Move android C++ source files into base/android directory.tfarina@chromium.org2013-10-311-1/+1
* ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory.tfarina@chromium.org2013-10-291-0/+89
* Make GetRootWindow() return a Window instead of a RootWindow.ben@chromium.org2013-10-251-2/+2
* Use BaseShellDialog for print dialog on Windowsscottmg@chromium.org2013-10-223-1/+144
* Tighten DEPS rules further.ben@chromium.org2013-09-241-0/+2
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+6
* Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."ben@chromium.org2013-09-241-6/+0
* Tighten up DEPS rules in src/ui: prevent components from including from each ...ben@chromium.org2013-09-241-0/+6
* Fixes crash in DesktopNativeWidgetWin if parent is not in a RootWindow.sky@chromium.org2013-08-231-5/+7
* Change the meaning of SelectFileDialog.support_drive: it means Drive-aware ca...kinaba@chromium.org2013-08-061-1/+5
* Change dialog texts for folder upload to explicitly indicate it's for 'Upload...kinuko@chromium.org2013-07-315-16/+62
* Update include paths in ui for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Use a direct include of the message_loop header in ui/, part 2.avi@chromium.org2013-07-184-4/+4
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-153-3/+3
* Update the HTML Media Capture implementation.raphael.kubo.da.costa@intel.com2013-07-091-15/+9
* Ensure that the FileSelectionCanceled callback is invoked on the SelectFileDi...ananta@chromium.org2013-07-081-0/+8
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-2/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-6/+5
* mac: Use CTFont instead of ATS in font_loader.mm.thakis@chromium.org2013-06-191-2/+1
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-115-6/+6
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-074-4/+4
* ui/shell_dialogs: Use base::string16 now that string16 was moved into base na...tfarina@chromium.org2013-06-049-45/+41
* Fix the Android implementation of SelectFile() SEGV when params is NULL.kouhei@chromium.org2013-05-291-8/+13
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-4/+4
* ui: Use base::MessageLoop.xhwang@chromium.org2013-04-293-13/+20
* Added support for displaying the select folder picker in Chrome ASH on Window...ananta@chromium.org2013-04-191-0/+6
* [Android] Rename NativeWindow to WindowAndroid.aurimas@chromium.org2013-04-191-1/+1
* 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-072-2/+2