diff options
Diffstat (limited to 'Source/WebKit/qt/ChangeLog')
| -rw-r--r-- | Source/WebKit/qt/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Source/WebKit/qt/ChangeLog b/Source/WebKit/qt/ChangeLog index 4cc7e72c2..9a085047c 100644 --- a/Source/WebKit/qt/ChangeLog +++ b/Source/WebKit/qt/ChangeLog @@ -1,3 +1,18 @@ +2012-10-23 Andras Becsi <andras.becsi@digia.com> + + Remove devicePixelRatio from ViewportAttributes + https://bugs.webkit.org/show_bug.cgi?id=99845 + + Reviewed by Adam Barth. + + Pass the device pixel ratio as a function argument to + match the new API. + + * Api/qwebpage.cpp: + (QWebPage::viewportAttributesForSize): + * WebCoreSupport/DumpRenderTreeSupportQt.cpp: + (DumpRenderTreeSupportQt::viewportAsText): + 2012-10-23 Simon Hausmann <simon.hausmann@digia.com> Unreviewed build fix with newer Qt 5. |
