index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
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
LibDebug: Handle the "set ISA" standard opcode
Andreas Kling
2020-11-08
LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)
Andreas Kling
2020-11-07
LibCore: Run clang-format on ArgsParser.cpp
Andreas Kling
2020-11-07
LibCore: Add an ArgsParser::add_option() overload for doubles
Nico Weber
2020-11-07
LibWeb: Restrict HTML form submissions to permitted URL protocols
Brendan Coles
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
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
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-04
LibJS: Fix ProxyObject get/set with symbol property name
Linus Groh
2020-11-04
LibJS: Replace a bunch of vm() calls in ProxyObject with reference
Linus Groh
2020-11-04
LibJS: Implement Object(value) constructor
Linus Groh
2020-11-04
LibGfx: Load the system default fonts by name
Andreas Kling
2020-11-04
LibJS: Handle circular references in Array.prototype.join()
Linus Groh
2020-11-04
LibJS: Use "," separator in Array.prototype.join() if first arg is undefined
Linus Groh
2020-11-04
LibJS: Implement spec-compliant OrdinaryToPrimitive
Linus Groh
2020-11-04
LibJS: Implement RegExp.prototype.toString() as standalone function
Linus Groh
2020-11-04
LibJS: Don't create "valid" PropertyName from null string
Linus Groh
2020-11-04
LibJS: Fix incorrect exception checks in ProxyObject
Linus Groh
2020-11-03
LibVT: Copying from terminal scrollback resulted in wrong text
Andreas Kling
2020-11-03
AK: Really disallow making OwnPtrs from refcounted types
AnotherTest
2020-11-03
LibJS: Fix crashing exception in Value::ordinary_has_instance()
Linus Groh
2020-11-03
LibGUI: Implement shift-select
AnotherTest
2020-11-02
LibJS: Implement 'new.target'
Linus Groh
2020-11-02
LibJS: Replace 'size_t line, size_t column' with 'Optional<Position>'
Linus Groh
2020-11-02
LibGUI: Return early if drag_data_type is null (#3919)
Joseph
2020-11-02
WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor
Brendan Coles
2020-11-02
LibJS: Fix "use strict" directive false positives
Linus Groh
2020-11-02
LibGfx: Add some more assertions to Gfx::Bitmap
Andreas Kling
2020-11-01
LibGfx: assert Bitmap::set_pixel does not write out of bounds
Peter Nelson
2020-11-01
LibGfx: add bounds checking before set_pixel call in GIF decoder
Peter Nelson
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-11-01
LibGUI: Allow dragging a previously unselected item with a single click
Andreas Kling
2020-11-01
LibGUI: Views should ignore double clicks that don't hit any index
Andreas Kling
2020-11-01
LibGUI: Invalidate view cursor on model update
Andreas Kling
2020-11-01
LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requests
Brendan Coles
[next]