.. |
ARIA
|
229b64a4b7
Everywhere: Convert from_string_view -> from_string_literal where static
|
10 mesiacov pred |
Animations
|
aa8f17aea4
LibWeb: Rename invalidate_layout() => invalidate_layout_tree()
|
10 mesiacov pred |
Bindings
|
8d6f36f8d6
LibJS+LibWeb: Add a custom host hook to log unparsed date strings
|
11 mesiacov pred |
CSS
|
087fcb84cb
LibWeb: Don't crash when resolving grid properties of inline elements
|
10 mesiacov pred |
Clipboard
|
0b0d44da27
LibWeb: Implement the ClipboardEvent IDL interface
|
11 mesiacov pred |
Cookie
|
e74d2b1762
LibWeb+LibWebView: Set the default path for invalid cookie Path values
|
10 mesiacov pred |
Crypto
|
229b64a4b7
Everywhere: Convert from_string_view -> from_string_literal where static
|
10 mesiacov pred |
DOM
|
75c7dbc5d2
LibWeb: Implement Range's extension method
|
10 mesiacov pred |
DOMParsing
|
9171c35183
LibWeb: Refactor DOM parsing APIs
|
1 rok pred |
DOMURL
|
d56da8cf9a
LibWeb: Sort URLSearchParams using UTF-16 code units
|
11 mesiacov pred |
Encoding
|
6b2c459901
LibTextCodec: Fix ISO-8859-1 vs. windows-1252 handling in web contexts
|
1 rok pred |
EntriesAPI
|
169163b002
LibWeb/EntriesAPI: Implement FileSystemEntry
|
11 mesiacov pred |
Fetch
|
229b64a4b7
Everywhere: Convert from_string_view -> from_string_literal where static
|
10 mesiacov pred |
FileAPI
|
67976d041b
LibWeb/FileAPI: Add [Clamp] extended attribute to Blob.slice
|
11 mesiacov pred |
Geometry
|
9b1af542e7
Bindings: Implement is_supported_property_index in terms of item_value
|
1 rok pred |
HTML
|
c77d9a2732
LibWeb: Start implementing serviceWorker.register
|
10 mesiacov pred |
HighResolutionTime
|
a034d1e675
LibWeb/HighResolutionTime: Add missing visit to Performance
|
1 rok pred |
IndexedDB
|
68d84755f4
LibWeb: Implement IDBRequest.onerror
|
1 rok pred |
Infra
|
bfc9dc447f
AK+LibWeb: Replace our home-grown base64 encoder/decoders with simdutf
|
1 rok pred |
Internals
|
acd604c5e1
LibWeb: Add a test-only API to spoof the current URL and origin
|
10 mesiacov pred |
IntersectionObserver
|
02a56f6480
LibWeb: Remove uses of obsolete PlatformObject::global_object()
|
11 mesiacov pred |
Layout
|
76daba3069
LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue
|
10 mesiacov pred |
Loader
|
e74d2b1762
LibWeb+LibWebView: Set the default path for invalid cookie Path values
|
10 mesiacov pred |
MathML
|
0fab3d3b62
LibWeb: MathMLElement includes ElementCSSInlineStyle
|
11 mesiacov pred |
MediaCapabilitiesAPI
|
4c5a176354
LibWeb: Stub MediaCapabilities IDL interface
|
11 mesiacov pred |
MimeSniff
|
08a3904309
LibWeb/MimeSniff: Implement "minimize a supported MIME type"
|
1 rok pred |
MixedContent
|
e6a668ad91
HTML: BrowsingContext: Remove `m_parent` and fix `is_ancestor_of`
|
11 mesiacov pred |
NavigationTiming
|
51528ec677
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
11 mesiacov pred |
Page
|
541968b30d
LibWeb+LibWebView+WebContent: Return a named enum from UI event handlers
|
10 mesiacov pred |
Painting
|
75c7dbc5d2
LibWeb: Implement Range's extension method
|
10 mesiacov pred |
PerformanceTimeline
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 rok pred |
PermissionsPolicy
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 rok pred |
Platform
|
85fd2e281b
LibMedia: Absorb LibAudio
|
10 mesiacov pred |
ReferrerPolicy
|
84a7fead0e
LibURL: Make percent_encode return a String
|
1 rok pred |
RequestIdleCallback
|
02a56f6480
LibWeb: Remove uses of obsolete PlatformObject::global_object()
|
11 mesiacov pred |
ResizeObserver
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 rok pred |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 rokov pred |
SVG
|
aa8f17aea4
LibWeb: Rename invalidate_layout() => invalidate_layout_tree()
|
10 mesiacov pred |
SecureContexts
|
d14888f31a
LibWeb: Consider resource: URLs to be trustworthy and non-opaque
|
1 rok pred |
Selection
|
94230acf28
LibWeb: Update `Selection.collapse` algorithm
|
11 mesiacov pred |
StorageAPI
|
f0270b92f1
LibWeb: Implement StorageKey and related AOs from Storage specification
|
10 mesiacov pred |
Streams
|
51528ec677
LibWeb: Normalize all WebIDL definition lines to four leading spaces
|
11 mesiacov pred |
UIEvents
|
20f18d6ec2
LibWeb: Defined all the keycodes
|
10 mesiacov pred |
UserTiming
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 rok pred |
WebAssembly
|
48366ddddf
LibWeb/WebAssembly: Use a debug flag for dbgln calls
|
11 mesiacov pred |
WebAudio
|
014a069157
WebAudio: Stub remainder of `AudioBufferSourceNode`
|
1 rok pred |
WebDriver
|
b4aff45854
LibWeb/WebDriver: Use correct dimensions for WPT reftest screenshots
|
10 mesiacov pred |
WebGL
|
bb95a48035
LibWeb/WebGL: Stub missing includes for WebGLRenderingContext
|
11 mesiacov pred |
WebIDL
|
3be7e88903
LibWeb/WebIDL: Throw correct error when converting integers
|
11 mesiacov pred |
WebSockets
|
b583aec3ac
LibWeb: Add [Clamp] extended attribute to WebSocket.close
|
11 mesiacov pred |
Worker
|
1d43d5b086
LibWeb: Use proper enums in WorkerOptions dictionary
|
10 mesiacov pred |
XHR
|
dda7325358
LibWeb/XHR: Expose FormData to Worker
|
11 mesiacov pred |
XLink
|
c4efc0a5aa
LibWeb: Add Web::XLink::AttributeNames
|
1 rok pred |
XML
|
007c292af3
LibWeb: Execute the correct script in XMLDocumentBuilder::element_end()
|
1 rok pred |
CMakeLists.txt
|
f0270b92f1
LibWeb: Implement StorageKey and related AOs from Storage specification
|
10 mesiacov pred |
Dump.cpp
|
1c6133aa52
LibWeb/CSS: Add CSSOM types for `@layer` rules
|
11 mesiacov pred |
Dump.h
|
1c6133aa52
LibWeb/CSS: Add CSSOM types for `@layer` rules
|
11 mesiacov pred |
Forward.h
|
76daba3069
LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue
|
10 mesiacov pred |
InvalidateDisplayList.h
|
5800b7e884
LibWeb: Invalidate the display list when calling `set_needs_display()`
|
11 mesiacov pred |
Namespace.cpp
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 rok pred |
Namespace.h
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 rok pred |
PixelUnits.cpp
|
c069ab1ca0
LibWeb: Refactor int types in WebContentServer to DevicePixels
|
1 rok pred |
PixelUnits.h
|
2c5d626b21
LibWeb: Don't crash when converting small CSS::Ratio to CSSPixelFraction
|
11 mesiacov pred |
TraversalDecision.h
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 rok pred |
TraversalOrder.h
|
cbb4be3e5e
LibWeb/CSS: Replace style-rule iteration methods with a generic one
|
11 mesiacov pred |
TreeNode.h
|
397774d422
Everywhere: Remove usages of `template` keyword with no parameter list
|
1 rok pred |
idl_files.cmake
|
a0c07d1bb2
LibWeb: Add stub of ServiceWorker interface
|
10 mesiacov pred |