ladybird/Userland/Libraries/LibWeb
MacDue 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators
Even if the pointer value is const, the value they point to is not
necessarily const, so these functions should not add the qualifier.

This also removes the redundant non-const implementations of these
operators.
2022-11-19 14:37:31 +00:00
..
Bindings
Cookie Userland: Properly define IPC::encode and IPC::decode specializations 2022-11-15 13:25:51 -05:00
Crypto
CSS
DOM LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
DOMParsing
Encoding
Fetch
FileAPI
Geometry
HighResolutionTime
HTML LibJS+LibWeb: Return non-const types from Ptr class operators 2022-11-19 14:37:31 +00:00
Infra
IntersectionObserver
Layout LibWeb: Add naive layout for SVG foreign objects 2022-11-16 13:01:21 +01:00
Loader LibWeb: Extract out the User-Agent browser name and version 2022-11-18 15:30:29 +00:00
MimeSniff
NavigationTiming
Page LibWeb: Add 'should block pop ups' user config to Page 2022-11-15 21:48:19 +00:00
Painting LubWeb: Call before_children_paint for positioned descendants 2022-11-15 22:53:47 +01:00
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
Scripts
SecureContexts
Selection
Streams
SVG LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
Tests
UIEvents
URL
WebAssembly
WebDriver LibWeb: Implement most of WebDriver capability matching 2022-11-18 15:30:29 +00:00
WebGL
WebIDL
WebSockets
XHR
XML
CMakeLists.txt LibWeb+WebDriver: Begin processing and matching WebDriver capabilities 2022-11-18 12:21:57 +00:00
Dump.cpp
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
idl_files.cmake LibWeb: Sketch out basic support for SVG <foreignObject> elements 2022-11-16 13:01:21 +01:00
Namespace.cpp
Namespace.h
TreeNode.h