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
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Use the correct name to refer to WebAssembly.Memory.prototype
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur
2021-07-02
LibJS: Throw on failed PutValue into an environment reference
Andreas Kling
2021-07-02
LibJS: Make Environment::put_into_environment() return a success bool
Andreas Kling
2021-07-02
LibJS: Make ResolveBinding() produce strict References in strict mode
Andreas Kling
2021-07-01
LibWeb: Do not encode "internal_id" in DOM JSON
Timothy Flynn
2021-07-01
LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector
Timothy Flynn
2021-07-01
InspectorServer: Use LocalSocket method to get pid
Timothy
2021-07-01
LibCore: Add peer pid retrieval for LocalSocket
Timothy
2021-07-01
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
DynamicLoader: Remove obsolete comment
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-07-01
LibJS: Bring JSON.parse slightly closer to the specification
Idan Horowitz
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-07-01
LibGUI: Add search/removal methods to Breadcrumbbar
Sam Atkins
2021-07-01
LibGUI: Navigate to parent when FileSystemModel directory is deleted
Sam Atkins
2021-07-01
LibJS: Move Binding struct into the DeclarativeEnvironment class
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-07-01
LibWeb: Show "x86_64" in the user agent string on x86_64 :^)
Andreas Kling
2021-07-01
LibC: Fix jmp_buf layout on x86_64
Andreas Kling
2021-07-01
LibJS: Bring JSON.stringify closer to the specification
Idan Horowitz
2021-07-01
LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_and
Gal Horowitz
2021-07-01
LibCrypto: Replace use of negate() in SignedBigInteger::bitwise_or
Gal Horowitz
2021-07-01
CrashReporter: Fix bogus register alignment on x86_64
Andreas Kling
2021-07-01
LibJS: Stop coercing this to object in Function's Symbol.hasInstance
Idan Horowitz
2021-07-01
LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to string
Idan Horowitz
2021-07-01
LibELF: Check for missing PT_LOAD alignment header value
Idan Horowitz
2021-07-01
LibELF: Implement support for RELA relocations
Gunnar Beutner
2021-07-01
LibELF: Simplify ELF load address calculations
Gunnar Beutner
2021-07-01
LibELF: Fix incorrect error message
Gunnar Beutner
2021-07-01
LibJS: Check for DataView in ArrayBuffer.isView()
Idan Horowitz
2021-07-01
DisplaySettings: Adjust FontSettings.gml to work with dark themes
DoubleNegation
2021-07-01
LibGUI: Add foreground_role and background_role property to GUI::Widget
DoubleNegation
2021-06-30
LibJS: Use the GetFunctionRealm abstract-op in ArraySpeciesCreate
Idan Horowitz
2021-06-30
LibJS: Get the prototype of a new String from the constructor's realm
Idan Horowitz
2021-06-30
LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed
Idan Horowitz
2021-06-30
LibJS: Ensure shift values in left_shift are modded by 32
Idan Horowitz
2021-06-30
Utilities: Fix Build on x86_64
Hendiadyoin1
2021-06-30
Debugger: Compile on x86_64
Hendiadyoin1
2021-06-30
Userland: Disable Hackstudio and UE on x86_64
Hendiadyoin1
2021-06-30
LibJS: Add String.prototype.split using the @@split methods on object
davidot
2021-06-30
LibJS: Add String.prototype.indexOf position argument
davidot
2021-06-30
HeaderView: Fix horizonal section size miscalculation
Olivier De Canniere
2021-06-30
LibCoreDump: Change Backtrace debug info cache to member variable
Max Wipfli
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
[next]