summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_select_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Rename ui::SelectFileDialog::FileTypeInfo::support_gdata to support_drive.kinaba@chromium.org2013-02-201-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-12/+14
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-1/+1
* Remove BrowserThread dependency from PrefMember.joi@chromium.org2012-10-241-0/+1
* Upstreaming SelectFileDialog for Androidaurimas@chromium.org2012-09-181-1/+7
* [cros] disable GDrive option on certain file pickersestade@chromium.org2012-09-151-8/+11
* Allows GetExtensionsForMimeType to support mime types like "foo/*"thorogood@chromium.org2012-09-101-9/+7
* Make saving files from flash less annoying.tsepez@chromium.org2012-08-151-3/+4
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-0/+9
* Remove redirection header and add "ui::" before all SelectFileDialog usage.erg@chromium.org2012-07-311-13/+15
* Fix open dialog not remembering last opened folder on drive tbarzic@chromium.org2012-07-261-12/+10
* Reapply: Start consolidating cross-port file selection code into ui/base/dial...erg@google.com2012-07-021-3/+3
* Breaks compile on Linux Auraabodenha@chromium.org2012-06-291-3/+3
* Start consolidating cross-port file selection code into ui/base/dialogs.erg@chromium.org2012-06-291-3/+3
* Reland: Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-261-12/+12
* Revert 144199 - win_aura failure -Start consolidating non-port specific code ...erg@google.com2012-06-261-12/+12
* Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-261-12/+12
* Make the unit-tests compile again on Android.jcivelli@chromium.org2012-06-201-1/+1
* android content shell bringup.jrg@chromium.org2012-06-151-0/+4
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-301-12/+27
* Move RunFileChooserHelper and EnumerateDirectoryHelper out of Browser.mihaip@chromium.org2012-05-221-11/+33
* [Coverity] Change pass-by-val to pass-by-refgroby@chromium.org2012-03-201-1/+1
* filechooser: Add SelectedFileInfo class to pass display names to WebKitsatorux@chromium.org2012-03-141-7/+43
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-3/+3
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-3/+3
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-3/+3
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-13/+13
* Implement RunFileChooser for ExtensionHost, so that file input elements work inmpcomplete@chromium.org2011-12-151-1/+5
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-8/+8
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Use WebFileChooserParams::accpetMIMETypes instead of acceptTypes.tkent@chromium.org2011-11-021-14/+9
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+9
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Fix the file perms given for write access.viettrungluu@chromium.org2011-10-141-0/+4
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-131-5/+28
* Fix crash when running the file chooser dialog from PPAPI.BUG=97637TEST=manualbbudge@chromium.org2011-09-291-26/+94
* Fix NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED.avi@chromium.org2011-08-301-2/+2
* Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...ananta@chromium.org2011-08-241-50/+8
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-4/+10
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-5/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+1
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-271-9/+6
* Policy to manage file selection dialogs.pastarmovj@chromium.org2011-04-151-0/+6
* Fix clang build.johnnyg@chromium.org2011-04-121-0/+9
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-121-23/+80