1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 10:17:36 +00:00
serenity/Userland/Libraries/LibWeb
Tim Schumacher a2f60911fe AK: Rename GenericTraits to DefaultTraits
This feels like a more fitting name for something that provides the
default values for Traits.
2023-11-09 10:05:51 -05:00
..
Animations LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
ARIA
Bindings LibJS: Add basic monomorphic caching for PutById property access 2023-11-09 16:02:14 +01:00
Cookie
Crypto
CSS AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
DOM LibWeb: Store all timelines associated with a document on the document 2023-11-07 15:17:09 +01:00
DOMParsing LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
Encoding
Fetch LibWeb/Fetch: Implement changes to priority 2023-10-31 18:09:14 +01:00
FileAPI
Geometry
HighResolutionTime
HTML AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Infra
Internals
IntersectionObserver
Layout AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Loader AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
MathML
MimeSniff
NavigationTiming
Page LibWeb: Rename DOM::Node::id() to unique_id() 2023-11-02 17:09:34 +01:00
Painting AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams
SVG LibWeb: Introduce the concept of "Enumerated" values 2023-11-07 11:34:21 +01:00
UIEvents
URL
UserTiming
WebAssembly
WebAudio
WebDriver Everywhere: Work around Clang trunk bug with templated lambda + Variant 2023-11-05 13:41:13 -07:00
WebGL
WebIDL
WebSockets
XHR
XLink LibWeb: Add Web::XLink::AttributeNames 2023-11-05 11:16:16 +00:00
XML LibWeb: Port Element::set_attribute_value from DeprecatedString 2023-11-06 11:37:08 +01:00
CMakeLists.txt LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
Dump.cpp
Dump.h
FontCache.cpp
FontCache.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Forward.h LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
idl_files.cmake LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
Namespace.cpp LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
Namespace.h LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
PixelUnits.cpp
PixelUnits.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
TreeNode.h