summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-03-07WebDriver: Defer removing closed window handles until no longer neededTimothy Flynn
2023-03-07LibWeb: Mark Web::WebDriver::Response as [[nodiscard]]Timothy Flynn
2023-03-07WebDriver: Do not ignore the result of closing a sessionTimothy Flynn
2023-03-07WebDriver: Keep WebDriver socket listening until session endAliaksandr Kalenik
2023-03-07WebContent+WebDriver: Move window commands handling back to WebDriverAliaksandr Kalenik
2023-03-07LibWeb: Refactor XHR (almost) exactly to the specLuke Wilde
2023-03-07LibWeb: Convert Platform::Timer to JS::SafeFunctionLuke Wilde
2023-03-07LibJS: Fix compilation of operator= for JS::SafeFunctionLuke Wilde
2023-03-07LibWeb: Add function to EventTarget that says if it has any listenersLuke Wilde
2023-03-07LibWeb/Fetch: Set length synchronously in extract_bodyLuke Wilde
2023-03-07LibWeb: Fully read body if there is one in fetch response handoverLuke Wilde
2023-03-07LibWeb/Fetch: Implement Header's "extract a length" functionLuke Wilde
2023-03-07LibWeb/Fetch: Implement Body's "fully read" function from the specLuke Wilde
2023-03-07LibWeb: Remove the dummy execution contextLuke Wilde
2023-03-07LibWeb: Make BC::set_system_visibility_state use the active doc's globalLuke Wilde
2023-03-07LibWeb: Propagate Realm instead of VM more through FetchLuke Wilde
2023-03-07LibWeb: Remove CSS::Parser::ParsingContext's default constructorLuke Wilde
2023-03-07Browser: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-07LibWebView+WebContent: Propagate close from WebContent to LibWebViewAliaksandr Kalenik
2023-03-07Help: Don't defer tree view selection updatesMathis Wiehl
2023-03-07Shell: Fix bogus C-style casts from `NonnullOwnPtr<T>*` to `T*`Andreas Kling
2023-03-06LibWeb/HighResolutionTime: Add IDL typedef for DOMHighResTimeStampLinus Groh
2023-03-07LibWeb: Propagate errors from CSS Parser constructionSam Atkins
2023-03-07LibWeb: Use free functions for parsing in `@Supports`Sam Atkins
2023-03-07LibWeb: Propagate errors from CSS TokenizerSam Atkins
2023-03-07LibWeb: Propagate errors from CSS Tokenizer constructionSam Atkins
2023-03-07man: Skip shellrc when invoking pager using shMathis Wiehl
2023-03-06Settings: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06Assistant: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06Screensaver: Remove outdated comment about NonnullPtrVectorAndreas Kling
2023-03-06LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS typesAndreas Kling
2023-03-06Kernel: Stop using NonnullLockRefPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06LibWeb: Stop using NonnullRefPtrVector for StyleValueVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06less: Stop adding extra blank linesSam Atkins
2023-03-06VideoPlayer: Create submenu to set sizing modetimre13
2023-03-06LibJS: Enforce proper const-propogation with {Nonnull,}GCPtrMatthew Olsson
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Handle both const and non-const Ts in Handle<T>::create()Matthew Olsson
2023-03-06LibJS: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Accept const GCPtrs in Cell::VisitorMatthew Olsson
2023-03-06LibJS: Use a forwarding reference in ThrowCompletion constructorMatthew Olsson
2023-03-06LibJS: Temporarily disambiguate const-ness of GCPtr constructorsMatthew Olsson
2023-03-06WebContent: Add missing LibGfx includeMatthew Olsson
2023-03-06Browser: Add a missing include in InspectorWidgetMatthew Olsson
2023-03-06LibJS+LibWeb: Add a bunch of missing includesMatthew Olsson
2023-03-06LibGfx: Remove unnecessary AK:: prefix in VectorN.hMatthew Olsson