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-27
LibJS: Add content type check to IntegerIndexedElementSet()
Linus Groh
2021-06-27
LibJS: Add content type check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Implement the TypedArray [[ContentType]] internal slot
Linus Groh
2021-06-27
LibJS: Add 'is detached' check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-27
LibJS: Make variables in InitializeTypedArrayFromTypedArray() match spec
Linus Groh
2021-06-27
LibJS: Add missing InitializeTypedArrayFromTypedArray() spec link
Linus Groh
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters
Gunnar Beutner
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-27
WindowServer: Coalesce flushing buffers into one ioctl() call
Tom
2021-06-27
LibJS: Don't extend `arguments` object to match the parameter count
Andreas Kling
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-26
LibJS: Implement the GetMethod() abstract operation as a Value method
Linus Groh
2021-06-26
LibJS: Implement the GetV() abstract operation
Linus Groh
2021-06-26
LibJS: Move install_error_cause() from Object to Error
Linus Groh
2021-06-26
LibJS: Skip tests which broke with reversion of f102b563
davidot
2021-06-26
Revert "LibJS: Fix this_value in native setters and getters"
davidot
2021-06-26
LibJS: Fix propagation of setters and getters from prototypes
davidot
2021-06-26
LibJS: Allow setting the length of an object with prototype Array
davidot
2021-06-26
LibJS: Don't remove non-configurable items in Array when setting length
davidot
2021-06-26
LibJS: Make Array.prototype.lastIndexOf slightly more spec compliant
davidot
2021-06-26
LibJS: Make sure `this` in the global environment is the global object
Andreas Kling
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
2021-06-26
LibJS: Fix spelling mistake in one of the syntax error descriptions
Andreas Kling
2021-06-26
LibJS: Add %TypedArray%.prototype.entries
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.values
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.keys
Luke
2021-06-26
LibJS: Add TypedArray support to ArrayIterator
Luke
2021-06-26
LibJS: Align ObjectEnvironmentRecord member names with the spec
Andreas Kling
2021-06-26
LibJS: Remove unnecessary GlobalObject& member on global environment
Andreas Kling
2021-06-26
LibJS: Create new object earlier in VM::construct()
Andreas Kling
2021-06-25
LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T)
Linus Groh
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-25
LibJS: Rename ScriptFunction::m_parent_scope => m_environment
Andreas Kling
2021-06-25
LibJS: Add the Function.[[ThisMode]] field
Andreas Kling
2021-06-25
LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* function
Andreas Kling
2021-06-25
LibJS: Rename the context in Call/Construct ops to "callee context"
Andreas Kling
2021-06-25
LibJS: Make assertion in BindThisValue mirror the spec exactly :^)
Andreas Kling
2021-06-25
Userland: Add FB_FLUSH ioctl for fbdev
Sahan Fernando
2021-06-25
LibGUI: Add TextEditor::has_document()
Itamar
2021-06-25
LibAudio: Implement a basic FLAC loader
kleines Filmröllchen
2021-06-25
LibAudio: Make ResampleHelper templated for different sample types
kleines Filmröllchen
2021-06-25
LibAudio: Make LoaderPlugin::error_string return String&
kleines Filmröllchen
2021-06-25
LibAudio: Add the Int32 sample format
kleines Filmröllchen
2021-06-25
LibCore: Add InputFileStream::seek
kleines Filmröllchen
2021-06-25
LibJS: Make sure to always initialize Reference::m_base_value
Andreas Kling
2021-06-25
LibJS: Rename Reference methods to match the spec
Andreas Kling
2021-06-25
LibJS: Bring Reference records a bit closer to the ECMAScript spec
Andreas Kling
2021-06-25
LibJS: Evaluate `this` in terms of ResolveThisBinding
Andreas Kling
2021-06-25
LibJS: Remove outdated FIXME in GetThisEnvironment
Andreas Kling
[next]