serenity/Documentation/Browser
Itamar 3a71748e5d Userland: Rename IPC ClientConnection => ConnectionFromClient
This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
    | rename 's/ClientConnection\.h/ConnectionFromClient.h/'

find . -name ClientConnection.cpp
    | rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'
2022-02-25 22:35:12 +01:00
..
AddNewIDLFile.md Documentation: Add documentation for adding IDL files 2021-10-04 15:32:27 +01:00
classes.png Documentation: Add a document about the Browser process architecture 2020-07-06 16:17:43 +02:00
LibWebFromLoadingToPainting.md Documentation: Start writing about "LibWeb: From loading to painting" 2022-02-24 18:45:37 +01:00
ProcessArchitecture.md Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
processes.png Documentation: Add a document about the Browser process architecture 2020-07-06 16:17:43 +02:00