summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-11-04LibJS: Replace a bunch of vm() calls in ProxyObject with referenceLinus Groh
2020-11-04LibJS: Implement Object(value) constructorLinus Groh
2020-11-04Revert "Kernel: Implement an asynchronous device request stack"Andreas Kling
2020-11-04LibGfx: Load the system default fonts by nameAndreas Kling
2020-11-04Kernel: Implement an asynchronous device request stackTom
2020-11-04Kernel: Remove dead code from BlockDeviceTom
2020-11-04Kernel: Defer kmalloc heap contractionTom
2020-11-04Kernel: Add mechanism to queue deferred function callsTom
2020-11-04Chess: Add missing default config file in .config :^)Jesse Buhagiar
2020-11-04Minesweeper+Snake: load config file before calling unveil()Brendan Coles
2020-11-04LibJS: Handle circular references in Array.prototype.join()Linus Groh
2020-11-04LibJS: Use "," separator in Array.prototype.join() if first arg is undefinedLinus Groh
2020-11-04AK::URL: Check if URL requires a port set to be considered a valid URLBrendan Coles