summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16LibWeb: Remove content-size hack from SVGFormattingContextSam Atkins
2022-02-16LibWeb: Stop treating all SVG elements as inlineSam Atkins
2022-02-16LibWeb: Give SVG geometry elements a positionSam Atkins
2022-02-16LibWeb: Give `<svg>` elements a size againSam Atkins
2022-02-16Base: Add test page for progress bar elementRafał Babiarz
2022-02-16LibWeb: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-16LibWasm: Fix validation of if-else blocksAli Mohammad Pur
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-16LibWeb: Implement a very basic version of TextDecoderAli Mohammad Pur
2022-02-16Meta: Support DOMExceptions when invoking IDL getters/settersAli Mohammad Pur
2022-02-16Meta: Add support for enumerations to the IDL compilerAli Mohammad Pur
2022-02-16LibWasm: Make MemoryInstance allocation fail if initial growth failsAli Mohammad Pur
2022-02-16LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructorAli Mohammad Pur
2022-02-16Utilities: Add a basic `install` utilityTim Schumacher
2022-02-16LibGUI: Make a copy of source_rows before resizing it in sort_mapping()Vitaly Dyachkov
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
2022-02-16Documentation: Add Rosetta/Homebrew macOS noteMax Desiatov
2022-02-16LibWeb: Set cursor on mousemove for non-text elementsAdam Plumb
2022-02-16LibProtocol: Fix crash on EOF when using Request::stream_intoMichiel Visser
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-16Base: Add Control Pictures to font Katica Regular 10Lady Gegga
2022-02-16LibWeb: Support Element.closest(selectors)Edwin Hoksberg
2022-02-16LibUnicode: Use BCP 47 data to filter valid calendar namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to filter valid numbering system namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-02-16LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR packageTimothy Flynn
2022-02-16LibUnicode: Extract the BCP 47 package from the CLDRTimothy Flynn
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2022-02-16LibJS/Tests: Run prettier on modulo-basic.jsLinus Groh
2022-02-16LibJS: Implement the Number::remainder AO using fmodAnonymous
2022-02-16LibJS: Fix mixing of logical and coalescing operatorsAnonymous
2022-02-16WebContent: Exit peacefully when client dies during synchronous IPCAndreas Kling
2022-02-16LibC: Try to recover gracefully from failed LookupServer requestsAndreas Kling
2022-02-16Utilities: Add the 'files' argument to the unzip utilityserenitydev
2022-02-15LibWeb: Make :checked selector actually look at checkednessAndreas Kling
2022-02-15LibWeb: Implement relative lengths in media queries :^)Sam Atkins
2022-02-15Base: Add relative-length tests to media-query test pageSam Atkins
2022-02-15LibWeb: Remove unused MediaFeatureValue::equals() and friendsSam Atkins
2022-02-15LibWeb: Implement activation behavior for <input type=checkbox>Andreas Kling
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-15LibWeb: Add EventTarget::run_activation_behavior()Andreas Kling
2022-02-15LibWeb: Add Element::did_remove_attribute() virtualAndreas Kling
2022-02-15LibWeb: Allow label activation via any descendant of the label nodeAndreas Kling
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-02-15LibCore: Exit get_next_timer_expiration() sooner if possibleAndreas Kling
2022-02-15LibWeb: Fail gracefully when reaching the unimplemented part of the AAALinus Groh
2022-02-15LibWeb: Implement state switch for "[CDATA[" in HTML parserLinus Groh
2022-02-15LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizerLinus Groh