1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:31:00 +00:00
serenity/Userland
Sam Atkins 3bd14941c7 LibWeb: Switch to new CSS Parser :^)
Change all the places that were including the deprecated parser, to
include the new one instead, and then delete the old parser code.

`ParentNode::query_selector[_all]()` now treat their input as a
comma-separated list of selectors, instead of just one, and return
elements that match any of the selectors in that list. This is according
to these specs:

- querySelector/querySelectorAll:
https://dom.spec.whatwg.org/#ref-for-dom-parentnode-queryselector%E2%91%A0
- selector matching algorithm:
https://www.w3.org/TR/selectors-4/#match-against-tree
2021-08-02 19:01:25 +04:30
..
Applets Applets: Remove unused header includes 2021-08-01 08:10:16 +02:00
Applications Mail: Use GUI::PasswordInputDialog to ask for server passwords 2021-08-02 10:13:35 +02:00
Demos Demos: Remove unused header includes 2021-08-01 08:10:16 +02:00
DevTools HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00
DynamicLoader DynamicLoader+LibELF: Move self-relocation code into a separate file 2021-07-27 13:15:16 +02:00
Games Breakout: Add menus before showing the window 2021-07-31 08:08:31 +02:00
Libraries LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
Services LibGUI, WindowServer: Greatly simplify menubar logic 2021-08-02 00:39:15 +02:00
Shell Shell: Improve the parsing of history event designators 2021-08-02 02:58:55 +04:30
Utilities LibCpp: Correctly parse lines that end in '\' 2021-08-02 01:03:59 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00