serenity/Userland/Services/WebContent
Timothy Flynn 2381b19719 Browser+LibWeb+WebContent: Parse cookies in the OOP tab
To protect the main Browser process against nefarious cookies, parse the
cookies out-of-process and then send the parsed result over IPC to the
main process. This way, if the cookie parser blows up, only that tab
will be affected.
2021-04-16 19:19:31 +02:00
..
ClientConnection.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
ClientConnection.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
CMakeLists.txt WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PageHost.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
PageHost.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebContentClient.ipc Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebContentConsoleClient.cpp LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
WebContentConsoleClient.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
WebContentServer.ipc LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00