summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-18LibWeb: Treat flex item's cyclic percentage cross size as autoAndreas Kling
2023-03-18LibWeb: Print unimplemented calc() expressions in the debug logAndreas Kling
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-17LibVT: Fix integer overflow when parsing long OSC sequencesDaniel Bertalan
2023-03-17Meta: Ensure the main thread VM is created before use in the CSS fuzzerTimothy Flynn
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17LibJS: Move creation of fallible VM objects to its creation factoryTimothy Flynn
2023-03-17LibWeb: Give generated constructor functions a nameLuke Wilde
2023-03-17LibGfx/OpenType: Fix bound-checkgohai
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
2023-03-17Ports/cmake: Update CMake to version 3.26.0EWouters
2023-03-17Toolchain: Update CMake to version 3.26.0 in `BuildCMake.sh`EWouters
2023-03-17LibJS: Fix a bunch of unwind related errors in GenerateCFGHendiadyoin1
2023-03-17LibGfx/OpenType: Add some initial support for GPOS glyph positioningAndreas Kling
2023-03-17LibWeb: Fix is<HTML::HTMLProgressElement>() checkMacDue
2023-03-16LibWeb: Remove remaining WebAssemblyObject data to the namespace fileTimothy Flynn
2023-03-16LibWeb: Port the WebAssembly namespace to IDLTimothy Flynn
2023-03-16LibWeb: Add a custom extended attribute for namespace-level GC visitorsTimothy Flynn
2023-03-16LibWeb: More fully implement the LegacyNamespace IDL extended attributeTimothy Flynn
2023-03-16LibWeb: Add LibJS includes to generated IDL namespace filesTimothy Flynn
2023-03-16LibIDL: Partially implement distinguishing between interface-like typesTimothy Flynn
2023-03-16Toolchain: Add grub2 and parted to serenity.nixLinus Groh
2023-03-16WebContent: Allow pop-ups when WebDriver is connectedAliaksandr Kalenik
2023-03-16WebContent+WebDriver: Get window handle from WebContent processAliaksandr Kalenik
2023-03-16LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new windowAliaksandr Kalenik
2023-03-16LibWeb: Create new tab if a new top level BC is requestedAliaksandr Kalenik
2023-03-16LibWeb: Introduce RemoteBrowsingContextAliaksandr Kalenik
2023-03-16LibWeb: Inherit BrowsingContext from AbstractBrowsingContextAliaksandr Kalenik
2023-03-16LibWeb: Introduce AbstractBrowsingContextAliaksandr Kalenik
2023-03-16Browser: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16Ladybird: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16Ladybird: Generate window handle during client creationAliaksandr Kalenik
2023-03-16LibWebView: Generate window handle during client creationAliaksandr Kalenik
2023-03-16LibWebView: Add window handle in `ClientState` in `ViewImplementation`Aliaksandr Kalenik
2023-03-16WebContent: Add IPC call to set window handle from WebContent clientAliaksandr Kalenik
2023-03-16WebContent: Add IPC call to get window handle from WebContent clientAliaksandr Kalenik
2023-03-16LibWeb: Add `handle` member in BrowsingContextAliaksandr Kalenik
2023-03-16LibWeb: Move code that generates uuid into separate functionAliaksandr Kalenik
2023-03-16LibTLS+Base: Rework default system certificate parserFabian Dellwing
2023-03-16Tests: Rework TLS test to use new cacert.pemFabian Dellwing
2023-03-16Meta: Download cacert.pem at build timeFabian Dellwing
2023-03-16LibCrypto: Add multiple PEM parserFabian Dellwing
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-16image: Don't just crash when the input file can't be decodedNico Weber
2023-03-16image: Add --assign-color-profile= flagNico Weber
2023-03-16image: Add --strip-color-profile flagNico Weber
2023-03-16LibGfx: Remove stray space character in a commentNico Weber
2023-03-16LibGfx: Add test for serialized bytes of built-in sRGB profileNico Weber