ladybird/Userland/Libraries/LibWeb
Sam Atkins ffc81cbfad LibWeb: Use Selectors instead of a String for :not() selectors
Rather than parsing the selector every time we want to check it, we
now parse it once at the beginning.

A bonus effect of this is that we now support a selector list in
:not(), instead of just a single selector, though only when using
the new parser.
2021-07-14 13:31:00 +02:00
..
Bindings LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
CodeGenerators LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
Cookie Everywhere: Remove unused local variables and lambda captures 2021-07-08 10:11:00 +02:00
CSS LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
DOM LibWeb: Make CSS::Selector reference counted 2021-07-14 13:31:00 +02:00
DumpLayoutTree Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HighResolutionTime Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTML LibWeb: Add extracting character encoding from a meta content attribute 2021-07-13 20:23:44 +02:00
Layout LibWeb: Add missing typeinfo include 2021-07-14 13:12:25 +02:00
Loader LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
NavigationTiming Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Page LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels 2021-07-10 13:24:46 +02:00
Painting AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
Scripts
SVG Everywhere: Mark debug-only functions [[maybe_unused]] 2021-07-08 10:11:00 +02:00
Tests LibWeb: Fix syntax for Table test 2021-07-11 14:14:01 +02:00
UIEvents AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
WebAssembly LibJS: Remove the non-standard put helper and replace it's usages 2021-07-06 14:20:30 +01:00
XHR LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
CMakeLists.txt LibWeb: Add DOMParser 2021-07-05 12:39:46 +02:00
DOMTreeJSONModel.cpp LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector 2021-07-01 19:19:46 +02:00
DOMTreeJSONModel.h LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector 2021-07-01 19:19:46 +02:00
DOMTreeModel.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
DOMTreeModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Dump.cpp LibWeb: Use Selectors instead of a String for :not() selectors 2021-07-14 13:31:00 +02:00
Dump.h LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const 2021-07-14 13:31:00 +02:00
FontCache.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FontCache.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00
InProcessWebView.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
InProcessWebView.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
LayoutTreeModel.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
LayoutTreeModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
Namespace.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Namespace.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Origin.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
OutOfProcessWebView.cpp LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
OutOfProcessWebView.h LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
QualifiedName.h LibWeb: Use HTML-uppercased qualified name for the Element node name 2021-05-04 23:24:03 +01:00
StylePropertiesModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
StylePropertiesModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
TreeNode.h AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
URLEncoder.cpp LibWeb: Use correct percent encode set for form submissions 2021-06-01 23:26:03 +04:30
URLEncoder.h LibWeb: Use correct percent encode set for form submissions 2021-06-01 23:26:03 +04:30
WebContentClient.cpp LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
WebContentClient.h LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
WebViewHooks.h LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00