File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2021-02-09 Jonathan Bedard <jbedard@apple.com>
2+
3+ AX: introduction.md broken architecture.png link
4+ https://bugs.webkit.org/show_bug.cgi?id=221607
5+ <rdar://problem/74140397>
6+
7+ Reviewed by Sam Weinig.
8+
9+ * Introduction.md: webkit2-process-architecture.png Moved to resources.
10+
1112021-02-08 Alicia Boya García <aboya@igalia.com>
212
313 ConsoleMessage: Don't encode string JSONLogValue's as JSON
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ In addition to handling all network accesses,
816816this process is also responsible for managing the disk cache and Web APIs that allow websites
817817to store structured data such as [ Web Storage API] ( https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API )
818818and [ IndexedDB API] ( https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API ) :
819- ![ Diagram of WebKit2's multi-process architecture] ( webkit2-process-architecture.png )
819+ ![ Diagram of WebKit2's multi-process architecture] ( resources/ webkit2-process-architecture.png)
820820Because a WebContent process can Just-in-Time compile arbitrary JavaScript code loaded from the internet,
821821meaning that it can write to memory that gets executed, this process is tightly sandboxed.
822822It does not have access to any file system unless the user grants an access,
You can’t perform that action at this time.
0 commit comments