summaryrefslogtreecommitdiff
path: root/Documentation/Browser
AgeCommit message (Collapse)Author
2021-10-04Documentation: Add documentation for adding IDL filesSam Atkins
There are several steps involved, which are not at all obvious unless you already know them. So now they're written down. :^)
2021-06-02Documentation: Correct some typos in kernel and browser docsSiddhant Rao
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
The current ProtocolServer was really only used for requests, and with the recent introduction of the WebSocket service, long-lasting connections with another server are not part of it. To better reflect this, this commit renames it to RequestServer. This commit also changes the existing 'protocol' portal to 'request', the existing 'protocol' user and group to 'request', and most mentions of the 'download' aspect of the request to 'request' when relevant, to make everything consistent across the system. Note that LibProtocol still exists as-is, but the more generic Client class and the more specific Download class have both been renamed to a more accurate RequestClient and Request to match the new names. This commit only change names, not behaviors.
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-07-06Documentation: Add note about DNS lookups to browser architecture docsAndreas Kling
2020-07-06Documentation: Add a document about the Browser process architectureAndreas Kling