summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-5/+5
* IndexedDB: Expand browser test to cover the database, index and transaction c...hans@chromium.org2010-10-292-0/+9
* Don't assert if PostTask fails for WEBKIT thread, since it doesn't exist on ...jam@chromium.org2010-10-281-4/+2
* IndexedDB: Expand browser test to cover the object store.hans@chromium.org2010-10-281-2/+6
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-23/+54
* Use scoped_refptr for refcounted param in DomStorageDispatcherHost.willchan@chromium.org2010-10-201-1/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-192-5/+5
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-192-5/+5
* Fixes RendererWebIDBFactoryImpl override.bulach@chromium.org2010-10-151-14/+13
* Add the plumbing for synchronous exceptions in IndexedDB.jorlow@chromium.org2010-10-132-97/+168
* Add plumbing for passing the indexed database quota via IDBFactory::openandreip@chromium.org2010-10-121-1/+6
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-127-7/+7
* 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