| Commit message (Expand) | Author | Age | Files | Lines |
* | Add existence checks for Profile to FileSelectHelper. | hirono | 2014-11-07 | 1 | -3/+15 |
* | Files.app: Clean the callback of ConvertSelectedFileInfoListTofileChooserFile... | hirono | 2014-10-23 | 1 | -13/+6 |
* | Pass needLocalPath flag to file chooser dialog. | hirono | 2014-10-22 | 1 | -0/+1 |
* | Add non-native file handling in FileSelectorHelper class. | hirono | 2014-10-21 | 1 | -21/+53 |
* | mac: Zip packages when they are selected by the file opener. | erikchen | 2014-10-10 | 1 | -25/+66 |
* | Add non-native file support to the ViewMsg_RunFileChooserResponse message. | hirono | 2014-10-08 | 1 | -4/+13 |
* | Remove implicit conversions from scoped_refptr to T* in chrome/ | dcheng | 2014-08-26 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 1 | -1/+1 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 1 | -1/+1 |
* | Do not include directories to file lists | hashimoto@chromium.org | 2014-03-24 | 1 | -6/+4 |
* | Failsafe in case ui::SelectFileDialog is not implemented | tiago.vignatti@intel.com | 2014-03-20 | 1 | -0/+2 |
* | Move UTF16ToASCII, remove WideToASCII. | brettw@chromium.org | 2014-03-14 | 1 | -1/+1 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -1/+2 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -2/+2 |
* | Change the meaning of SelectFileDialog.support_drive: it means Drive-aware ca... | kinaba@chromium.org | 2013-08-06 | 1 | -1/+0 |
* | Change dialog texts for folder upload to explicitly indicate it's for 'Upload... | kinuko@chromium.org | 2013-07-31 | 1 | -3/+3 |
* | Update the child process security policy to use explicit permission grants. | gbillock@chromium.org | 2013-07-11 | 1 | -27/+9 |
* | Update the HTML Media Capture implementation. | raphael.kubo.da.costa@intel.com | 2013-07-09 | 1 | -2/+3 |
* | Use a direct include of strings headers in chrome/browser/e*-h*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -1/+2 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -2/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -1/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+4 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -4/+3 |
* | Really fix build after r193020. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+4 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Rename ui::SelectFileDialog::FileTypeInfo::support_gdata to support_drive. | kinaba@chromium.org | 2013-02-20 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -12/+14 |
* | Bring back the file dialogs for chrome AURA. | ananta@chromium.org | 2013-01-17 | 1 | -1/+1 |
* | Remove BrowserThread dependency from PrefMember. | joi@chromium.org | 2012-10-24 | 1 | -0/+1 |
* | Upstreaming SelectFileDialog for Android | aurimas@chromium.org | 2012-09-18 | 1 | -1/+7 |
* | [cros] disable GDrive option on certain file pickers | estade@chromium.org | 2012-09-15 | 1 | -8/+11 |
* | Allows GetExtensionsForMimeType to support mime types like "foo/*" | thorogood@chromium.org | 2012-09-10 | 1 | -9/+7 |
* | Make saving files from flash less annoying. | tsepez@chromium.org | 2012-08-15 | 1 | -3/+4 |
* | Clean-up inline members of nested classes (chrome/) | hans@chromium.org | 2012-08-10 | 1 | -0/+9 |
* | Remove redirection header and add "ui::" before all SelectFileDialog usage. | erg@chromium.org | 2012-07-31 | 1 | -13/+15 |
* | Fix open dialog not remembering last opened folder on drive | tbarzic@chromium.org | 2012-07-26 | 1 | -12/+10 |
* | Reapply: Start consolidating cross-port file selection code into ui/base/dial... | erg@google.com | 2012-07-02 | 1 | -3/+3 |
* | Breaks compile on Linux Aura | abodenha@chromium.org | 2012-06-29 | 1 | -3/+3 |
* | Start consolidating cross-port file selection code into ui/base/dialogs. | erg@chromium.org | 2012-06-29 | 1 | -3/+3 |
* | Reland: Start consolidating non-port specific code to ui/base/dialogs. | erg@google.com | 2012-06-26 | 1 | -12/+12 |
* | Revert 144199 - win_aura failure -Start consolidating non-port specific code ... | erg@google.com | 2012-06-26 | 1 | -12/+12 |
* | Start consolidating non-port specific code to ui/base/dialogs. | erg@google.com | 2012-06-26 | 1 | -12/+12 |
* | Make the unit-tests compile again on Android. | jcivelli@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | android content shell bringup. | jrg@chromium.org | 2012-06-15 | 1 | -0/+4 |
* | Modified the pepper file chooser API to support filtering files by extensions. | raymes@chromium.org | 2012-05-30 | 1 | -12/+27 |
* | Move RunFileChooserHelper and EnumerateDirectoryHelper out of Browser. | mihaip@chromium.org | 2012-05-22 | 1 | -11/+33 |