Adam Hodgen 47bfd366a8 LibWeb: Fix syntax for Table test 4 years ago
..
Bindings 53f70e5208 LibJS: Remove the default length & attributes from define_native_* 4 years ago
CSS 98a9a1d7f9 Everywhere: Add break after the last case label before `default` 4 years ago
CodeGenerators a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 years ago
Cookie ca06fd658d Everywhere: Remove unused local variables and lambda captures 4 years ago
DOM 795786387b LibJS: Remove the NativeProperty mechanism from LibJS 4 years ago
DumpLayoutTree 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
HTML 3e46e8fea8 LibWeb: Fix HTMLTable Element attributes 4 years ago
HighResolutionTime 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Layout c6fafd3e90 AK+Userland: Add generic `AK::abs()` function and use it 4 years ago
Loader 56d25d7210 LibWeb: Show "x86_64" in the user agent string on x86_64 :^) 4 years ago
NavigationTiming 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Page f670adb298 LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels 4 years ago
Painting ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
SVG 5f7f063919 Everywhere: Mark debug-only functions `[[maybe_unused]]` 4 years ago
Scripts 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Tests 47bfd366a8 LibWeb: Fix syntax for Table test 4 years ago
UIEvents b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
WebAssembly e3ef241108 LibJS: Remove the non-standard put helper and replace it's usages 4 years ago
XHR ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
CMakeLists.txt f7ad8c0f94 LibWeb: Add DOMParser 4 years ago
DOMTreeJSONModel.cpp 447ecc2155 LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector 4 years ago
DOMTreeJSONModel.h 447ecc2155 LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector 4 years ago
DOMTreeModel.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
DOMTreeModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Dump.cpp 5eb65286b6 LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly 4 years ago
Dump.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FontCache.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FontCache.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Forward.h b0208ce433 Everywhere: Forward declare structs as structs 4 years ago
InProcessWebView.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
InProcessWebView.h 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext 4 years ago
LayoutTreeModel.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
LayoutTreeModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
Namespace.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Namespace.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
Origin.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
OutOfProcessWebView.cpp cd6b9613c5 LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 4 years ago
OutOfProcessWebView.h cd6b9613c5 LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 4 years ago
QualifiedName.h 19731fc14c LibWeb: Use HTML-uppercased qualified name for the Element node name 4 years ago
StylePropertiesModel.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
StylePropertiesModel.h b91c49364d AK: Rename adopt() to adopt_ref() 4 years ago
TreeNode.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
URLEncoder.cpp 70a575d75f LibWeb: Use correct percent encode set for form submissions 4 years ago
URLEncoder.h 70a575d75f LibWeb: Use correct percent encode set for form submissions 4 years ago
WebContentClient.cpp cd6b9613c5 LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 4 years ago
WebContentClient.h cd6b9613c5 LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 4 years ago
WebViewHooks.h cd6b9613c5 LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 4 years ago