summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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-08LibDebug: Handle the "set ISA" standard opcodeAndreas Kling
2020-11-08LibDebug: Handle AttributeDataForm::SData (DW_FORM_sdata)Andreas Kling
2020-11-07LibCore: Run clang-format on ArgsParser.cppAndreas Kling
2020-11-07LibCore: Add an ArgsParser::add_option() overload for doublesNico Weber
2020-11-07LibWeb: Restrict HTML form submissions to permitted URL protocolsBrendan Coles
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-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-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-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-04LibGfx: Load the system default fonts by nameAndreas Kling
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-04LibJS: Implement spec-compliant OrdinaryToPrimitiveLinus Groh
2020-11-04LibJS: Implement RegExp.prototype.toString() as standalone functionLinus Groh
2020-11-04LibJS: Don't create "valid" PropertyName from null stringLinus Groh
2020-11-04LibJS: Fix incorrect exception checks in ProxyObjectLinus Groh
2020-11-03LibVT: Copying from terminal scrollback resulted in wrong textAndreas Kling
2020-11-03AK: Really disallow making OwnPtrs from refcounted typesAnotherTest
2020-11-03LibJS: Fix crashing exception in Value::ordinary_has_instance()Linus Groh
2020-11-03LibGUI: Implement shift-selectAnotherTest
2020-11-02LibJS: Implement 'new.target'Linus Groh
2020-11-02LibJS: Replace 'size_t line, size_t column' with 'Optional<Position>'Linus Groh
2020-11-02LibGUI: Return early if drag_data_type is null (#3919)Joseph
2020-11-02WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursorBrendan Coles
2020-11-02LibJS: Fix "use strict" directive false positivesLinus Groh
2020-11-02LibGfx: Add some more assertions to Gfx::BitmapAndreas Kling
2020-11-01LibGfx: assert Bitmap::set_pixel does not write out of boundsPeter Nelson
2020-11-01LibGfx: add bounds checking before set_pixel call in GIF decoderPeter Nelson
2020-11-01Kernel+LibC: Don't allow a directory to become a subdirectory of itselfAndreas Kling
2020-11-01LibGUI: Allow dragging a previously unselected item with a single clickAndreas Kling
2020-11-01LibGUI: Views should ignore double clicks that don't hit any indexAndreas Kling
2020-11-01LibGUI: Invalidate view cursor on model updateAndreas Kling
2020-11-01LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requestsBrendan Coles