Details
Description
Declaring a WebEngineProfile like this:
WebEngineProfile { storageName: 'Test' offTheRecord: false }
...will not work, whereas reversing the order of storageName and offTheRecord will:
WebEngineProfile { offTheRecord: false storageName: 'Test' }
As a result, existing applications will not have usable profiles.
Attachments
For Gerrit Dashboard: QTBUG-131397 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
604560,10 | Lazy initialization for offTheRecord setting | 6.8.1 | qt/qtwebengine | Status: MERGED | +2 | 0 |
605589,2 | Lazy initialization for offTheRecord setting | dev | qt/qtwebengine | Status: MERGED | +2 | 0 |
605919,2 | Lazy initialization for offTheRecord setting | 6.8 | qt/qtwebengine | Status: MERGED | +2 | 0 |