summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_select_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Files.app: Clean the callback of ConvertSelectedFileInfoListTofileChooserFile...hirono2014-10-231-4/+3
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-211-17/+18
* Add non-native file handling in FileSelectorHelper class.hirono2014-10-211-0/+6
* replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]*mostynb2014-10-131-8/+8
* mac: Zip packages when they are selected by the file opener.erikchen2014-10-101-0/+32
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-1/+2
* Update the child process security policy to use explicit permission grants.gbillock@chromium.org2013-07-111-1/+4
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-5/+5
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-1/+1
* Remove straggling TabContents references.avi@chromium.org2012-12-141-1/+1
* [cros] disable GDrive option on certain file pickersestade@chromium.org2012-09-151-2/+2
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-6/+2
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-2/+2
* Remove redirection header and add "ui::" before all SelectFileDialog usage.erg@chromium.org2012-07-311-6/+6
* Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/erg@google.com2012-07-181-0/+1
* Revert 146382 - Part 3 of Move SelectFileDialog implementation to ui/base/dialoerg@google.com2012-07-121-1/+0
* Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/erg@google.com2012-07-121-0/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Reland: Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-261-2/+5
* Revert 144199 - win_aura failure -Start consolidating non-port specific code ...erg@google.com2012-06-261-5/+2
* Start consolidating non-port specific code to ui/base/dialogs.erg@google.com2012-06-261-2/+5
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-301-1/+8
* Move RunFileChooserHelper and EnumerateDirectoryHelper out of Browser.mihaip@chromium.org2012-05-221-7/+13
* filechooser: Add SelectedFileInfo class to pass display names to WebKitsatorux@chromium.org2012-03-141-1/+9
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-5/+5
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-3/+3
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+0
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-4/+6
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+2
* Standardize naming of SelectFileDialog implementation files.jamescook@chromium.org2011-11-151-1/+1
* Use WebFileChooserParams::accpetMIMETypes instead of acceptTypes.tkent@chromium.org2011-11-021-1/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-7/+7
* Fix crash when running the file chooser dialog from PPAPI.BUG=97637TEST=manualbbudge@chromium.org2011-09-291-4/+22
* Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC ...ananta@chromium.org2011-08-241-21/+0
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-3/+3
* Policy to manage file selection dialogs.pastarmovj@chromium.org2011-04-151-0/+5
* Fix clang build.johnnyg@chromium.org2011-04-121-6/+1
* Add a path for a web page to request the enumeration of a directory. This, t...johnnyg@chromium.org2011-04-121-15/+55
* Pull the file picker code out of TabContents.avi@chromium.org2011-03-111-13/+34
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Carnitas: move browser/shell_dialogs.{h,cc} to browser/uiestade@chromium.org2011-02-111-1/+1
* Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed.jam@chromium.org2011-01-251-5/+3
* Input file type now supported in extension popups.jcivelli@chromium.org2010-09-101-0/+85