summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Fix bad license header under chrome/ directory.tfarina@chromium.org2010-07-313-11/+11
* Rename IndexedDatabase to IDBFactory to match the specandreip@chromium.org2010-07-304-20/+19
* Use vector::push_back() to add object store names to the vector of names and ...andreip@chromium.org2010-07-281-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2611-0/+11
* Coverity issue 9322, 8300: Uninitialized member in dom_storage classes.finnur@chromium.org2010-07-242-1/+3
* The Chrome half of implementing get/put/remove for object stores (https://bug...jorlow@chromium.org2010-07-143-10/+119
* Store blocked and accessed cookies in the tab contents.jochen@chromium.org2010-07-021-3/+3
* Add a "session only" policy to the content settings.jochen@chromium.org2010-07-021-4/+1
* 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