[articleviewerwebengine] Reinstate crash "workaround" for Qt 5.13
ClosedPublic

Authored by wbauer on Jul 3 2019, 6:52 AM.

Details

Summary

It seems that code is still needed, without it Akregator crashes again here when opening/closing tabs.

Uses SetUrlRequestInterceptor() on 5.13+ instead, as SetRequestInterceptor() is deprecated.

BUG: 371511

Test Plan

Open and close tabs a couple of times.

Akregator would soon crash here (with Qt 5.13.0), at the second or third time at the latest.
With this patch, no crashes anymore.

Another affected user (Philippe ROUBACH) reported that it fixed the crashes for him too:
https://bugs.kde.org/show_bug.cgi?id=371511#c58

Diff Detail

Repository
R201 Akregator
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wbauer created this revision.Jul 3 2019, 6:52 AM
Restricted Application added a subscriber: kde-pim. · View Herald TranscriptJul 3 2019, 6:52 AM
wbauer requested review of this revision.Jul 3 2019, 6:52 AM
wbauer edited the test plan for this revision. (Show Details)Jul 3 2019, 7:31 PM
wbauer edited the test plan for this revision. (Show Details)
dvratil accepted this revision.Jul 3 2019, 9:04 PM
This revision is now accepted and ready to land.Jul 3 2019, 9:04 PM
This revision was automatically updated to reflect the committed changes.