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-04-15
LibGfx: Use Checked<T> when creating new bitmaps
Andreas Kling
2020-04-15
LibX86: Use MakeUnsigned<T> from AK instead of making a custom one
Andreas Kling
2020-04-15
LibAudio: Use NumericLimits<T>
Andreas Kling
2020-04-15
LibLine: Avoid crashing if given empty suggestions
AnotherTest
2020-04-15
LibBareMetal: Accept a u16 type pointer in the appropriate IO functions
Liav A
2020-04-15
LibWeb: Limit the maximum size of <canvas> bitmap buffers
Andreas Kling
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-04-15
LibJS: Check length property of Array.prototype.join in its test
Linus Groh
2020-04-15
LibJS: Add Array.prototype.join()
Andreas Kling
2020-04-15
LibJS: Adding two values should convert them to primitives first
Andreas Kling
2020-04-15
LibJS: Pass the Interpreter& to binary/logical/unary helpers
Andreas Kling
2020-04-15
LibJS: Add String.prototype.{trim, trimStart, trimEnd} (#1792)
Kesse Jones
2020-04-15
LibLine: Properly handle multiline suggestions
AnotherTest
2020-04-14
LibWeb: Add CanvasRenderingContext2D.drawImage(image, x, y)
Andreas Kling
2020-04-14
LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)
Andreas Kling
2020-04-14
LibWeb: Add is<HTMLImageElement>()
Andreas Kling
2020-04-14
LibWeb: Dispatch a "load" event on HTMLImageElement
Andreas Kling
2020-04-14
LibGUI: Scroll AbstractView to top on model change
Andreas Kling
2020-04-14
LibJS: Redirect stderr to /dev/null when running js in run-tests
Linus Groh
2020-04-14
LibJS: Add missing load("test-common.js") to comments-basic.js
Linus Groh
2020-04-14
LibBareMetal: Add more assertions in copy_{to,from}_user()
Andreas Kling
2020-04-14
LibJS: Add Array.prototype.map()
Linus Groh
2020-04-14
LibJS: Add Array.prototype.filter()
Linus Groh
2020-04-14
LibJS: Add Array.prototype.forEach()
Linus Groh
2020-04-14
LibJS: Add Array.prototype.unshift()
Linus Groh
2020-04-14
LibJS: Support multiple arguments in Array.prototype.push()
Linus Groh
2020-04-14
LibJS: Remove shift, pop, push functions from Array object
Linus Groh
2020-04-14
js/LibJS: Move test functions to pure javascript.
Brian Gianforcaro
2020-04-14
LibJS: Handle HTML-style comments
Stephan Unverwerth
2020-04-13
LibELF: Add find_demangled_function
Itamar
2020-04-13
LibJS: Use HashMap::ensure_capacity() in enter_scope()
Andreas Kling
2020-04-13
LibJS: Add more number test cases for #1680
Stephan Unverwerth
2020-04-13
LibJS: Remove Interpreter::declare_variable()
Andreas Kling
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Use assertNotReached() in tests
Linus Groh
2020-04-13
LibJS: Fix test files indentation (4 spaces)
Linus Groh
2020-04-13
LibThread: Simplify the userspace Lock to remove CAS on unlock()
Andreas Kling
2020-04-13
LibC: Fix truncated strncpy() in getlogin()
Andreas Kling
2020-04-13
LibC: Fix truncated strncpy() in /etc/group parsing
Andreas Kling
2020-04-13
LibC: Fix strncpy() overflow in /etc/passwd parsing
Andreas Kling
2020-04-13
LibC: Fix strncpy() overflow in gethostbyname()
Andreas Kling
2020-04-13
LibC: Simplify ASSERT() to reduce code size
Andreas Kling
2020-04-13
LibLine: Update display when deleting forward
AnotherTest
2020-04-13
LibJS: Implement Error.prototype.name setter (#1776)
Brian Gianforcaro
2020-04-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-13
LibC: Simplify the gettid() cache by just clearing the cache in fork()
Andreas Kling
2020-04-13
LibJS: Tweak FunctionPrototype::to_string and constructors
Stephan Unverwerth
2020-04-13
LibJS: Throw on assignment of an const variable
Brian Gianforcaro
2020-04-13
ptrace: Report error in PT_PEEK via errno
Itamar
2020-04-13
ptrace: Add PT_SETREGS
Itamar
[prev]
[next]