summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-23LibJS: Make parse_temporal_duration use the new double parserdavidot
2022-10-23LibJS: Make PluralRules use the new double parserdavidot
2022-10-23LibJS: Make Token use the new double parserdavidot
2022-10-23LibJS: Fix that non-double numbers from JSON were truncated to i32davidot
2022-10-23LibC: Make strtod use the new exact number parserdavidot
2022-10-23LibJS: Make a TypedArray test actually run on all different typesdavidot
2022-10-23LibJS: Add descriptive output to test-commons expect().toThrow()davidot
2022-10-22LibJS: Require NanosecondsToDays remainder less than dayLengthMoustafa Raafat
2022-10-22LibJS: Require that NanosecondsToDays doesn't flip signMoustafa Raafat
2022-10-22LibCrypto: Add SignedBigInteger::is_positive()Moustafa Raafat
2022-10-22LibGfx: Mark `AffineTransform<T>::map()` as only working for numeric `T`Sam Atkins
2022-10-22LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`Sam Atkins
2022-10-22LibWeb: Parse SameSite cookie attributeSmrtnyk
2022-10-22WebContent+Friends: Add get_element_tag_name IPC and plumbingTobias Christiansen
2022-10-21Revert "LibWeb: Prevent world leak when activating event handler"Andreas Kling
2022-10-21LibWeb: Remove workaround for nested BodyInit IDL union typeLinus Groh
2022-10-21LibIDL: Resolve typedefs in UnionType members recursivelyLinus Groh
2022-10-20WebContent+Friends: Add IPC and plumbing for WebDriver endpointTobias Christiansen
2022-10-20LibWeb: Add GC finalizer to DOM::NodeIteratorAndreas Kling
2022-10-20LibWeb: Call superclass GC finalizer in DOM::Node::finalize()Andreas Kling
2022-10-20LibWeb: Add GC finalizer to Layout::ImageBoxAndreas Kling
2022-10-20LibWeb: Add GC finalizer for DOM::NodeAndreas Kling
2022-10-20LibJS: Add a finalization pass to the garbage collectorAndreas Kling
2022-10-20LibWeb: Tie layout tree to a specific browsing contextAndreas Kling
2022-10-20LibWeb: Fix pointer-events check in hit_testAliaksandr Kalenik
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-20LibWeb: Don't get impl in document_tree_child_browsing_context_countLuke Wilde
2022-10-20LibWeb: Unbreak layout tree dumps after layout tree GC changesAndreas Kling
2022-10-20LibWeb: Make window.{window,self,frames} return the WindowProxyAndreas Kling
2022-10-20LibWeb: Remove unnecessary hack in HTML::Window::initialize()Andreas Kling
2022-10-20LibWeb: Use OrderedHashMap to store pending idle callbacksAndreas Kling
2022-10-20LibWeb: Prevent world leak when activating event handlerAndreas Kling
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-20LibWeb: Make BrowsingContext GC-allocatedAndreas Kling
2022-10-20LibWeb: Hang on to the internal realm with a JS::HandleAndreas Kling
2022-10-20LibWeb: Make the HTMLParser GC-allocatedAndreas Kling
2022-10-20LibWeb: Prevent GC from running during intrinsics allocationAndreas Kling
2022-10-20LibWeb: Cache pseudo element layout nodes weakly on DOM::ElementAndreas Kling
2022-10-20LibJS: Make define_native_foo() take SafeFunctionsAndreas Kling
2022-10-20LibJS: Don't register SafeFunction-to-function-pointer with JS::HeapAndreas Kling
2022-10-20LibWeb: Only store one DOM pointer per Layout::NodeAndreas Kling
2022-10-20LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObjectAndreas Kling
2022-10-20LibWeb: Tear down old layout tree when new document becomes activeAndreas Kling
2022-10-20LibWeb: Remove unnecessary WeakPtr in queue_microtask_impl()Andreas Kling
2022-10-20LibWeb: Use JS::SafeFunction in run_timer_initialization_steps()Andreas Kling
2022-10-20LibWeb: Discard old browsing context after obtaining a new oneAndreas Kling
2022-10-20LibWeb: Make window.parent and window.top return WindowProxyAndreas Kling
2022-10-20LibWeb: Create and hook up a WindowProxy for each BrowsingContextAndreas Kling
2022-10-20LibJS: Remove unnecessary operator==() for ({Nonnull,}GCPtr<T>, T*)Andreas Kling
2022-10-20LibJS: Refactor CalendarFields for better linearityMoustafa Raafat