summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_gallery
Commit message (Expand)AuthorAgeFilesLines
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-251-2/+3
* Change base::SystemMonitor's media device functions to take a type and FilePa...thestig@chromium.org2012-07-2111-78/+129
* Media Gallery: Implement a media device notifier for ChromeOS.thestig@chromium.org2012-07-183-0/+392
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-116-6/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-101-1/+1
* Make isolated file system works for a device root (e.g. X:\\)kinuko@chromium.org2012-07-101-8/+6
* persist known media galleries (only directories for now)estade@chromium.org2012-07-034-0/+309
* (1) Moved IsMediaDevice() function to MediaDeviceNotificationsUtils. kmadhusu@chromium.org2012-06-298-43/+273
* Cleanup: Stop using the deprecated base::FileWatcher::Watch() in Linux media ...thestig@chromium.org2012-06-213-55/+28
* Media Gallery: Hook up MediaFileSystemRegistry as a device changes observer.thestig@chromium.org2012-06-201-0/+2
* Media Gallery: Exclude MediaDeviceNotificationsLinux on ChromeOS, because it ...thestig@chromium.org2012-06-201-0/+4
* Media Gallery: Make attached devices available through GetMediaFileSystems().thestig@chromium.org2012-06-132-4/+60
* Media Gallery: Register isolated file system on a per RenderProcessHost basis...thestig@chromium.org2012-06-122-16/+97
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Media Gallery: Implement a basic version of GetMediaFileSystems().thestig@chromium.org2012-05-312-0/+135
* Cleanup: Misc fixes to MediaDeviceNotifications.thestig@chromium.org2012-05-164-10/+9
* Coverity: Fix pass by value error in media_gallery_database_types.kmadhusu@chromium.org2012-05-152-2/+2
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-092-17/+32
* Moves media device notification code to chrome/browsertpayne@chromium.org2012-04-253-0/+351
* Replace string copy code and scoped_arrays() with const_casts in MediaDeviceN...thestig@chromium.org2012-04-251-21/+14
* Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome.thestig@chromium.org2012-04-123-0/+780
* The new media gallery API needs to cache metadata about media files. Adds the...tpayne@chromium.org2012-03-225-0/+416