summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-23LibVT+Terminal: Implement line wrappingAli Mohammad Pur
2021-06-23LibVT: Keep track of the 'true' line endingsAli Mohammad Pur
2021-06-23LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encodingAatos Majava
2021-06-23LibVT: Don't crash when clicking outside of the terminal's buffer areaGunnar Beutner
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
2021-06-23LibJS: Fix AggregateError's class_name()Linus Groh
2021-06-23LibJS: Add spec links to a bunch of the environment record methodsAndreas Kling
2021-06-23LibJS: Remove no-longer-needed environment record shapeAndreas Kling
2021-06-23LibJS: Make EnvironmentRecord inherit directly from CellAndreas Kling
2021-06-23LibJS: Add EnvironmentRecord::global_object()Andreas Kling
2021-06-23LibJS: Start implementing spec-compliant variable bindingsAndreas Kling
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-22LibGfx: Fix drawing rounded corners when using display scalingGunnar Beutner
2021-06-22LibChess: Compact the Defenitions of various chess related typesPeter Elliott
2021-06-22LibChess: Only save hash of board state for repetition checkingPeter Elliott
2021-06-22LibJS: Remove direct argument loading since it was buggyAndreas Kling
2021-06-22LibJS: Make GlobalEnvironmentRecord forward to the right functionAndreas Kling
2021-06-22LibJS: Make string to integer parsing for properties more strictdavidot
2021-06-22LibJS: Add HasProperty to TypedArraydavidot
2021-06-22LibJS: Fix this_value in native setters and gettersdavidot
2021-06-22LibJS: Fix small issues in Array.prototype.concatdavidot
2021-06-22LibJS: Fix a number of regressions in the test262 testsdavidot
2021-06-22LibJS: Make put_own_property_by_index closer to specdavidot
2021-06-22LibJS: Use Set/CreateDataPropertyOrThrow in Array.prototype as in specdavidot
2021-06-22LibJS: Make define_property always throw if specifieddavidot
2021-06-22LibJS: Use the new force_throw_exception in delete_propertydavidot
2021-06-22LibJS: Add parameter to delete_property since we need DeleteOrThrowdavidot
2021-06-22LibJS: Return non-object argument unaltered from Object.setPrototypeOf()Linus Groh
2021-06-22LibJS: Begin implementing GlobalEnvironmentRecordAndreas Kling
2021-06-22LibJS: Split the per-call-frame environment into lexical and variableAndreas Kling
2021-06-22LibJS: Bring function environment records closer to the specAndreas Kling
2021-06-22LibJS: Remove home object from DeclarativeEnvironmentRecordAndreas Kling
2021-06-22LibJS: Disallow whitespace or comments between regex literal and flagsLinus Groh
2021-06-22LibJS: Implement the NewObjectEnvironment() abstract operationAndreas Kling
2021-06-22LibJS: Implement the NewDeclarativeEnvironment() abstract operationAndreas Kling
2021-06-22LibJS: Add ObjectEnvironmentRecord to Forward.hAndreas Kling
2021-06-21LibJS: Rename VM::current_scope() => current_environment_record()Andreas Kling
2021-06-21LibJS: Rename virtuals in EnvironmentRecordAndreas Kling
2021-06-21LibJS: Rename EnvironmentRecord::parent() => outer_environment()Andreas Kling
2021-06-21LibJS: Convert EnvironmentRecord & friends to east-const styleAndreas Kling
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling
2021-06-22LibWasm: Limit the call stack depth and the number of executed instsAli Mohammad Pur
2021-06-22LibWasm: Trap if a non-Value is used as a ValueAli Mohammad Pur
2021-06-22Meta+LibWasm: Add support for module linking testsAli Mohammad Pur
2021-06-22LibWeb: Implement the WebAssembly Memory object and Memory importsAli Mohammad Pur
2021-06-22LibJS: Don't assert for empty reciever if AllowSideEffects::No is givenAli Mohammad Pur
2021-06-22LibWeb: Cache the WebAssembly objects that we hand out to JSAli Mohammad Pur
2021-06-22LibWeb: Use SignedBigInteger::create() to create wasm i64 valuesAli Mohammad Pur
2021-06-22LibWeb: Avoid resolving the wasm call address type on every invocationAli Mohammad Pur
2021-06-21LibJS: Add VM::dump_scope_chain()Andreas Kling