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
*
Use incognito split for ChromeVox and TTS in Guest mode
dpolukhin@chromium.org
2014-02-08
2
-3
/
+3
*
Quota: Cap size of requested quota
nhiroki@chromium.org
2014-02-06
3
-2
/
+23
*
[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
*
Disable a flaky content_unittest
pasko@chromium.org
2014-02-04
1
-1
/
+2
*
Appcache::OnCorruptionDetected handling. The general idea is to delete everyt...
michaeln@chromium.org
2014-02-04
14
-78
/
+511
*
Transfer appcache state during cross site navigations too.
michaeln@chromium.org
2014-02-04
8
-8
/
+118
*
Revert 247967 "Appcache::OnCorruptionDetected handling. The gene..."
avi@chromium.org
2014-01-30
14
-524
/
+78
*
Appcache::OnCorruptionDetected handling. The general idea is to delete everyt...
michaeln@chromium.org
2014-01-30
14
-78
/
+524
*
QuotaManager: Don't fire callback if it's null
kinuko@chromium.org
2014-01-30
1
-1
/
+1
*
[FileAPI] Replace default leveldb::Env with leveldb::MemEnv in tests.
tzik@chromium.org
2014-01-29
16
-40
/
+98
*
Move blob/mock_blob_url_request_context to content/
pilgrim@chromium.org
2014-01-29
2
-107
/
+0
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
69
-1043
/
+1021
*
MTP Streaming: Linux streaming infrastructure changes.
tommycli@chromium.org
2014-01-24
3
-8
/
+27
*
[Pepper] Calculate reserved quota consumption by diff to maximum written offset
tzik@chromium.org
2014-01-22
4
-0
/
+12
*
Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops.
sky@chromium.org
2014-01-20
1
-53
/
+53
*
Quota: Clean up QuotaDatabase
nhiroki@chromium.org
2014-01-20
4
-43
/
+33
*
[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
25
-321
/
+403
*
[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
*
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
[next]