Changeset 55288 in webkit


Ignore:
Timestamp:
Feb 26, 2010 8:53:21 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-26 Diego Gonzalez <diego.gonzalez@openbossa.org>

Reviewed by Simon Hausmann.

Fix documentation of QWebSettings::setUserStyleSheetUrl method

The base 64 data in the exemple shows a not valid code.

REGRESSION: QWebSettings::setUserStyleSheetUrl is not working with a data URL (Base64)
https://bugs.webkit.org/show_bug.cgi?id=34802

  • Api/qwebsettings.cpp:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebsettings.cpp

    r55273 r55288  
    479479    with UTF-8 and Base64 encoded data, such as:
    480480
    481     "data:text/css;charset=utf-8;base64,cCB7IGJhY2tncm91bmQtY29sb3I6IHJlZCB9Ow==;"
     481    "data:text/css;charset=utf-8;base64,cCB7IGJhY2tncm91bmQtY29sb3I6IHJlZCB9Ow=="
     482    NOTE: In case the base 64 data is not valid the style will not be applied.
    482483
    483484    \sa userStyleSheetUrl()
  • trunk/WebKit/qt/ChangeLog

    r55273 r55288  
     12010-02-26  Diego Gonzalez  <diego.gonzalez@openbossa.org>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Fix documentation of QWebSettings::setUserStyleSheetUrl method
     6
     7        The base 64 data in the exemple shows a not valid code.
     8
     9        REGRESSION: QWebSettings::setUserStyleSheetUrl is not working with a data URL (Base64)
     10        https://bugs.webkit.org/show_bug.cgi?id=34802
     11
     12        * Api/qwebsettings.cpp:
     13
    1142010-02-26  Jamey Hicks  <jamey.hicks@nokia.com>
    215
Note: See TracChangeset for help on using the changeset viewer.