ladybird/Userland/Libraries/LibWeb/Bindings
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
..
CSSStyleDeclarationWrapperCustom.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
EventListenerWrapper.cpp LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
EventListenerWrapper.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventWrapperFactory.cpp LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
EventWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ExceptionOrUtils.h LibWeb: Make ExceptionOr capable of holding all error types in the spec 2021-06-27 12:49:49 +01:00
HTMLCollectionWrapperCustom.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
ImageConstructor.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
ImageConstructor.h LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
LocationObject.cpp LibWeb: Replace usage of native properties with accessors in Location 2021-07-05 14:40:49 +01:00
LocationObject.h LibWeb: Replace usage of native properties with accessors in Location 2021-07-05 14:40:49 +01:00
MainThreadVM.cpp LibJS+LibWeb: Move exception logging and remove should_log_exceptions 2021-04-24 20:11:04 +02:00
MainThreadVM.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NavigatorObject.cpp LibJS: Remove the default length & attributes from define_native_* 2021-07-06 14:20:30 +01:00
NavigatorObject.h LibWeb: Replace usage of native properties with accessors in Navigator 2021-07-05 14:40:49 +01:00
NodeWrapperFactory.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
NodeWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ScriptExecutionContext.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ScriptExecutionContext.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowObject.cpp LibWeb: Fix that non-member calls to window gave the wrong this_value 2021-07-26 15:56:15 +01:00
WindowObject.h LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WindowObjectHelper.h LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
Wrappable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrappable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrapper.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00