[qt/qt/qtwebview]: 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/qtwebview Pushed by mirror-service into branch 'dev'. Changed from 0a30b3eee533f29a376934032c29c97078db4fd0 to faf8d9cf134f900484151132a17cbaa973e38537 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 faf8d9cf134f900484151132a17cbaa973e38537 by Kaloyan Chehlarski on 16/07/2026 at 09:25.. WebEngine: Always disable off-the-record profiles Previously, changing the LocalStorageEnabled setting would flip the internal profile's off-the-record setting as well. This was most likely a misunderstanding of what the setting is meant for (a specific HTML5 feature, not just any storage persisted on disk), and it went unchallenged until now. Flipping the setting can trigger odd crashes, since Chromium doesn't really support profiles that change their off-the-recordness at runtime. So, mark the profile as always on-the-record, and only flip the LocalStorageEnabled setting in QQuickWebEngineProfile. As a drive-by, remove the parent pointer inside QWebEngineWebViewSettingsPrivate since it's no longer used and clang complains about it. Change-Id: Id38ef8271b685bf0ade3567f5c5dd4400815cb08 Reviewed-by: Michal Klocek <[email protected]> https://invent.kde.org/qt/qt/qtwebview/-/commit/faf8d9cf134f900484151132a17cbaa973e38537