- e8b1b836 Update comment in chrome/browser/file_select_helper.h. by Francois Doray · 8 years ago
- d80d541a9 Migrate from FILE thread to TaskScheduler in FileSelectHelper. by Francois Doray · 8 years ago
- 2ea5bc1 Only perform SafeBrowsing checks for file choosers that save files. by Asanka Herath · 8 years ago
- 0d496dc Directory upload: remember the last directory chosen, not its parent by jsbell · 9 years ago
- f6a80ac Update FileSelectHelper to use RenderFrameHost notifications. by nasko · 9 years ago
- 35169af Change WebContentsDelegate::RunFileChooser to be frame based. by nasko · 9 years ago
- ef1f3872 Verify PPAPI initiated downloads against SafeBrowsing. by asanka · 9 years ago
- 4af4858 Convert //chrome/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 4d55d831 Make URLRequestFileDirJob::FillReadBuffer() return an int indicating the result by shahriar.rostami · 9 years ago
- 1c5a9149 Remove iOS ifdefs in src/chrome. by jam · 9 years ago
- a8c06daf Fixed resuming URLRequestFileDirJob in the OOPIF mode. by shahriar.rostami · 9 years ago
- bbf7f34 Ensure that FileSelectHelper is destroyed on the UI thread. by asanka · 9 years ago
- 6846aef Switch to standard integer types in chrome/browser/, part 2 of 4. by avi · 9 years ago
- 1cbf4981 [SafeBrowsing] Conditionalize unverified download blocking on whitelist. by asanka · 10 years ago
- ee261f3 [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. by asanka · 10 years ago
- 1cf60af Remove NOTIFICATION_RENDER_VIEW_HOST_CHANGED. by lazyboy · 10 years ago
- cf350cb Files.app: Clean the callback of ConvertSelectedFileInfoListTofileChooserFileInfoList. by hirono · 11 years ago
- a542fca Standardize usage of virtual/override/final in chrome/browser/ by Daniel Cheng · 11 years ago
- 275bfbe Add non-native file handling in FileSelectorHelper class. by hirono · 11 years ago
- 01d8b10e replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* by mostynb · 11 years ago
- 22de64a3 mac: Zip packages when they are selected by the file opener. by erikchen · 11 years ago
- d2065e06 Replace string16 with base::string16 in chrome/browser by [email protected] · 11 years ago
- bfcf1e9 Update the child process security policy to use explicit permission grants. by [email protected] · 12 years ago
- 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
- 4344a3c Bring back the file dialogs for chrome AURA. by [email protected] · 12 years ago
- 371d64a Remove straggling TabContents references. by [email protected] · 12 years ago
- 479cce78 [cros] disable GDrive option on certain file pickers by [email protected] · 13 years ago
- 23827ec Clean-up inline members of nested classes (chrome/) by [email protected] · 13 years ago
- 3a1dc57 Move ExtensionHost into extensions namespace by [email protected] · 13 years ago
- 92f5408 Remove redirection header and add "ui::" before all SelectFileDialog usage. by [email protected] · 13 years ago
- 8d0574da7 Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/ by [email protected] · 13 years ago
- bb654dd Revert 146382 - Part 3 of Move SelectFileDialog implementation to ui/base/dialo by [email protected] · 13 years ago
- d1f334e Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/ by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- ddb034b Reland: Start consolidating non-port specific code to ui/base/dialogs. by [email protected] · 13 years ago
- 5a65bc1 Revert 144199 - win_aura failure -Start consolidating non-port specific code to ui/base/dialogs. by [email protected] · 13 years ago
- f79ec89 Start consolidating non-port specific code to ui/base/dialogs. by [email protected] · 13 years ago
- f9a4c41a Modified the pepper file chooser API to support filtering files by extensions. by [email protected] · 13 years ago
- 33f8ad5 Move RunFileChooserHelper and EnumerateDirectoryHelper out of Browser. by [email protected] · 13 years ago
- fb11b6a4 filechooser: Add SelectedFileInfo class to pass display names to WebKit by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- ea049a0 Convert a bunch of WebContentsObservers to use web_contents() instead of tab_contents(), as well as all the dependent code. by [email protected] · 13 years ago
- d8c66043 Move TabContentsObserver to content/public, rename it to WebContentsObserver, and put it into the content namespace. by [email protected] · 13 years ago
- 8caadeb Get rid of view_messages.h include from chrome since TabContentsDelegate used a struct from it (ViewHostMsg_RunFileChooser_Params). Moved that to a struct in content/public/common. by [email protected] · 14 years ago
- 0d5c08e Add OVERRIDE to chrome/browser/. by [email protected] · 14 years ago
- 8fd0337 Standardize naming of SelectFileDialog implementation files. by [email protected] · 14 years ago
- 3314c2b1 Use WebFileChooserParams::accpetMIMETypes instead of acceptTypes. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 9f054aa1 Fix crash when running the file chooser dialog from PPAPI.BUG=97637TEST=manual by [email protected] · 14 years ago
- 3a29a6e Handle the ViewHostMsg_RunFileChooser and ViewHostMsg_EnumerateDirectory IPC messages which are sent by [email protected] · 14 years ago
- 43211582 Moving notification types which are chrome specific to a new header file chrome_notification_types.h. by [email protected] · 14 years ago
- 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
- d989891 Policy to manage file selection dialogs. by [email protected] · 14 years ago
- 485a527 Fix clang build. Review URL: http://codereview.chromium.org/6821061 by [email protected] · 14 years ago
- 600ea40 Add a path for a web page to request the enumeration of a directory. This, together with a WebKit change, will allow a drag-and-drop on a Directory Upload control (<input type=file webkitdirectory>) which provides only the path to the renderer, to correctly populate the control as if the user had selected that directory in a file picker. by [email protected] · 14 years ago
- aaed252 Pull the file picker code out of TabContents. by [email protected] · 14 years ago
- b3841c50 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
- 192a05f Carnitas: move browser/shell_dialogs.{h,cc} to browser/ui by [email protected] · 14 years ago
- 34f128d Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed. by [email protected] · 14 years ago
- ba70d08 Input file type now supported in extension popups. by [email protected] · 15 years ago[Renamed (63%) from chrome/browser/tab_contents/tab_contents_file_select_helper.h]
- 09994913 Support accept attribute for an <input type=file> element. by [email protected] · 15 years ago
- b5977a0c Add support for a directory file chooser command, which creates a file list by enumerating all the files in the selected directory. by [email protected] · 15 years ago