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
/
content
/
browser
/
dom_storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
DOM Storage: Simplified filename -> utf8 conversion.
cmumford
2015-07-16
1
-15
/
+6
*
Logging to UMA status of commit to the sessionStorage db.
cmumford
2015-07-07
1
-1
/
+4
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
5
-60
/
+52
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
5
-52
/
+60
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
5
-60
/
+52
*
Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"
skyostil
2015-06-05
5
-52
/
+60
*
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-05
5
-60
/
+52
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Introduce bad_message.h for chrome and NaCl.
nick
2015-06-02
1
-4
/
+5
*
Tweak DOMStorageArea rate limit
hashimoto
2015-05-16
1
-4
/
+4
*
localStorage: Aggressively flush to disk for Android WebView.
cmumford
2015-05-10
2
-0
/
+17
*
localStorage: Flushing unwritten data in Android's ChromiumApplication.
cmumford
2015-05-07
6
-2
/
+36
*
Defer commiting DomStorage changes until after browser startup is complete.
michaeln
2015-04-21
3
-18
/
+44
*
[sql] Minor tweak for version-specific corruption handling.
shess
2015-04-14
1
-1
/
+1
*
leveldb: Reuse manifest (AKA logs) during open.
cmumford
2015-03-26
1
-0
/
+2
*
Do not try to open DB in SessionStorageDatabase::DeleteNamespace()
hashimoto
2015-03-03
1
-3
/
+8
*
Cleanup: Fix content header include guards.
tfarina
2015-02-27
1
-3
/
+3
*
base::Time multiplicative operator overloading
michaeln
2015-02-23
1
-1
/
+1
*
[DOMStorage] Rate limiting writes to disk.
michaeln
2015-02-20
4
-37
/
+190
*
Import SQLite 3.8.7.4.
Scott Hess
2015-02-10
1
-2
/
+9
*
[DOMStorage] (recommitting) Offset the session storage namespace ids generate...
michaeln
2015-02-05
3
-8
/
+21
*
Revert of offset namespace ids (patchset #7 id:120001 of https://codereview.c...
thestig
2015-02-03
2
-15
/
+4
*
[DOMStorage] Offset the session storage namespace ids generated by different ...
michaeln
2015-02-03
2
-4
/
+15
*
Remove prerender sessionStorage namespace merging (2/2)
davidben
2015-01-21
13
-833
/
+25
*
Standardize usage of virtual/override/final specifiers in content/.
dcheng
2014-12-23
1
-4
/
+3
*
Cleanup: Remove unneeded path_service.h includes.
thestig
2014-11-06
1
-1
/
+0
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
2
-6
/
+4
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
7
-76
/
+69
*
Convert ARRAYSIZE_UNSAFE -> arraysize in content/.
viettrungluu
2014-10-16
1
-1
/
+1
*
Replacing the OVERRIDE with override and FINAL with final in content/browser...
mohan.reddy
2014-10-07
7
-38
/
+38
*
Remove webkit/browser/, point everything to storage/browser/ instead
pilgrim
2014-09-10
2
-2
/
+2
*
Remove storage-related redirect headers in webkit/common/, update #includes a...
pilgrim
2014-09-10
1
-2
/
+2
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
8
-8
/
+8
*
Remove implicit conversions from scoped_refptr to T* in content/browser/dom_s...
dcheng
2014-08-26
3
-17
/
+18
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
5
-15
/
+15
*
Move dom_storage test data file from webkit/ to content/
tfarina@chromium.org
2014-07-19
1
-5
/
+4
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
2
-2
/
+2
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
2
-5
/
+3
*
Move mock_special_storage_policy from webkit/ to content/public/test/
pilgrim@chromium.org
2014-04-30
1
-3
/
+3
*
Move ContentBrowserTest class to content/public, since it's used by component...
jam@chromium.org
2014-03-27
1
-2
/
+2
*
Fix "unreachable code" warnings (MSVC warning 4702) in content/.
pkasting@chromium.org
2014-03-19
1
-2
/
+0
*
Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone.
pkasting@chromium.org
2014-03-13
5
-24
/
+0
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-26
1
-1
/
+2
*
Revert "Allow MessageFilters to restrict listening to specific message classes"
jdduke@chromium.org
2014-02-21
1
-2
/
+1
*
Allow MessageFilters to restrict listening to specific message classes
jdduke@chromium.org
2014-02-16
1
-1
/
+2
*
Mark DOMStorageHost as non-copyable
adam@github.com
2014-02-11
1
-0
/
+2
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
1
-2
/
+2
*
Clean up ChildProcessHost unique id generation.
avi@chromium.org
2014-01-08
1
-4
/
+4
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
3
-7
/
+8
[next]