summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.9.9v5.9.95.9Antti Kokko2019-12-081-0/+71
| | | | | | | | | | | | | | + b14fb79c5762b7181ad844a08fe56409c6bd79ad Allow VS 2019 to try to build QtWebEngine + 27357fb962d97a12c20f6969f8cba6044fbfa9d0 Fix tst_QWebEngineHistory widget auto tests + 7cdb24f8818a3cfa81bc43ac6f7ce09683f36639 Process pending resize of view before scroll to anchor by URL fragment + c4415f98106d5a1950ef000b6ee211dff24728f9 Update Chromium + fdec963fe2048a70513440ee7da34d7d34bf73af Backport various minor fixes + 2ed160ce8efb090f7eeef11948cd39425c5dd569 Bump version + f0b43c22ef7eec1efecd868db3184ca994c69fb2 Update Chromium + cb426428e027be4c44bc6ce63479160dea12d62e Update Chromium Change-Id: I5d45a9186a296cb2c7f1a122f75a0e0c9fe8e91b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichael Brüning2019-12-051-0/+0
| | | | | | | | | | | | | | | | | | | | | This pulls in the following changes: e274a456ab5 [Backport] Fix for CVE-2019-5826 9ccd70b1edb [Backport] CVE-2019-5839 ed253f24557 [Backport] CVE-2019-5842 904fa70185f [Backport] CVE-2019-5854 a18a01d6531 [Backport] CVE-2019-5870 4f7d6ea2e79 [Backport] CVE-2019-13659 e76f8b22419 [Backport] CVE-2019-5876 d62c0b33564 [Backport] CVE-2019-13692 dc7abb552a0 [Backport] CVE-2019-13697 a60c92087e1 [Backport] Fix for CVE-2019-5815 52a5d6b81d1 [Backport] Security bug 1018406 d4454467338 Fix compiling on Xcode 11. d00dd9bddf1 Fix use of deprecated method for scanning wifi networks 0ee076e7a65 [Backport] CVE-2019-15903 Change-Id: Ib3a6dff203d973d7363b86c9f6cf32b07be0e62b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichael Brüning2019-12-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following changes: de568e7f25f Fix build with recent linux kernel. f6daf509b2a Fix building with pulseaudio 13 8b7483fe109 [Backport] CVE-2019-5793 d412b470745 [Backport] Security bug 906652 d5618f4b2ce [Backport] Security bug 906379 826925df704 [Backport] Fix for CVE-2019-5808 c51cc20f970 [Backport] Security Bug 924905 2b330f66bb2 [Backport] Security Bug 919572 f99f4ed74de [Backport] Security bug 913212 dda18dccd91 [Backport] Security bug 916874 ca1a356780f [Backport] Security bug 917608 c50dd4c5a94 [Backport] Security bug 933743 0ad2976e0e0 [Backport] Fix for CVE-2019-5814 556ab13cc6d [Backport] Fix for CVE-2019-5818 91c25e4f4c3 [Backport] Fix for CVE-2019-5819 d585cacce57 [Backport] Fix for security issue 940205 d7a0d0f0d0d [Backport] Fix for CVE-2019-5827 c112c079a5d [Backport] CVE-2019-5829 4c5d12c4115 [Backport] CVE-2019-5832 Change-Id: I60ae161fd57671635bcd650cd4a6692a7faa955f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Bump versionAntti Kokko2019-11-191-1/+1
| | | | | Change-Id: Ieb164e58f0469bdcb0778051bf2d3fcc15511d81 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Backport various minor fixesAllan Sandfeld Jensen2019-07-083-5/+24
| | | | | | | | | Needed when building against a newer qt. Change-Id: Id4b2db637c2d8acb6ddcd492f1c66e086e54262c Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Update ChromiumAllan Sandfeld Jensen2019-05-221-0/+0
| | | | | | | | | | | | | | | | | | Changes: 81d2b329ec8e Fix building GN with VS 2019 9bab2acc9247 [Backport] WebSQL: Explicitly initialize SQLite, remove deprecated API usage. Fixes: QTBUG-75853 Change-Id: If08c6f40e8564d5d3644638997a59eb051130f0d Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Process pending resize of view before scroll to anchor by URL fragmentPeter Varga2019-05-081-2/+21
| | | | | | | | | | | | | | | The size of the WebEngineView must be set before navigating to an URL with fragment for scrolling to the correct position. In some cases the resizing is scheduled on the event loop and Blink uses wrong size to calculate position to scroll. Schedule the navigation on the event loop if the viewport's size is 0 thus it is performed after the potential resizing is done. Task-number: QTBUG-54172 Change-Id: I9acbc33748755606082278585c121dd66b4aa02c Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io> (cherry picked from commit 15b6ab6a20ff7305f2b3558f8450e388148a0312) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix tst_QWebEngineHistory widget auto testsPeter Varga2019-05-081-14/+18
| | | | | | | | | | - Reset loadFinishedSpy counter after initialization - Do not expect loadFinished signal after "same document" navigation Change-Id: If78304d8fa67ec96b28811c148b4a23f664987fb Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 3f4daf02723b16e83dfb9bcee654b5c803de1ae8)
* Allow VS 2019 to try to build QtWebEngineAllan Sandfeld Jensen2019-05-061-0/+2
| | | | | | | Task-number: QTBUG-75212 Change-Id: I1d1a99d9a5b6684d23e51cf55d384e7dfee6ef2a Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io> (cherry picked from commit c6fb532d81f405b2456c382aa0b29eef8866f993)
* Merge remote-tracking branch 'origin/5.9.8' into 5.9Qt Forward Merge Bot2019-04-252-0/+55
|\ | | | | | | Change-Id: I9478675be877a96066661627a0da48626b637d0b
| * Update Chromiumv5.9.8Allan Sandfeld Jensen2019-03-292-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 195a52f52b3 [Backport] Security bug 880207 4c53ce998eb [Backport] CVE-2018-17481 b9d48da6ba3 [Backport] Fix for CVE-2018-17469 75d3bbed55d [Backport] CVE-2018-18336 4299209a92a [Backport] Fix for security issue 899689 db25c88fe48 [Backport] Fix for security issue 922677 4d30deb8c65 [Backport] Fix for CVE-2019-5756 d71b1413961 [Backport] Fix for CVE-2019-5759 514bdd5a4a9 [Backport] CVE-2019-5786 a66d3534400 [Backport] Fix for CVE-2019-5764 a5f2293e6c2 [Backport] Fix for CVE-2019-5758 45ed0910172 [Backport] Update LCMS Change-Id: Ifa70237d1466956c49b702a07acfa75e502761f0 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| * Update ChromiumAllan Sandfeld Jensen2019-03-282-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 958b480a3c1 [Backport] CVE-2018-18345 8cf373773b2 [Backport] CVE-2018-18347 64359c779e8 [Backport] CVE-2018-18349 f1025fc9684 [Backport] CVE-2018-18356 c33a2a56fa5 [Backport] Security bug 877843 c37a8a61642 [Backport] Update sqlite 18e8433a463 FIXUP: [Backport] Update sqlite 532f1de0471 FIXUP: [Backport] Update sqlite Change-Id: I03bfe7e6d85cf7d6a78e7024b05650bcdd9837e7 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| * Update ChromiumAllan Sandfeld Jensen2019-03-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: e2b165f4579 [Backport] Fix for CVE-2018-17462 88bdcc3324b [Backport] Fix for CVE-2018-17471 993beca6917 [Backport] Fix for CVE-2018-17474 d31b01af8de [Backport] Fix for CVE-2018-17476 2a6242676cd [Backport] CVE-2018-18337 eff99396012 [Backport] CVE-2018-18339 aee5841c005 [Backport] CVE-2018-18340 553a4b7bdda [Backport] CVE-2018-18342 4fcb06fb7d8 [Backport] CVE-2018-18343 Change-Id: If8b25b2c921bbb72010e2fd0a73334a30d74e25d Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * Add changes file for Qt 5.9.8Antti Kokko2019-03-271-0/+20
|/ | | | | | | + a2f1ad14bb5b26af85608649c4d82209edea413a Bump version Change-Id: I7e62cf27e0cefc11d2b2a07b5dd4dcb00684bb19 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Merge remote-tracking branch 'origin/5.9.7' into 5.9Qt Forward Merge Bot2018-10-232-0/+59
|\ | | | | | | Change-Id: I5694fceb45d5efb7680d9b695495cba22e1fdad7
| * Add changes file for Qt 5.9.7v5.9.7Antti Kokko2018-10-101-0/+59
| | | | | | | | | | Change-Id: I841c0609e2e639b165216eb15afaba57f6211622 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * Merge remote-tracking branch 'origin/5.9' into 5.9.7Jani Heikkinen2018-10-021-1/+21
| |\ | | | | | | | | | Change-Id: I012000e05d14802dceabb267f563ab2a1ec6ecfc
| * | Update ChromiumAllan Sandfeld Jensen2018-10-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pulls in the two last security patches from Chrome 69 Changes: 217e91816860 [Backport] CVE-2018-16077 13704549b84a [Backport] Security issue 868592 Task-number: QTBUG-70480 Change-Id: I78225cb182a659400f1b6cf77ebb79c94188e147 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * | Update ChromiumAllan Sandfeld Jensen2018-09-271-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pulls in security patches from Chrome 69 Changes: 0551b452696f [Backport] Security fix for Chromium bug 854887 d0c78ff5e1ec [Backport] additional patch for security fix for Chromium bug 839197 91e04d13ea71 [Backport] Security fix for Chromium bug 839197 d8b71bac52ac [Backport] Various build fixes for Xcode 10. d992e300f3ab [Backport] CVE-2018-16067 ec4988c5a74c [Backport] CVE-2018-16068 7346befc0278 [Backport] CVE-2018-16066 38e4577ecf0d [Backport] CVE-2018-16076 a8ec3b3bd5f8 [Backport] Security issue 867306 546de66f7368 [Backport] Security issue 867792 Change-Id: I66214f9b31cb8f9b1273dbf0cd1d28658db52974 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* | | Bump versionOswald Buddenhagen2018-10-111-1/+1
| |/ |/| | | | | Change-Id: I48008ff5dcf0cf15fddd3c30690e7d62bba8c5ad
* | Fix Xcode version check to work with major versions >= 10Alexandru Croitor2018-09-282-1/+21
|/ | | | | | | | | | | | | | | | | We used lessThan for the Xcode version check, which started to fail when comparing Xcode 10 with Xcode 7.3, because lessThan first tries to convert the arguments to ints and if that fails, it does string comparison instead. Rewrite the code to be similar to the SDK checks. We can't use the qmake versionAtLeast function because it was added in Qt 5.10, and we still need to be able to build against Qt 5.9. Task-number: QTBUG-69476 Change-Id: I831a683ee676838a4d531a4d6e715182e9e4193d Reviewed-by: Michael Brüning <michael.bruning@qt.io> (cherry picked from commit 0fc07d2943753f444f3eeccd9fb1dfde0938cb70) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichael Brüning2018-09-111-0/+0
| | | | | | | | | | | Pulls in security patches * CVE-2018-4117 * CVE-2018-6129 Task-number: QTBUG-70157 Change-Id: Ibb6911c1ba216c4cc45bd7576a6dbf98f01d4431 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichal Klocek2018-09-111-0/+0
| | | | | | | | | | | | | Pulls in security patches * CVE-2018-6145 * Security Bug 840695 * CVE-2018-6161 * CVE-2018-6159 Task-number: QTBUG-70157 Change-Id: Ia5cf0d499b257494de52ab924ecc9153d1037766 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumMichal Klocek2018-09-111-0/+0
| | | | | | | | | | | | | Pulls in security patches * CVE-2018-6162 * CVE-2018-6165 * CVE-2018-6156 * CVE-2018-6155 Task-number: QTBUG-70157 Change-Id: Ic07d6af0b02a985fc6f1dacbebc920890934655e Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumMichal Klocek2018-09-111-0/+0
| | | | | | | | | | | | | Pulls in security patches * CVE-2018-6155 * CVE-2018-6154 2/2 * CVE-2018-6154 1/2 * CVE-2018-6153 Task-number: QTBUG-70157 Change-Id: I3b00b117f0f18e0481a9b14d91a044410dee1849 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumMichal Klocek2018-09-111-0/+0
| | | | | | | | | | | | | Pulls in security patches * Security Bug 835184 * Security Bug 823864 * Security Bug 825524 * CVE-2018-6124 Task-number: QTBUG-70157 Change-Id: Ic78d690f8bd8b693e09c3224c6dbd724db59f6e2 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumMichal Klocek2018-09-111-0/+0
| | | | | | | | | | | | | Pulls in security patches * CVE-2018-6130 * CVE-2018-6132 * CVE-2018-6135 * CVE-2018-6144 Task-number: QTBUG-70157 Change-Id: I321b9d9273ddf60f4471d51096ecfa6949ca2caa Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumMichael Brüning2018-09-061-0/+0
| | | | | | | | Pulls in build fix for building with XCode version >= 9.13 Task-number: QTBUG-70380 Change-Id: Ib0bf08324bccec92dfb9c4037165d5843fbbe19b Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Update ChromiumKai Koehne2018-07-231-0/+0
| | | | | | | | | | Pulls in following commits: * 5465e47792 Unbreak compilation with MSVC 2015 * 844aec5c70 Workaround internal compiler error with MSVC 2017 v15.7.4 Task-number: QTBUG-69139 Change-Id: Ia5d5e128b4666321b4dc39452d7025d10284fdbf Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Merge remote-tracking branch 'origin/5.9.6' into 5.9Qt Forward Merge Bot2018-06-134-0/+54
|\ | | | | | | Change-Id: I6b447f47ab9becf96a0c12577e7b8ed69648b8a8
| * Add changes file for Qt 5.9.6v5.9.6Antti Kokko2018-05-311-0/+49
| | | | | | | | | | Change-Id: I75316370dc39564f013e558065e84defed89d3d9 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
| * Blacklist flaky qwebenginedownloads testMichal Klocek2018-05-311-0/+4
| | | | | | | | | | | | | | | | | | This test suffers for out of order handling of network requests. To speed up release blacklist flaky tests. (cherry picked from commit 9dc8dff7a8f4d58f71d816375d49f8829f06aae5) Change-Id: Ief7abe726e074465f3c12fd88168c7b78a61f497 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| * Update ChromiumMichal Klocek2018-05-311-0/+0
| | | | | | | | | | | | | | | | | | | | | | Pulls in security patches: * CVE-2018-6120 * Security Bug 831984 * Security Bug 816768 * Security Bug 797298 Change-Id: Iaced3c596f231b54db196a659a879317e421cfd2 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| * Blacklist mouseMovementProperties test on WindowsAlexandru Croitor2018-05-311-0/+1
| | | | | | | | | | | | | | (cherry picked from commit b6d0d11916a0b1f1edc913aafd8220d3e0253482) Task-number: QTBUG-66527 Change-Id: I3a7bcc3fdced1ebdf3b804eae7e3280de365464e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Update ChromiumMichal Klocek2018-05-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | Pulls in security patches: * CVE-2018-6115 * CVE-2018-6114 * CVE-2018-6118 * CVE-2018-6103 Change-Id: Id587c97d7618f97934bc7315c128d89ed459ea2f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| * Update ChromiumMichal Klocek2018-05-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | Pulls in following commits: * d2d69ca7 [Backport] CVE-2018-6101 * b22f4f24 [Backport] CVE-2018-6096 * f3987062 Fix compilation with system ICU 60 * 35636b81 Fix build with GCC 8.1.0 Change-Id: Ida2f51fca3966ee7d24748838c9e511f716a2888 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| * Update ChromiumMichal Klocek2018-05-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | Pulls in security patches: * CVE-2018-6085 * CVE-2018-6086 * CVE-2018-6088 * CVE-2018-6090 Change-Id: I2f8fdd4c0139d558fc26609d457719cad54ae784 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* | Bump versionOswald Buddenhagen2018-05-311-1/+1
|/ | | | Change-Id: I7c5c7b9efcce00ef5b734fabd1963f813e9c1048
* Only add the first found widevine CDMAllan Sandfeld Jensen2018-05-171-0/+1
| | | | | | | | | | | Otherwise Chromium will pick the last added, meaning we will use the wrong one. Task-number: QTBUG-64071 Change-Id: Id5c939b6a5c70643ed047625c0cbb152dd8c7169 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit bd3687d2c5cc78e7571406471689b2d0fafbb1bf) Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChromiumAlexandru Croitor2018-05-021-0/+0
| | | | | | | | Pull in the following changes: a684d354b0 Remove NOTREACHED in ScreenWin::GetNativeWindowFromHWND Change-Id: I4c25ca1b6a6297f1bf36e738f212410595bf75ae Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-114-0/+107
|\ | | | | | | Change-Id: I0a7859721eb178cc774f89c7196406f54bed9a40
| * Update Chromiumv5.9.5Kai Koehne2018-04-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Pulls in patches for mitigating issues with Certificate Transparency 4f2e755be2 Import latest log_list.json from Chromium 70b89b1709 [BACKPORT] Certificate Transparency: Generate the known logs list from JSON Task-number: QTBUG-67577 Change-Id: I120eeadb87e7c0a85388809444540d105f2aae4b Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| * Add changes file for Qt 5.9.5Antti Kokko2018-03-201-0/+85
| | | | | | | | | | | | Change-Id: I02a88abcac5e965abf7d1e9698aa5f7c332f5102 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| * Implement IsMostRecentDownloadItemAtFilePath callMichal Klocek2018-03-162-0/+22
| | | | | | | | | | | | | | | | | | Implement IsMostRecentDownloadItemAtFilePath for download_manager_delegate_qt. This is required for CVE-2018-6033. Change-Id: I9f48dfa159d684f0fda894e68b81ff622aceaae2 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * Update ChromiumMichal Klocek2018-03-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | Pulls in security patches: * [Backport] Security Bug 798410 * [Backport] Security Bug 806122 * [Backport] Security Bug 789764 Change-Id: I87f745606f2ff1269b12803bd44e09fe0f68a218 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Bump versionOswald Buddenhagen2018-03-191-1/+1
|/ | | | Change-Id: Id6f83d9bea6bccc6c550c16e4655447a5454a497
* Update ChromiumMichal Klocek2018-03-131-0/+0
| | | | | | | | | | | | Pulls in security patches: * [Backport] CVE-2018-6060 * [Backport] CVE-2018-6062 * [Backport] CVE-2018-6064 * [Backport] CVE-2018-6082 Change-Id: I15e425565fa58a74ed30f62531f3a439b216cbe4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichal Klocek2018-03-131-0/+0
| | | | | | | | | | | | Pulls in security patches: * [Backport] CVE-2018-6081 * [Backport] CVE-2018-6079 * [Backport] CVE-2018-6076 * [Backport] CVE-2018-6073 Change-Id: Ibe0db5c9d0abca446b83b41cac93f746487e7b7b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichal Klocek2018-03-121-0/+0
| | | | | | | | | | | | Pulls in security patches: * [Backport] Security Bug 774833 * [Backport] Security Bug 770734 * [Backport] CVE-2018-6071 * [Backport] CVE-2018-6069 Change-Id: I370615bf25f789610592f3b37ab45dbeb6225700 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Update ChromiumMichal Klocek2018-03-121-0/+0
| | | | | | | | | | | | Pulls in security patches: * [Backport] CVE-2017-15429 * [Backport] CVE-2018-6054 * [Backport] CVE-2018-6052 * [Backport] CVE-2018-6040 Change-Id: I95596d78f04b85d013f6c13b3b2521d75549c9c3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>