summaryrefslogtreecommitdiffstats
path: root/webkit/database
Commit message (Expand)AuthorAgeFilesLines
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-033-1/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-2/+0
* Make tests that rely on getting a temp dir exit if they don't.evan@chromium.org2010-07-281-2/+2
* Remove incorrect usages of USE_SYSTEM_SQLITE.tfarina@chromium.org2010-07-191-6/+1
* Support WebSQLDatabases in incognito mode.dumi@chromium.org2010-06-135-361/+495
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-122-26/+5
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-211-1/+1
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-021-0/+16
* Reapply 43381 - Add some safeguards in DatabaseTracker to prevent writing any...michaeln@chromium.org2010-04-023-19/+70
* Revert 43381 - Add some safeguards in DatabaseTracker to prevent writing anyt...michaeln@google.com2010-04-013-38/+16
* Add some safeguards in DatabaseTracker to prevent writing anything to disk fo...michaeln@chromium.org2010-04-013-16/+38
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-312-0/+6
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-252-10/+60
* Copy header files to third_party/WebKit/WebKit/chromium/public whentony@chromium.org2010-03-251-0/+7
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-252-60/+10
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-242-10/+60
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-242-60/+10
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-242-10/+60
* Move glue, appcache, and database targets out of webkit into gypi files.tony@chromium.org2010-03-151-0/+32
* webkit/database: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-064-4/+5
* Reset the default quota limit for extensions to 5MB, but add adumi@chromium.org2010-02-274-11/+39
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-252-2/+1
* Increase the default quota for extensions to 1GB.dumi@chromium.org2010-02-201-1/+1
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-183-51/+202
* Ask renderers to immediately close all DB handles to a database filedumi@chromium.org2010-02-125-14/+99
* Add support for CONTENT_SETTING_ASK to database.jorlow@chromium.org2010-02-114-10/+40
* Add support for HTML5 databases to the cookie tree model.jochen@chromium.org2010-02-102-11/+30
* Delete HTML5 database in BrowsingDataRemover, part 1.jochen@chromium.org2010-02-062-13/+55
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-032-1/+48
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-032-48/+1
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-032-1/+48
* Adds support for SetDatabaseQuota(). Also, should remove a lot ofdumi@chromium.org2010-01-224-8/+26
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-2/+2
* Adding methods that will be used by the quota management UI.dumi@chromium.org2010-01-0611-96/+622
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-293-3/+3
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-111-1/+2
* Guard against directory traversal due to evil message from compromisedcevans@chromium.org2009-12-101-0/+4
* Increasing the default DB quota for extensions from 5MB to 50MB.dumi@chromium.org2009-11-231-1/+8
* Fix DatabaseTracker::LazyInit() to open the tracker database onlydumi@chromium.org2009-11-171-1/+10
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-133-15/+15
* Changing the file naming scheme. Creating a directory for each origin,dumi@chromium.org2009-11-1310-59/+227
* Deleting the 'databases' directory if the tracker database exists butdumi@chromium.org2009-11-091-1/+15
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+4
* Adding Chromium's database tracker.dumi@chromium.org2009-11-026-0/+804
* Random style fixes in the database backend.brettw@chromium.org2009-10-291-58/+59
* Clean up database files. Some changes are due to Google style guide violatio...pkasting@chromium.org2009-10-242-71/+58
* Refactor the DB code to make it accessible from test_shell.dumi@chromium.org2009-09-222-0/+243