Skip to content

Commit d32b04a

Browse files
committed
AX: introduction.md broken architecture.png link
https://bugs.webkit.org/show_bug.cgi?id=221607 <rdar://problem/74140397> Reviewed by Sam Weinig. * Introduction.md: webkit2-process-architecture.png Moved to resources. Canonical link: https://commits.webkit.org/233877@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272614 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent ab47dfd commit d32b04a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
2021-02-08 Alicia Boya García <aboya@igalia.com>
212

313
ConsoleMessage: Don't encode string JSONLogValue's as JSON

Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ In addition to handling all network accesses,
816816
this process is also responsible for managing the disk cache and Web APIs that allow websites
817817
to store structured data such as [Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API)
818818
and [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)
820820
Because a WebContent process can Just-in-Time compile arbitrary JavaScript code loaded from the internet,
821821
meaning that it can write to memory that gets executed, this process is tightly sandboxed.
822822
It does not have access to any file system unless the user grants an access,

0 commit comments

Comments
 (0)