summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Implement IndexedDatabase::open up until re-entrance into WebKit. That (and thejorlow@chromium.org2010-05-1411-56/+408
* Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace().satish@chromium.org2010-05-123-7/+4
* Fix bug REGRESSION: Extension settings / options / preferences are not being ...jianli@chromium.org2010-05-102-0/+15
* Roll WebKit's version to 57768 to pick up a change todumi@chromium.org2010-04-171-6/+6
* Cleanup: Explicitly add a bunch of missing includes.thestig@chromium.org2010-04-151-3/+4
* Change ui_tests to pull the directories it needs from the upstream webkitdpranke@chromium.org2010-04-031-2/+2
* Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun...thestig@chromium.org2010-03-311-1/+5
* [GTTF] Unify polling interval in some of the polling functionsphajdan.jr@chromium.org2010-03-301-2/+1
* Broke out shared worker tests into individual tests and increased worker test...atwilson@chromium.org2010-03-301-1/+1
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-252-0/+21
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-252-21/+0
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-242-0/+21
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-242-21/+0
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-242-0/+21
* Revert r42426 - tests are failing because the WebKit LayoutTests directoriesdpranke@google.com2010-03-241-2/+4
* Use upstream layout_test baselines since the downstream ones are going away.dpranke@google.com2010-03-241-4/+2
* [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