Timothy Flynn bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec 3 years ago
..
Bindings 5d672717aa LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars() 3 years ago
CSS 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums 3 years ago
Cookie 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 years ago
Crypto a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
DOM fd7a059e09 LibWeb: Make NodeIterator behave like other browser engines 3 years ago
DOMParsing 07a2c58da0 LibWeb: Convert InnerHTML to use TRY for error propagation 3 years ago
DumpLayoutTree b8f11b1bae Everywhere: Remove unused ArgsParser header 3 years ago
Encoding 16c0646b9d LibWeb: Implement a very basic version of TextDecoder 3 years ago
Fetch 8cfeca5261 LibWeb: Implement spec-compliant MIME type struct and parser 3 years ago
Geometry a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
HTML bf7b51a569 LibWeb: Implement HTMLObjectElement's data URL according to the spec 3 years ago
HighResolutionTime c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
IntersectionObserver a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
Layout eb1d7e8076 LibWeb: Make margins in the main dimension work for flex items 3 years ago
Loader 90829fe880 LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 3 years ago
MimeSniff 6e921ae304 LibWeb: Move passed string in MimeType constructor 3 years ago
NavigationTiming c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
Page f7cfd47b48 LibWeb: Add Paintable::dom_node() convenience accessor 3 years ago
Painting ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` 3 years ago
RequestIdleCallback c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
ResizeObserver a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
SVG ccee8953d0 LibWeb: Expose SVGEllipseElement attributes to JS 3 years ago
Scripts 13d7c09125 Libraries: Move to Userland/Libraries/ 4 years ago
Selection a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
Tests 54454952e0 LibWeb: Capture <script> element's node document on execution 3 years ago
UIEvents c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
URL cd6896d343 LibWeb: Convert URL to use TRY for error propagation 3 years ago
WebAssembly c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
WebSockets c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
XHR 6a95df2526 LibTextCodec: Don't allocate Strings on encoding normalisation 3 years ago
CMakeLists.txt 7a6b4e33ba LibWeb: Implement the SVGAnimatedLength type 3 years ago
DOMTreeModel.cpp 69fc7009bf LibWeb: Grey out invisible nodes in the DOM inspector 3 years ago
DOMTreeModel.h 0326ad34df Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 3 years ago
Dump.cpp 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums 3 years ago
Dump.h ed44f9e290 LibWeb: Small improvements to layout tree dumps 3 years ago
FontCache.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
FontCache.h c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
Forward.h e8ab2dab11 LibWeb: Implement a CSS::Number class 3 years ago
ImageDecoding.cpp 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 years ago
ImageDecoding.h e017fe92e6 LibWeb: Move ImageDecoder client connection singleton to its own file 3 years ago
InProcessWebView.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
InProcessWebView.h 8b1108e485 Everywhere: Pass AK::StringView by value 3 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 c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
OutOfProcessWebView.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
OutOfProcessWebView.h 0326ad34df Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 3 years ago
StylePropertiesModel.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
StylePropertiesModel.h 044be82567 Browser: Allow jumping to stylenames by typing in the inspector 3 years ago
TreeNode.h 46ce50f74e LibWeb: Make Range.setStart and Range.setEnd spec compliant 3 years ago
WebContentClient.cpp 7594350376 Browser: Show currently loading host and remaining resource count 3 years ago
WebContentClient.h 7594350376 Browser: Show currently loading host and remaining resource count 3 years ago
WebViewHooks.h 7594350376 Browser: Show currently loading host and remaining resource count 3 years ago