summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-11-13LibGfx: Add missing stream error handling in GIF frame descriptor parseAndreas Kling
2020-11-13LibGfx: Refuse to decode PNG images with geometry outside i32 boundsAndreas Kling
2020-11-13LibC: Adjust malloc size classes to ensure 8-byte aligned pointersAndreas Kling
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12LibJS: Handle symbol PropertyName in primitive assignment errorLinus Groh
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-12LibJS/Tests: Use canParseSource() for toEval()Linus Groh
2020-11-12LibJS: Run prettier on test-common.jsLinus Groh
2020-11-12LibJS: Throw TypeError when calling class constructor without 'new'Linus Groh
2020-11-12LibJS: Refactor ScriptFunction::call() a bitLinus Groh
2020-11-11LibGUI: Set vertical distance between icons relative to scroll valueAmusedNetwork
2020-11-11LibWeb: Advertise to servers that we support gzip encodingLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-11LibWeb+LibJS: Add [LegacyNullToEmptyString] attributeLuke
2020-11-10LibJS: Use a HashTable to identify potential cell pointers in GC scanAndreas Kling
2020-11-10LibGUI: Ignore application-global shortcuts in modal windowsAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10Kernel+LibC: Add adjtime(2)Nico Weber
2020-11-10LibC: Add POSIX1 minimum limits to limits.hBrendan Coles
2020-11-10LibVT: Add TerminalWidget::scroll_to_bottom() APIAndreas Kling
2020-11-10LibGUI: Limit the height of item text in IconViewAmusedNetwork
2020-11-10TextEditor: Go-to-line now shows line in middle of view (#4008)Jack Byrne
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
2020-11-08LibDebug: Use move semantics when populating abbreviations mapAndreas Kling
2020-11-08LibDebug: Avoid copying AttributeSpecifications when iterating themAndreas Kling
2020-11-08LibDebug: Shrink some of the high-volume data structuresAndreas Kling
2020-11-08LibGUI: Prevent multiple drag initiations while drag messages are passedAnotherTest
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-08LibIPC: Add support for passing around ByteBuffers and HashMap<K, V>AnotherTest
2020-11-08LibGfx: Add methods to serialise and deserialise a BitmapAnotherTest
2020-11-08LibGfx: remove debug printfs from GIFLoaderPeter Nelson
2020-11-08LibGfx: gracefully handle GIFs with frame decode errorsPeter Nelson
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-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-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling
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