1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:07:35 +00:00
serenity/Libraries/LibWeb/Page
Andreas Kling 1c7faa8965 LibWeb: Move text selection serialization from PageView to Frame
This logic doesn't depend on anything at the widget layer, so it can
move down to the frame layer.
2020-08-06 19:59:24 +02:00
..
EventHandler.cpp Unicode: Try s/codepoint/code_point/g again 2020-08-05 22:33:42 +02:00
EventHandler.h LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00
Frame.cpp LibWeb: Move text selection serialization from PageView to Frame 2020-08-06 19:59:24 +02:00
Frame.h LibWeb: Move text selection serialization from PageView to Frame 2020-08-06 19:59:24 +02:00
Page.cpp LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00
Page.h LibWeb: Allow inserting text at the cursor by typing characters :^) 2020-08-02 17:34:50 +02:00