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
/
chrome
/
browser
/
in_process_webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ChromeThread to BrowserThread Part12:
tfarina@chromium.org
2010-10-10
10
-136
/
+137
*
Enable IndexedDB by default.
jorlow@chromium.org
2010-10-09
1
-5
/
+0
*
Revert 61899 for breaking cookes on file:// URLs.
willchan@chromium.org
2010-10-08
1
-11
/
+3
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-3
/
+11
*
Fix up the IndexedDB plumbing layers to match the latest WebKit code.
jorlow@chromium.org
2010-10-06
3
-75
/
+155
*
Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN...
isherman@chromium.org
2010-09-30
1
-10
/
+4
*
Revert "Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumb...
andreip@chromium.org
2010-09-24
3
-12
/
+22
*
Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumbing
phajdan.jr@chromium.org
2010-09-24
3
-22
/
+12
*
Adds IDBFactory::didCompleteEventsForTransaction plumbing
andreip@chromium.org
2010-09-24
3
-12
/
+22
*
dom_storage_uitest: clean up code to use file_util::IsDirectoryEmpty.
evan@chromium.org
2010-09-23
1
-23
/
+20
*
Remove call to WebIDBFactory::abortPendingTransactions ahead of WK roll to r6...
andreip@chromium.org
2010-09-23
1
-3
/
+1
*
Revert my revert of 60275 + don't do static casting + disable the tests for now.
jorlow@chromium.org
2010-09-23
3
-50
/
+105
*
Revert 60275.
jorlow@chromium.org
2010-09-23
2
-101
/
+47
*
Add the transaction id plumbing to IndexedDB.
jorlow@chromium.org
2010-09-23
2
-47
/
+101
*
Add plumbing for IDBTransaction::abort()
andreip@chromium.org
2010-09-23
2
-0
/
+13
*
Hook up indexed databases to content settings.
jochen@chromium.org
2010-09-23
5
-14
/
+135
*
Fix some bugs that only show up when running layout tests manually
jorlow@chromium.org
2010-09-22
1
-2
/
+14
*
Revert 60122 - WebKit roll: 67957:68016
caseq@google.com
2010-09-22
1
-14
/
+3
*
WebKit roll: 67957:68016
caseq@google.com
2010-09-22
1
-3
/
+14
*
Hook up indexed databases to content settings.
jochen@chromium.org
2010-09-20
2
-7
/
+38
*
Remove vestigial cookie/web app permissions prompting UI now that the async U...
ben@chromium.org
2010-09-17
3
-144
/
+0
*
The Chromium side of implementing the IndexedDB base path stuff.
jorlow@chromium.org
2010-09-17
1
-1
/
+15
*
Add IDBIndex plumbing (for IndexedDB).
jorlow@chromium.org
2010-09-17
2
-20
/
+91
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
4
-2
/
+81
*
FBTF: Remove unneeded headers from base/ (part 8)
thestig@chromium.org
2010-09-08
4
-6
/
+4
*
Land http://codereview.chromium.org/3167045/show
jorlow@chromium.org
2010-09-05
1
-7
/
+6
*
Fix various issues with DOMStorage that only showed up in multi-process mode.
jorlow@chromium.org
2010-09-03
2
-1
/
+53
*
Protect local storage created by extension apps.
andybons@chromium.org
2010-09-01
4
-8
/
+23
*
Implement the Chrome half of setVersion.
jorlow@chromium.org
2010-08-31
2
-0
/
+18
*
Fix IndexedDBBrowserTest.KeyPathTest
andreip@chromium.org
2010-08-26
2
-2
/
+22
*
Hooks IDBKeyPath with IDBObjectStorage::put.
andreip@chromium.org
2010-08-26
5
-0
/
+276
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
2
-0
/
+2
*
Implement IDBTransaction::objectStore
andreip@chromium.org
2010-08-24
2
-0
/
+20
*
Fix IDBDatabase::removeObjectStore for multiprocess mode
andreip@chromium.org
2010-08-24
1
-1
/
+1
*
Fix compilation errors of 56862 by
andreip@chromium.org
2010-08-23
3
-1
/
+139
*
FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...
viettrungluu@chromium.org
2010-08-20
1
-1
/
+0
*
Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...
thomasvl@chromium.org
2010-08-20
3
-139
/
+1
*
Add transaction coordinator. Allow idle transactions to be aborted when their...
andreip@chromium.org
2010-08-20
3
-1
/
+139
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-2
/
+0
*
Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.
kinuko@chromium.org
2010-08-18
2
-6
/
+6
*
Adds tests for IndexedDB's index plumbing.
bulach@chromium.org
2010-08-17
1
-10
/
+17
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
2
-4
/
+2
*
Adds a browser_test for IndexedDB.
bulach@chromium.org
2010-08-12
1
-0
/
+54
*
Implements initial plumbing for IDBCursor.
bulach@chromium.org
2010-08-11
3
-1
/
+162
*
Add a session storage node to the cookies tree view for collected cookies.
jochen@chromium.org
2010-08-10
2
-1
/
+4
*
Introduce a resource identifier for content settings.
jochen@chromium.org
2010-08-06
2
-2
/
+2
*
Fix bad license header under chrome/ directory.
tfarina@chromium.org
2010-07-31
3
-11
/
+11
*
Rename IndexedDatabase to IDBFactory to match the spec
andreip@chromium.org
2010-07-30
4
-20
/
+19
*
Use vector::push_back() to add object store names to the vector of names and ...
andreip@chromium.org
2010-07-28
1
-1
/
+1
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
11
-0
/
+11
[next]