summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Re-enable IndexedDB browser tests.hans@chromium.org2010-11-241-8/+7
* When a renderer crashes, make sure its resources are cleaned up.jorlow@chromium.org2010-11-233-6/+17
* Added methods to remove indexed databases from the ExtensionDataDeleter.pastarmovj@chromium.org2010-11-222-0/+22
* Disabling more IndexedDBBrowserTests because of time outs.kkania@chromium.org2010-11-201-2/+4
* Disable IndexedDBBrowserTest.KeyPathTest and TransactionTest since they're ti...kkania@chromium.org2010-11-191-2/+2
* Mark 2 IndexedDBBrowserTests as flaky.kkania@chromium.org2010-11-181-2/+4
* Added a method to delete indexed databases on shutdown.jochen@chromium.org2010-11-183-0/+59
* Coding style clean up of DomStorageContext.jochen@chromium.org2010-11-171-5/+8
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-1/+1
* IndexedDB: Keep the utility process open.hans@chromium.org2010-11-123-11/+22
* Remove "name" field from indexed databases.jochen@chromium.org2010-11-084-98/+6
* Add a command line switch for unlimited quota (for testing).jorlow@chromium.org2010-11-051-3/+10
* 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