summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-17Kernel: Refactor storage stack with u64 as file operations offsetJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as block indexJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as number of blocksJean-Baptiste Boric
2021-03-17Kernel: Rationalize logs inside Ext2FsJean-Baptiste Boric
2021-03-17Piano: Avoid selecting out of range notes.Oleg Sikorskiy
2021-03-17LibCompress: fail gracefuly on invalid symbols in DeflateDecompressorIdan Horowitz
2021-03-17LibCompress: Check for impossible back references in DeflateDecompressorIdan Horowitz
2021-03-17LibJS: Always synthesize "arguments" object when there's a calleeAndreas Kling
2021-03-17LibJS: Add a basic test for arguments.calleeAndreas Kling
2021-03-17LibJS: Actually use eval() in non-string arg eval testLinus Groh
2021-03-17LibJS: eval(x) should return x without evaluation if x is not a stringAndreas Kling
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-17AK: Move move() into the "std" namespaceAndreas Kling
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-17AK: Tests: TestURL: Add port_int_overflow_wrap testBrendan Coles
2021-03-17QuickShow: Animate animated images :^)Linus Groh
2021-03-17LibGUI: Animate any image in ImageWidget, not just *.gifLinus Groh
2021-03-16LibGfx: Don't truncate macroblock indices in JPG decoder.Oleg Sikorskiy
2021-03-16LibJS: Ensure SequenceExpression has two or more expressionsLinus Groh
2021-03-16LibJS: Replace global_object.global_object() with just global_objectLinus Groh
2021-03-16LibJS: Only set receiver value fallback once in Object::get()Linus Groh
2021-03-16LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressorIdan Horowitz
2021-03-16LibCompress: Check and fail for input stream errors in DeflateDecompressorIdan Horowitz
2021-03-16UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscallsBrendan Coles
2021-03-16Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()thatdutchguy
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-16LibJS: Throw RangeError on BigInt exponentiation with negative exponentLinus Groh
2021-03-16LibJS: Throw RangeError on BigInt division/modulo by zeroLinus Groh
2021-03-16LibCompress: Allow partial header reads in GzipDecompressorIdan Horowitz
2021-03-16Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812)Dan MacDonald
2021-03-16LibGfx: Fail gracefuly on invalid interlace method in PNGLoaderIdan Horowitz
2021-03-16LibLine: Make the DSR response parser a bit more robustAnotherTest
2021-03-16UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()Brendan Coles
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-16LibCpp: Return empty TranslationUnit from Parser::parse() if no tokens existLinus Groh
2021-03-16LibJS: Don't apply arguments object hack to global execution contextLinus Groh
2021-03-16LibAudio: decrease WavLoader's size limit to a more reasonable sizeIdan Horowitz
2021-03-16LibWeb: Dispatch "resize" events on the Window objectAndreas Kling
2021-03-16LibGUI: Remove has_visible_list members from TextEditorthankyouverycool
2021-03-16LibWeb: Add Window.innerWidth and Window.innerHeightAndreas Kling
2021-03-16Base: Change path to both `modload` and `modunload` (#5804)Roi
2021-03-16LibCompress: Handle and propagate stream errors in GzipDecompressorIdan Horowitz
2021-03-16LibCompress+AK: Dont short-circuit error handling propagationIdan Horowitz
2021-03-16LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmapsAndreas Kling
2021-03-16LibGfx: Add BitmapFormat::RGBA8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-16LibJS: Make an RAII helper for entering/exiting AST nodesAndreas Kling
2021-03-16LibJS: Implement non-value-producing statements properlyLinus Groh
2021-03-16LibJS: Make Interpreter::run() a void functionLinus Groh