.. |
ARIA
|
3f35ffb648
Userland: Prefer `_string` over `_short_string`
|
1 年之前 |
Bindings
|
e33145aa4b
LibJS: Use OrderedHashMap for the Shape property table
|
1 年之前 |
CSS
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
Cookie
|
8ad05fff4a
LibWeb: Make Document::set_cookie take a StringView
|
1 年之前 |
Crypto
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
DOM
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 年之前 |
DOMParsing
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 年之前 |
Encoding
|
76449c21b2
LibWeb: Port TextEncoder interface from DeprecatedString to String
|
1 年之前 |
Fetch
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 年之前 |
FileAPI
|
77d32fcb5f
LibWeb: Add an initial implementation for Web::FileAPI::FileReader
|
1 年之前 |
Geometry
|
7e9ea964a8
LibWeb: Use TRY in DOMMatrix and DOMPointReadOnly
|
1 年之前 |
HTML
|
38cb15ff49
LibWeb: Move system visibility state to TraversableNavigable
|
1 年之前 |
HighResolutionTime
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Infra
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 年之前 |
Internals
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
IntersectionObserver
|
69513de1ad
LibWeb: Update IntersectionObserver::intersection_root() for navigables
|
1 年之前 |
Layout
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
Loader
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
MathML
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
MimeSniff
|
132b17406b
LibWeb: Add missing String.h include to MimeSniff/MimeType.h
|
1 年之前 |
NavigationTiming
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Page
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
Painting
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
PerformanceTimeline
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
PermissionsPolicy
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 年之前 |
Platform
|
4da1f4e836
LibWeb: Make FontPlugin::generic_font_name() return FlyString
|
1 年之前 |
ReferrerPolicy
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 年之前 |
RequestIdleCallback
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
ResizeObserver
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
SRI
|
22e0603bf7
LibWeb: Implement integrity-metadata part of fetch algorithm
|
2 年之前 |
SVG
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
SecureContexts
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
2 年之前 |
Selection
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Streams
|
54d1f4e234
LibJS: Stop propagating small OOM errors from the Error object
|
1 年之前 |
UIEvents
|
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
|
1 年之前 |
URL
|
93e230ba58
LibWeb/URL: Use the correct spec URL comment for `URL::port()`
|
1 年之前 |
UserTiming
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
WebAssembly
|
573cbb5ca0
LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder
|
1 年之前 |
WebAudio
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
WebDriver
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 年之前 |
WebGL
|
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
|
1 年之前 |
WebIDL
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
WebSockets
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
XHR
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 年之前 |
XML
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 年之前 |
CMakeLists.txt
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
Dump.cpp
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 年之前 |
Dump.h
|
aef4b84e22
LibWeb+WebContent: Add option to dump session history of a traversable
|
1 年之前 |
FontCache.cpp
|
545d8336b8
LibGfx: Convert Font APIs to return String instead of DeprecatedString
|
1 年之前 |
FontCache.h
|
418f9ceadd
LibWeb: Invalidate font cache when web fonts are downloaded
|
1 年之前 |
Forward.h
|
51caa14381
LibWeb: Remove FrameLoader
|
1 年之前 |
Namespace.cpp
|
25eee91811
AK: Make "foo"_fly_string infallible
|
1 年之前 |
Namespace.h
|
25eee91811
AK: Make "foo"_fly_string infallible
|
1 年之前 |
PixelUnits.cpp
|
cc74083f27
LibWeb: Inline and constexpr most PixelUnits methods
|
1 年之前 |
PixelUnits.h
|
883f44d397
LibWeb: Use `CSSPixels` only when calculating radial gradient sizes
|
1 年之前 |
TreeNode.h
|
4d4dbacfc3
LibWeb: Remove all the unused functions from TreeNode
|
1 年之前 |
idl_files.cmake
|
77d32fcb5f
LibWeb: Add an initial implementation for Web::FileAPI::FileReader
|
1 年之前 |