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
*
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
*
Time-based removal of temporary file systems via BrowsingDataRemover
mkwst@chromium.org
2011-08-01
4
-8
/
+400
*
Cleanup: Make quota dispatcher code independent from WebKit types
kinuko@chromium.org
2011-07-29
1
-3
/
+2
*
Change quota to account directories and path names in the filesystem.
dmikurube@chromium.org
2011-07-25
4
-0
/
+38
*
Fix UMA stat: Quota.GlobalUsageOf{TEMP,PERM}Storage
tzik@chromium.org
2011-07-22
2
-24
/
+26
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
5
-5
/
+6
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
2
-9
/
+9
*
Adding UMA histogram to Quota
tzik@chromium.org
2011-07-14
5
-117
/
+184
*
Add chrome://quota-internals/
tzik@chromium.org
2011-07-13
1
-0
/
+5
*
2nd try: Implement QM::GetOriginsModifiedSince for browser data deleter support
kinuko@chromium.org
2011-07-08
9
-316
/
+794
*
Revert 91690 - Implement QM::GetOriginsModifiedSince for browser data deleter...
kinuko@chromium.org
2011-07-07
9
-736
/
+293
*
Implement QM::GetOriginsModifiedSince for browser data deleter support
kinuko@chromium.org
2011-07-07
9
-293
/
+736
*
Change all the references from app_base to sql.
tfarina@chromium.org
2011-07-06
1
-1
/
+1
*
Revert 91288 - Change references from app_base to sql.
cmp@chromium.org
2011-07-01
1
-1
/
+1
*
Add QM::DeleteOriginData for browser data deleter support
kinuko@chromium.org
2011-07-01
4
-56
/
+209
*
Change references from app_base to sql.
tfarina@chromium.org
2011-07-01
1
-1
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-2
/
+2
[next]