summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-05-13 01:15:22 +0000
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-05-13 01:15:22 +0000
commit7c6903f46a82204f58c09f2c0474b06c2ce806b8 (patch)
treead445972415521c238b88e1f3ba278e8e7876de1 /HACKING.md
parentd27e58c7d546f763e6a272c06259578d522980f3 (diff)
downloadepiphany-7c6903f46a82204f58c09f2c0474b06c2ce806b8.tar.gz
Update HACKING.md, remove reference to WebKitDatabaseProcess
This was replaced with WebKitStorageProcess several years ago, and then later merged into WebKitNetworkProcess.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index c68511b3a..0d1b73791 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -129,8 +129,7 @@ robustness of the browser. The UI process (the main epiphany process) runs
several subprocesses:
* Any number of WebKitWebProcesses, which handle rendering web content
- * One WebKitNetworkProcess, which handles most network requests
- * One or zero WebKitDatabaseProcesses, which handles IndexedDB
+ * One WebKitNetworkProcess, which handles network requests, storage, etc.
In WebKitGTK, by default each WebKitWebView shares the same WebKitWebProcess.
This can reduce overall resource usage, but it results in a less-stable browser