Sam Atkins 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
..
ARIA 6f5dd9e11c LibWeb: Return correct RoleType for composite ARIA role 1 рік тому
Animations 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue 11 місяців тому
Bindings bab086694a LibWeb: Support SRI for import maps 11 місяців тому
CSS 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
Clipboard 0b0d44da27 LibWeb: Implement the ClipboardEvent IDL interface 11 місяців тому
Cookie b20a1d0fcd LibWeb: Prefix AK::Duration with AK Namespace 1 рік тому
Crypto 90a2dcfde1 LibWeb: Implement KeyAlgorithms for big-endian 1 рік тому
DOM 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
DOMParsing 9171c35183 LibWeb: Refactor DOM parsing APIs 1 рік тому
DOMURL d56da8cf9a LibWeb: Sort URLSearchParams using UTF-16 code units 11 місяців тому
Encoding 6b2c459901 LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts 1 рік тому
EntriesAPI 169163b002 LibWeb/EntriesAPI: Implement FileSystemEntry 11 місяців тому
Fetch 23da1752b5 LibWeb/Fetch: Set HTTP status code on cached responses 11 місяців тому
FileAPI 67976d041b LibWeb/FileAPI: Add [Clamp] extended attribute to Blob.slice 11 місяців тому
Geometry 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value 1 рік тому
HTML 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
HighResolutionTime a034d1e675 LibWeb/HighResolutionTime: Add missing visit to Performance 1 рік тому
IndexedDB 68d84755f4 LibWeb: Implement IDBRequest.onerror 1 рік тому
Infra bfc9dc447f AK+LibWeb: Replace our home-grown base64 encoder/decoders with simdutf 1 рік тому
Internals fd49562f50 LibWeb: Add helper for accessing Inspector's PageClient 11 місяців тому
IntersectionObserver 4fe0cbcf85 LibWeb: Use 'FIXME' extended attribute where possible 1 рік тому
Layout 46649fbe1b LibWeb: Add support for `flex-wrap: wrap-reverse` 11 місяців тому
Loader 804729fe37 Libraries+Ladybird: Rename LibProtocol -> LibRequests 11 місяців тому
MathML 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 1 рік тому
MimeSniff 08a3904309 LibWeb/MimeSniff: Implement "minimize a supported MIME type" 1 рік тому
MixedContent e6a668ad91 HTML: BrowsingContext: Remove `m_parent` and fix `is_ancestor_of` 11 місяців тому
NavigationTiming 14267b5d63 LibWeb: Add stub implementation of performance.navigation 1 рік тому
Page 8fb2cc2be1 LibWeb: Do not assume the shadow root has a host when updating selection 11 місяців тому
Painting 5800b7e884 LibWeb: Invalidate the display list when calling `set_needs_display()` 11 місяців тому
PerformanceTimeline 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 рік тому
PermissionsPolicy e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 рік тому
Platform b20a1d0fcd LibWeb: Prefix AK::Duration with AK Namespace 1 рік тому
ReferrerPolicy 84a7fead0e LibURL: Make percent_encode return a String 1 рік тому
RequestIdleCallback bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 рік тому
ResizeObserver bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 рік тому
SRI 22e0603bf7 LibWeb: Implement integrity-metadata part of fetch algorithm 2 роки тому
SVG 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
SecureContexts d14888f31a LibWeb: Consider resource: URLs to be trustworthy and non-opaque 1 рік тому
Selection 416c478876 LibWeb: Don't try to set selection with anchor/focus in different roots 1 рік тому
StorageAPI e3b3041a0c LibWeb: Implement NavigatorStorage mixin interface 11 місяців тому
Streams 26fe7a628c LibWeb: Capture incoming reason argument 11 місяців тому
UIEvents f14e7c7261 LibWeb: Add a helper to lookup a key code from its string name 11 місяців тому
UserTiming c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 рік тому
WebAssembly 003fc4f8ee LibWeb: Handle multiple result values for WebAssembly functions 11 місяців тому
WebAudio 014a069157 WebAudio: Stub remainder of `AudioBufferSourceNode` 1 рік тому
WebDriver b688b5d9d4 LibWeb: Correctly test if WebDriver ExecuteScript timeout is reached 11 місяців тому
WebGL bb95a48035 LibWeb/WebGL: Stub missing includes for WebGLRenderingContext 11 місяців тому
WebIDL 3be7e88903 LibWeb/WebIDL: Throw correct error when converting integers 11 місяців тому
WebSockets b583aec3ac LibWeb: Add [Clamp] extended attribute to WebSocket.close 11 місяців тому
Worker 27ef9ffa8f LibWeb+WebWorker: Add IPC messages to request and communicate shutdown 1 рік тому
XHR dda7325358 LibWeb/XHR: Expose FormData to Worker 11 місяців тому
XLink c4efc0a5aa LibWeb: Add Web::XLink::AttributeNames 1 рік тому
XML 007c292af3 LibWeb: Execute the correct script in XMLDocumentBuilder::element_end() 1 рік тому
CMakeLists.txt 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
Dump.cpp e71ed67069 LibWeb: Show in dumps when elements represent a pseudo element 11 місяців тому
Dump.h aef4b84e22 LibWeb+WebContent: Add option to dump session history of a traversable 1 рік тому
Forward.h 51a426cc05 LibWeb: Add method for listing all style sheets on a page 11 місяців тому
InvalidateDisplayList.h 5800b7e884 LibWeb: Invalidate the display list when calling `set_needs_display()` 11 місяців тому
Namespace.cpp 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 рік тому
Namespace.h 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 рік тому
PixelUnits.cpp c069ab1ca0 LibWeb: Refactor int types in WebContentServer to DevicePixels 1 рік тому
PixelUnits.h 2c5d626b21 LibWeb: Don't crash when converting small CSS::Ratio to CSSPixelFraction 11 місяців тому
TraversalDecision.h 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 рік тому
TreeNode.h 397774d422 Everywhere: Remove usages of `template` keyword with no parameter list 1 рік тому
idl_files.cmake 03bbc2b111 LibWeb/SVG: Implement `SVGImageElement` 11 місяців тому