summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Lagom: Add a tool to verify correctness of the LibJS GCMatthew Olsson
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-06Base: Improve a few ball emojisRyan Liptak
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
2023-03-05LibWeb+WebContent+WebDriver: Port WebDriver parameters to StringTimothy Flynn
2023-03-05LibWeb: Allow constructing a WebDriver::Error from an OOM AK::ErrorTimothy Flynn
2023-03-05LibIPC: Support transferring String over IPCTimothy Flynn
2023-03-05CharacterMap: Make the search happen as you typeSam Atkins
2023-03-05CharacterMap: Limit the number of results from the GUI character searchSam Atkins
2023-03-05CharacterMap: Pause updates while generating search resultsSam Atkins
2023-03-05LibIDL: Also parse extended attributes after 'optional'Linus Groh
2023-03-05LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces()Linus Groh
2023-03-05PartitionEditor: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05MouseSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05KeyboardSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05ImageViewer: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05GamesSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05FileManager: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05Assistant: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05Tests: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibCore: Introduce a new directory iteration APISam Atkins