summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_select_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-231-6/+5
* Pull the file picker code out of TabContents.avi@chromium.org2011-03-111-1/+28
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-4/+4
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-2/+2
* Carnitas: move browser/shell_dialogs.{h,cc} to browser/uiestade@chromium.org2011-02-111-1/+0
* For directory upload, show empty directories (all directories, in fact) by in...johnnyg@chromium.org2011-02-041-4/+6
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Fix bug 65780: Can't select file on mac with Accept parameter of <input type=...jianli@chromium.org2010-12-161-1/+5
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Input file type now supported in extension popups.jcivelli@chromium.org2010-09-101-0/+242