index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
media_galleries
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds callbacks to notify progress into Copy's API.
hidehiko@chromium.org
2013-09-09
1
-2
/
+6
*
Remove dependency to file_system_operation_impl.h outside from chrome/
kinuko@chromium.org
2013-09-09
1
-3
/
+3
*
Media Galleries API Picasa: Move Picasa source files to correct location.
tommycli@chromium.org
2013-09-07
11
-19
/
+19
*
Media Galleries API Picasa: Add file watch to invalidate database data on dis...
tommycli@chromium.org
2013-09-06
7
-111
/
+239
*
Media Galleries API Picasa: Make PicasaFileUtil support album contents.
tommycli@chromium.org
2013-09-03
3
-35
/
+195
*
Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI ...
tommycli@chromium.org
2013-09-03
11
-105
/
+905
*
iTunes artist, album, and track names need to be escaped for slash and colon.
vandebo@chromium.org
2013-08-30
2
-5
/
+65
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
4
-6
/
+6
*
Deprecate FileSystemBackend::GetFileUtil()
kinuko@chromium.org
2013-08-30
2
-8
/
+0
*
Fix location of tracks detected by itunes - they should be absolute.
vandebo@chromium.org
2013-08-29
1
-1
/
+6
*
[CleanUp] Use base::STLSetDifference in place of std::set_difference
Hokein.Wu@gmail.com
2013-08-23
1
-5
/
+3
*
Media Galleries API ITunes: Clean up WeakPtr hacks.
tommycli@chromium.org
2013-08-23
2
-50
/
+13
*
Move extension prefs from ExtensionPrefs class to prefs namespace.
bbudge@chromium.org
2013-08-22
1
-2
/
+1
*
Storage Monitor: Always remove the TestStorageMonitor at the end of a unit test.
thestig@chromium.org
2013-08-22
5
-9
/
+18
*
[MediaGalleries] Move handling of MTP delegate from the refcounted object int...
gbillock@chromium.org
2013-08-20
4
-62
/
+35
*
Rename extension_manifest_keys namespace to extensions::manifest_keys.
yoz@chromium.org
2013-08-15
1
-6
/
+6
*
Remove unnecessary AsyncFileUtilAdapter references from chrome -> webkit
kinuko@chromium.org
2013-08-14
2
-5
/
+0
*
Media Galleries API Itunes: Support for Itunes Auto-add directory
tommycli@chromium.org
2013-08-14
6
-69
/
+576
*
Don't invalidate media galleries for local navigation
vandebo@chromium.org
2013-08-13
1
-0
/
+5
*
Use TestBrowserThreadBundle in MediaGalleriesPreferences tests.
earthdok@chromium.org
2013-08-12
1
-12
/
+3
*
Add a copy or move validator to that can handle support audio and video files.
vandebo@chromium.org
2013-08-09
6
-6
/
+371
*
[MediaGalleries] Introduce an AV-checking base class for copy-move validation
gbillock@chromium.org
2013-08-07
4
-20
/
+120
*
Stop passing values via kMediaPathFilterKey and kMTPDeviceDelegateURLKey
kinuko@chromium.org
2013-08-07
11
-62
/
+53
*
Deprecate FileSystemTaskRunners
kinuko@chromium.org
2013-08-04
4
-8
/
+6
*
Fix up some tests for copy-or-move validator and nearby.
gbillock@chromium.org
2013-08-01
1
-1
/
+0
*
Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl.
hidehiko@chromium.org
2013-08-01
1
-3
/
+3
*
Silently install blacklisted extensions from auto-install locations (sync,
kalman@chromium.org
2013-07-31
1
-1
/
+3
*
Fix a crash when running MediaGalleriesDialogControllerTest.TestNameGeneratio...
thestig@chromium.org
2013-07-31
1
-7
/
+13
*
Move itunes related files in common/ and utility/ into media galleries subdir...
vandebo@chromium.org
2013-07-31
2
-2
/
+2
*
Media Galleries API Picasa: Put INI indexing step into sandboxed utility proc...
tommycli@chromium.org
2013-07-26
3
-3
/
+229
*
Add ScopedPlatformFileCloser to base.
vandebo@chromium.org
2013-07-26
2
-23
/
+4
*
Fix remaining leaks in StorageMonitorLinux.
thestig@chromium.org
2013-07-26
3
-19
/
+12
*
Media Galleries: The write permission returns as copyTo.
thestig@chromium.org
2013-07-26
4
-11
/
+35
*
Cleanup: Remove some unneeded platform_path parameters following r206341. Use...
thestig@chromium.org
2013-07-24
3
-48
/
+27
*
FileAPI: Add Initialize() function to FileSystemBackend
nhiroki@chromium.org
2013-07-24
2
-6
/
+8
*
[FileSystem] Add another copy-or-move validation hook for post-write.
gbillock@chromium.org
2013-07-23
3
-6
/
+31
*
[StorageMonitor] Move StorageMonitor ownership to BrowserProcessImpl
gbillock@chromium.org
2013-07-19
2
-7
/
+20
*
Fix moved header
vandebo@chromium.org
2013-07-18
1
-1
/
+1
*
Add a test for ITunesDataProvider (try two).
vandebo@chromium.org
2013-07-18
4
-3
/
+423
*
Use a direct include of the message_loop header in chrome/browser/, part 7.
avi@chromium.org
2013-07-18
5
-5
/
+5
*
Media Galleries API: Fix iTunes and Picasa test locations.
tommycli@chromium.org
2013-07-17
2
-97
/
+70
*
FileAPI: Change FileSystemBackend::OpenFileSystem signature
nhiroki@chromium.org
2013-07-17
2
-4
/
+6
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-4
/
+4
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
media_galleries: Fix for r211509.
tfarina@chromium.org
2013-07-13
1
-1
/
+1
*
media_galleries: Make use of MediaFileSystemMountPointProvider::MediaTaskRunn...
tfarina@chromium.org
2013-07-13
1
-10
/
+1
*
FileAPI: Factor out getting root URI and FS name parts into each FS backend
nhiroki@chromium.org
2013-07-12
1
-1
/
+4
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
2
-3
/
+3
*
Add on_close_callback to AsyncFileUtil::CreateOrOpenCallback.
hidehiko@chromium.org
2013-07-10
2
-2
/
+4
[next]