summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-08seq: Check start, step, end for NaNNico Weber
2020-11-08LibGUI: Limit ScrollableWidget::available_size() width/height to 0Linus Groh
2020-11-08LibWeb: Don't attempt to create new bitmap for zero-size OOPWVLinus Groh
2020-11-08js: Limit number of consecutive error trace entries being printedLinus Groh
2020-11-08LibJS: Throw RuntimeError when reaching the end of the stackLinus Groh
2020-11-08LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfoLinus Groh
2020-11-08LibWeb: Don't assume backing store allocation succeeds on OOPWV resizeAndreas Kling
2020-11-08su: Refuse to run if stdin is not a TTYAndreas Kling
2020-11-08Lagom/Fuzzers: Add a Dockerfile for FuzzilliJsLinus Groh
2020-11-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling
2020-11-08Meta: Enable Github ActionsBen Wiederhake
2020-11-08Remove old .travis.ymlBen Wiederhake
2020-11-08Toolchain: Trust cache blindlyBen Wiederhake
2020-11-08Meta: Add script that runs all lintsBen Wiederhake
2020-11-08LibWeb: Use the system theme's button text color for <input> buttonsAndreas Kling
2020-11-08LibC: Add two little assertions in malloc() and malloc_size()Andreas Kling
2020-11-08UserspaceEmulator: Fix busted backtraces with --report-to-debugAndreas Kling
2020-11-08LibDebug: Handle the "set ISA" standard opcodeAndreas Kling
2020-11-08LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)Andreas Kling
2020-11-08UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()Andreas Kling
2020-11-07LibCore: Run clang-format on ArgsParser.cppAndreas Kling
2020-11-07Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_...Nico Weber
2020-11-07LibCore: Add an ArgsParser::add_option() overload for doublesNico Weber
2020-11-07AK: Remove duplicate begin()/end() methodsNico Weber
2020-11-07Documentation: Update required GCC version to >= 10Linus Groh
2020-11-07LibWeb: Restrict HTML form submissions to permitted URL protocolsBrendan Coles
2020-11-07Ext2FS: Zero out inode metadata when deleting themAndreas Kling
2020-11-07Ext2FS: Deallocate block list meta blocks when freeing an inodeAndreas Kling
2020-11-07LibGfx: Remove debug spam about successful font lookupsAndreas Kling
2020-11-07LibJS: Use regular stack for VM call frames instead of Vector storageAndreas Kling
2020-11-07LibWeb: Reject iframing file:// URLs if document is not a file:// URLBrendan Coles
2020-11-07Lagom/Fuzzers: Add Fuzzilli version of FuzzJsLuke
2020-11-07LibJS: Remove unused variable m_has_property_table in ShapeLuke
2020-11-07LibJS: Use pow instead of __bulitin_pow on clangLuke
2020-11-07LibJS: Use element index as key for array spread in objectLinus Groh
2020-11-07LibJS: Set prototype of GlobalObject to ObjectPrototypeLinus Groh
2020-11-07LibJS: Don't create StringOrSymbol(String) if from_value() failsLinus Groh
2020-11-07LibWeb: Load favicon.ico only for http/https URLsBrendan Coles
2020-11-07LibJS: Skip trailing empty values in IndexedPropertyIteratorLinus Groh
2020-11-06Kernel: Fix HPET timer not firing in BochsTom
2020-11-06LibGUI: Clip rubber band to IconView widget content areaJoseph Bywater
2020-11-06LibJS: Handle circular references in Array.prototype.toLocaleString()Linus Groh
2020-11-06LibGUI: Fix AbstractView selection after initial focusin eventJoseph Bywater
2020-11-05LibJS: Use array-like size for IndexedProperties::is_empty()Linus Groh
2020-11-05LibJS: Fix Object::delete_property() with numeric string propertyLinus Groh
2020-11-05LibJS: ASSERT(property_name.is_valid()) in more Object methodsLinus Groh
2020-11-05AK: printf was not accounting for plus sign with "%+d"Andreas Kling
2020-11-05Base: Tweak CXXFLAGS for the "little" test projectsAndreas Kling
2020-11-05AK: Always include <new> from compiler before our operators newAndreas Kling
2020-11-04LibJS: Fix ProxyObject get/set with symbol property nameLinus Groh