summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16LibEDID: Exclude DMT::MonitorTiming::name() from the KernelIdan Horowitz
2022-02-16AK: Return KString instead of String from encode_hex in the KernelIdan Horowitz
2022-02-16LibELF: Exclude sorted symbols APIs from the KernelIdan Horowitz
2022-02-16LibELF: Exclude MemoryRegionInfo::object_name() from the KernelIdan Horowitz
2022-02-16LibEDID: Exclude display_product_{name, serial_number} from the KernelIdan Horowitz
2022-02-16LibEDID: Store manufacturer id instead of allocating on each callIdan Horowitz
2022-02-16LibEDID: Store EDID version instead of allocating on each getter callIdan Horowitz
2022-02-16LibVT: Use NNOP<KString> to store window titles in the KernelIdan Horowitz
2022-02-16LibCrypto: Exclude class_name() methods from the KernelIdan Horowitz
2022-02-16LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the KernelIdan Horowitz
2022-02-16LibELF: Use StringBuilder::string_view() to avoid String allocationIdan Horowitz
2022-02-16LibVT: Use StringBuilder's inline capacity instead of temporary StringsIdan Horowitz
2022-02-16AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNodeIdan Horowitz
2022-02-16Kernel: Make Process::procfs_get_pledge_stats OOM-fallibleIdan Horowitz
2022-02-16AK+Kernel: Return KString from UUID::to_string() in the KernelIdan Horowitz
2022-02-16Kernel: Remove useless partition UUID length checkIdan Horowitz
2022-02-16AK+Kernel: Return KString from MACAddress::to_string() in the KernelIdan Horowitz
2022-02-16AK+Kernel: Return KString from IPv4Address::to_string() in the KernelIdan Horowitz
2022-02-16CI: Disable compiletime header checkIdan Horowitz
2022-02-16LibWeb: Explain discrepancy with media-query parsingSam Atkins
2022-02-16LibWeb: Stop treating undefined lengths as validSam Atkins
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