diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2016-12-06 17:34:22 +0100 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2016-12-07 13:17:45 +0000 |
commit | 8272b5d1082124858b9e16b9df00c9f1dd5d1efa (patch) | |
tree | 8fed207b394dd67cc02922fe485a4cab9dea2ae8 /dist | |
parent | 4cb300d4d3042e9357a1b99c8f18342e4f4b38e5 (diff) | |
download | qtwebengine-8272b5d1082124858b9e16b9df00c9f1dd5d1efa.tar.gz |
Update Chromium
Pulls in the first half of security changes from the Chrome 55.0.2883.75
release.
Changes:
fb104e7 Add webengine target to root BUILD.gn
c9be6be [Backport] [runtime] Better encapsulation of dictionary objects handling in lookup iterator.
04a8a91 [Backport] Merged: Squashed multiple commits.
e63cc35 [Backport] Enforce form-action CSP even when form.target is present.
167831d [Backport] Walk up frame tree for srcdoc referrer policies
97d1433 [Backport] M55: Convert from int to float values.
1903e5a [Backport] Limit PDF helper extension to print preview only
a71fdf5 [Backport] M55: [pdf] Defer page unloading in JS callback.
0755498 [Backport] Update mix bus carefully for MediaStreamAudioDestinationNode
80d11e3 [Backport] Strengthen bounds check in CWeightTable::Calc.
238654a [Backport] Strengthen bounds check in CWeightTable::Calc * part II
bd3626a [Backport] Don't run handleEvent getter in V8EventListener::getListenerFunction if script is forbidden.
b5e68b8 [Backport] M55: PDF: Don't follow redirects in the plugin.
Change-Id: Iaecaae474bd490a62aef0591549f3dc314166afb
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-5.8.0 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/changes-5.8.0 b/dist/changes-5.8.0 index 292e52c06..67e5710a4 100644 --- a/dist/changes-5.8.0 +++ b/dist/changes-5.8.0 @@ -29,10 +29,12 @@ information about a particular change. - Chromium Snapshot: * The Chromium version has been updated to 53.0.2785.148. - * Security fixes from Chromium up to version 54.0.2840.101 + * Security fixes from Chromium up to version 55.0.2883.75 Including: CVE-2016-5181, CVE-2016-5182, CVE-2016-5183, CVE-2016-5185, CVE-2016-5186, CVE-2016-5187, CVE-2016-5189, CVE-2016-5192, - CVE-2016-5199, CVE-2016-5201. + CVE-2016-5199, CVE-2016-5201, CVE-2016-5206, CVE-2016-5207, + CVE-2016-5210, CVE-2016-5215. CVE-2016-5216, CVE-2016-5217, + CVE-2016-5223, CVE-2016-5225, CVE-2016-9650, CVE-2016-9651 - General: * Spellchecking support has been introduced. |