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
/
webkit
/
fileapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
4
-5
/
+5
*
Implement write support in NativeMediaFileUtil.
thestig@chromium.org
2013-01-12
3
-25
/
+507
*
[Media Gallery] Use a proper check instead of a DCHECK and return NULL from M...
kmadhusu@chromium.org
2013-01-11
1
-2
/
+1
*
webkit: Add UploadFileSystemFileElementReader
hashimoto@chromium.org
2013-01-11
4
-0
/
+463
*
Cleanup: Add fileapi::GetIsolatedFileSystemRootURIString
kinuko@chromium.org
2013-01-10
2
-0
/
+24
*
Cleanup file permission check code in FileAPIMessageFilter
kinuko@chromium.org
2013-01-10
10
-22
/
+104
*
Cleanup: Remove using statements from webkit/fileapi header files.
thestig@chromium.org
2013-01-08
21
-123
/
+85
*
Accumulate FileSystemUsageCache updates to improve write performance.
tzik@chromium.org
2013-01-08
4
-6
/
+61
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
1
-1
/
+1
*
Remove GetMediaTaskRunner() from MTPDeviceDelegate.
kmadhusu@chromium.org
2012-12-20
1
-3
/
+0
*
Set |snapshot_policy_| in DeviceMediaFileUtil::CreateSnapShotPolicy before do...
kmadhusu@chromium.org
2012-12-17
1
-3
/
+3
*
Do not update FileSystemUsageCache if the delta is zero
tzik@chromium.org
2012-12-17
1
-2
/
+3
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
15
-114
/
+114
*
Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...
tbarzic@chromium.org
2012-12-14
10
-29
/
+18
*
Media Galleries: Simplify the MTP delegates so they mostly live on one thread.
thestig@chromium.org
2012-12-13
8
-73
/
+68
*
Re-enables DeleteFileSystem JavaScript API test. Also excludes the root path ...
calvinlo@chromium.org
2012-12-11
1
-4
/
+0
*
Remove the old-sandbox-to-new-sandbox migration code. The only users of the ...
ericu@chromium.org
2012-12-10
7
-646
/
+6
*
SyncFileSystem: Prevent repeated conflict on DriveFileSyncService::ResolveCon...
tzik@chromium.org
2012-12-08
1
-1
/
+2
*
Dirty files should be notified to the sync service as available changes
kinuko@chromium.org
2012-12-06
2
-14
/
+39
*
Add conflict event notification type
kinuko@chromium.org
2012-12-06
3
-10
/
+13
*
Implement LocalFileSyncService::RecordFakeLocalChange for resolve-to-local re...
kinuko@chromium.org
2012-12-05
3
-0
/
+35
*
Clear syncing flag after a remote or local sync
kinuko@chromium.org
2012-12-04
2
-10
/
+23
*
Implement SyncFileSystemService::GetFileSyncStatus method
kinuko@chromium.org
2012-12-04
5
-0
/
+70
*
Quota calculation is wrong in cross-filesystem operation
kinuko@chromium.org
2012-11-30
3
-15
/
+27
*
Do not give blanket permission to the Sandboxed FileSystem directory and veri...
kinuko@chromium.org
2012-11-29
3
-5
/
+38
*
Add a utility function to return error message string for SyncStatusCode
nhiroki@chromium.org
2012-11-29
2
-1
/
+84
*
Redesigned and refactored MTPDeviceMapService and MTPDeviceDelegate.
kmadhusu@chromium.org
2012-11-28
6
-52
/
+67
*
Opening a Syncable file in a new browser tab/window should not crash
kinuko@chromium.org
2012-11-27
2
-10
/
+85
*
Add FILE_BUSY handling in DidProcessRemoteChange
kinuko@chromium.org
2012-11-27
1
-3
/
+4
*
2nd try: Wiring up sync methods in SyncFileSystemService
kinuko@chromium.org
2012-11-26
1
-3
/
+11
*
Add metadata paramter to ApplyLocalChange
kinuko@chromium.org
2012-11-22
4
-0
/
+50
*
Add SyncOperationType to ProcessRemoteChange's callback
kinuko@chromium.org
2012-11-22
3
-0
/
+33
*
[MediaGallery] Filter hidden media files and folders.
kmadhusu@chromium.org
2012-11-21
1
-0
/
+61
*
Add MockLocalChangeProcessor class and default implementation
kinuko@chromium.org
2012-11-21
2
-0
/
+43
*
Disable directory operations in SyncFileSystem for now
kinuko@chromium.org
2012-11-20
8
-3
/
+125
*
Implement upload/download/delete functions in DriveFileSyncClient
nhiroki@chromium.org
2012-11-19
1
-0
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
23
-55
/
+55
*
Fix uninitialized value error in LocalFileChangeTracker
kinuko@chromium.org
2012-11-15
1
-1
/
+2
*
Make sure we don't start sync for an entry which is already in sync state
kinuko@chromium.org
2012-11-14
5
-8
/
+42
*
Reland 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-4
/
+4
*
Revert 167337 - Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-4
/
+4
*
Move url_request_test_util into net namespace
jochen@chromium.org
2012-11-13
2
-4
/
+4
*
Add implementation for retrieving Conflict file information in SyncFileSystem
kinuko@chromium.org
2012-11-12
1
-1
/
+5
*
Implement LocalFileSyncService::GetLocalFileMetadata
kinuko@chromium.org
2012-11-12
4
-0
/
+66
*
PrepareForRemoteSync should also return file size (in addition to file type)
kinuko@chromium.org
2012-11-10
7
-43
/
+47
*
Add more error codes to fileapi::SyncStatusCode to handle gdata-related errors.
tzik@chromium.org
2012-11-09
1
-0
/
+3
*
Add CannedSyncableFileSystem::TouchFile for testing
kinuko@chromium.org
2012-11-09
2
-0
/
+29
*
Add conflict handling interface for SyncFileSystem
kinuko@chromium.org
2012-11-08
4
-2
/
+77
*
Implement LocalFileSyncService::ProcessLocalChange
kinuko@chromium.org
2012-11-08
11
-59
/
+289
*
Clean up: Modified FileSystemFileUtil::CreateFileEnumerator function signatur...
kmadhusu@chromium.org
2012-11-07
15
-71
/
+85
[next]