.. |
ARIA
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 سال پیش |
Bindings
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 سال پیش |
CSS
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
Cookie
|
effcd080ca
Userland: Remove remaining users of Duration::now_realtime()
|
2 سال پیش |
Crypto
|
15532df83d
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
|
2 سال پیش |
DOM
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
DOMParsing
|
67d2e32984
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
|
2 سال پیش |
Encoding
|
0e3fb39a0a
LibWeb: Make 'optional BufferSource' IDL arguments actually optional
|
2 سال پیش |
Fetch
|
6406a561ef
LibWeb: Handover the fetch response's internal body data upon completion
|
2 سال پیش |
FileAPI
|
7f6a49c085
LibWeb: Ensure that contentType in Blob::slice is basic latin
|
2 سال پیش |
Geometry
|
2abe62adfa
LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
|
2 سال پیش |
HTML
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
2 سال پیش |
HighResolutionTime
|
fc5cab5c21
Everywhere: Use MonotonicTime instead of Duration
|
2 سال پیش |
Infra
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 سال پیش |
IntersectionObserver
|
385b880862
LibWeb: Make factory method of IntersectionObserver fallible
|
2 سال پیش |
Layout
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
2 سال پیش |
Loader
|
2ebb3639aa
LibWeb: Remove ImageLoader and ImageResource
|
2 سال پیش |
MimeSniff
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 سال پیش |
NavigationTiming
|
f62bcba56a
LibWeb: Specify snake case names for navigation timing entries too
|
2 سال پیش |
Page
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
Painting
|
2c5a062c8f
LibWeb: Teach CSS transformed StackingContexts about image-rendering
|
2 سال پیش |
PerformanceTimeline
|
31b507afbf
LibWeb: Introduce Performance Timeline and its Performance functions
|
2 سال پیش |
PermissionsPolicy
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 سال پیش |
Platform
|
a34e369252
Ladybird+LibWeb+WebContent: Create a platform plugin for playing audio
|
2 سال پیش |
ReferrerPolicy
|
aef36ce828
LibWeb: Add ReferrerPolicy::EmptyString
|
2 سال پیش |
RequestIdleCallback
|
b410804f54
LibWeb/HTML: Port Window.requestIdleCallback() to IDL
|
2 سال پیش |
ResizeObserver
|
ff2a991e19
LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible
|
2 سال پیش |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 سال پیش |
SVG
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
Scripts
|
faab2fe101
LibWeb: Store stylesheet sources as StringViews
|
2 سال پیش |
SecureContexts
|
fdfffe2d8c
LibWeb: Use IPv6Address::loopback() instead of parsing "::1"
|
2 سال پیش |
Selection
|
dcbe927b48
LibWeb: Make factory method of Selection::Selection fallible
|
2 سال پیش |
Streams
|
22e97332fc
LibWeb: Throw the correct object when enqueuing to a readable stream
|
2 سال پیش |
Tests
|
edfef8e2f5
Everywhere: Rename WrapperGenerator to BindingsGenerator
|
2 سال پیش |
UIEvents
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
URL
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
2 سال پیش |
UserTiming
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 سال پیش |
WebAssembly
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 سال پیش |
WebAudio
|
a5936864d9
LibWeb: Stub AudioContext constructor
|
2 سال پیش |
WebDriver
|
857ceb215c
LibWeb/WebDriver: Support resolve with callback in execute_async_script
|
2 سال پیش |
WebGL
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 سال پیش |
WebIDL
|
88e060907b
LibWeb: Implement IDL overload resolution steps to clamp argument counts
|
2 سال پیش |
WebSockets
|
8addcd237c
LibWeb: Make WebSocket#send support typed arrays, Blob and DataView
|
2 سال پیش |
XHR
|
d4eaaf905c
LibJS: Port create_iterator_result_object() to NonnullGCPtr
|
2 سال پیش |
XML
|
c8d8640018
LibWeb: Detect when an XML document belongs in the SVG namespace
|
2 سال پیش |
CMakeLists.txt
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
2 سال پیش |
Dump.cpp
|
6c2712764d
LibWeb: Add table-column-group to layout tree dump
|
2 سال پیش |
Dump.h
|
72d817d4ea
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
|
2 سال پیش |
FontCache.cpp
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 سال پیش |
FontCache.h
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 سال پیش |
Forward.h
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
2 سال پیش |
Namespace.cpp
|
db2ba5f1d9
LibWeb: Initialize static web strings during main-thread VM creation
|
2 سال پیش |
Namespace.h
|
db2ba5f1d9
LibWeb: Initialize static web strings during main-thread VM creation
|
2 سال پیش |
PixelUnits.h
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 سال پیش |
TreeNode.h
|
1c1b902a6a
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
2 سال پیش |
idl_files.cmake
|
c89fd6dff0
LibWeb: Implement the AudioTrack and AudioTrackList interfaces
|
2 سال پیش |