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
/
dom_storage
Commit message (
Expand
)
Author
Age
Files
Lines
*
SessionStorageDatabase: Readability changes.
marja@chromium.org
2012-05-16
3
-11
/
+23
*
DomStorageArea: Allow multiple simultaneous in flight commit batches.
marja@chromium.org
2012-05-14
3
-25
/
+24
*
SessionStorageDatabase: Allow writing data into a shallow copy.
marja@chromium.org
2012-05-10
3
-76
/
+60
*
webkit: Instead of doing a conversion just use string16().
tfarina@chromium.org
2012-05-06
1
-1
/
+1
*
Add dom_storage::SessionStorageDatabase.
marja@chromium.org
2012-04-27
4
-0
/
+1721
*
Switch chrome and chromiumDRT over to using the new WebKit API for dispatching
michaeln@google.com
2012-04-26
2
-8
/
+4
*
DomStorage async IPC message definitions and browser-side handlers. These mes...
michaeln@google.com
2012-04-24
5
-1
/
+25
*
Fixup the DomStorage IPC messsages.
michaeln@google.com
2012-04-19
2
-13
/
+12
*
DomStorageContext: separate directories for localStorage and sessionStorage.
marja@chromium.org
2012-04-17
3
-19
/
+40
*
More DomStorage house cleaning, many files but all mechanical changes.
michaeln@google.com
2012-04-17
1
-5
/
+0
*
DomStorage house cleaning in preparation of deleting the now obsolete in_proc...
michaeln@google.com
2012-04-13
1
-0
/
+2
*
Add some DCHECKs around which thread/sequence things are executing on.
michaeln@google.com
2012-04-09
3
-16
/
+45
*
ENABLE_NEW_DOM_STORAGE_BACKEND
michaeln@google.com
2012-04-06
1
-6
/
+4
*
Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...
rsleevi@chromium.org
2012-04-06
1
-2
/
+9
*
Spelling fixes in some webkit/dom_storage comments
gavinp@chromium.org
2012-03-28
2
-2
/
+2
*
DomStorageContext unittests.
michaeln@google.com
2012-03-28
2
-0
/
+184
*
Be sure to create the 'Local Storage' directory if needed.
michaeln@google.com
2012-03-23
2
-1
/
+8
*
DomStorage data deletion and memory purging.
michaeln@google.com
2012-03-23
10
-45
/
+367
*
DomStorage commit task sequencing. Use two workerpool task sequences (primary...
michaeln@google.com
2012-03-21
12
-183
/
+453
*
Revert 127575 - Revert 127573 - DOMStorageContextImpl that's implemented in t...
michaeln@google.com
2012-03-20
4
-12
/
+107
*
Revert 127573 - DOMStorageContextImpl that's implemented in terms of the new ...
dgrogan@chromium.org
2012-03-19
4
-106
/
+12
*
DOMStorageContextImpl that's implemented in terms of the new dom_storage clas...
michaeln@google.com
2012-03-19
4
-12
/
+106
*
Really now... derive DomStorageTaskRunner from base::SequencedTaskRunner.
michaeln@google.com
2012-03-14
2
-2
/
+28
*
Derive DomStorageTaskRunner from base::TaskRunner now that it exists.
michaeln@google.com
2012-03-13
2
-33
/
+47
*
Relax strict quota limit checks when reading pre-existing DomStorage database...
michaeln@google.com
2012-03-08
3
-23
/
+29
*
Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.
tedvessenes@gmail.com
2012-03-03
1
-3
/
+2
*
Integrate the new dom_storage backend into chromium DRT and test_shell.
michaeln@google.com
2012-03-01
4
-9
/
+16
*
Fix uninitialized memory access in dom_storage_database_unittest.
adamk@chromium.org
2012-02-29
3
-9
/
+13
*
Delete empty dom storage databases on destruction.
benm@chromium.org
2012-02-28
3
-2
/
+82
*
Fix up SequencedWorkerPool in preparation for making it a TaskRunner
akalin@chromium.org
2012-02-27
4
-2
/
+7
*
Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t...
benm@chromium.org
2012-02-27
8
-35
/
+290
*
Track DomStorageMap usage and enforce a quota on byte size.
benm@chromium.org
2012-02-22
5
-20
/
+116
*
Enable DomStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase.
benm@chromium.org
2012-02-20
1
-3
/
+1
*
Create a class to represent a Dom Storage Database.
benm@chromium.org
2012-02-10
4
-0
/
+704
*
Keep track of the last key returned.
benm@chromium.org
2012-02-10
3
-12
/
+38
*
Framing for a DomStorage backend that does not depend on in-process-webkit. O...
michaeln@google.com
2012-02-07
19
-0
/
+1280