diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-27 21:51:42 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-27 21:51:42 +0200 |
| commit | be01689f43cf6882cf670d33df49ead1f570c53a (patch) | |
| tree | 4bb2161d8983b38e3e7ed37b4a50303bfd5e2e85 /Source/WebKit/qt/ChangeLog | |
| parent | a89b2ebb8e192c5e8cea21079bda2ee2c0c7dddd (diff) | |
| download | qtwebkit-be01689f43cf6882cf670d33df49ead1f570c53a.tar.gz | |
Imported WebKit commit 8d6c5efc74f0222dfc7bcce8d845d4a2707ed9e6 (http://svn.webkit.org/repository/webkit/trunk@118629)
Diffstat (limited to 'Source/WebKit/qt/ChangeLog')
| -rw-r--r-- | Source/WebKit/qt/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog index e823f86e5..bf8496bbb 100644 --- a/Source/WebKit/qt/ChangeLog +++ b/Source/WebKit/qt/ChangeLog @@ -1,3 +1,27 @@ +2012-05-27 Simon Hausmann <simon.hausmann@nokia.com> + + [Qt] Trivial unreviewed build fix with newer Qt + + * Api/qwebpage.cpp: + (QWebPage::javaScriptPrompt): Don't use deprecated QString/QChar functions. + +2012-05-24 Ryosuke Niwa <rniwa@webkit.org> + + createContextualFragment and insertAdjacentHTML should throw syntax error + https://bugs.webkit.org/show_bug.cgi?id=87454 + + Reviewed by Darin Adler. + + Pass an ExceptionCode to createContextualFragment. + + * Api/qwebelement.cpp: + (QWebElement::appendInside): + (QWebElement::prependInside): + (QWebElement::prependOutside): + (QWebElement::appendOutside): + (QWebElement::encloseContentsWith): + (QWebElement::encloseWith): + 2012-05-25 Csaba Osztrogonác <ossy@webkit.org> [Qt] Buildfix for newer Qt5 |
