summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-21Ports: Update PHP to 8.1.11Jelle Raaijmakers
2022-10-21Revert "LibWeb: Prevent world leak when activating event handler"Andreas Kling
2022-10-21Base: Add more emojiXexxa
2022-10-21LibWeb: Remove workaround for nested BodyInit IDL union typeLinus Groh
2022-10-21LibIDL: Resolve typedefs in UnionType members recursivelyLinus Groh
2022-10-20Kernel/aarch64: Stub enough functions to build Random.cppTimon Kruiper
2022-10-20Kernel/aarch64: Store a pointer to the current Thread on ProcessorTimon Kruiper
2022-10-20Kernel/aarch64: Force kmalloc to return 16 byte aligned pointersTimon Kruiper
2022-10-20Kernel/aarch64: Stub enough functions to build Process.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub more functions to build Thread.cppTimon Kruiper
2022-10-20Toolchain: Fix nix-shell; fuse2fs is now part of e2fsprogs derivationgrxnola
2022-10-20LibWeb: Remove dbgln FIXME spam from BindingsGeneratorLinus Groh
2022-10-20Browser: Add ability to delete cookies from Storage InspectorSam Atkins
2022-10-20WebDriver: Introduce a `WebDriverEndpoints` classTobias Christiansen
2022-10-20WebDriver: Implement `GET /session/{id}/element/{id}/css/{name}`Tobias Christiansen
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-20AK: Do not append string bytes as code points when title-casing a stringTimothy Flynn
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: Teach IDL generator to go from WindowProxy to EventTargetAndreas 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