summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webstoragearea_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-091-8/+9
* Synchronous XHR should only pump events if we are going to show a cookiedarin@chromium.org2010-03-091-3/+1
* Revert 40920 - Use the WebViewClient* passed in from the StorageAreaProxy ins...jorlow@chromium.org2010-03-081-9/+8
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-081-8/+9
* Switch to using the CookieMessageFilter when pumping messages for StorageArea...jorlow@chromium.org2010-03-051-2/+3
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-241-2/+5
* Modal loops of joy.darin@chromium.org2010-02-181-10/+12
* Only ask the user on setItems whether they want to allow dom storage.jorlow@chromium.org2010-02-131-2/+13
* Handle storage events locally when possible.jorlow@chromium.org2010-01-261-7/+14
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-051-8/+11
* Add quota support.jorlow@chromium.org2009-10-031-1/+2
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-111-117/+8
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-271-24/+20
* The spec for ____storage.key() changed. Now, instead of raising an exception...jorlow@chromium.org2009-08-111-4/+4
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-241-0/+171