summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-03-06LibWeb: Fix include cycle between ModuleScript.h and ModuleMap.hMatthew Olsson
2023-03-06LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSDnipos
2023-03-06LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin classLinus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::cross_origin_isolated()Linus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::is_secure_context()Linus Groh
2023-03-06LibWeb/HTML: Implement WorkerGlobalScope::origin()Linus Groh
2023-03-06LibGfx: Skip old-style emoji lookup for fonts that have color bitmapsAndreas Kling
2023-03-06LibGfx/OpenType: Support one specific type of embedded color bitmapsAndreas Kling
2023-03-06LibGfx: Prepare the paint code for fonts whose glyphs are color bitmapsAndreas Kling
2023-03-06LibGfx/OpenType: Add scaffolding for CBDT and CBLC tablesAndreas Kling
2023-03-06LibGfx/OpenType: Make "glyf" and "loca" tables optionalAndreas Kling
2023-03-06LibWeb: Fix currentColor as a background-color (and maybe other places)MacDue