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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change fileapi namespace to content for test files that are moved under content/
kinuko@chromium.org
2014-01-16
5
-18
/
+25
*
This is to allow extensions to determine the total length of Javascript blobs.
tommycli@chromium.org
2014-01-15
1
-0
/
+14
*
[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
6
-7
/
+9
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
3
-3
/
+3
*
Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...
avi@chromium.org
2013-12-25
7
-17
/
+24
*
FileAPI: Rename *OnFileThread to *OnFileTaskRunner
nhiroki@chromium.org
2013-12-20
8
-44
/
+49
*
Part2: Fix a recently introduced (r230246 in m32) use-after-free bug.
michaeln@chromium.org
2013-12-20
1
-1
/
+5
*
FileAPI: Return success when copying/moving file into the same path
nhiroki@chromium.org
2013-12-19
1
-2
/
+4
*
Fix a recently introduced (r230246 in m32) use-after-free bug.
michaeln@chromium.org
2013-12-18
1
-5
/
+10
*
Cosmetic change for disk flush interval in Files.app file copying.
kinaba@chromium.org
2013-12-17
2
-10
/
+22
*
AppCache: Run a quick integrity check on the sqlite database when opening. If...
michaeln@chromium.org
2013-12-16
3
-1
/
+43
*
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
3
-14
/
+13
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
8
-13
/
+13
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
5
-6
/
+6
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
17
-44
/
+44
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
2
-4
/
+4
*
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
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-14
1
-2
/
+2
*
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
*
Quota: Add proxy for QuotaManager::GetUsageAndQuota
nhiroki@chromium.org
2013-11-06
6
-0
/
+82
*
[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
*
Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."
scherkus@chromium.org
2013-11-04
1
-2
/
+2
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-04
1
-2
/
+2
*
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
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
6
-119
/
+134
*
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
*
Quota: Add new storage type for filesystems not managed by quota
nhiroki@chromium.org
2013-10-28
1
-3
/
+15
*
Retry: Prepopulate primary origin's directory database if possible.
kinuko@chromium.org
2013-10-28
3
-10
/
+67
*
FileAPI: OpenPluginPrivateFileSystem should return filesystem_id
nhiroki@chromium.org
2013-10-25
4
-5
/
+15
*
Revert 230998 "Prepopulate primary origin's directory database i..."
falken@chromium.org
2013-10-25
3
-65
/
+12
[next]