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-09-12
LibJS: Make GetNumberOption's "options" object a const reference
Timothy Flynn
2021-09-12
LibJS: Store Intl.Locale's "tag" argument as a plain string
Timothy Flynn
2021-09-12
LibJS: Change GetOption AO to accept the options as a concrete Object
Timothy Flynn
2021-09-12
LibJS: Sort Intl AbstractOperation declarations by spec ID
Timothy Flynn
2021-09-12
LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNames
Timothy Flynn
2021-09-12
LibMarkdown: Re-add support for Serenity's style code blocks extension
Peter Elliott
2021-09-12
LibMarkdown: Render sequences of spaces properly in the terminal
Peter Elliott
2021-09-12
LibMarkdown: Implement hard and soft line breaks
Peter Elliott
2021-09-12
LibMarkdown: Handle delimiter flanking with punctuation
Peter Elliott
2021-09-12
LibMarkdown: Add terminal rendering for new markdown Text parser
Peter Elliott
2021-09-12
LibMarkdown: Rewrite Inline text parser to be more forgiving
Peter Elliott
2021-09-12
LibJS: Make get_function_realm() actually return a Realm
Linus Groh
2021-09-12
LibJS: Set the callee context's realm in prepare_for_ordinary_call()
Linus Groh
2021-09-12
LibJS: Prepare ExecutionContext to store the current Realm Record
Linus Groh
2021-09-12
LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*
Linus Groh
2021-09-12
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
Linus Groh
2021-09-12
LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment
Linus Groh
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
Linus Groh
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)
Karol Kosek
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-12
LibCore: Fix link_file inverting src and dst paths on duplicate names
Callum Walker
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-12
LibWeb: Add Document::is_fully_active
Luke Wilde
2021-09-12
LibJS: Convert MapIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Map.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert GeneratorObject.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Date.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert DataView.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert ArrayIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert ArrayBuffer.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakSet.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakRef.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert WeakMap.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert StringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert SetIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Set.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert Promise.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Convert RegExp.prototype to be a PrototypeObject
Timothy Flynn
2021-09-12
LibJS: Create a class to provide common methods for object prototypes
Timothy Flynn
2021-09-12
LibJS: Remove ErrorType::NotA and ErrorType::NotAn
Timothy Flynn
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-12
LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfType
Timothy Flynn
2021-09-12
LibJS: Change wording of ErrorType::NotA to be independent of context
Timothy Flynn
2021-09-11
LibWeb: Throw SyntaxError on bogus querySelector{,All} input selector
Andreas Kling
[next]