summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-1/+1
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-092-6/+22
* Revert 40920 - Use the WebViewClient* passed in from the StorageAreaProxy ins...jorlow@chromium.org2010-03-081-15/+3
* Use the WebViewClient* passed in from the StorageAreaProxy instead of usingjorlow@chromium.org2010-03-081-3/+15
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-0/+1
* Switch to using the CookieMessageFilter when pumping messages for StorageArea...jorlow@chromium.org2010-03-053-8/+20
* Turn on session storage by default.jorlow@chromium.org2010-02-241-1/+0
* Small preparation for the cookie confirmation dialog on linux/osx.thakis@chromium.org2010-02-231-6/+0
* Mac: Implement most of the content settings dialog.thakis@chromium.org2010-02-221-0/+1
* Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma...jorlow@chromium.org2010-02-202-26/+17
* Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ...jorlow@chromium.org2010-02-172-14/+12
* Only ask the user on setItems whether they want to allow dom storage.jorlow@chromium.org2010-02-133-14/+13
* Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual...jorlow@chromium.org2010-02-124-65/+22
* Remove webkit/glue/glue_util.{h,cc} now that the WebKit API is complete!darin@chromium.org2010-02-111-1/+0
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-094-23/+23
* Show an app modal dialog when the cookie policy is ASK.darin@chromium.org2010-02-083-26/+90
* When clearing browsing data modified since a certain time, do not delete exte...jochen@chromium.org2010-02-054-14/+27
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-032-6/+31
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-032-31/+6
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-032-6/+31
* Add support for fine grained permissions to use LocalStorage.jorlow@chromium.org2010-02-028-33/+235
* Update the DOM Storage UI test to run all the layout tests that currently run.jorlow@chromium.org2010-02-021-45/+43
* Remove some unnecessary includes.craig.schlenter@chromium.org2010-01-281-1/+0
* Handle storage events locally when possible.jorlow@chromium.org2010-01-264-24/+43
* Adds local storage nodes to cookie tree model and cookies view.bulach@chromium.org2010-01-252-5/+55
* Revert last 3 patches. Sorry guys. :-(jorlow@chromium.org2010-01-202-55/+5
* Adds local storage nodes to cookie tree model and cookies view. jorlow@chromium.org2010-01-202-5/+55
* The final step in making session storage cross-process. Remove dead code and...jorlow@chromium.org2010-01-2010-162/+118
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-156-18/+78
* Add LayoutTests/websocket/tests/worker support.ukai@chromium.org2010-01-131-4/+4
* Rename StorageNamespace and StorageArea to DOMStorageNamespace and DOMStorage...jorlow@chromium.org2010-01-058-104/+105
* Write the webkit thread unittests. (Er...test.)jorlow@chromium.org2010-01-052-4/+15
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-264-0/+41
* RESUBMIT of http://codereview.chromium.org/404025/showchase@chromium.org2009-11-254-65/+41
* Revert "RESUBMIT of http://codereview.chromium.org/404025/show"chase@chromium.org2009-11-254-41/+65
* RESUBMIT of http://codereview.chromium.org/404025/showjorlow@chromium.org2009-11-254-65/+41
* Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev...ananta@chromium.org2009-11-204-38/+68
* RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit...jorlow@chromium.org2009-11-204-68/+38
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-182-7/+10
* Revert my last...jorlow@chromium.org2009-11-184-38/+68
* Make the WebKitThread object start the WebKit thread on construction (not laz...jorlow@chromium.org2009-11-184-68/+38
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-5/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-125-10/+10
* Put local storage files in "Local Storage" instead of "localStorage" director...jorlow@chromium.org2009-11-101-2/+17
* Add bug number for flaky LocalStorageLayoutTests.willchan@chromium.org2009-11-091-0/+1
* Mark DOMStorageTest.LocalStorageLayoutTests as flaky.willchan@chromium.org2009-11-091-1/+1
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-1/+0
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-055-23/+40
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-045-50/+45
* Fix several MAJOR crashers in Chrome+LocalStorage/Extensions. Need to explic...jorlow@chromium.org2009-10-301-0/+1