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
/
browser
/
fileapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move upload_file_system_file_element_reader.* to content/browser/fileapi/
pilgrim@chromium.org
2014-02-25
2
-181
/
+0
*
Fileapi: Add alternate code path to cleanly support streaming backends.
tommycli@chromium.org
2014-02-24
7
-0
/
+23
*
Remove some PlatformFile uses from WebKit
rvargas@chromium.org
2014-02-18
4
-57
/
+29
*
Move async_file_test_helper.* to content/public/test/
pilgrim@chromium.org
2014-02-13
2
-379
/
+0
*
Use incognito split for ChromeVox and TTS in Guest mode
dpolukhin@chromium.org
2014-02-08
2
-3
/
+3
*
[FileAPI] Don't fail on ReserveQuota() even on insufficient space
tzik@chromium.org
2014-02-06
8
-33
/
+64
*
Fix dump_file_system
lpique@chromium.org
2014-02-04
1
-3
/
+3
*
[FileAPI] Replace default leveldb::Env with leveldb::MemEnv in tests.
tzik@chromium.org
2014-01-29
16
-40
/
+98
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
64
-1030
/
+1011
*
[Pepper] Calculate reserved quota consumption by diff to maximum written offset
tzik@chromium.org
2014-01-22
4
-0
/
+12
*
[Pepper][FileAPI] Support append mode write on QuotaReservation backend
tzik@chromium.org
2014-01-20
5
-201
/
+248
*
Stub for Privet file system
noamsml@chromium.org
2014-01-17
1
-0
/
+1
*
Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability
nhiroki@chromium.org
2014-01-17
7
-7
/
+7
*
[Pepper][FileAPI] Interface clean up
tzik@chromium.org
2014-01-17
5
-46
/
+45
*
[FileAPI] Refine a local variable wording
tzik@chromium.org
2014-01-17
1
-6
/
+6
*
[FileAPI] Ignore requests after QuotaReservation::OnClientCrash call.
tzik@chromium.org
2014-01-17
2
-6
/
+19
*
Change fileapi namespace to content for test files that are moved under content/
kinuko@chromium.org
2014-01-16
5
-18
/
+25
*
[Pepper] Use platform path for QuotaReservation::GetOpenFileHandle
tzik@chromium.org
2014-01-11
1
-1
/
+6
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
4
-5
/
+7
*
FileAPI: Rename *OnFileThread to *OnFileTaskRunner
nhiroki@chromium.org
2013-12-20
8
-44
/
+49
*
FileAPI: Return success when copying/moving file into the same path
nhiroki@chromium.org
2013-12-19
1
-2
/
+4
*
Cosmetic change for disk flush interval in Files.app file copying.
kinaba@chromium.org
2013-12-17
2
-10
/
+22
*
Flush after FileSystem API copy when necessary (case for intra-fs copies).
kinaba@chromium.org
2013-12-13
5
-32
/
+120
*
Flush after FileSystem API copy when necessary (case for stream-based copies).
kinaba@chromium.org
2013-12-12
2
-1
/
+36
*
Add mount option parameter to ExternalMountPoints::RegisterFileSystem.
kinaba@chromium.org
2013-12-11
9
-38
/
+129
*
OpenFileSystem with create=true whenever we need to initialize SyncFS for an ...
kinuko@chromium.org
2013-12-11
1
-1
/
+2
*
Fix test-only leak in ExternalMountPoints
kinuko@chromium.org
2013-12-10
1
-3
/
+9
*
Don't revoke SyncFileSystem in SyncFileSystemBackend dtor
kinuko@chromium.org
2013-12-05
2
-0
/
+9
*
Move Touch to base namespace, remove SetLastModifiedTime.
brettw@chromium.org
2013-12-04
1
-3
/
+2
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
6
-11
/
+11
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
3
-4
/
+4
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
8
-21
/
+21
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
[Quota] Add DCHECKs for origin parameters
tzik@chromium.org
2013-12-02
3
-0
/
+17
*
Return NOT_A_DIRECTORY error if there's a file in a path chain in CreateDirec...
kinuko@chromium.org
2013-11-25
3
-16
/
+19
*
Adding nhiroki to some fileapi directory owners
kinuko@chromium.org
2013-11-20
1
-0
/
+1
*
Pepper: Move FileIO host from renderer to browser.
teravest@chromium.org
2013-11-13
5
-31
/
+10
*
FileAPI: Modify PluginPrivateFileSystemBackend
nhiroki@chromium.org
2013-11-13
4
-37
/
+19
*
Quota: Wire up between QuotaReservationManager and FileSystemContext
nhiroki@chromium.org
2013-11-12
9
-2
/
+76
*
[Retry] Quota: Implement QuotaBackendImpl
nhiroki@chromium.org
2013-11-12
10
-60
/
+541
*
Revert 233815 "Quota: Implement QuotaBackendImpl"
nhiroki@chromium.org
2013-11-08
10
-538
/
+54
*
Quota: Implement QuotaBackendImpl
nhiroki@chromium.org
2013-11-08
10
-54
/
+538
*
[FileAPI] Add QuotaReservationManager and related classes.
tzik@chromium.org
2013-11-06
11
-0
/
+1179
*
Revert 232547 "Pepper: Move FileIO host from renderer to browser."
teravest@chromium.org
2013-11-05
5
-10
/
+31
*
Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisation
mseaborn@chromium.org
2013-11-02
2
-4
/
+4
*
Pepper: Move FileIO host from renderer to browser.
teravest@chromium.org
2013-11-02
5
-31
/
+10
*
Revert 232440 "Pepper: Move FileIO host from renderer to browser."
csharp@chromium.org
2013-11-01
5
-10
/
+31
*
Pepper: Move FileIO host from renderer to browser.
teravest@chromium.org
2013-11-01
5
-31
/
+10
*
Allow permission setting errors during folder creation in file API.
kinaba@chromium.org
2013-10-30
1
-2
/
+6
*
Do not leak a FileSystemOperation in FileSystemOperationRunner::SyncGetPlatfo...
earthdok@chromium.org
2013-10-28
1
-3
/
+3
[next]