summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-15LibGfx: Use Checked<T> when creating new bitmapsAndreas Kling
2020-04-15LibX86: Use MakeUnsigned<T> from AK instead of making a custom oneAndreas Kling
2020-04-15LibAudio: Use NumericLimits<T>Andreas Kling
2020-04-15LibLine: Avoid crashing if given empty suggestionsAnotherTest
2020-04-15LibBareMetal: Accept a u16 type pointer in the appropriate IO functionsLiav A
2020-04-15LibWeb: Limit the maximum size of <canvas> bitmap buffersAndreas Kling
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-04-15LibJS: Check length property of Array.prototype.join in its testLinus Groh
2020-04-15LibJS: Add Array.prototype.join()Andreas Kling
2020-04-15LibJS: Adding two values should convert them to primitives firstAndreas Kling
2020-04-15LibJS: Pass the Interpreter& to binary/logical/unary helpersAndreas Kling
2020-04-15LibJS: Add String.prototype.{trim, trimStart, trimEnd} (#1792)Kesse Jones
2020-04-15LibLine: Properly handle multiline suggestionsAnotherTest
2020-04-14LibWeb: Add CanvasRenderingContext2D.drawImage(image, x, y)Andreas Kling
2020-04-14LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)Andreas Kling
2020-04-14LibWeb: Add is<HTMLImageElement>()Andreas Kling
2020-04-14LibWeb: Dispatch a "load" event on HTMLImageElementAndreas Kling
2020-04-14LibGUI: Scroll AbstractView to top on model changeAndreas Kling
2020-04-14LibJS: Redirect stderr to /dev/null when running js in run-testsLinus Groh
2020-04-14LibJS: Add missing load("test-common.js") to comments-basic.jsLinus Groh
2020-04-14LibBareMetal: Add more assertions in copy_{to,from}_user()Andreas Kling
2020-04-14LibJS: Add Array.prototype.map()Linus Groh
2020-04-14LibJS: Add Array.prototype.filter()Linus Groh
2020-04-14LibJS: Add Array.prototype.forEach()Linus Groh
2020-04-14LibJS: Add Array.prototype.unshift()Linus Groh
2020-04-14LibJS: Support multiple arguments in Array.prototype.push()Linus Groh
2020-04-14LibJS: Remove shift, pop, push functions from Array objectLinus Groh
2020-04-14js/LibJS: Move test functions to pure javascript.Brian Gianforcaro
2020-04-14LibJS: Handle HTML-style commentsStephan Unverwerth
2020-04-13LibELF: Add find_demangled_functionItamar
2020-04-13LibJS: Use HashMap::ensure_capacity() in enter_scope()Andreas Kling
2020-04-13LibJS: Add more number test cases for #1680Stephan Unverwerth
2020-04-13LibJS: Remove Interpreter::declare_variable()Andreas Kling
2020-04-13LibJS: Hoist variable declarations to the nearest relevant scopeAndreas Kling
2020-04-13LibJS: Use assertNotReached() in testsLinus Groh
2020-04-13LibJS: Fix test files indentation (4 spaces)Linus Groh
2020-04-13LibThread: Simplify the userspace Lock to remove CAS on unlock()Andreas Kling
2020-04-13LibC: Fix truncated strncpy() in getlogin()Andreas Kling
2020-04-13LibC: Fix truncated strncpy() in /etc/group parsingAndreas Kling
2020-04-13LibC: Fix strncpy() overflow in /etc/passwd parsingAndreas Kling
2020-04-13LibC: Fix strncpy() overflow in gethostbyname()Andreas Kling
2020-04-13LibC: Simplify ASSERT() to reduce code sizeAndreas Kling
2020-04-13LibLine: Update display when deleting forwardAnotherTest
2020-04-13LibJS: Implement Error.prototype.name setter (#1776)Brian Gianforcaro
2020-04-13LibJS: Do not execute scripts with parse errorsStephan Unverwerth
2020-04-13LibC: Simplify the gettid() cache by just clearing the cache in fork()Andreas Kling
2020-04-13LibJS: Tweak FunctionPrototype::to_string and constructorsStephan Unverwerth
2020-04-13LibJS: Throw on assignment of an const variableBrian Gianforcaro
2020-04-13ptrace: Report error in PT_PEEK via errnoItamar
2020-04-13ptrace: Add PT_SETREGSItamar