Introduction
Introduction Statistics Contact Development Disclaimer Help
Remove setting processing model - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 4bab57968dfd889c2f89309c6bf0fe9690946682
parent 5e591b89a1879941a8bde2f0959f658cfa4732d4
Author: Quentin Rameau <[email protected]>
Date: Sun, 17 Mar 2024 07:39:00 +0100
Remove setting processing model
The processing model we want is actually the only one supported
since 2.40.
Diffstat:
M surf.c | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/surf.c b/surf.c
@@ -1152,10 +1152,6 @@ newview(Client *c, WebKitWebView *rv)
cookiemanager = webkit_web_context_get_cookie_manager(context);
- /* rendering process model, can be a shared unique one
- * or one for each view */
- webkit_web_context_set_process_model(context,
- WEBKIT_PROCESS_MODEL_MULTIPLE_SECONDARY_PROCESSES);
/* TLS */
webkit_website_data_manager_set_tls_errors_policy(
webkit_web_context_get_website_data_manager(context),
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.