summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25Base: Add just a bit more emojisMykola
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-25LibGUI: Don't show the command palette action in the command palettedemostanis
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-10-25LibGUI: Add CommonActions::make_command_palette_action()demostanis
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-25LibVideo: Add CICP parsing to MatroskaReaderZaggy1024
2022-10-25LibVideo: Implement CICP color space conversionZaggy1024
2022-10-25LibGfx: Make Matrix and VectorN more constexpr-friendlyZaggy1024
2022-10-25Ports: Fix return statuses with new buildstepsPeter Elliott
2022-10-24Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.soLiav A
2022-10-24Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveilLiav A
2022-10-24Inspector: Reopen picker UI after selecting Inspectorcrpz1
2022-10-24mv: Support the '--no-clobber' optionEli Youngs
2022-10-24PixelPaint: Limit editing tools to selectionTimothy Slater
2022-10-24AK: Add SplitBehavior::KeepTrailingSeparator with testsdemostanis
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24LibGfx: Make Rect::set_{bottom,right}_without_resize() work for non-intSam Atkins
2022-10-24GMLPlayground: Restrict filesystem access using `unveil()`Karol Kosek
2022-10-24GMLPlayground: Open and save files using FileSystemAccessClientKarol Kosek
2022-10-24LibWeb: Implement recent changes to module script fetchingnetworkException
2022-10-24LibWeb: Add disallow further import maps steps to ESOnetworkException
2022-10-24LibWeb: Expose an import map and import maps allowed on WindownetworkException
2022-10-24LibWeb: Add the ImportMap structnetworkException
2022-10-24LibWeb: Add is_code_unit_prefix() functionnetworkException
2022-10-24LibJS: Accept calendar names case-insensitivelyYedaya Katsman
2022-10-24LibWeb: Teach MainThreadVM about module scriptsLinus Groh
2022-10-24LibWeb: Use getters instead of direct member access in Response methodsLinus Groh
2022-10-24LibWeb: Also make non-const Response getters virtualLinus Groh
2022-10-24LibWeb: Handle filtered response in Response::clone()Linus Groh
2022-10-24LibWeb: Move url_origin() to URL/URL.{cpp,h}Linus Groh
2022-10-24LibWeb: Add virtual destructor to EnvironmentLinus Groh
2022-10-24LibWeb: Add non-const variants of Request::{current_,}url()Linus Groh
2022-10-24LibWeb: Add referrer policy to PolicyContainerLinus Groh
2022-10-24LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObjectLinus Groh
2022-10-24LibWeb: Layout inner floats/abspos boxes after laying out the top floatLuke Wilde
2022-10-24LibJS: Only use 1 bit for Cell boolean flagAndreas Kling
2022-10-24LibWeb: Implement XMLHttpRequest.requestType setter according to specAndreas Kling
2022-10-24LibWeb: Protect XMLHttpRequest from GC in special circumstancesAndreas Kling
2022-10-24LibWeb: Add EventTarget::has_event_listener(FlyString type)Andreas Kling
2022-10-24LibJS: Add Cell::must_survive_garbage_collection() mechanismAndreas Kling
2022-10-24LibWeb: Establish stacking context when backdrop-filter is not 'none'Luke Wilde
2022-10-24wasm: Map the entire input wasm file instead of using Core::FileAli Mohammad Pur
2022-10-24LibWasm: Allow vectors of up to 500M entriesAli Mohammad Pur
2022-10-24LibWasm: Calculate the max data segment size correctlyAli Mohammad Pur
2022-10-24LibCore: Link against LibSystemTim Schumacher
2022-10-24Meta: Default to the SDL QEMU frontend on SerenityOSTim Schumacher
2022-10-24Meta: Also set CC/CXX when selecting the host toolchainTim Schumacher
2022-10-24Lagom: Link the system's LibSystem on SerenityOSTim Schumacher
2022-10-24Ports: Add port for the Boost C++ librariesGunnar Beutner