Home | History | Annotate | Download | only in gtk

Lines Matching full:database

564             the icon database for new icons.
569 icon database.
571 * webkit/webkiticondatabase.h: Implement public icon database
652 [GTK] Extended application cache database API and added unit tests file.
752 [GTK] Implemented API to set/get web application cache directory path database.
757 web application cache directory path database.
761 web application cache directory path database.
764 to set default web application cache directory path database.
1140 Add a DumpRenderTreeSupportGtk method for turning the icon database on and off.
1148 of initializing the database manually.
1982 [GTK] minimal build with --database fails
2293 * tests/testwebplugindatabase.c: Test that the database contains
6013 Move isAvailable()/setIsAvailable() from Database/DatabaseSync to AbstractDatabase.
7347 Remove the now-redundant Settings fields for the Database
7404 Move database enable bit fully out of settings
7407 Database::setIsAvailable inside Settings::setDatabaseEnabled and
7410 Chromium's use of Settings for the Database, and phase three will remove
7411 the Setting for the Database enable entirely, leaving only
7412 Database::isAvailable/setIsAvailable.
7418 * webkit/webkitwebview.cpp: Add calls to Database::setIsAvailable
8351 frame, before opening the icon database.
9964 [Gtk] Expose a database API
9967 Expose an HTML5 database API for GTK+.
11532 [Gtk] Enable database and localStorage support
11535 Add settings to enable or disable database and localStorage
11829 Add #if ENABLE(DATABASE) guards around database code so toggling ENABLE_DATABASE off does not break builds.
14994 webkitgtk fails to build from source: "Database Tracker" has not been declared
14996 GTK+ fix for building without database support.
15004 GTK+ fixes for building without database support.
15184 Database example doesn't work on Gtk port
15772 - updated for changes to database functions
15913 pkgconfig file and icon database inclusion fix
17049 Re-enable database support in the GTK+ port, with a fix.
17063 [GTK] Make it possible to disable database support
17065 Make database path initialization conditional on database support
17101 Gtk changes needed to enable HTML 5 client-side database storage.
17103 * Api/webkitgtkglobal.cpp: Set a default database path based on the user data directory.
17119 GTK+ build fix enabling the new local database storage feature.