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
*
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
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-2
/
+10
*
Coverity: Remove some useless DCHECKs.
thestig@chromium.org
2011-12-21
1
-2
/
+0
*
Remove static initializer from quota_temporary_storage_evictor.cc
thakis@chromium.org
2011-12-02
1
-4
/
+5
*
Cleanup: Remove unneeded forward declarations in webkit/.
thestig@chromium.org
2011-11-17
2
-5
/
+0
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
1
-5
/
+6
*
Fix quota value overflow (reland).
tzik@chromium.org
2011-11-14
2
-3
/
+3
*
Revert 109855 - Fix quota value overflow.
tzik@chromium.org
2011-11-14
2
-3
/
+3
*
Fix quota value overflow.
tzik@chromium.org
2011-11-14
2
-3
/
+3
*
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
thakis@chromium.org
2011-11-11
1
-0
/
+1
*
Setup the error delegate for the quota database so we get error histograms.
michaeln@google.com
2011-10-31
1
-0
/
+6
*
QuotaManager: add a method to delete host data.
mnaganov@chromium.org
2011-10-19
3
-0
/
+260
*
base::Bind: Final cleanups in webkit/quota.
jhawkins@chromium.org
2011-10-18
5
-56
/
+67
*
Use base::Callback in Quota related code.
tzik@chromium.org
2011-10-18
15
-364
/
+345
*
base::Bind: Convert QuotaEvictionHandler::GetLRUOriginCallback.
jhawkins@chromium.org
2011-10-18
5
-33
/
+38
*
2nd try: Change default global temporary quota limit to 50% of available space
kinuko@chromium.org
2011-10-17
9
-451
/
+457
*
Revert 105791 (to see if it fixes browser_tests) - Change default global temp...
kinuko@chromium.org
2011-10-17
9
-457
/
+451
*
Change default global temporary quota limit to 50% of available space
kinuko@chromium.org
2011-10-17
9
-451
/
+457
*
By default, disable temporary storage eviction based on free disk space.
mnaganov@chromium.org
2011-10-06
3
-7
/
+49
*
Retrieve per host storage usage from QuotaManager.
mnaganov@chromium.org
2011-10-04
6
-2
/
+159
*
DatabaseTracker: Clearing session-only databases on exit.
marja@chromium.org
2011-09-08
3
-0
/
+8
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
3
-6
/
+7
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
3
-7
/
+6
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
3
-6
/
+7
*
Session-only local storage cleared on exit.
marja@chromium.org
2011-08-19
3
-0
/
+16
*
Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...
marja@chromium.org
2011-08-17
2
-1
/
+11
*
Refine UMA stats of QuotaTemporaryStorageEvictor
tzik@chromium.org
2011-08-16
3
-59
/
+131
*
Send notifications on the IO thread when changes are made to the special stor...
michaeln@google.com
2011-08-15
6
-11
/
+109
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
4
-9
/
+9
*
Minor cleanup to UsageTracker.IsWorking().
michaeln@google.com
2011-08-12
4
-17
/
+10
*
Track usage per-origin at the lowest level instead of per-host.
michaeln@google.com
2011-08-11
4
-120
/
+126
*
Adding usage entry to chrome://settings/cookies.
tzik@chromium.org
2011-08-09
2
-0
/
+10
*
Revert 95607 - Adding usage entry to chrome://settings/cookies.
tzik@chromium.org
2011-08-08
2
-10
/
+0
*
Adding usage entry to chrome://settings/cookies.
tzik@chromium.org
2011-08-05
2
-0
/
+10
*
Fix "Mac Clang (dbg)" build
timurrrr@chromium.org
2011-08-05
1
-1
/
+1
*
Quota: Add quota::StorageType to the GetOriginsCallback definition.
mkwst@chromium.org
2011-08-05
8
-54
/
+75
*
Refine UMA stats of QuotaManager
tzik@chromium.org
2011-08-02
1
-2
/
+44
[next]