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
*
Cleanup: Return error status as bool in FileSystemUsageCache functions.
tzik@chromium.org
2013-04-14
5
-79
/
+109
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in webkit.
dcheng@chromium.org
2013-04-12
1
-1
/
+1
*
SyncFS should check the available disk space to correctly return quota
kinuko@chromium.org
2013-04-12
1
-2
/
+1
*
Allow RequestOSFileHandle if an app has unlimited storage
hamaji@chromium.org
2013-04-12
2
-3
/
+4
*
Move path functions from file_util to FilePath object.
brettw@chromium.org
2013-04-12
1
-6
/
+3
*
Remove 'recursive' flag on FileSystemFileUtil::CreateFileEnumerator
tommycli@chromium.org
2013-04-11
11
-44
/
+36
*
Clear browsing data clears data for type kStorageTypeTemporary but not for kS...
cramya@chromium.org
2013-04-11
2
-1
/
+6
*
Simple PMP reader to parse Picasa's metadata
tommycli@chromium.org
2013-04-11
10
-0
/
+918
*
Ignore symlinks in Drag-and-drop'ed folder
kinuko@chromium.org
2013-04-10
2
-59
/
+19
*
FileAPI: Run database recovery on IOError.
tzik@chromium.org
2013-04-10
6
-2
/
+98
*
Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}
nhiroki@chromium.org
2013-04-10
11
-42
/
+48
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
9
-17
/
+15
*
Cleanup: Add FileSystemContext::CreateFileStreamWriter
kinuko@chromium.org
2013-04-09
3
-6
/
+22
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
9
-15
/
+17
*
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
9
-17
/
+15
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.
dcheng@chromium.org
2013-04-07
1
-2
/
+2
*
Cleanup: Remove Synchronous MTP delegate support now that all MTPDelegates ar...
thestig@chromium.org
2013-04-06
11
-484
/
+4
*
[Media Galleries] Switch Mac MTP delegate to async interface.
gbillock@chromium.org
2013-04-05
1
-1
/
+1
*
Add validation framework to Copy or Move operations in fileapi.
vandebo@chromium.org
2013-04-04
14
-0
/
+481
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
5
-5
/
+5
*
Replace string16 with base::string16 in src/webkit
brettw@chromium.org
2013-03-29
1
-2
/
+2
*
Add a flag to disable usage tracking of FileSystem.
tzik@chromium.org
2013-03-29
3
-4
/
+52
*
Convert include paths for string_number_conversions in src/chrome and src/webkit
brettw@chromium.org
2013-03-27
7
-7
/
+7
*
Upgrade the return type of GetLength from int to int64.
hidehiko@chromium.org
2013-03-27
4
-11
/
+13
*
SyncFS: Copying-in foreign files into SyncFS should trigger Sync
kinuko@chromium.org
2013-03-25
4
-33
/
+35
*
Launch packaged app with files on Drive on Chrome OS.
kinaba@chromium.org
2013-03-24
10
-65
/
+134
*
Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-20
3
-39
/
+1
*
Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-19
3
-2
/
+43
*
Update TestURLRequest constructor interface in unit tests.
tedv@chromium.org
2013-03-19
2
-6
/
+2
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
2
-3
/
+4
*
Improve FileSystemUsageCache performance
tzik@chromium.org
2013-03-14
10
-130
/
+325
*
[Media Gallery, Linux] Implement asynchronous MtpDeviceDelegateImplLinux.
kmadhusu@chromium.org
2013-03-08
1
-1
/
+2
*
Sync FileSystem: Change internal service name from "drive" to "syncfs".
tzik@chromium.org
2013-03-06
2
-24
/
+32
*
[Media Gallery, Win] Implement asynchronous MtpDeviceDelegateImplWin.
kmadhusu@chromium.org
2013-03-06
2
-2
/
+8
*
chromeos: Use /tmp as mount root directory for stubs.
hashimoto@chromium.org
2013-03-04
1
-20
/
+0
*
Introduce CreateNestedOperation and cleanup memory hacks around recursive ope...
kinuko@chromium.org
2013-03-04
11
-250
/
+133
*
Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.h
kinuko@chromium.org
2013-03-04
10
-4
/
+12
*
Deprecate LocalFileSystemOperation::ScopedUpdateNotifier
kinuko@chromium.org
2013-03-01
5
-132
/
+118
*
Add separate LocalFileChangeTracer tests for Copy/Move
kinuko@chromium.org
2013-02-28
1
-58
/
+119
*
Final patch to migrate all files under webkit/fileapi/syncable from fileapi n...
calvinlo@chromium.org
2013-02-27
29
-402
/
+478
*
Cleanup: Fix styles in local_file_system_*_unittest.cc
kinuko@chromium.org
2013-02-27
3
-255
/
+294
*
Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...
calvinlo@chromium.org
2013-02-26
14
-116
/
+132
*
Cleanup: Add fileapi::AreSameFileSystem(url1, url2) utility function
kinuko@chromium.org
2013-02-26
5
-9
/
+42
*
Migrated sync_file_metadata from fileapi to sync_file_system
calvinlo@chromium.org
2013-02-25
6
-35
/
+26
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
46
-46
/
+46
*
Migrated sync_file_type and file_change from namespace fileapi to sync_file_s...
calvinlo@chromium.org
2013-02-22
13
-103
/
+125
*
Migrated sync_file_status, sync_action and sync_direction from fileapi:: name...
calvinlo@chromium.org
2013-02-22
5
-7
/
+6
*
Remove NOTIMPLEMENTED() from DeviceMediaAsyncFileUtil::Create().
kmadhusu@chromium.org
2013-02-20
1
-1
/
+0
*
Deprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicy
kinuko@chromium.org
2013-02-18
10
-198
/
+134
[next]