diff options
author | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2016-03-17 16:09:12 +0100 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2016-03-17 16:09:12 +0100 |
commit | f975a3869a5350ef8771d952792863fbc6afac85 (patch) | |
tree | c5ed232c95247cbd8ff079d556adee7fea89bde6 | |
parent | d832cfa7c3ba44b56a566a998c69f7436dee2581 (diff) | |
parent | 81f43efbb2112b693b21d8f95cd627e9fd1032b9 (diff) | |
download | qtwebkit-f975a3869a5350ef8771d952792863fbc6afac85.tar.gz |
Merge remote-tracking branch 'origin/5.6.0' into 5.6
Change-Id: Ibe3360a92dc34a87bc68cacabc48938cdafd49cb
-rw-r--r-- | dist/changes-5.6.0 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/changes-5.6.0 b/dist/changes-5.6.0 index 0964b19b2..b042f2925 100644 --- a/dist/changes-5.6.0 +++ b/dist/changes-5.6.0 @@ -19,12 +19,21 @@ information about a particular change. **************************************************************************** -* Library * +* Important Behavior Changes * +**************************************************************************** + + - The quality parameter in canvas.toDataURL only applies to JPEG images + now, in accordance with section 4.12.4.4 of the HTML5 spec. + +**************************************************************************** +* Library * **************************************************************************** QtWebkit -------- - [QTBUG-44563] Render anchors as clickable links in PDF documents + - % unit heights didn't work if parent block height was set in vh + - Fixed regression: some errors were not reported to ErrorPageExtension QtWebkitQML ----------- |