summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/database_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the dirfd parameter from all Chromium code. The POSIX VFSdumi@chromium.org2010-05-121-11/+3
* Don't bother returning the directory descriptor for SQLite.agl@chromium.org2010-05-071-0/+6
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-37/+40
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-021-14/+14
* Allow cookies and other storage data in extensions even when the userdumi@chromium.org2010-04-011-1/+1
* Reland 43183. Block database access on allowDatabase instead of databaseOpenF...jochen@chromium.org2010-03-311-128/+72
* Revert 43183 - Block database access on allowDatabase instead of databaseOpen...jochen@chromium.org2010-03-311-72/+128
* Block database access on allowDatabase instead of databaseOpenFile.jochen@chromium.org2010-03-311-128/+72
* Revert 39732 due to reliability bot failures.darin@chromium.org2010-02-231-7/+3
* Notify when database access is blocked due to content settings.jochen@chromium.org2010-02-231-3/+7
* Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ...jorlow@chromium.org2010-02-171-16/+9
* Ask renderers to immediately close all DB handles to a database filedumi@chromium.org2010-02-121-7/+24
* Add support for CONTENT_SETTING_ASK to database.jorlow@chromium.org2010-02-111-13/+98
* Adding methods that will be used by the quota management UI.dumi@chromium.org2010-01-061-16/+13
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-1/+1
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-131-22/+16
* Changing the file naming scheme. Creating a directory for each origin,dumi@chromium.org2009-11-131-57/+37
* Adding support for DatabaseTracker messages todumi@chromium.org2009-11-091-186/+327
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-48/+37
* Random style fixes in the database backend.brettw@chromium.org2009-10-291-5/+5
* Clean up database files. Some changes are due to Google style guide violatio...pkasting@chromium.org2009-10-241-47/+36
* Refactor the DB code to make it accessible from test_shell.dumi@chromium.org2009-09-221-207/+29
* Bug fix: produce unique temp file names when the VFS requests a handle to a n...dumi@chromium.org2009-09-111-39/+58
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-25/+185
* Linux: fix up use_system_{libxml,libxslt,sqlite3}agl@chromium.org2009-08-131-1/+6
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+291