index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-08
seq: Check start, step, end for NaN
Nico Weber
2020-11-08
LibGUI: Limit ScrollableWidget::available_size() width/height to 0
Linus Groh
2020-11-08
LibWeb: Don't attempt to create new bitmap for zero-size OOPWV
Linus Groh
2020-11-08
js: Limit number of consecutive error trace entries being printed
Linus Groh
2020-11-08
LibJS: Throw RuntimeError when reaching the end of the stack
Linus Groh
2020-11-08
LibJS+AK: Move cross-platform stack bounds code from JS::Heap to AK::StackInfo
Linus Groh
2020-11-08
LibWeb: Don't assume backing store allocation succeeds on OOPWV resize
Andreas Kling
2020-11-08
su: Refuse to run if stdin is not a TTY
Andreas Kling
2020-11-08
Lagom/Fuzzers: Add a Dockerfile for FuzzilliJs
Linus Groh
2020-11-08
UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
Andreas Kling
2020-11-08
Meta: Enable Github Actions
Ben Wiederhake
2020-11-08
Remove old .travis.yml
Ben Wiederhake
2020-11-08
Toolchain: Trust cache blindly
Ben Wiederhake
2020-11-08
Meta: Add script that runs all lints
Ben Wiederhake
2020-11-08
LibWeb: Use the system theme's button text color for <input> buttons
Andreas Kling
2020-11-08
LibC: Add two little assertions in malloc() and malloc_size()
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
LibDebug: Handle the "set ISA" standard opcode
Andreas Kling
2020-11-08
LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-11-07
LibCore: Run clang-format on ArgsParser.cpp
Andreas Kling
2020-11-07
Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_...
Nico Weber
2020-11-07
LibCore: Add an ArgsParser::add_option() overload for doubles
Nico Weber
2020-11-07
AK: Remove duplicate begin()/end() methods
Nico Weber
2020-11-07
Documentation: Update required GCC version to >= 10
Linus Groh
2020-11-07
LibWeb: Restrict HTML form submissions to permitted URL protocols
Brendan Coles
2020-11-07
Ext2FS: Zero out inode metadata when deleting them
Andreas Kling
2020-11-07
Ext2FS: Deallocate block list meta blocks when freeing an inode
Andreas Kling
2020-11-07
LibGfx: Remove debug spam about successful font lookups
Andreas Kling
2020-11-07
LibJS: Use regular stack for VM call frames instead of Vector storage
Andreas Kling
2020-11-07
LibWeb: Reject iframing file:// URLs if document is not a file:// URL
Brendan Coles
2020-11-07
Lagom/Fuzzers: Add Fuzzilli version of FuzzJs
Luke
2020-11-07
LibJS: Remove unused variable m_has_property_table in Shape
Luke
2020-11-07
LibJS: Use pow instead of __bulitin_pow on clang
Luke
2020-11-07
LibJS: Use element index as key for array spread in object
Linus Groh
2020-11-07
LibJS: Set prototype of GlobalObject to ObjectPrototype
Linus Groh
2020-11-07
LibJS: Don't create StringOrSymbol(String) if from_value() fails
Linus Groh
2020-11-07
LibWeb: Load favicon.ico only for http/https URLs
Brendan Coles
2020-11-07
LibJS: Skip trailing empty values in IndexedPropertyIterator
Linus Groh
2020-11-06
Kernel: Fix HPET timer not firing in Bochs
Tom
2020-11-06
LibGUI: Clip rubber band to IconView widget content area
Joseph Bywater
2020-11-06
LibJS: Handle circular references in Array.prototype.toLocaleString()
Linus Groh
2020-11-06
LibGUI: Fix AbstractView selection after initial focusin event
Joseph Bywater
2020-11-05
LibJS: Use array-like size for IndexedProperties::is_empty()
Linus Groh
2020-11-05
LibJS: Fix Object::delete_property() with numeric string property
Linus Groh
2020-11-05
LibJS: ASSERT(property_name.is_valid()) in more Object methods
Linus Groh
2020-11-05
AK: printf was not accounting for plus sign with "%+d"
Andreas Kling
2020-11-05
Base: Tweak CXXFLAGS for the "little" test projects
Andreas Kling
2020-11-05
AK: Always include <new> from compiler before our operators new
Andreas Kling
2020-11-04
LibJS: Fix ProxyObject get/set with symbol property name
Linus Groh
[prev]
[next]