summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_galleries
Commit message (Expand)AuthorAgeFilesLines
* Adds callbacks to notify progress into Copy's API.hidehiko@chromium.org2013-09-091-2/+6
* Remove dependency to file_system_operation_impl.h outside from chrome/kinuko@chromium.org2013-09-091-3/+3
* Media Galleries API Picasa: Move Picasa source files to correct location.tommycli@chromium.org2013-09-0711-19/+19
* Media Galleries API Picasa: Add file watch to invalidate database data on dis...tommycli@chromium.org2013-09-067-111/+239
* Media Galleries API Picasa: Make PicasaFileUtil support album contents.tommycli@chromium.org2013-09-033-35/+195
* Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI ...tommycli@chromium.org2013-09-0311-105/+905
* iTunes artist, album, and track names need to be escaped for slash and colon.vandebo@chromium.org2013-08-302-5/+65
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-304-6/+6
* Deprecate FileSystemBackend::GetFileUtil()kinuko@chromium.org2013-08-302-8/+0
* Fix location of tracks detected by itunes - they should be absolute.vandebo@chromium.org2013-08-291-1/+6
* [CleanUp] Use base::STLSetDifference in place of std::set_differenceHokein.Wu@gmail.com2013-08-231-5/+3
* Media Galleries API ITunes: Clean up WeakPtr hacks.tommycli@chromium.org2013-08-232-50/+13
* Move extension prefs from ExtensionPrefs class to prefs namespace.bbudge@chromium.org2013-08-221-2/+1
* Storage Monitor: Always remove the TestStorageMonitor at the end of a unit test.thestig@chromium.org2013-08-225-9/+18
* [MediaGalleries] Move handling of MTP delegate from the refcounted object int...gbillock@chromium.org2013-08-204-62/+35
* Rename extension_manifest_keys namespace to extensions::manifest_keys.yoz@chromium.org2013-08-151-6/+6
* Remove unnecessary AsyncFileUtilAdapter references from chrome -> webkitkinuko@chromium.org2013-08-142-5/+0
* Media Galleries API Itunes: Support for Itunes Auto-add directorytommycli@chromium.org2013-08-146-69/+576
* Don't invalidate media galleries for local navigationvandebo@chromium.org2013-08-131-0/+5
* Use TestBrowserThreadBundle in MediaGalleriesPreferences tests.earthdok@chromium.org2013-08-121-12/+3
* Add a copy or move validator to that can handle support audio and video files.vandebo@chromium.org2013-08-096-6/+371
* [MediaGalleries] Introduce an AV-checking base class for copy-move validationgbillock@chromium.org2013-08-074-20/+120
* Stop passing values via kMediaPathFilterKey and kMTPDeviceDelegateURLKeykinuko@chromium.org2013-08-0711-62/+53
* Deprecate FileSystemTaskRunnerskinuko@chromium.org2013-08-044-8/+6
* Fix up some tests for copy-or-move validator and nearby.gbillock@chromium.org2013-08-011-1/+0
* Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl.hidehiko@chromium.org2013-08-011-3/+3
* Silently install blacklisted extensions from auto-install locations (sync,kalman@chromium.org2013-07-311-1/+3
* Fix a crash when running MediaGalleriesDialogControllerTest.TestNameGeneratio...thestig@chromium.org2013-07-311-7/+13
* Move itunes related files in common/ and utility/ into media galleries subdir...vandebo@chromium.org2013-07-312-2/+2
* Media Galleries API Picasa: Put INI indexing step into sandboxed utility proc...tommycli@chromium.org2013-07-263-3/+229
* Add ScopedPlatformFileCloser to base.vandebo@chromium.org2013-07-262-23/+4
* Fix remaining leaks in StorageMonitorLinux.thestig@chromium.org2013-07-263-19/+12
* Media Galleries: The write permission returns as copyTo.thestig@chromium.org2013-07-264-11/+35
* Cleanup: Remove some unneeded platform_path parameters following r206341. Use...thestig@chromium.org2013-07-243-48/+27
* FileAPI: Add Initialize() function to FileSystemBackendnhiroki@chromium.org2013-07-242-6/+8
* [FileSystem] Add another copy-or-move validation hook for post-write.gbillock@chromium.org2013-07-233-6/+31
* [StorageMonitor] Move StorageMonitor ownership to BrowserProcessImplgbillock@chromium.org2013-07-192-7/+20
* Fix moved headervandebo@chromium.org2013-07-181-1/+1
* Add a test for ITunesDataProvider (try two).vandebo@chromium.org2013-07-184-3/+423
* Use a direct include of the message_loop header in chrome/browser/, part 7.avi@chromium.org2013-07-185-5/+5
* Media Galleries API: Fix iTunes and Picasa test locations.tommycli@chromium.org2013-07-172-97/+70
* FileAPI: Change FileSystemBackend::OpenFileSystem signaturenhiroki@chromium.org2013-07-172-4/+6
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-4/+4
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* media_galleries: Fix for r211509.tfarina@chromium.org2013-07-131-1/+1
* media_galleries: Make use of MediaFileSystemMountPointProvider::MediaTaskRunn...tfarina@chromium.org2013-07-131-10/+1
* FileAPI: Factor out getting root URI and FS name parts into each FS backendnhiroki@chromium.org2013-07-121-1/+4
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-3/+3
* Add on_close_callback to AsyncFileUtil::CreateOrOpenCallback.hidehiko@chromium.org2013-07-102-2/+4