summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-13LibJS: Make Set.prototype.size an accessorLinus Groh
2021-06-13LibJS: Make a couple of RegExp.prototype properties accessorsLinus Groh
2021-06-13LibJS: Make ArrayBuffer.prototype.byteLength an accessorLinus Groh
2021-06-13LibJS: Add two missing missing ECMA-262 section/title/URL commentsLinus Groh
2021-06-13LibJS: Don't repeat attributes in {Boolean,Symbol}PrototypeLinus Groh
2021-06-13LibGUI: Make "Return" after tab return to original column in TableViewMax Trussell
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-13LibJS: Make StringOrSymbol always be FlyString in the string caseAndreas Kling
2021-06-13LibJS: Convert PropertyName and StringOrSymbol to east-const styleAndreas Kling
2021-06-13LibJS: Don't generate unused HeapBlock names on non-SerenityOS systemsAndreas Kling
2021-06-13LibJS: Add a bunch of fast_is<T> to avoid slow RTTI in hot codeAndreas Kling
2021-06-13LibJS: Use the new is_ascii_foo() helpers from AKAndreas Kling
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-06-13LibC: Make `getopt` modify `argv` againJelle Raaijmakers
2021-06-13LibJS: Rewrite Array.prototype.slice to be spec compliantLuke
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-13LibJS: Add missing ECMA-262 section/title/URL comments to MapLinus Groh
2021-06-13LibJS: Fix Object.prototype.valueOf() behaviorLinus Groh
2021-06-13LibJS: VERIFY() that to_object() succeeds in Object.prototype.toString()Linus Groh
2021-06-13LibJS: Fix Promise.length attributesLinus Groh
2021-06-13LibJS: Fix Number.parseFloat() attributesLinus Groh
2021-06-13LibJS: Don't repeat attributes in {Date,Symbol}ConstructorLinus Groh
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-06-13LibJS: Add the MapIterator built-in and the key/values/entries methodsIdan Horowitz
2021-06-13LibJS: Add most of the Map.prototype methodsIdan Horowitz
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz
2021-06-13LibJS: Move ValueTraits to Value.h and add special case for -0.0Idan Horowitz
2021-06-12LibJS: Use undefined as the fallback value for iterable entry key/valueIdan Horowitz
2021-06-12TextEditor: Don't close autocomplete box or stop timer on leave_eventSreelakshmi
2021-06-12LibC: Expose PAGE_ROUND_UP in mallocdefs.hSahan Fernando
2021-06-12LibVideo/VP9: Add Decoder and begin parsing uncompressed header dataFalseHonesty
2021-06-12LibVideo/VP9: Implement a bit stream to decode VP9 dataFalseHonesty
2021-06-12LibVideo/VP9: Implement syntax element counterFalseHonesty
2021-06-12LibVideo/VP9: Add probability table constantsFalseHonesty
2021-06-12LibVideo/VP9: Define all VP9 symbols and enum constantsFalseHonesty
2021-06-12LibPDF: Convert to east-const to comply with the recent style changesMatthew Olsson
2021-06-12LibPDF: Bake the flipped y-axis directly into the CTM matrixMatthew Olsson
2021-06-12LibPDF: Avoid calculating rendering matrix for every glyphMatthew Olsson
2021-06-12LibPDF: Handle the TJ graphical operatorMatthew Olsson
2021-06-12LibPDF: Handle the gs graphical operatorMatthew Olsson
2021-06-12LibPDF: Add support for the CalRGB ColorSpaceMatthew Olsson
2021-06-12LibPDF: Split ColorSpace into a different class for each color spaceMatthew Olsson
2021-06-12LibPDF: Parse hint tablesMatthew Olsson
2021-06-12LibPDF: Parse linearized PDF filesMatthew Olsson
2021-06-12LibPDF: Fix two parser bugsMatthew Olsson
2021-06-12LibPDF: Refine the distinction between the Document and ParserMatthew Olsson
2021-06-12LibPDF: Account for inverted y axis when rendering textMatthew Olsson
2021-06-12LibPDF: Harden the document/parser against errorsMatthew Olsson
2021-06-12LibPDF: Differentiate Value's null and empty statesMatthew Olsson
2021-06-12LibJS: Add the Object.getOwnPropertySymbols methodIdan Horowitz