Changeset 52690 in webkit


Ignore:
Timestamp:
Jan 3, 2010 11:36:38 AM (14 years ago)
Author:
Laszlo Gombos
Message:

2009-12-31 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

[Qt] Enable all HTML5 persistent features for QGVLauncher
https://bugs.webkit.org/show_bug.cgi?id=33086

  • QGVLauncher/main.cpp: Call enablePersistentStorage() (main):
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r52662 r52690  
     12009-12-31  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Enable all HTML5 persistent features for QGVLauncher
     6        https://bugs.webkit.org/show_bug.cgi?id=33086
     7
     8        * QGVLauncher/main.cpp: Call enablePersistentStorage()
     9        (main):
     10
    1112009-12-30  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
    212
  • trunk/WebKit/qt/QGVLauncher/main.cpp

    r52626 r52690  
    454454    QWebSettings::globalSettings()->setAttribute(QWebSettings::PluginsEnabled, true);
    455455    QWebSettings::globalSettings()->setAttribute(QWebSettings::DeveloperExtrasEnabled, true);
    456     QWebSettings::globalSettings()->setAttribute(QWebSettings::LocalStorageEnabled, true);
     456    QWebSettings::enablePersistentStorage();
    457457
    458458    const QStringList args = app.arguments();
Note: See TracChangeset for help on using the changeset viewer.