Changeset 263269 in webkit
- Timestamp:
- Jun 19, 2020, 9:18:43 AM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r263259 r263269 1 2020-06-19 Rob Buis <rbuis@igalia.com> 2 3 Enable stale-while-revalidate support by default 4 https://bugs.webkit.org/show_bug.cgi?id=213286 5 6 Reviewed by Youenn Fablet. 7 8 Enable stale-while-revalidate support for Mac/GTK/WPE by changing the default 9 to true. Note that platforms that do not support speculative loads, which s-w-r 10 relies on, will not see any change in bahavior. 11 12 * UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h: 13 1 14 2020-06-19 Alexander Mikhaylenko <alexm@gnome.org> 2 15 -
trunk/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h
r260169 r263269 181 181 bool m_networkCacheSpeculativeValidationEnabled { false }; 182 182 #endif 183 bool m_staleWhileRevalidateEnabled { false };183 bool m_staleWhileRevalidateEnabled { true }; 184 184 String m_localStorageDirectory; 185 185 String m_mediaKeysStorageDirectory;
Note:
See TracChangeset
for help on using the changeset viewer.