index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-10-23
LibJS: Make parse_temporal_duration use the new double parser
davidot
2022-10-23
LibJS: Make PluralRules use the new double parser
davidot
2022-10-23
LibJS: Make Token use the new double parser
davidot
2022-10-23
LibJS: Fix that non-double numbers from JSON were truncated to i32
davidot
2022-10-23
LibC: Make strtod use the new exact number parser
davidot
2022-10-23
LibJS: Make a TypedArray test actually run on all different types
davidot
2022-10-23
LibJS: Add descriptive output to test-commons expect().toThrow()
davidot
2022-10-22
LibJS: Require NanosecondsToDays remainder less than dayLength
Moustafa Raafat
2022-10-22
LibJS: Require that NanosecondsToDays doesn't flip sign
Moustafa Raafat
2022-10-22
LibCrypto: Add SignedBigInteger::is_positive()
Moustafa Raafat
2022-10-22
LibGfx: Mark `AffineTransform<T>::map()` as only working for numeric `T`
Sam Atkins
2022-10-22
LibGfx: Make `Rect<T>` methods work when `T` is not `int` or `float`
Sam Atkins
2022-10-22
LibWeb: Parse SameSite cookie attribute
Smrtnyk
2022-10-22
WebContent+Friends: Add get_element_tag_name IPC and plumbing
Tobias Christiansen
2022-10-21
Revert "LibWeb: Prevent world leak when activating event handler"
Andreas Kling
2022-10-21
LibWeb: Remove workaround for nested BodyInit IDL union type
Linus Groh
2022-10-21
LibIDL: Resolve typedefs in UnionType members recursively
Linus Groh
2022-10-20
WebContent+Friends: Add IPC and plumbing for WebDriver endpoint
Tobias Christiansen
2022-10-20
LibWeb: Add GC finalizer to DOM::NodeIterator
Andreas Kling
2022-10-20
LibWeb: Call superclass GC finalizer in DOM::Node::finalize()
Andreas Kling
2022-10-20
LibWeb: Add GC finalizer to Layout::ImageBox
Andreas Kling
2022-10-20
LibWeb: Add GC finalizer for DOM::Node
Andreas Kling
2022-10-20
LibJS: Add a finalization pass to the garbage collector
Andreas Kling
2022-10-20
LibWeb: Tie layout tree to a specific browsing context
Andreas Kling
2022-10-20
LibWeb: Fix pointer-events check in hit_test
Aliaksandr Kalenik
2022-10-20
LibWeb: Revert support for DOM::Document in XHR::send()
Kenneth Myhra
2022-10-20
LibWeb: Don't get impl in document_tree_child_browsing_context_count
Luke Wilde
2022-10-20
LibWeb: Unbreak layout tree dumps after layout tree GC changes
Andreas Kling
2022-10-20
LibWeb: Make window.{window,self,frames} return the WindowProxy
Andreas Kling
2022-10-20
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
Andreas Kling
2022-10-20
LibWeb: Use OrderedHashMap to store pending idle callbacks
Andreas Kling
2022-10-20
LibWeb: Prevent world leak when activating event handler
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-20
LibWeb: Hang on to the internal realm with a JS::Handle
Andreas Kling
2022-10-20
LibWeb: Make the HTMLParser GC-allocated
Andreas Kling
2022-10-20
LibWeb: Prevent GC from running during intrinsics allocation
Andreas Kling
2022-10-20
LibWeb: Cache pseudo element layout nodes weakly on DOM::Element
Andreas Kling
2022-10-20
LibJS: Make define_native_foo() take SafeFunctions
Andreas Kling
2022-10-20
LibJS: Don't register SafeFunction-to-function-pointer with JS::Heap
Andreas Kling
2022-10-20
LibWeb: Only store one DOM pointer per Layout::Node
Andreas Kling
2022-10-20
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
Andreas Kling
2022-10-20
LibWeb: Tear down old layout tree when new document becomes active
Andreas Kling
2022-10-20
LibWeb: Remove unnecessary WeakPtr in queue_microtask_impl()
Andreas Kling
2022-10-20
LibWeb: Use JS::SafeFunction in run_timer_initialization_steps()
Andreas Kling
2022-10-20
LibWeb: Discard old browsing context after obtaining a new one
Andreas Kling
2022-10-20
LibWeb: Make window.parent and window.top return WindowProxy
Andreas Kling
2022-10-20
LibWeb: Create and hook up a WindowProxy for each BrowsingContext
Andreas Kling
2022-10-20
LibJS: Remove unnecessary operator==() for ({Nonnull,}GCPtr<T>, T*)
Andreas Kling
2022-10-20
LibJS: Refactor CalendarFields for better linearity
Moustafa Raafat
[prev]
[next]