.. |
ARIA
|
6f5dd9e11c
LibWeb: Return correct RoleType for composite ARIA role
|
1 year ago |
Animations
|
ee4abacde6
LibWeb: Add AnimationEffect::target_properties()
|
1 year ago |
Bindings
|
2505cecc0f
LibWeb: Exclude [Global] interfaces from legacy platform object methods
|
1 year ago |
CSS
|
ceb9d0f8dc
LibWeb: Record position of Animations in global animation list
|
1 year ago |
Clipboard
|
5f5ac48908
LibWeb: Format all .idl files to use four space indentation
|
1 year ago |
Cookie
|
242d1d8eba
LibWeb: Fail to parse cookie date when date does not exist
|
1 year ago |
Crypto
|
423e77d5c3
LibWeb: Implement `import_key` for PBKDF2
|
1 year ago |
DOM
|
10fddb99fc
LibWeb: Implement Document::remove_replaced_animations()
|
1 year ago |
DOMParsing
|
1a249f9d85
LibWeb: Add ad-hoc method for serializing CDATASection nodes to string
|
1 year ago |
Encoding
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Fetch
|
66959bcc09
LibWeb: Use the stream teeing methods for cloning Fetch response bodies
|
1 year ago |
FileAPI
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
1 year ago |
Geometry
|
1560bfc6c9
LibWeb: Ensure DOMRect top, bottom, left and right handle NaN correctly
|
1 year ago |
HTML
|
10fddb99fc
LibWeb: Implement Document::remove_replaced_animations()
|
1 year ago |
HighResolutionTime
|
1d999fa780
LibWeb: Return milliseconds from unsafe_shared_current_time()
|
1 year ago |
Infra
|
ec081a2ef5
LibWeb: Don't crash on FormData.append() with emoji in name
|
1 year ago |
Internals
|
e52c30cbd5
LibWeb: Allow bypassing transient activation checks for tests
|
1 year ago |
IntersectionObserver
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Layout
|
309259aeb6
LibWeb: Clamp scroll offset into valid range after relayout
|
1 year ago |
Loader
|
e7daa02bf2
LibWeb: Unblock port 9000
|
1 year ago |
MathML
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
MimeSniff
|
8e5410347b
LibWeb/MimeSniff: Add non-standard text or binary context sniffing
|
1 year ago |
NavigationTiming
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Page
|
56d355a15e
LibWeb: Properly round CSSPixels values in device_to_css_rect
|
1 year ago |
Painting
|
9968c9f7a6
LibWeb: Fix hit-testing by excluding CSS transform from clip rect check
|
1 year ago |
PerformanceTimeline
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
PermissionsPolicy
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 years ago |
Platform
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
ReferrerPolicy
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 year ago |
RequestIdleCallback
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
ResizeObserver
|
2b7e7cc1ad
LibWeb: Implement ResizeObserver::disconnect()
|
1 year ago |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 years ago |
SVG
|
8ba18dfd40
LibWeb: Schedule repainting from EventLoop::process()
|
1 year ago |
SecureContexts
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 year ago |
Selection
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Streams
|
5a99a6afb4
LibWeb: Implement ReadableStreamBYOBRequest.respondWithNewView
|
1 year ago |
UIEvents
|
e2bc606eeb
LibWeb: Add MouseEvent JavaScript constructor
|
1 year ago |
URL
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
UserTiming
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
WebAssembly
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 year ago |
WebAudio
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
WebDriver
|
cb68c6eaf1
LibWeb: Set size of canvas used to take WebDriver screenshots explicitly
|
1 year ago |
WebGL
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 year ago |
WebIDL
|
3441b37de5
LibWeb: Store Promise::wait_for_all state in a JS-heap allocated object
|
1 year ago |
WebSockets
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Worker
|
02edd240ae
LibWeb+WebContent: Spawn Worker processes from the chrome
|
1 year ago |
XHR
|
b6292a2d7d
LibWeb: Use WebIDL integer typedefs in ProgressEvent
|
1 year ago |
XLink
|
c4efc0a5aa
LibWeb: Add Web::XLink::AttributeNames
|
1 year ago |
XML
|
ee6b0e144a
LibWeb: Make the default XML namespace an empty Optional
|
1 year ago |
CMakeLists.txt
|
fb8edcea00
LibWeb: Flesh out implementation of ResizeObserver interfaces
|
1 year ago |
Dump.cpp
|
2960bf4ec8
LibWeb: Make inline paintables own their fragments
|
1 year ago |
Dump.h
|
aef4b84e22
LibWeb+WebContent: Add option to dump session history of a traversable
|
1 year ago |
Forward.h
|
c4295edc81
LibWeb: Add ImageBox to forwarding header
|
1 year ago |
Namespace.cpp
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 year ago |
Namespace.h
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 year ago |
PixelUnits.cpp
|
c069ab1ca0
LibWeb: Refactor int types in WebContentServer to DevicePixels
|
1 year ago |
PixelUnits.h
|
56d355a15e
LibWeb: Properly round CSSPixels values in device_to_css_rect
|
1 year ago |
TreeNode.h
|
4d4dbacfc3
LibWeb: Remove all the unused functions from TreeNode
|
1 year ago |
idl_files.cmake
|
fb8edcea00
LibWeb: Flesh out implementation of ResizeObserver interfaces
|
1 year ago |