summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-03-18 11:33:13 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-03-18 11:51:54 +0000
commit8366c5d48fc7ef56ea2269cb133f2a75269a712e (patch)
tree54157a86c37504f65f7030ce0bdd3d7253b314fa
parent49ad697403f7031f292924096851b498f788bbfd (diff)
parentf975a3869a5350ef8771d952792863fbc6afac85 (diff)
downloadqtwebkit-8366c5d48fc7ef56ea2269cb133f2a75269a712e.tar.gz
Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/staging/5.6
-rw-r--r--dist/changes-5.6.011
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
-----------