ladybird/Userland/Libraries/LibWeb/Page
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
..
EditEventHandler.cpp LibWeb: Make the node mutation algorithms more spec compliant 2021-04-06 21:42:00 +02:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
EventHandler.h LibWeb: Plumb wheel events from widget layer to EventHandler 2021-02-22 21:46:54 +01:00
Frame.cpp LibWeb: Only call page_did_change_title() from main frame 2021-03-21 09:36:37 +01:00
Frame.h LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Page.cpp LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
Page.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00