index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-06-30
Kernel: Disable __thread and TLS on x86_64 for now
Gunnar Beutner
2021-06-30
LibPthread: Remove redundant return statement
Gunnar Beutner
2021-06-30
LibWeb: Define hot DOMTreeJSONModel methods in-line
Timothy Flynn
2021-06-30
LibWeb: Store JSON pointers in the OOPWV DOM Inspector model indices
Timothy Flynn
2021-06-30
LibWeb: Do not create copies of JSON values in OOPWV DOM Inspector
Timothy Flynn
2021-06-30
LibJS: Optimize & Bring String.prototype.repeat closer to the spec
Idan Horowitz
2021-06-30
LibJS: Bring the Array constructor slightly closer to the specification
Idan Horowitz
2021-06-30
LibKeyboard: Remove an unnecessary #include when building with KERNEL
Andreas Kling
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
LibGUI: Add PasswordBox
Max Wipfli
2021-06-30
LibGUI: Add glyph substitution to TextEditor
Max Wipfli
2021-06-30
LibGUI: Fix double-clicking words in syntax-highlighted text
Max Wipfli
2021-06-30
LibVideo: Migrate to east-const style & apply other minor fixes
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of block_mode_info methods (6.4.15-6.4.18)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement most of inter_frame_mode_info (6.4.11-6.4.14)
FalseHonesty
2021-06-30
LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)
FalseHonesty
2021-06-30
LibVideo/VP9: Add SAFE_CALL macro to help propagate failure state
FalseHonesty
2021-06-30
LibVideo/VP9: Refactor how TreeParser accesses decoder data
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding VP9 blocks
FalseHonesty
2021-06-30
LibVideo/VP9: Successfully parse partition syntax element
FalseHonesty
2021-06-30
LibVideo/VP9: Begin creating a tree parser to parse syntax elements
FalseHonesty
2021-06-30
LibVideo/VP9: Begin decoding tiles
FalseHonesty
2021-06-30
LibVideo/VP9: Parse compressed header data
FalseHonesty
2021-06-30
Base+Utilities: Add run-tests program to run system tests with LibTest
Andrew Kaster
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-30
LibRegex: Make regex::Regex move-constructible and move-assignable
Andrew Kaster
2021-06-30
LibCore: Add getter for how many groups exist in a Core::ConfigFile
Andrew Kaster
2021-06-29
LibJS: Handle the different realms case in ArraySpeciesCreate
davidot
2021-06-29
LibWeb: Fix build breakage after merging the oldish DOM inspector PR
Andreas Kling
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-29
LibWeb+WebContent: Add IPC flow for Inspect DOM Tree
Adam Hodgen
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-30
LibHTTP: Finish the request up on TLS connection finish
Ali Mohammad Pur
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-29
Kernel+LibCoreDump: Implement more x86_64 coredump functionality
Gunnar Beutner
2021-06-29
LibELF: Implement PLT relocations for x86_64
Gunnar Beutner
2021-06-29
LibC: Fix struct layout for sys_dirent on x86_64
Gunnar Beutner
2021-06-29
LibELF: Add stub for R_X86_64_TPOFF64
Gunnar Beutner
2021-06-29
LibELF: Make sure the mmap() regions are large enough
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-29
LibELF: Implement GNU hash section lookups for x86_64
Gunnar Beutner
2021-06-29
LibJS: Support the radix argument in BigInt.prototype.toString
Idan Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-29
LibJS: Check the target function of a bound function in is_constructor
Idan Horowitz
2021-06-29
LibJS: Make Array.of(...items) generic
Idan Horowitz
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
[next]