diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-09-02 11:32:27 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2018-09-04 19:11:55 +0000 |
commit | 4c4698fd2ecb5d1eb86b6cd9429f20af093a481a (patch) | |
tree | 0a7e6d193d6da15a7858388387af8b0f74547c0e | |
parent | 6615f6617922fb67daac1738a6d0a7237382060f (diff) | |
download | qtwebengine-4c4698fd2ecb5d1eb86b6cd9429f20af093a481a.tar.gz |
Update changes-5.11.2
Add a few missed changes from 3rdparty
Change-Id: Ie503da76d20440729516224c48bf0c95aade66d7
Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
-rw-r--r-- | dist/changes-5.11.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-5.11.2 b/dist/changes-5.11.2 index cc8d2520e..753e83fa7 100644 --- a/dist/changes-5.11.2 +++ b/dist/changes-5.11.2 @@ -55,6 +55,7 @@ General ------- * [QTBUG-59891] Popups are now closed when parent window is moved. + * [QTBUG-67801] Fixed assert with some AMD CPUs on Windows. * [QTBUG-68699] Fixed another crash with non-integer Qt scaling. * [QTBUG-69231] Fixed keyboard modifiers on drop events. * [QTBUG-69236] Fixed --enable-webgl-software-rendering to ignore blacklist @@ -63,10 +64,15 @@ General * [QTBUG-69372] QWebEngineUrlRequestJob::initiator() now differs between unique origins and unknown origins. * [QTBUG-69605] HSTS state is now persistent with appropriate profiles. + * [QTBUG-69639] Work around MSVC compiler error affecting printing on + 32-bit Windows. * [QTBUG-69904] JavaScript worldID can now be up to 256 (up from 11), and the limit is now documented. + * [QTBUG-70034] Fixed qtwebengine_convert_dict failing on certain + dictionaries. Build ----- * [QTBUG-50554] Update libvpx check to match standard versions. + * [QTBUG-69121] Fixed shadow builds on read-only sources. |