summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-04DynamicLoader: Disable stack protector in some files for RISC-VHEADmasterSönke Holz
2024-03-04Ports: Update Python to 3.12.2Linus Groh
2024-03-03Base: Add emojiPixel Brush
2024-03-03Ports: Fix SRB2 asset file downloadRefrag
2024-03-03LibJS/Bytecode: Make NewPrimitiveArray a variable-length instructionAndreas Kling
2024-03-03LibJS/Bytecode: Make primitive bigints be constantsAndreas Kling
2024-03-03LibJS/Bytecode: Make primitive strings be constantsAndreas Kling
2024-03-03AK+Lagom: Make it possible to build for iOSFiliph Siitam Sandström
2024-03-03LibWeb: Begin adding a longhand properties testMatthew Olsson
2024-03-03LibWeb: Add interpolation for shadow valuesMatthew Olsson
2024-03-03LibWeb: Move color interpolation into a helper functionMatthew Olsson
2024-03-03LibWeb: Properly serialize shadow colorsMatthew Olsson
2024-03-03LibWeb: Limit color alpha values to 4 decimal places when serializingMatthew Olsson
2024-03-03LibWeb: Limit length values to 5 decimal places when serializingMatthew Olsson
2024-03-03LibWeb: Limit ratio parts to 5 decimal places when printingMatthew Olsson
2024-03-03LibWeb: Add interpolation for ratio valuesMatthew Olsson
2024-03-03LibWeb: Add a spec comment for color interpolationMatthew Olsson
2024-03-03LibGfx: Add formatters for Gfx::Color's different representationsMatthew Olsson
2024-03-03LibWeb: Remove transform interpolation optimizationMatthew Olsson
2024-03-03LibWeb: Remove wrappers for gradient painting command recordingAliaksandr Kalenik
2024-03-03LibPDF: Make image creation in Renderer::load_image() fallibleNico Weber
2024-03-03LibPDF: Add support for array image masksNico Weber
2024-03-03Escalator: Set focus to password input automaticallyHugh Davenport
2024-03-03LibWeb: Add input and textarea minlength and maxlength supportBastiaan van der Plaat
2024-03-03LibWeb: Refactor input range sanitization code use min and max gettersBastiaan van der Plaat
2024-03-03LibWeb: Support CSS property `background-clip: text`Zac Brannelly
2024-03-03LibWeb/CSS: Add "text" into list of possible "background-box" valuesZac Brannelly
2024-03-03LibJS/Bytecode: Fix bad serialization of Postfix{Increment,Decrement}Andreas Kling
2024-03-03patch+LibDiff: Add support for applying patches with preprocessor macroShannon Booth
2024-03-03LibDiff: Prevent negative underflow calculating suffix and prefix fuzzShannon Booth
2024-03-03LibCore: Support Optional<StringView> as an argument to ArgsParserShannon Booth
2024-03-03LibDiff: Handle parsing patches containing timestamps separated by \tShannon Booth
2024-03-03LibWeb: Do not issue `change` event for every update of color inputcircl
2024-03-03Tests/LibWeb: Add test for SubtleCrypto digestJohannes Røsvik
2024-03-03LibWeb: Make SubtleCrypto use the correct algorithm name for SHA-1Johannes Røsvik
2024-03-03LibWeb: Use a precalculated list of positioned descendants for paintingAliaksandr Kalenik
2024-03-02LibWeb: Move serialization of serializable object's interface nameKenneth Myhra
2024-03-02LibWeb: Add convenience methods {,de}serialize_{u,i}64()Kenneth Myhra
2024-03-02Tests/LibWeb: Prove we do not fail serialization of empty arraysKenneth Myhra
2024-03-02Tests/LibWeb: Prove we do not fail serialization of empty stringsKenneth Myhra
2024-03-02LibWeb: Extract deserialization logic for {,object} primitivesKenneth Myhra
2024-03-02LibWeb: Extract serialization logic for primitives and object primitivesKenneth Myhra
2024-03-02LibPDF: Silently ignore BX / EX operatorsNico Weber
2024-03-02Keymap: Draw the current keymap text with the correct theme colorTimothy Flynn
2024-03-02LibWeb: Add a test for changing animation-nameMatthew Olsson
2024-03-02LibWeb: Do not invalidate elements with animations in the CSS cascadeMatthew Olsson
2024-03-02LibHTTP: Disable finish repeat timer before deferring job completionAli Mohammad Pur
2024-03-02LibWeb: Correctly set @keyframe rule's effect targetMatthew Olsson
2024-03-02LibWeb: Skip large stacking context in gpu painter only if it allocatesAliaksandr Kalenik
2024-03-02LibWeb: Add PercentageOr<Length>::to_px() fast path for absolute lengthsAndreas Kling