mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 02:42:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| EditEventHandler.cpp | ||
| EditEventHandler.h | ||
| EventHandler.cpp | ||
| EventHandler.h | ||
| Frame.cpp | ||
| Frame.h | ||
| Page.cpp | ||
| Page.h | ||