summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit/webkit_context.h
Commit message (Expand)AuthorAgeFilesLines
* Move in_process_webkit dir from chrome\browser to content\browser.jam@chromium.org2011-02-241-86/+0
* Moved deleting the indexed db context to the IndexedDBContext destructor.pastarmovj@chromium.org2010-11-301-3/+11
* Fix SessionStoragejorlow@chromium.org2010-09-141-2/+2
* Protect local storage created by extension apps.andybons@chromium.org2010-09-011-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-141-2/+10
* When clearing browsing data modified since a certain time, do not delete exte...jochen@chromium.org2010-02-051-4/+5
* The final step in making session storage cross-process. Remove dead code and...jorlow@chromium.org2010-01-201-1/+7
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-261-0/+5
* Add the ability to purge memory to LocalStorage. This deletes the underlying...pkasting@chromium.org2009-10-151-1/+15
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-031-4/+4
* Reverting 27756.jorlow@chromium.org2009-10-011-4/+4
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-011-4/+4
* Refactor DOM storage to be more object oriented. All the DOMStorageDispatche...jorlow@chromium.org2009-09-081-2/+12
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-261-0/+30