Changeset 270767 in webkit


Ignore:
Timestamp:
Dec 14, 2020, 4:27:57 AM (5 years ago)
Author:
Carlos Garcia Campos
Message:

[WPE][GTK] Should enable WebProcessCache
https://bugs.webkit.org/show_bug.cgi?id=219689

Reviewed by Adrian Perez de Castro.

  • UIProcess/API/glib/WebKitWebContext.cpp:

(webkitWebContextConstructed):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270764 r270767  
     12020-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
    1112020-12-13  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp

    r268065 r270767  
    392392    API::ProcessPoolConfiguration configuration;
    393393    configuration.setInjectedBundlePath(FileSystem::stringFromFileSystemRepresentation(bundleFilename.get()));
     394    configuration.setUsesWebProcessCache(true);
    394395#if PLATFORM(GTK)
    395396    configuration.setProcessSwapsOnNavigation(priv->psonEnabled);
Note: See TracChangeset for help on using the changeset viewer.