1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Userland/Libraries/LibWeb
Shannon Booth d7023f5f45 LibWeb: Change backup imcumbent stack to hold Realm instead of Settings
This is a bit of a chonkier commit as it results in both:

clean_up_after_running_callback and prepare_to_run_callback being
changed to accept a realm instead of an environment settings object,
which has a bunch of fallout, particuarly for IDL abstract operations.
2024-11-01 12:15:17 -07:00
..
Animations LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
ARIA LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
Bindings LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
Clipboard LibWeb: Make EventLoopPlugin::deferred_invoke take a HeapFunction 2024-10-30 20:55:45 +01:00
Cookie LibWeb+LibWebView: Move the cookie domain matching algorithm to LibWeb 2024-10-23 09:05:33 +02:00
Crypto LibWeb: Add FIXME for missing SubtleCrypto algorithms 2024-11-01 13:13:30 -04:00
CSS LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
DOM LibWeb: Implement whether scripting is disabled based on a realm 2024-11-01 12:15:17 -07:00
DOMParsing LibWeb: Fix boolean logic mistake in XMLSerializer for empty public ID 2024-10-21 10:53:02 +02:00
DOMURL LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Encoding LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
EntriesAPI LibWeb/EntriesAPI: Implement FileSystemEntry 2024-08-24 14:53:11 +02:00
EventTiming LibWeb: Define PerformanceEventTiming 2024-10-08 03:44:55 +02:00
Fetch LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
FileAPI LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
Geometry LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HighResolutionTime LibWeb: Bring performance.now() closer to spec 2024-10-31 14:10:13 +01:00
HTML LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
IndexedDB
Infra LibWeb: Implement and use "isomorphic decoding" 2024-10-29 08:26:13 -04:00
Internals LibWeb: Add internals API to dispatch doubleclick mouse event 2024-11-01 13:11:10 -04:00
IntersectionObserver LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Layout LibWeb: Use String::to_fullwidth() when applying text-transform 2024-11-01 07:48:17 -04:00
Loader LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
MathML LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
MediaCapabilitiesAPI LibWeb: Stub MediaCapabilities IDL interface 2024-09-05 14:52:26 +01:00
MediaSourceExtensions LibWeb: Add stubbed Media Source Extensions API 2024-11-01 13:23:45 -04:00
MimeSniff LibWeb: Make MimeSniff::Resource::sniff() infallible 2024-10-14 20:47:35 +02:00
MixedContent HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
NavigationTiming Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Page LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Painting LibWeb: Remove unnecessary double cast in PaintableFragment 2024-10-31 19:04:07 +00:00
PerformanceTimeline LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
PermissionsPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Platform LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
ReferrerPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
RequestIdleCallback Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ResizeObserver LibWeb: Do not store resize observer sizes in a plain vector 2024-11-01 00:35:54 +01:00
SecureContexts LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Selection LibWeb: Fix ability to modify selection outside of inputs using keyboard 2024-11-01 13:11:10 -04:00
ServiceWorker LibWeb: Port EventLoop::spin_XXX to HeapFunction 2024-10-30 20:55:45 +01:00
SRI
StorageAPI LibWeb: Teach AK how to hash StorageKeys 2024-10-09 15:58:36 -06:00
Streams LibWeb: Update spec comments using "Type(Foo)" -> "is a Foo" 2024-10-31 14:01:51 +01:00
SVG LibWeb: Implement HTMLOrSVGElement.nonce 2024-10-31 10:46:21 +01:00
UIEvents UI+LibWeb+WebContent: Implement KeyEvent repeat property 2024-10-22 11:20:35 -04:00
UserTiming LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
WebAssembly LibWeb: Use HeapFunction in async WebAssembly module compilation 2024-11-01 12:53:13 -06:00
WebAudio LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
WebDriver LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
WebGL Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebIDL LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
WebSockets LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
WebVTT LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
Worker LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
XHR LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
XLink
XML LibWeb: Port EventLoop::spin_XXX to HeapFunction 2024-10-30 20:55:45 +01:00
CMakeLists.txt LibWeb: Add stubbed Media Source Extensions API 2024-11-01 13:23:45 -04:00
Dump.cpp LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Dump.h LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
Forward.h LibWeb: Add stubbed Media Source Extensions API 2024-11-01 13:23:45 -04:00
idl_files.cmake LibWeb: Add stubbed Media Source Extensions API 2024-11-01 13:23:45 -04:00
InvalidateDisplayList.h LibWeb: Invalidate the display list when calling set_needs_display() 2024-09-02 20:12:08 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Don't crash when converting small CSS::Ratio to CSSPixelFraction 2024-08-22 13:49:41 +02:00
TraversalDecision.h
TraversalOrder.h LibWeb/CSS: Replace style-rule iteration methods with a generic one 2024-09-06 07:49:55 +02:00
TreeNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00