[qt/qt/qtwebengine-chromium]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtwebengine-chromium Pushed by mirror-service into branch '146-based'. Changed from 2adcfb744658a13034fe3f35d53b36107fb839b4 to 683db096596915e3acf80e268eddb660899b963d Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 6ba36a67e1f6edccca56b010d86ad143c2bf925a by Peter Varga on 06/08/2026 at 09:07.. [ml][webrtc] Disable tflite for WebRTC Change-Id: Ie7051d5244f9e08fc9903ddce733feaa9e003874 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/748010 Reviewed-by: Kaloyan Chehlarski <[email protected]> https://invent.kde.org/qt/qt/qtwebengine-chromium/-/commit/6ba36a67e1f6edccca56b010d86ad143c2bf925a Git commit c2388302f46a0d77a6426cb54ce9831a357afb62 by Peter Varga on 06/08/2026 at 09:08.. [fixup][adaptation] Adapt AudioContextManagerImpl for WebEngine Change-Id: Ib2c6289721d3fa15647039f44ab4d4c2ecf55c29 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/749677 Reviewed-by: Kaloyan Chehlarski <[email protected]> https://invent.kde.org/qt/qt/qtwebengine-chromium/-/commit/c2388302f46a0d77a6426cb54ce9831a357afb62 Git commit 2de01c0e996b0b8348226dc79431a63b210ce789 by Peter Varga on 06/08/2026 at 09:08.. [fixup][ml] Conditionally disable machine learning code Change-Id: Idaa05b82957b4856d8e1e1082a6796e6837bc2a7 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/747626 Reviewed-by: Kaloyan Chehlarski <[email protected]> https://invent.kde.org/qt/qt/qtwebengine-chromium/-/commit/2de01c0e996b0b8348226dc79431a63b210ce789 Git commit 0087f8d416f9797157da66821aa23b6619d261e9 by Peter Varga (on behalf of Marcell Brauner) on 06/08/2026 at 09:08.. [gcc-14] Fix compilation issues with gcc-14 * Replace std::from_range with iterator range constructor * Replace append_range() with insert() and append() * Replace std::find_if() with explicit iteration Change-Id: Ic2f6cfbf6e02bfa1bdbe980f1c07ea137a5e3dad Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/749066 Reviewed-by: Kaloyan Chehlarski <[email protected]> https://invent.kde.org/qt/qt/qtwebengine-chromium/-/commit/0087f8d416f9797157da66821aa23b6619d261e9 Git commit 683db096596915e3acf80e268eddb660899b963d by Peter Varga (on behalf of Michal Klocek) on 06/08/2026 at 09:08.. [fixup][msvc] Fix QtWebEngine build on Windows Fix template argument mismatch and use the same explicitly-qualified form as the definition For generated template: template<int STATE> class DeepSerializedValueBuilder { public: enum { NoFieldsSet = 0, TypeSet = 1 << 1, AllFieldsSet = (TypeSet | 0)}; ... } Change type setter form: DeepSerializedValueBuilder<STATE | TypeSet>& SetType(const String& value); to: DeepSerializedValueBuilder<STATE | DeepSerializedValueBuilder<STATE>::TypeSet>& SetType(const String& value); Deals with: ..../content/browser/devtools/protocol/runtime.h(987): error C2244: 'content::protocol::Runtime::DeepSerializedValue::DeepSerializedValueBuilder<STATE>::SetType': unable to match function definition to an existing declaration Change-Id: Ia951b4240dab156d3679eec8c9a862cb414f18b3 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/748563 Reviewed-by: Allan Sandfeld Jensen <[email protected]> (cherry picked from commit 10236088e164d53bb4b5fb7230471b01b744fbdd) Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/753551 Reviewed-by: Kaloyan Chehlarski <[email protected]> https://invent.kde.org/qt/qt/qtwebengine-chromium/-/commit/683db096596915e3acf80e268eddb660899b963d