{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":10966899,"defaultBranch":"dev","name":"qtwebengine","ownerLogin":"qt","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-06-26T12:07:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/159455?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716275660.0","currentOid":""},"activityList":{"items":[{"before":"cf4f29db1b557ad7b56e2285ee7c3765df915568","after":"4992c45d921b7d9145375f220720ca5e17d471be","ref":"refs/heads/6.7","pushedAt":"2024-05-22T01:23:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update Chromium\n\nSubmodule src/3rdparty b916ca00..09a04a46:\n * [Backport] Security bug 339458194 (CVE-2024-4761)\n * [Backport] CVE-2024-4671: Use after free in Visuals\n * [Backport] CVE-2024-4368: Use after free in Dawn\n * [Backport] CVE-2024-4331: Use after free in Picture In Picture\n * [Backport] Fix build with clang-18\n\nFixes: QTBUG-125266\nFixes: QTBUG-125267\nFixes: QTBUG-125295\nChange-Id: Icfeef0b021e5d5d70c1f327f6b18af15da067902\nReviewed-by: Michael Brüning \n(cherry picked from commit 602e37dc88329bb70a7b123768552ec6de1ce3b8)","shortMessageHtmlLink":"Update Chromium"}},{"before":"69861653517d279656cdc2d72004c67fe7cdfd96","after":"cf4f29db1b557ad7b56e2285ee7c3765df915568","ref":"refs/heads/6.7","pushedAt":"2024-05-21T18:56:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7' in qt/qtwebengine\n\nChange-Id: I354e450ec6dee89757114ae0483a4185a86c97c5\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7' in qt/qtwebengine"}},{"before":"6696f6fef2b29cc113ff9507ada9f50f2a2a4905","after":"2e6f7bb1ec5cf6dbbdd27b416660bfa4f385fe85","ref":"refs/heads/dev","pushedAt":"2024-05-21T18:21:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Doc: Dependency of Qt WebEngine on OpenGL\n\nAdded some more information on software rendering support\n\nFixes: QTBUG-74567\nPick-to: 6.7\nChange-Id: I74b9a95242470f2086bd5ac7c18a12d9f57ea002\nReviewed-by: Leena Miettinen ","shortMessageHtmlLink":"Doc: Dependency of Qt WebEngine on OpenGL"}},{"before":"daaef50beba01f0562621e61de87f243ccdc69c3","after":"69861653517d279656cdc2d72004c67fe7cdfd96","ref":"refs/heads/6.7","pushedAt":"2024-05-18T18:25:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix codechecker warning\n\nSize variable was shadowed\n\nChange-Id: I74afaa32942a149b56c8fe6e0813e4a1794e1d1a\nReviewed-by: Anu Aliyas \nReviewed-by: Peter Varga \n(cherry picked from commit cca9b5b8fef8b11e631a1b46fa5c6f0a262b0e5c)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Fix codechecker warning"}},{"before":"c18dfe70f3f7adc7c88988d9a06a6a65fd509c19","after":"6696f6fef2b29cc113ff9507ada9f50f2a2a4905","ref":"refs/heads/dev","pushedAt":"2024-05-17T19:23:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add zoomFactorChanged signal to QWebEnginePage and QQuickWebEngineView\n\nAdded a signal that fires whenever the zoom factor for a given page\nchanges, including both via key combinations, and when using the\nexisting zoom API.\n\nThis already existed in Quick, but was both undocumented and only\nhalf-implemented (zooming via keyboard/mouse wouldn't trigger it).\nThus, the Quick documentation was changed to list it as a 6.8 addition.\n\nFixes: QTBUG-111041\nChange-Id: I91eb7c9bf0d17d99956784841c5c86640554ad1c\nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Add zoomFactorChanged signal to QWebEnginePage and QQuickWebEngineView"}},{"before":"cca9b5b8fef8b11e631a1b46fa5c6f0a262b0e5c","after":"c18dfe70f3f7adc7c88988d9a06a6a65fd509c19","ref":"refs/heads/dev","pushedAt":"2024-05-17T14:39:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Allow checking whether certificate error comes from a page resource\n\nCurrently, all certificate errors are handled the same way, regardless\nof whether they come from the main frame or from an outside resource.\nOn the user side, this means that all certificate errors for resources\ntrigger a pop-up claiming the page is unsafe. Other browsers do not\ndo this, and instead automatically reject bad certificates for\nresources.\n\nThis change extends the QWebEngineCertificateError API to allow\nquerying for whether the error comes from the main frame, or from\na resource. This information is already supplied by Chromium, but we\npreviously just ignored it. With this, application developers may now\nchoose to auto-reject resource errors just as Chrome does.\n\nThe simple and quick nano browser examples have been updated to\nreject certificate errors coming from a page resource.\n\nTask-number: QTBUG-92009\nChange-Id: Id38b21f569318d7a83332d4ba69cb27d14b53430\nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Allow checking whether certificate error comes from a page resource"}},{"before":"8f3f47276548459257a9cdfe970bfd0971c2952a","after":"80d5821aa6ad2b3aa1d3a4108cf4030ae325837a","ref":"refs/heads/6.5","pushedAt":"2024-05-17T10:10:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Clarify Chromium licensing and implications for LTS\n\nPick-to: 6.2\nFixes: QTBUG-117930\nChange-Id: If4c13da852929f71d0a71f2d4d7d2d0ab3f0af21\nReviewed-by: Tuukka Turunen \nReviewed-by: Allan Sandfeld Jensen \n(cherry picked from commit 2ac02b7c89bafdc40f4dd17b95102d1a1c898c1b)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit daaef50beba01f0562621e61de87f243ccdc69c3)","shortMessageHtmlLink":"Clarify Chromium licensing and implications for LTS"}},{"before":"a39b4bf017c684f3837fdda642864f69d951110a","after":"daaef50beba01f0562621e61de87f243ccdc69c3","ref":"refs/heads/6.7","pushedAt":"2024-05-16T23:44:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Clarify Chromium licensing and implications for LTS\n\nPick-to: 6.5 6.2\nFixes: QTBUG-117930\nChange-Id: If4c13da852929f71d0a71f2d4d7d2d0ab3f0af21\nReviewed-by: Tuukka Turunen \nReviewed-by: Allan Sandfeld Jensen \n(cherry picked from commit 2ac02b7c89bafdc40f4dd17b95102d1a1c898c1b)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Clarify Chromium licensing and implications for LTS"}},{"before":"2ac02b7c89bafdc40f4dd17b95102d1a1c898c1b","after":"cca9b5b8fef8b11e631a1b46fa5c6f0a262b0e5c","ref":"refs/heads/dev","pushedAt":"2024-05-16T19:38:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix codechecker warning\n\nSize variable was shadowed\n\nPick-to: 6.7\nChange-Id: I74afaa32942a149b56c8fe6e0813e4a1794e1d1a\nReviewed-by: Anu Aliyas \nReviewed-by: Peter Varga ","shortMessageHtmlLink":"Fix codechecker warning"}},{"before":"a80a4e4c8f9ccd8b44305161d800b3fca21e97a4","after":"2ac02b7c89bafdc40f4dd17b95102d1a1c898c1b","ref":"refs/heads/dev","pushedAt":"2024-05-16T12:58:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Clarify Chromium licensing and implications for LTS\n\nPick-to: 6.2 6.5 6.7\nFixes: QTBUG-117930\nChange-Id: If4c13da852929f71d0a71f2d4d7d2d0ab3f0af21\nReviewed-by: Tuukka Turunen \nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Clarify Chromium licensing and implications for LTS"}},{"before":"602e37dc88329bb70a7b123768552ec6de1ce3b8","after":"2ccbc2bb78bfd1cc03b45361553f4c3d63b31c26","ref":"refs/heads/6.7.1","pushedAt":"2024-05-16T00:33:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update Chromium\n\nSubmodule src/3rdparty 09a04a46..68a88360:\n * [Backport] Security bug 340221135\n\nPick-to: 6.7\nChange-Id: Ia8a8335566042041150bfee8503132c77389f271\nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Update Chromium"}},{"before":"013499c4dc8fe8775fb1918c9d28c1a7c60a17bf","after":"a80a4e4c8f9ccd8b44305161d800b3fca21e97a4","ref":"refs/heads/dev","pushedAt":"2024-05-15T15:42:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Merge runJavaScript functions in QWEPage, QQWEView\n\nThese two are identical except for the use of QJSValue to\nwrap a JS callback. And we would like to have a function on\nWebContentsAdapterClient for QWEFrame to call. So we wrap\nthe JS callback in a std::function<> callback and merge the\nAPIs.\n\nChange-Id: Ifc55d3748b1b3764e802e4908c474b40cc92f9cc\nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Merge runJavaScript functions in QWEPage, QQWEView"}},{"before":"c1559d22a0611d3dc0e17f9c033d046298ca1321","after":"013499c4dc8fe8775fb1918c9d28c1a7c60a17bf","ref":"refs/heads/dev","pushedAt":"2024-05-15T03:42:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on 'dev' in qt/qtwebengine\n\nChange-Id: Ifba84a1823a4fd3b08afaad32fe5c24ec9907bc1\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on 'dev' in qt/qtwebengine"}},{"before":"ad1634375af55871d77b6f7f2c959899dc9163df","after":"a39b4bf017c684f3837fdda642864f69d951110a","ref":"refs/heads/6.7","pushedAt":"2024-05-15T03:21:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7' in qt/qtwebengine\n\nChange-Id: I242bdff2f3eaaaa3137f0f7bcfd9789dc2d426ec\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7' in qt/qtwebengine"}},{"before":"a964ae3a3ea1a38fc6b6aa5439abccdc1d3bebae","after":"ad1634375af55871d77b6f7f2c959899dc9163df","ref":"refs/heads/6.7","pushedAt":"2024-05-14T20:50:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix crash when playing video with disabled NativePixmap support\n\nThe VideoRenderer tries to create VideoFrames backed by native\ntextures if possible. This leads to a crash or assert if GBM and\nNativePixmaps are not supported. Replace the corresponding asserts with\nearly returns. The renderer is able to handle the case when\nNativePixmaps couldn't been created.\n\nAlso disable native texture backed VideoFrames for Nvidia by default to\navoid this code path.\n\nChange-Id: I5f271af99875dfbc28350c6d76d3bf7a1a697b9f\nReviewed-by: Allan Sandfeld Jensen \n(cherry picked from commit 77870eff29c5d91c7c90505b3591b462df338c26)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Fix crash when playing video with disabled NativePixmap support"}},{"before":"c7a20c54da09a0f7e6f5fdabde9776b8a2272e1d","after":"a964ae3a3ea1a38fc6b6aa5439abccdc1d3bebae","ref":"refs/heads/6.7","pushedAt":"2024-05-14T14:10:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Improve context log and clean up graphics initialization\n\nChange-Id: I2c7433530a02a1cb37054b6e6e292d2e13ab8184\nReviewed-by: Allan Sandfeld Jensen \n(cherry picked from commit 607b4f95f737ab49b97ecac270f5b791c9fe9054)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Improve context log and clean up graphics initialization"}},{"before":"8365e369ae9a1bbd28b39f42ffdf3199ea7fac40","after":"602e37dc88329bb70a7b123768552ec6de1ce3b8","ref":"refs/heads/6.7.1","pushedAt":"2024-05-14T12:06:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update Chromium\n\nSubmodule src/3rdparty b916ca00..09a04a46:\n * [Backport] Security bug 339458194 (CVE-2024-4761)\n * [Backport] CVE-2024-4671: Use after free in Visuals\n * [Backport] CVE-2024-4368: Use after free in Dawn\n * [Backport] CVE-2024-4331: Use after free in Picture In Picture\n * [Backport] Fix build with clang-18\n\nPick-to: 6.7\nFixes: QTBUG-125266\nFixes: QTBUG-125267\nChange-Id: Icfeef0b021e5d5d70c1f327f6b18af15da067902\nReviewed-by: Michael Brüning ","shortMessageHtmlLink":"Update Chromium"}},{"before":"12704f2e75124e8ad00366bb455fed836e83e4da","after":"c1559d22a0611d3dc0e17f9c033d046298ca1321","ref":"refs/heads/dev","pushedAt":"2024-05-14T02:56:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Avoid flakiness of clearDataFromCache on Windows\n\nWe seem to sometimes get the lower data usage a bit late.\n\nTask-number: QTBUG-122469\nChange-Id: I3824f86afcdcdda29300da531de23f3985dc4d64\nReviewed-by: Peter Varga ","shortMessageHtmlLink":"Avoid flakiness of clearDataFromCache on Windows"}},{"before":"77870eff29c5d91c7c90505b3591b462df338c26","after":"12704f2e75124e8ad00366bb455fed836e83e4da","ref":"refs/heads/dev","pushedAt":"2024-05-11T00:11:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on 'dev' in qt/qtwebengine\n\nChange-Id: Ic6be292ea962da2642b3e382064c1d3e43754f63\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on 'dev' in qt/qtwebengine"}},{"before":"dde69e62978f136ad789f44009c6d959a9289224","after":"77870eff29c5d91c7c90505b3591b462df338c26","ref":"refs/heads/dev","pushedAt":"2024-05-10T15:22:32.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Fix crash when playing video with disabled NativePixmap support\n\nThe VideoRenderer tries to create VideoFrames backed by native\ntextures if possible. This leads to a crash or assert if GBM and\nNativePixmaps are not supported. Replace the corresponding asserts with\nearly returns. The renderer is able to handle the case when\nNativePixmaps couldn't been created.\n\nAlso disable native texture backed VideoFrames for Nvidia by default to\navoid this code path.\n\nPick-to: 6.7\nChange-Id: I5f271af99875dfbc28350c6d76d3bf7a1a697b9f\nReviewed-by: Allan Sandfeld Jensen ","shortMessageHtmlLink":"Fix crash when playing video with disabled NativePixmap support"}},{"before":"3ff1f50bfaeeb386c5c6267e9ac702dc950b144a","after":"8f3f47276548459257a9cdfe970bfd0971c2952a","ref":"refs/heads/6.5","pushedAt":"2024-05-10T03:59:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets\n\nWe use the qt.pdf.links logging category in the PDF library.\nIf we redefine qLcLink in PdfWidgets, we get a static link error;\nif we redeclare it, we get a dynamic link error. So it seems\nthat we cannot reuse logging categories across modules.\n\nFixes: QTBUG-124506\nChange-Id: I591f2e3af2162274c8092397cadf74ddbf687e9d\nReviewed-by: Moss Heim \nReviewed-by: Shawn Rutledge \n(cherry picked from commit dde69e62978f136ad789f44009c6d959a9289224)\nReviewed-by: Qt Cherry-pick Bot \n(cherry picked from commit c7a20c54da09a0f7e6f5fdabde9776b8a2272e1d)","shortMessageHtmlLink":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets"}},{"before":"a07005ae024e1fea7a7d9a24dcb2ba19652fe3c2","after":"c7a20c54da09a0f7e6f5fdabde9776b8a2272e1d","ref":"refs/heads/6.7","pushedAt":"2024-05-09T16:50:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets\n\nWe use the qt.pdf.links logging category in the PDF library.\nIf we redefine qLcLink in PdfWidgets, we get a static link error;\nif we redeclare it, we get a dynamic link error. So it seems\nthat we cannot reuse logging categories across modules.\n\nFixes: QTBUG-124506\nPick-to: 6.5\nChange-Id: I591f2e3af2162274c8092397cadf74ddbf687e9d\nReviewed-by: Moss Heim \nReviewed-by: Shawn Rutledge \n(cherry picked from commit dde69e62978f136ad789f44009c6d959a9289224)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets"}},{"before":"910916d65235e1b0f25d9da74fbdc0c80cf2a7c7","after":"8365e369ae9a1bbd28b39f42ffdf3199ea7fac40","ref":"refs/heads/6.7.1","pushedAt":"2024-05-09T06:56:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7.1' in qt/qtwebengine\n\nChange-Id: I79cb5c3ec11af821dcd924e45491788c3ce90060\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7.1' in qt/qtwebengine"}},{"before":"97450d6b54d8601f50f2b097ace478956b973821","after":"dde69e62978f136ad789f44009c6d959a9289224","ref":"refs/heads/dev","pushedAt":"2024-05-09T06:11:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets\n\nWe use the qt.pdf.links logging category in the PDF library.\nIf we redefine qLcLink in PdfWidgets, we get a static link error;\nif we redeclare it, we get a dynamic link error. So it seems\nthat we cannot reuse logging categories across modules.\n\nFixes: QTBUG-124506\nPick-to: 6.5 6.7\nChange-Id: I591f2e3af2162274c8092397cadf74ddbf687e9d\nReviewed-by: Moss Heim \nReviewed-by: Shawn Rutledge ","shortMessageHtmlLink":"Change qt.pdf.links log category to qt.pdf.wigets.links in pdfwidgets"}},{"before":"1035f6bd2ae02dfee2964d950f52d1cb0579d38c","after":"a07005ae024e1fea7a7d9a24dcb2ba19652fe3c2","ref":"refs/heads/6.7","pushedAt":"2024-05-08T14:54:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Remove leftover from FaviconDriverQt\n\nThe favicon URL list is unused since the Chromium 94 update, also see\nthe upstream change: https://crrev.com/c/2852141\n\nChange-Id: Ief5da417cfaa57439885dd9d56596baba8390dbf\nReviewed-by: Anu Aliyas \nReviewed-by: Allan Sandfeld Jensen \n(cherry picked from commit 9e4074c74184130fd9328d6a6e7a7d8049cf27e1)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Remove leftover from FaviconDriverQt"}},{"before":"3bff5b3b33c0f7658d1c28db5ff9828f72651c0f","after":"1035f6bd2ae02dfee2964d950f52d1cb0579d38c","ref":"refs/heads/6.7","pushedAt":"2024-05-08T05:15:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the new rcc paths to qt-installer-package-config.json\n\nThe rcc build and installation path is changed. We need to consider\nthis when packaging QtPdf module.\n\nFixes: QTBUG-124747\nChange-Id: I806cb0c259dc9bb42e79844a08c715a2a5d3723d\nReviewed-by: Jani Heikkinen \n(cherry picked from commit a602e7af5c55fe15dd2ab0459207e0827cd0f7c4)\n(cherry picked from commit 97450d6b54d8601f50f2b097ace478956b973821)\nReviewed-by: Qt Cherry-pick Bot ","shortMessageHtmlLink":"Add the new rcc paths to qt-installer-package-config.json"}},{"before":"9fb9bc7a8c769fe1c60c1d891abf33c234899b77","after":"97450d6b54d8601f50f2b097ace478956b973821","ref":"refs/heads/dev","pushedAt":"2024-05-07T18:47:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Add the new rcc paths to qt-installer-package-config.json\n\nThe rcc build and installation path is changed. We need to consider\nthis when packaging QtPdf module.\n\nFixes: QTBUG-124747\nPick-to: 6.7\nChange-Id: I806cb0c259dc9bb42e79844a08c715a2a5d3723d\nReviewed-by: Jani Heikkinen \n(cherry picked from commit a602e7af5c55fe15dd2ab0459207e0827cd0f7c4)","shortMessageHtmlLink":"Add the new rcc paths to qt-installer-package-config.json"}},{"before":"56b121355b3cd332f0884d545f4c1907ed09b9a2","after":"3bff5b3b33c0f7658d1c28db5ff9828f72651c0f","ref":"refs/heads/6.7","pushedAt":"2024-05-07T18:42:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7' in qt/qtwebengine\n\nChange-Id: Id7f870600a9134e1217ae7d9d2862fa222795a30\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7' in qt/qtwebengine"}},{"before":"9e4074c74184130fd9328d6a6e7a7d8049cf27e1","after":"9fb9bc7a8c769fe1c60c1d891abf33c234899b77","ref":"refs/heads/dev","pushedAt":"2024-05-07T13:55:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Instrument clearDataFromCache\n\nShould help narrow down flakiness\n\nTask-number: QTBUG-122469\nChange-Id: If8b0d7441af10c8aad876098c6744777696b3358\nReviewed-by: Peter Varga ","shortMessageHtmlLink":"Instrument clearDataFromCache"}},{"before":"f2dd1692d572748dc00c17d92aecc57ce171e5ad","after":"56b121355b3cd332f0884d545f4c1907ed09b9a2","ref":"refs/heads/6.7","pushedAt":"2024-05-06T14:37:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"qtprojectorg","name":"Qt Project Mirror Bot","path":"/qtprojectorg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10975639?s=80&v=4"},"commit":{"message":"Update dependencies on '6.7' in qt/qtwebengine\n\nChange-Id: I307073849966dac131a70e03834804c2e64f5d85\nReviewed-by: Qt Submodule Update Bot ","shortMessageHtmlLink":"Update dependencies on '6.7' in qt/qtwebengine"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUGryjQA","startCursor":null,"endCursor":null}},"title":"Activity · qt/qtwebengine"}