.. |
ARIA
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
2 years ago |
Bindings
|
15629e8925
LibWeb: Do not use JS::Handle for mutation observers
|
1 year ago |
CSS
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Cookie
|
8ad05fff4a
LibWeb: Make Document::set_cookie take a StringView
|
1 year ago |
Crypto
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
DOM
|
ff72436448
LibWeb: Add a FlyString version of Element::tag_name
|
1 year ago |
DOMParsing
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Encoding
|
76449c21b2
LibWeb: Port TextEncoder interface from DeprecatedString to String
|
1 year ago |
Fetch
|
5d885e9047
LibWeb/Fetch: Align `is_network_error()` with the latest specification
|
1 year ago |
FileAPI
|
77d32fcb5f
LibWeb: Add an initial implementation for Web::FileAPI::FileReader
|
1 year ago |
Geometry
|
2e122b16e4
LibWeb: Add DOMMatrix toFloat32Array and toFloat64Array
|
1 year ago |
HTML
|
ff72436448
LibWeb: Add a FlyString version of Element::tag_name
|
1 year ago |
HighResolutionTime
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Infra
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
2 years ago |
Internals
|
51caa14381
LibWeb: Remove FrameLoader
|
1 year ago |
IntersectionObserver
|
35623ad52e
LibWeb: Visit IntersectionObserverRegistration instead of using Handle
|
1 year ago |
Layout
|
bbfe0d3a82
LibWeb: Implement `text-transform: capitalize`
|
1 year ago |
Loader
|
b9e0ad4358
LibWeb: Make ResourceLoader pass body and headers in error callback
|
1 year ago |
MathML
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
MimeSniff
|
132b17406b
LibWeb: Add missing String.h include to MimeSniff/MimeType.h
|
1 year ago |
NavigationTiming
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 years ago |
Page
|
9df00d0677
LibWeb: Exit event handlers if active document is not fully active
|
1 year ago |
Painting
|
46254101f7
LibWeb: Change DOM::Position to be GC-allocated
|
1 year ago |
PerformanceTimeline
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
PermissionsPolicy
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 years ago |
Platform
|
4da1f4e836
LibWeb: Make FontPlugin::generic_font_name() return FlyString
|
1 year ago |
ReferrerPolicy
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 year ago |
RequestIdleCallback
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
ResizeObserver
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 years ago |
SVG
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
1 year ago |
SecureContexts
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
2 years ago |
Selection
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Streams
|
d81b0e3c86
LibWeb/Streams: Make ReadIntoRequest GC-allocated
|
1 year ago |
UIEvents
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
1 year ago |
URL
|
93e230ba58
LibWeb/URL: Use the correct spec URL comment for `URL::port()`
|
1 year ago |
UserTiming
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
WebAssembly
|
573cbb5ca0
LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder
|
1 year ago |
WebAudio
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
WebDriver
|
5e7a82a853
LibWeb: Create canvas bitmap when not existing in toDataURL and toBlob
|
1 year ago |
WebGL
|
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
|
1 year ago |
WebIDL
|
a5e05c5082
LibWeb/WebIDL: Implement the wait for all AO
|
1 year ago |
WebSockets
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
XHR
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 year ago |
XML
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
CMakeLists.txt
|
b0317bb3a1
LibWeb: Implement Flex and FlexStyleValue types
|
1 year ago |
Dump.cpp
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Dump.h
|
aef4b84e22
LibWeb+WebContent: Add option to dump session history of a traversable
|
1 year ago |
FontCache.cpp
|
545d8336b8
LibGfx: Convert Font APIs to return String instead of DeprecatedString
|
1 year ago |
FontCache.h
|
418f9ceadd
LibWeb: Invalidate font cache when web fonts are downloaded
|
1 year ago |
Forward.h
|
b0317bb3a1
LibWeb: Implement Flex and FlexStyleValue types
|
1 year ago |
Namespace.cpp
|
25eee91811
AK: Make "foo"_fly_string infallible
|
2 years ago |
Namespace.h
|
25eee91811
AK: Make "foo"_fly_string infallible
|
2 years ago |
PixelUnits.cpp
|
cc74083f27
LibWeb: Inline and constexpr most PixelUnits methods
|
2 years ago |
PixelUnits.h
|
883f44d397
LibWeb: Use `CSSPixels` only when calculating radial gradient sizes
|
1 year ago |
TreeNode.h
|
4d4dbacfc3
LibWeb: Remove all the unused functions from TreeNode
|
1 year ago |
idl_files.cmake
|
07b332e17c
LibWeb: Add IDL definition for SVGScriptElement
|
1 year ago |