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
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
6
-21
/
+20
*
Move test_file_set to content/test/
pilgrim@chromium.org
2014-03-04
2
-112
/
+0
*
webkit: Correctly handle |has_more| parameter in FileSystemDirURLRequestJob
hashimoto@chromium.org
2014-03-03
1
-5
/
+1
*
Move mock_file_change_observer.* to content/browser/fileapi/
pilgrim@chromium.org
2014-02-28
2
-154
/
+0
*
Moved ParseFileSystemSchemeURL from file_system_url to file_system_util.
mgiuca@chromium.org
2014-02-27
2
-69
/
+0
*
Less determined statement termination
scottmg@chromium.org
2014-02-26
1
-1
/
+1
*
Fix a crashing bug that can happen during browser shutdown. If shutdown happe...
michaeln@chromium.org
2014-02-26
1
-4
/
+18
*
Create file systems restricted to volumes.
mtomasz@chromium.org
2014-02-26
8
-65
/
+46
*
Move appcache_test_helper.* to content/public/test/
pilgrim@chromium.org
2014-02-25
2
-126
/
+0
*
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
*
More: Add UMA stats for AppCacheUpdateJob results.
michaeln@chromium.org
2014-02-21
1
-1
/
+4
*
Add UMA stats for AppCacheUpdateJob results.
michaeln@chromium.org
2014-02-18
4
-24
/
+100
*
Remove some PlatformFile uses from WebKit
rvargas@chromium.org
2014-02-18
7
-88
/
+44
*
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
*
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
[next]