Changeset 270767 in webkit
- Timestamp:
- Dec 14, 2020, 4:27:57 AM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r270764 r270767 1 2020-12-14 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 [WPE][GTK] Should enable WebProcessCache 4 https://bugs.webkit.org/show_bug.cgi?id=219689 5 6 Reviewed by Adrian Perez de Castro. 7 8 * UIProcess/API/glib/WebKitWebContext.cpp: 9 (webkitWebContextConstructed): 10 1 11 2020-12-13 Yusuke Suzuki <ysuzuki@apple.com> 2 12 -
trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
r268065 r270767 392 392 API::ProcessPoolConfiguration configuration; 393 393 configuration.setInjectedBundlePath(FileSystem::stringFromFileSystemRepresentation(bundleFilename.get())); 394 configuration.setUsesWebProcessCache(true); 394 395 #if PLATFORM(GTK) 395 396 configuration.setProcessSwapsOnNavigation(priv->psonEnabled);
Note:
See TracChangeset
for help on using the changeset viewer.