summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part12:tfarina@chromium.org2010-10-1010-136/+137
* Enable IndexedDB by default.jorlow@chromium.org2010-10-091-5/+0
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-11/+3
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-3/+11
* Fix up the IndexedDB plumbing layers to match the latest WebKit code.jorlow@chromium.org2010-10-063-75/+155
* Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN...isherman@chromium.org2010-09-301-10/+4
* Revert "Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumb...andreip@chromium.org2010-09-243-12/+22
* Revert 60457 - Adds IDBFactory::didCompleteEventsForTransaction plumbingphajdan.jr@chromium.org2010-09-243-22/+12
* Adds IDBFactory::didCompleteEventsForTransaction plumbingandreip@chromium.org2010-09-243-12/+22
* dom_storage_uitest: clean up code to use file_util::IsDirectoryEmpty.evan@chromium.org2010-09-231-23/+20
* Remove call to WebIDBFactory::abortPendingTransactions ahead of WK roll to r6...andreip@chromium.org2010-09-231-3/+1
* Revert my revert of 60275 + don't do static casting + disable the tests for now.jorlow@chromium.org2010-09-233-50/+105
* Revert 60275.jorlow@chromium.org2010-09-232-101/+47
* Add the transaction id plumbing to IndexedDB.jorlow@chromium.org2010-09-232-47/+101
* Add plumbing for IDBTransaction::abort()andreip@chromium.org2010-09-232-0/+13
* Hook up indexed databases to content settings.jochen@chromium.org2010-09-235-14/+135
* Fix some bugs that only show up when running layout tests manuallyjorlow@chromium.org2010-09-221-2/+14
* Revert 60122 - WebKit roll: 67957:68016caseq@google.com2010-09-221-14/+3
* WebKit roll: 67957:68016caseq@google.com2010-09-221-3/+14
* Hook up indexed databases to content settings.jochen@chromium.org2010-09-202-7/+38
* Remove vestigial cookie/web app permissions prompting UI now that the async U...ben@chromium.org2010-09-173-144/+0
* The Chromium side of implementing the IndexedDB base path stuff.jorlow@chromium.org2010-09-171-1/+15
* Add IDBIndex plumbing (for IndexedDB).jorlow@chromium.org2010-09-172-20/+91
* Fix SessionStoragejorlow@chromium.org2010-09-144-2/+81
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-084-6/+4
* Land http://codereview.chromium.org/3167045/showjorlow@chromium.org2010-09-051-7/+6
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-032-1/+53
* Protect local storage created by extension apps.andybons@chromium.org2010-09-014-8/+23
* Implement the Chrome half of setVersion.jorlow@chromium.org2010-08-312-0/+18
* Fix IndexedDBBrowserTest.KeyPathTestandreip@chromium.org2010-08-262-2/+22
* Hooks IDBKeyPath with IDBObjectStorage::put.andreip@chromium.org2010-08-265-0/+276
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-242-0/+2
* Implement IDBTransaction::objectStoreandreip@chromium.org2010-08-242-0/+20
* Fix IDBDatabase::removeObjectStore for multiprocess modeandreip@chromium.org2010-08-241-1/+1
* Fix compilation errors of 56862 byandreip@chromium.org2010-08-233-1/+139
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...viettrungluu@chromium.org2010-08-201-1/+0
* Revert 56862 - Add transaction coordinator. Allow idle transactions to be abo...thomasvl@chromium.org2010-08-203-139/+1
* Add transaction coordinator. Allow idle transactions to be aborted when their...andreip@chromium.org2010-08-203-1/+139
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.kinuko@chromium.org2010-08-182-6/+6
* Adds tests for IndexedDB's index plumbing.bulach@chromium.org2010-08-171-10/+17
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-4/+2
* Adds a browser_test for IndexedDB.bulach@chromium.org2010-08-121-0/+54
* Implements initial plumbing for IDBCursor.bulach@chromium.org2010-08-113-1/+162
* Add a session storage node to the cookies tree view for collected cookies.jochen@chromium.org2010-08-102-1/+4
* Introduce a resource identifier for content settings.jochen@chromium.org2010-08-062-2/+2
* Fix bad license header under chrome/ directory.tfarina@chromium.org2010-07-313-11/+11
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-304-20/+19
* Use vector::push_back() to add object store names to the vector of names and ...andreip@chromium.org2010-07-281-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2611-0/+11