ladybird/Userland/Libraries/LibWeb
Alexander d528c9c2ee LibWeb: Don't print JavaScript syntax error hints
This uses the new flag in print_errors to not print hints. This
decreases the load time of JavaScript heavy webpages with many errors
significantly.
2021-07-20 16:20:59 +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: Add parsing for the justify-content property 2021-07-19 18:47:09 +04:30
DOM LibWeb: Don't print JavaScript syntax error hints 2021-07-20 16:20:59 +02:00
DumpLayoutTree
HighResolutionTime
HTML LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data() 2021-07-17 16:24:57 +04:30
Layout LibWeb: Implement justify-content for the FlexFormattingContext 2021-07-19 18:47:09 +04:30
Loader LibWeb: Add context to new CSS parser, and deprecate the old one 2021-07-11 23:19:56 +02:00
NavigationTiming
Page LibWeb: Handle when the last selected node does not contain text 2021-07-14 17:16:39 +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
WebAssembly LibWasm+Everywhere: Make the instruction count limit configurable 2021-07-17 01:13:39 +04:30
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
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
FontCache.h
Forward.h Everywhere: Forward declare structs as structs 2021-07-08 10:11:00 +02:00
InProcessWebView.cpp LibWeb: Remove now-duplicated actions from IPWV regarding text selection 2021-07-14 17:16:39 +02:00
InProcessWebView.h LibWeb: Remove now-duplicated actions from IPWV regarding text selection 2021-07-14 17:16:39 +02:00
LayoutTreeModel.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
LayoutTreeModel.h
Namespace.cpp
Namespace.h
Origin.h
OutOfProcessWebView.cpp LibWeb: Add OOPWV IPC for selecting all text 2021-07-14 17:16:39 +02:00
OutOfProcessWebView.h LibWeb: Add OOPWV IPC for selecting all text 2021-07-14 17:16:39 +02:00
QualifiedName.h
StylePropertiesModel.cpp
StylePropertiesModel.h
TreeNode.h AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
URLEncoder.cpp
URLEncoder.h
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