ladybird/Libraries/LibWeb/Editing
Jelle Raaijmakers 2b7ff194f8 LibWeb: Only record overrides for editing commands that require it
I forgot to implement the "If a command preserves overrides" part of the
spec.
2025-01-24 23:53:26 +01:00
..
Internal LibWeb: Disallow Editing API calls on non-HTML documents 2025-01-21 19:08:37 +01:00
CommandNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
CommandNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Commands.cpp LibWeb: Disallow Editing API calls on non-HTML documents 2025-01-21 19:08:37 +01:00
Commands.h LibWeb: Implement the "useCSS" editing command 2025-01-10 23:33:35 +01:00
ExecCommand.cpp LibWeb: Only record overrides for editing commands that require it 2025-01-24 23:53:26 +01:00