summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-31LibUnicode: Download and parse {Grapheme,Word,Sentence} break propsIdan Horowitz
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibJS: Implement BigInt IsLessThan according to the specTimothy Flynn
2022-01-31LibJS: Implement BigInt loose-equality according to the specTimothy Flynn
2022-01-31LibJS: Implement conversion of strings to BigInts according to the specTimothy Flynn
2022-01-31AK: Add is_ascii_[binary,octal]_digit to CharacterTypesTimothy Flynn
2022-01-31LibCrypto: Change UnsignedBigInteger parser to use a StringViewTimothy Flynn
2022-01-31LibJS: Add a 96-byte CellAllocatorAndreas Kling
2022-01-31LibJS: Use u32 for the JS::Shape property countAndreas Kling
2022-01-31LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtrAndreas Kling
2022-01-31LibJS: Make JS::ECMAScriptFunctionObject smaller by reordering membersAndreas Kling
2022-01-31LibJS: Remove unnecessary GlobalObject pointer from EnvironmentAndreas Kling
2022-01-31LibJS: Reorganize JS::Shape members a little bitAndreas Kling
2022-01-31LibJS: Make JS::Shape smaller by using OwnPtr<HashMap> for transitionsAndreas Kling
2022-01-31AK: Remove thread safety gunk from userspace WeakPtrAndreas Kling
2022-01-31LibJS: Make JS::Environment smaller by reordering membersAndreas Kling
2022-01-31LibWeb: Implement ChildNode.replaceWithLuke Wilde
2022-01-31LibWeb: Implement ChildNode.afterLuke Wilde
2022-01-31LibWeb: Implement ChildNode.beforeLuke Wilde
2022-01-31LibWeb: Implement ParentNode.replaceChildrenLuke Wilde
2022-01-31LibWeb: Implement ParentNode.appendLuke Wilde
2022-01-31LibWeb: Implement ParentNode.prependLuke Wilde
2022-01-31LibWeb: Accept array pairs in URLSearchParams constructorLuke Wilde
2022-01-31LibWeb: Add initial support for passing union types into IDL functionsLuke Wilde
2022-01-31LibWeb: Add support for passing sequences into IDL functionsLuke Wilde
2022-01-31pape: Port to LibMainKenneth Myhra
2022-01-31open: Use more StringView instead of const char*Kenneth Myhra
2022-01-31open: Port to LibMainKenneth Myhra
2022-01-31ntpquery: Port to LibMainKenneth Myhra
2022-01-31notify: Port to LibMainKenneth Myhra
2022-01-31nl: Port to LibMainKenneth Myhra
2022-01-31mount: Use more StringView instead of const char*Kenneth Myhra
2022-01-31mount: Port to LibMainKenneth Myhra
2022-01-31lsof: Use more StringView instead of const char*Kenneth Myhra
2022-01-31lsof: Port to LibMainKenneth Myhra
2022-01-31lsirq: Port to LibMainKenneth Myhra
2022-01-31Ports/fontconfig: Add freetype dependencyLuke Wilde
2022-01-31LibJS: Implement Intl.supportedValuesOfTimothy Flynn
2022-01-31LibJS: Provide public access to list of sanctioned unit identifiersTimothy Flynn
2022-01-31LibJS: Allow calling Array::create_from without allocating a VectorTimothy Flynn
2022-01-31LibTimeZone: Use new generator util to generate all time zonesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available currenciesTimothy Flynn
2022-01-31LibUnicode: Generate a list of available numbering systemsTimothy Flynn
2022-01-31LibUnicode: Generate a list of available calendarsTimothy Flynn
2022-01-31LibGUI: Remove `Window` background colorJelle Raaijmakers
2022-01-30LibJS: Implement ECMA-402 BigInt.prototype.toLocaleStringTimothy Flynn
2022-01-30LibJS: Support BigInt number formatting with Intl.NumberFormatTimothy Flynn
2022-01-30LibJS: Generalize Intl.NumberFormat to operate on Value typesTimothy Flynn
2022-01-30LibJS: Implement Intl %SegmentsPrototype%[@@iterator]Idan Horowitz
2022-01-30LibJS: Start implementing Intl Segment Iterator objectsIdan Horowitz