RESOLVED FIXED 25714
Decouple HTML5 Database support from generic SQLite/Database support
https://bugs.webkit.org/show_bug.cgi?id=25714
Summary Decouple HTML5 Database support from generic SQLite/Database support
Laszlo Gombos
Reported 2009-05-11 19:15:54 PDT
In the Qt port disabling HTML5 DATABASE support will also disable ICONDATABASE OFFLINE_WEB_APPLICATIONS and DOM_STORAGE support. This patch will enable turning HTML 5 DATABASE support on/off independently from the rest of the SQLite/generic database dependent features.
Attachments
Proposed Fix (4.68 KB, patch)
2009-05-11 19:24 PDT, Laszlo Gombos
zecke: review+
Laszlo Gombos
Comment 1 2009-05-11 19:24:41 PDT
Created attachment 30214 [details] Proposed Fix Introduce the ENABLE_SQLITE guard for turning the SQLite feature/dependency on/off (instead of using the ENABLE_SQLITE guard). Move LocalStorage*.cpp; StorageArea.cpp and StorageMap.cpp files out from the DATABASE guard into the DOM_STORAGE guard (where they belong).
Holger Freyther
Comment 2 2009-05-11 22:04:43 PDT
Landed in r43549.
Note You need to log in before you can comment on or make changes to this bug.