.. |
ARIA
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 yıl önce |
Bindings
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 yıl önce |
CSS
|
5d4e9a0673
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
|
2 yıl önce |
Cookie
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 yıl önce |
Crypto
|
15532df83d
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
|
2 yıl önce |
DOM
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 yıl önce |
DOMParsing
|
67d2e32984
LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h
|
2 yıl önce |
Encoding
|
11b40dbcf5
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
2 yıl önce |
Fetch
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 yıl önce |
FileAPI
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 yıl önce |
Geometry
|
2abe62adfa
LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
|
2 yıl önce |
HTML
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 yıl önce |
HighResolutionTime
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 yıl önce |
Infra
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 yıl önce |
IntersectionObserver
|
385b880862
LibWeb: Make factory method of IntersectionObserver fallible
|
2 yıl önce |
Layout
|
2d05c63c7c
LibWeb: Skip frozen tracks while distributing space in GFC
|
2 yıl önce |
Loader
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
2 yıl önce |
MimeSniff
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 yıl önce |
NavigationTiming
|
f62bcba56a
LibWeb: Specify snake case names for navigation timing entries too
|
2 yıl önce |
Page
|
806e08425a
LibWeb: Clear the mouse event tracking node when it stops wanting events
|
2 yıl önce |
Painting
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 yıl önce |
PerformanceTimeline
|
31b507afbf
LibWeb: Introduce Performance Timeline and its Performance functions
|
2 yıl önce |
PermissionsPolicy
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 yıl önce |
Platform
|
6d93e03211
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
|
2 yıl önce |
ReferrerPolicy
|
aef36ce828
LibWeb: Add ReferrerPolicy::EmptyString
|
2 yıl önce |
RequestIdleCallback
|
b410804f54
LibWeb/HTML: Port Window.requestIdleCallback() to IDL
|
2 yıl önce |
ResizeObserver
|
ff2a991e19
LibWeb: Make factory method of ResizeObserver::ResizeObserver fallible
|
2 yıl önce |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 yıl önce |
SVG
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 yıl önce |
Scripts
|
faab2fe101
LibWeb: Store stylesheet sources as StringViews
|
2 yıl önce |
SecureContexts
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 yıl önce |
Selection
|
dcbe927b48
LibWeb: Make factory method of Selection::Selection fallible
|
2 yıl önce |
Streams
|
ed06429d33
LibWeb: Implement ReadableByteStreamController.error()
|
2 yıl önce |
Tests
|
edfef8e2f5
Everywhere: Rename WrapperGenerator to BindingsGenerator
|
2 yıl önce |
UIEvents
|
8bacd569ff
LibWeb: Make the dblclick event bubble, cancelable and composed
|
2 yıl önce |
URL
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
2 yıl önce |
UserTiming
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 yıl önce |
WebAssembly
|
f345f72b55
LibJS: Port Value::to_object() to NonnullGCPtr
|
2 yıl önce |
WebDriver
|
eda2a2f5da
AK: Remove `must_set()` from `JsonArray`
|
2 yıl önce |
WebGL
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 yıl önce |
WebIDL
|
88e060907b
LibWeb: Implement IDL overload resolution steps to clamp argument counts
|
2 yıl önce |
WebSockets
|
8addcd237c
LibWeb: Make WebSocket#send support typed arrays, Blob and DataView
|
2 yıl önce |
XHR
|
d4eaaf905c
LibJS: Port create_iterator_result_object() to NonnullGCPtr
|
2 yıl önce |
XML
|
8d446d2a9e
LibWeb: Make XMLDocumentBuilder create elements with the HTML namespace
|
2 yıl önce |
CMakeLists.txt
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 yıl önce |
Dump.cpp
|
968db96101
LibWeb: Show formatting context roots in layout tree dumps
|
2 yıl önce |
Dump.h
|
72d817d4ea
LibWeb+Browser+Ladybird: Add menu action to dump paint tree
|
2 yıl önce |
FontCache.cpp
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 yıl önce |
FontCache.h
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 yıl önce |
Forward.h
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 yıl önce |
Namespace.cpp
|
db2ba5f1d9
LibWeb: Initialize static web strings during main-thread VM creation
|
2 yıl önce |
Namespace.h
|
db2ba5f1d9
LibWeb: Initialize static web strings during main-thread VM creation
|
2 yıl önce |
PixelUnits.h
|
134717ec8f
LibWeb: VERIFY that nobody tries to hash a non-finite CSSPixels value
|
2 yıl önce |
TreeNode.h
|
1c1b902a6a
LibJS+LibWeb: Move headers around to allow including Value from Cell
|
2 yıl önce |
idl_files.cmake
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 yıl önce |