| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 11 | -56/+408 |
* | Pass quota parameter to WebStorageNamespace::createSessionStorageNamespace(). | satish@chromium.org | 2010-05-12 | 3 | -7/+4 |
* | Fix bug REGRESSION: Extension settings / options / preferences are not being ... | jianli@chromium.org | 2010-05-10 | 2 | -0/+15 |
* | Roll WebKit's version to 57768 to pick up a change to | dumi@chromium.org | 2010-04-17 | 1 | -6/+6 |
* | Cleanup: Explicitly add a bunch of missing includes. | thestig@chromium.org | 2010-04-15 | 1 | -3/+4 |
* | Change ui_tests to pull the directories it needs from the upstream webkit | dpranke@chromium.org | 2010-04-03 | 1 | -2/+2 |
* | Merge UiTest::GetTest* and ui_test_utils::GetTest*. Convert these utility fun... | thestig@chromium.org | 2010-03-31 | 1 | -1/+5 |
* | [GTTF] Unify polling interval in some of the polling functions | phajdan.jr@chromium.org | 2010-03-30 | 1 | -2/+1 |
* | Broke out shared worker tests into individual tests and increased worker test... | atwilson@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 2 | -0/+21 |
* | Reverts 42520 and 42477. It back red again when adding this change back. | maruel@chromium.org | 2010-03-25 | 2 | -21/+0 |
* | Reapply 42467 by reverting 42499 and added suppression. | maruel@chromium.org | 2010-03-24 | 2 | -0/+21 |
* | Revert r42467: "Clear cookies, local storage and databases when an extension ... | maruel@chromium.org | 2010-03-24 | 2 | -21/+0 |
* | Clear cookies, local storage and databases when an extension gets uninstalled. | jochen@chromium.org | 2010-03-24 | 2 | -0/+21 |
* | Revert r42426 - tests are failing because the WebKit LayoutTests directories | dpranke@google.com | 2010-03-24 | 1 | -2/+4 |
* | Use upstream layout_test baselines since the downstream ones are going away. | dpranke@google.com | 2010-03-24 | 1 | -4/+2 |
* | [GTTF] Make automation framework more solid by making sure that | phajdan.jr@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | Use the WebViewClient* passed in from the StorageAreaProxy instead of using | jorlow@chromium.org | 2010-03-09 | 2 | -6/+22 |
* | Revert 40920 - Use the WebViewClient* passed in from the StorageAreaProxy ins... | jorlow@chromium.org | 2010-03-08 | 1 | -15/+3 |
* | Use the WebViewClient* passed in from the StorageAreaProxy instead of using | jorlow@chromium.org | 2010-03-08 | 1 | -3/+15 |
* | Next part of removing the dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-03-06 | 1 | -0/+1 |
* | Switch to using the CookieMessageFilter when pumping messages for StorageArea... | jorlow@chromium.org | 2010-03-05 | 3 | -8/+20 |
* | Turn on session storage by default. | jorlow@chromium.org | 2010-02-24 | 1 | -1/+0 |
* | Small preparation for the cookie confirmation dialog on linux/osx. | thakis@chromium.org | 2010-02-23 | 1 | -6/+0 |
* | Mac: Implement most of the content settings dialog. | thakis@chromium.org | 2010-02-22 | 1 | -0/+1 |
* | Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma... | jorlow@chromium.org | 2010-02-20 | 2 | -26/+17 |
* | Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ... | jorlow@chromium.org | 2010-02-17 | 2 | -14/+12 |
* | Only ask the user on setItems whether they want to allow dom storage. | jorlow@chromium.org | 2010-02-13 | 3 | -14/+13 |
* | Make the setItem CONTENT_SETTING_ASK dialog more useful by showing the actual... | jorlow@chromium.org | 2010-02-12 | 4 | -65/+22 |
* | Remove webkit/glue/glue_util.{h,cc} now that the WebKit API is complete! | darin@chromium.org | 2010-02-11 | 1 | -1/+0 |
* | Whitelist all content for various internal schemes. | pkasting@chromium.org | 2010-02-09 | 4 | -23/+23 |
* | Show an app modal dialog when the cookie policy is ASK. | darin@chromium.org | 2010-02-08 | 3 | -26/+90 |
* | When clearing browsing data modified since a certain time, do not delete exte... | jochen@chromium.org | 2010-02-05 | 4 | -14/+27 |
* | Reland 37913. Clear local state on exit. | jochen@chromium.org | 2010-02-03 | 2 | -6/+31 |
* | Revert 37913 - Clear local state (cookies, databases, local storage) on exit. | chase@chromium.org | 2010-02-03 | 2 | -31/+6 |
* | Clear local state (cookies, databases, local storage) on exit. | jochen@chromium.org | 2010-02-03 | 2 | -6/+31 |
* | Add support for fine grained permissions to use LocalStorage. | jorlow@chromium.org | 2010-02-02 | 8 | -33/+235 |
* | Update the DOM Storage UI test to run all the layout tests that currently run. | jorlow@chromium.org | 2010-02-02 | 1 | -45/+43 |
* | Remove some unnecessary includes. | craig.schlenter@chromium.org | 2010-01-28 | 1 | -1/+0 |
* | Handle storage events locally when possible. | jorlow@chromium.org | 2010-01-26 | 4 | -24/+43 |
* | Adds local storage nodes to cookie tree model and cookies view. | bulach@chromium.org | 2010-01-25 | 2 | -5/+55 |
* | Revert last 3 patches. Sorry guys. :-( | jorlow@chromium.org | 2010-01-20 | 2 | -55/+5 |
* | Adds local storage nodes to cookie tree model and cookies view. | jorlow@chromium.org | 2010-01-20 | 2 | -5/+55 |
* | The final step in making session storage cross-process. Remove dead code and... | jorlow@chromium.org | 2010-01-20 | 10 | -162/+118 |
* | Introduce all the plumbing for Session Storage. This mostly consists of crea... | jorlow@chromium.org | 2010-01-15 | 6 | -18/+78 |
* | Add LayoutTests/websocket/tests/worker support. | ukai@chromium.org | 2010-01-13 | 1 | -4/+4 |
* | Rename StorageNamespace and StorageArea to DOMStorageNamespace and DOMStorage... | jorlow@chromium.org | 2010-01-05 | 8 | -104/+105 |
* | Write the webkit thread unittests. (Er...test.) | jorlow@chromium.org | 2010-01-05 | 2 | -4/+15 |
* | For now, let's clear local storage whenever we clear cookies. | jorlow@chromium.org | 2009-11-26 | 4 | -0/+41 |
* | RESUBMIT of http://codereview.chromium.org/404025/show | chase@chromium.org | 2009-11-25 | 4 | -65/+41 |