summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22LibSQL: Create databases in writable directorycoderdreams
2021-06-22Tests: Run each test in their respective directoriescoderdreams
2021-06-22LibCore: Add unit test for File::read_linecoderdreams
2021-06-22LibJS: Disallow whitespace or comments between regex literal and flagsLinus Groh
2021-06-22Kernel: Ensure Ext2FSInode's lookup is populated before using itSam Atkins
2021-06-22WindowServer: Send events once when global cursor tracking is enabledGunnar Beutner
2021-06-22PixelPaint: Allow copying arbitrary selectionsDavipb
2021-06-22PixelPaint: Add more options to RectangleSelectToolDavipb
2021-06-22PixelPaint: Expose more complex selection operationsDavipb
2021-06-22PixelPaint: Use Mask internally in SelectionDavipb
2021-06-22PixelPaint: Add a Mask classDavipb
2021-06-22Kernel: Use fewer supervisor pages in VirtIOQueuesSahan Fernando
2021-06-22PDFViewer: Update the page number when scrolling between pagesFalseHonesty
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-22LaunchServer: Fix regression in opening files with TextEditorbitwitch
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-21Meta: Disable USB IDs file download in CIBrian Gianforcaro
2021-06-21PixelPaint: Add loading and saving of color palettesFelix Rauch
2021-06-21LaunchServer: Make all file handlers configurable including directoriesbitwitch
2021-06-21LaunchServer: Check if handler programs exist when registering thembitwitch
2021-06-22LibWasm: Generate all spec tests, even ones that aren't valid modulesAli Mohammad Pur
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