index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-10-21
Ports: Update PHP to 8.1.11
Jelle Raaijmakers
2022-10-21
Revert "LibWeb: Prevent world leak when activating event handler"
Andreas Kling
2022-10-21
Base: Add more emoji
Xexxa
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
Kernel/aarch64: Stub enough functions to build Random.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Store a pointer to the current Thread on Processor
Timon Kruiper
2022-10-20
Kernel/aarch64: Force kmalloc to return 16 byte aligned pointers
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub enough functions to build Process.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub more functions to build Thread.cpp
Timon Kruiper
2022-10-20
Toolchain: Fix nix-shell; fuse2fs is now part of e2fsprogs derivation
grxnola
2022-10-20
LibWeb: Remove dbgln FIXME spam from BindingsGenerator
Linus Groh
2022-10-20
Browser: Add ability to delete cookies from Storage Inspector
Sam Atkins
2022-10-20
WebDriver: Introduce a `WebDriverEndpoints` class
Tobias Christiansen
2022-10-20
WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`
Tobias Christiansen
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
AK: Do not append string bytes as code points when title-casing a string
Timothy Flynn
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: Teach IDL generator to go from WindowProxy to EventTarget
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
[next]