summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* UI test for removal of empty DOM Storage database files.hans@chromium.org2010-06-221-0/+62
* Move content settings related events into their own delegate.jochen@chromium.org2010-06-221-2/+2
* Implement WebKitClientImpl::databaseDeleteFile.hans@chromium.org2010-06-162-0/+10
* Flesh out the rest of IDBIndex and IDBObjectStore's chromium halves.jorlow@chromium.org2010-06-143-17/+168
* Set handled flag to true inside IndexedDBDispatcherHost::OnMessageReceivedWeb...andreip@chromium.org2010-06-091-0/+2
* Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks.andreip@chromium.org2010-06-094-68/+131
* Disable WebKitThreadTest.ExposedInChromeThread, due to subsequent assert.senorblanco@google.com2010-06-081-1/+1
* Add IDBIndex support + various cleanup.jorlow@chromium.org2010-06-032-127/+266
* Handle IDBDatabase sync calls.jorlow@chromium.org2010-05-273-12/+133
* IndexedDB should use WebSecurityOrigins rather than passing origin stringsjorlow@chromium.org2010-05-211-1/+4
* Re-enable layout test for web storage quota.satish@chromium.org2010-05-171-1/+1
* 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