1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Userland
Sam Atkins ad4f35ff37 LibWeb: Mark more CSS properties as not affecting layout
- background properties
- box-shadow
- cursor
- SVG fill/stroke properties
- image-rendering
- outline properties
- pointer-events
- user-select

This should be basically all of them. I skipped `opacity` and
`transform` since establishing a stacking context feels like a
layout-affecting thing, but I could be very wrong on that!
2022-03-18 18:49:08 +01:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications SoundPlayer: Fix read of uninitialized member variables on startup 2022-03-18 02:13:05 -07:00
Demos Eyes: Add 'Contents' action to help menu 2022-03-18 01:10:16 +01:00
DevTools HackStudio: Remove program name element in Core::command() calls 2022-03-17 12:32:59 +03:30
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Games: Add MasterWord 2022-03-18 04:55:21 -07:00
Libraries LibWeb: Mark more CSS properties as not affecting layout 2022-03-18 18:49:08 +01:00
Services LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities Utilities: Remove redundant program name element in Core::command() call 2022-03-17 12:32:59 +03:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00