summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2021-06-21LibJS: Rename Parser::m_parser_state => m_stateAndreas Kling
2021-06-21LibJS: Fix spelling mistake in VariableDeclaration::execute()Andreas Kling
2021-06-21Kernel: Add more entries to the list of valid E1000E device idsstelar7
2021-06-21Kernel: Fix assertion failure on large TTY writesDaniel Bertalan
2021-06-21WindowServer: Fix animated cursor regressionTom
2021-06-21cp: Copy sources into destination if it is already a directorySam Atkins
2021-06-21WindowServer: Focus windows blocked by a modal windowMax Wipfli
2021-06-21Ports: Bump nano to version 5.8Daniel Bertalan
2021-06-21LibC: Add P_tmpdir macroDaniel Bertalan
2021-06-21SoundPlayer: Handle any input file sample rateNick Miller
2021-06-21LibAudio: Sleep less when the audio buffer is fullNick Miller
2021-06-21LibAudio: Avoid reading past the end of sample dataNick Miller
2021-06-21LibJS: Add bytecode support for regexp literalsMatthew Olsson
2021-06-20js: Insert newline after each line in REPL modeyeeter-the-dog
2021-06-20LibGUI/TabWidget: Make sure we don't act on two mouseup eventsMarcus Nilsson
2021-06-20LibWeb: Fix redirects when a response has no dataGil Mendes
2021-06-20LibJS: Implement support for the [[IsHTMLDDA]] internal slotLinus Groh
2021-06-20PixelPaint: Add basic support for closing tabsMarcus Nilsson
2021-06-20Browser: Enable close button on tabsMarcus Nilsson
2021-06-20LibGUI/TabWidget: Add close button to tabsMarcus Nilsson
2021-06-20LibJS: Let if yield undefined for branches that don't yield a valueGunnar Beutner
2021-06-20WindowServer: Reload icons on scale changesTom
2021-06-20WindowServer: Update compositor reference to cursor on reloadTom
2021-06-20WindowServer: Enable screen capture to span multiple screensTom
2021-06-20WindowServer: Load multiple scaled versions of Bitmaps and CursorsTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Validate that all screens can be reachedTom
2021-06-20WindowServer: Fix artifacts after window resize in some casesTom
2021-06-20WindowServer: Constrain rendering windows to one screen in some casesTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-20LibGfx: Add a Line class and a Rect<T>::RelativeLocation classTom
2021-06-20LibCore: Call optional did_construct() method when constucting objectsAli Mohammad Pur