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
*
Fix unlimited and installed app handling in QuotaManager
kinuko@chromium.org
2013-04-16
3
-43
/
+91
*
Quota: Skip usage and quota calculation for UnlimitedStorage origin.
tzik@chromium.org
2013-04-15
4
-56
/
+142
*
SyncFS should check the available disk space to correctly return quota
kinuko@chromium.org
2013-04-12
1
-0
/
+1
*
Allow RequestOSFileHandle if an app has unlimited storage
hamaji@chromium.org
2013-04-12
1
-0
/
+6
*
Revert 193833 "SyncFS should check the available disk space to c..."
kinuko@chromium.org
2013-04-12
1
-1
/
+0
*
SyncFS should check the available disk space to correctly return quota
kinuko@chromium.org
2013-04-12
1
-0
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Convert include paths for string_number_conversions in src/chrome and src/webkit
brettw@chromium.org
2013-03-27
1
-1
/
+1
*
Cap the quota by the actual available space for installed apps
kinuko@chromium.org
2013-03-25
1
-6
/
+16
*
Cap the quota to preserve some system space even for unlimited apps/extensions
kinuko@chromium.org
2013-03-05
3
-13
/
+46
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-4
/
+4
*
Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.
rsleevi@chromium.org
2013-02-07
3
-6
/
+6
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
8
-44
/
+43
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
1
-11
/
+1
*
Add the missing kStorageTypeSyncable UsageTracker in ResetUsageTracker.
michaelbai@chromium.org
2012-12-19
1
-0
/
+5
*
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
[next]