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
Age
Commit message (
Expand
)
Author
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-11
LibWeb: Remove CascadeOrigin::Any enum value
Andreas Kling
2022-02-11
LibWeb: Remove unused CascadeOrigin::Any
Andreas Kling
2022-02-10
LibSQL: Return unimplemented errors from unimplemented MATCH expressions
Timothy Flynn
2022-02-10
LibSQL: Remove the now-unused ExecutionContext::result object
Timothy Flynn
2022-02-10
LibSQL: Convert SQL expression evaluation to use ResultOr
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
Timothy Flynn
2022-02-10
LibCore: Convert AnonymousBuffer to use System::anon_create
kleines Filmröllchen
2022-02-10
LibCore/System: Add anon_create syscall wrapper
kleines Filmröllchen
2022-02-10
LibWeb: Make :root selector match <html> element only
Andreas Kling
2022-02-10
LibWeb: Add "tag name" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Add "ID" buckets to StyleComputer::RuleCache
Andreas Kling
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-10
LibWeb: Fix a bunch of trivial clang-tidy warnings in StyleComputer
Andreas Kling
2022-02-10
LibWeb: Rename a CascadeOrigin parameter in StyleComputer
Andreas Kling
2022-02-10
HackStudio: Fix error handling logic in delete_action
Daste
2022-02-10
HackStudio: Don't save file when filename is empty
Daste
2022-02-10
pgrep: Port to LibMain
Riccardo Arena
2022-02-10
pidof: Port to LibMain
Riccardo Arena
2022-02-10
LibJS: Do not refer to moved-from completions / values
Timothy Flynn
2022-02-10
LibJS: Add tests for Set.prototype.keys which is an alias for values
davidot
2022-02-10
LibJS: Fix Map Iterators when elements are deleted during iteration
davidot
2022-02-10
LibSQL: Do not crash when SELECTing from an empty table
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Timothy Flynn
2022-02-10
LibSQL: Remove now-unused SQLResult class
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Return the new Result class from statement executions
Timothy Flynn
2022-02-10
LibSQL: Add a new Result class to replace SQLResult
Timothy Flynn
2022-02-10
LibSQL: Do not return copies of vectors from table/index definitions
Timothy Flynn
2022-02-10
LibSoftGPU: Dispatch based on ClipPlane enum at compile-time
Lenny Maiorani
2022-02-10
Base+HackStudio: Add or insert missing icons
electrikmilk
2022-02-10
js: Add a command line argument to evaluate a string as a script
Timothy Flynn
2022-02-10
Utilities: Port realpath to LibMain
Ryan Chandler
2022-02-10
Applications: Port Spreadsheet to LibMain
Lenny Maiorani
2022-02-10
Applications: Port SpaceAnalyzer to LibMain
Lenny Maiorani
2022-02-10
Applications: Port Debugger to LibMain
Lenny Maiorani
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.call
Luke Wilde
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.apply
Luke Wilde
2022-02-09
LibJS: Implement Function.prototype.bind() according to the spec :^)
Linus Groh
2022-02-09
LibJS: Add FunctionObject constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Add Object constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Remove unused BoundFunction::m_constructor_prototype
Linus Groh
2022-02-09
LibRegex: Only skip full instructions when optimizing alternations
Ali Mohammad Pur
2022-02-09
Applications: Port Assistant to LibMain
Lenny Maiorani
2022-02-09
Base+Browser: Add browser icons
electrikmilk
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2022-02-09
LibJS: Make Map iterators independent of the underlying hashmap
Ali Mohammad Pur
2022-02-09
LibHTTP: Skip the body when response code is 204
Ali Mohammad Pur
2022-02-09
LibTLS+RequestServer: Add an option to dump TLS keys to a log file
Ali Mohammad Pur
2022-02-09
LibWeb: Paint box-shadows more efficiently
Sam Atkins
[next]