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
/
quota
Commit message (
Expand
)
Author
Age
Files
Lines
*
webkit: Update the calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-12-16
3
-211
/
+211
*
QuotaStatusCode: Use enum names instead of hard coding the values
arv@chromium.org
2012-12-05
1
-6
/
+6
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
1
-1
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
3
-15
/
+15
*
Added quota_status_code.h/cc file to hold QuotaStatusCode enum and added func...
calvinlo@chromium.org
2012-11-06
4
-11
/
+60
*
Add extra checks to see if given origin URL has no path part
kinuko@chromium.org
2012-11-05
1
-0
/
+4
*
webkit: Merge 'database' and 'quota' to 'webkit_storage'
hashimoto@chromium.org
2012-10-26
7
-53
/
+43
*
Ensure profile path directory exists before trying to determine amount of fre...
calvinlo@chromium.org
2012-10-18
1
-1
/
+11
*
Restore quota manager's default quota value
kinuko@chromium.org
2012-10-12
1
-0
/
+2
*
Converted GetOriginsForHostTask to use base::PostTaskAndReply(). Deleted supe...
calvinlo@chromium.org
2012-10-11
3
-96
/
+0
*
2nd try: Cleanup includes/headers in webkit/fileapi
kinuko@chromium.org
2012-10-10
1
-1
/
+0
*
Revert 161054 - Cleanup includes/headers in webkit/fileapi
viettrungluu@chromium.org
2012-10-10
1
-0
/
+1
*
Cleanup includes/headers in webkit/fileapi
kinuko@chromium.org
2012-10-10
1
-1
/
+0
*
Added safe callback comment after QuotaClient is destructed
calvinlo@chromium.org
2012-10-10
1
-0
/
+4
*
add some missing includes of <functional> to fix compilation on VS2012
scottmg@chromium.org
2012-10-10
1
-0
/
+1
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Converted DeleteOriginDataTask and GetModifiedSinceTask to use PostTaskAndRep...
calvinlo@chromium.org
2012-10-05
2
-72
/
+39
*
Merged HostQuotaCallback into QuotaCallback
calvinlo@chromium.org
2012-09-25
4
-33
/
+21
*
Merge MockQuotaManager in multiple places
kinuko@chromium.org
2012-09-21
2
-36
/
+203
*
Cleanup: quota::HostQuotaCallback do not need to pass host and type as arguments
calvinlo@chromium.org
2012-09-20
3
-22
/
+10
*
Cleanup: quota::HostUsageCallback do not need to pass host and type as arguments
calvinlo@chromium.org
2012-09-19
6
-51
/
+20
*
Add syncable filesystem/storage type
kinuko@chromium.org
2012-09-13
5
-6
/
+61
*
webkit/quota: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-07
1
-1
/
+1
*
Wipe out QuotaThreadTask.
nhiroki@chromium.org
2012-09-05
2
-38
/
+15
*
Refactor QuotaManager using base::Callback (2).
nhiroki@chromium.org
2012-09-04
2
-300
/
+172
*
Refactor QuotaManager using base::Callback.
nhiroki@chromium.org
2012-08-28
2
-378
/
+341
*
QuotaManager: Return the remaining free disk space as quota.
jhawkins@chromium.org
2012-08-24
6
-38
/
+107
*
Quota code cleanup
kinuko@chromium.org
2012-08-24
2
-82
/
+28
*
Quota double-delete fix
kinuko@chromium.org
2012-08-21
2
-1
/
+7
*
Quota UsageTracker ASAN fix
kinuko@chromium.org
2012-08-14
2
-6
/
+16
*
Clean-up inline members of nested classes (webkit/)
hans@chromium.org
2012-08-09
4
-11
/
+20
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
6
-6
/
+0
*
When fetching origins from the quota database, include the ones where the mod...
bauerb@chromium.org
2012-07-11
2
-12
/
+19
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-3
/
+1
*
Move remaining webkit storage unit tests to content_unittests
adamk@chromium.org
2012-06-08
4
-0
/
+6
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
3
-8
/
+11
*
Merge QuotaFileUtil into ObfuscatedFileUtil
tzik@chromium.org
2012-05-11
2
-5
/
+7
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
7
-45
/
+50
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
7
-47
/
+128
*
Add dependencies to webkit pieces.
petermayo@chromium.org
2012-04-13
1
-1
/
+2
*
Add base::StaticAtomicSequenceNumber.
pliard@chromium.org
2012-03-13
1
-3
/
+0
*
Change quota::QuotaClient::kAllClientsMask to be an enum.
mnaganov@chromium.org
2012-03-02
1
-2
/
+1
*
Removing misleading thread-related comment in QuotaManager.
kinuko@chromium.org
2012-02-24
1
-2
/
+0
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
1
-8
/
+6
*
Remove `kMockStart` from `quota::MockStorageClient`
mkwst@chromium.org
2012-02-10
4
-82
/
+70
*
QuotaManager::DeleteOriginData allows deletion of specific QuotaClients
mkwst@chromium.org
2012-02-09
9
-94
/
+430
*
Database usage adjustment for .../webkit
gbillock@chromium.org
2012-02-07
1
-61
/
+25
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
2
-2
/
+0
*
[sql] WARN_UNUSED_RESULT on Execute().
shess@chromium.org
2011-12-23
1
-2
/
+1
*
base::Bind: Convert webkit/database.
jhawkins@chromium.org
2011-12-22
1
-1
/
+1
[next]