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-09-12
LibWeb: Remove "takes integer value" concept from parse_css_value()
Sam Atkins
2021-09-12
LibWeb: Correctly parse numeric and 'auto' z-index values
Sam Atkins
2021-09-12
LibWeb: Fix CSS opacity parsing
Sam Atkins
2021-09-12
LibWeb: Only apply the unitless-length quirk to needed properties
Sam Atkins
2021-09-12
LibWeb: Add current_property_id to CSS ParsingContext
Sam Atkins
2021-09-12
LibWeb: Add CSS quirks information to Properties.json
Sam Atkins
2021-09-12
Playground: Ask to save file contents on quit action
Karol Kosek
2021-09-12
PixelPaint: Fix zooming to cursor
Tobias Christiansen
2021-09-12
LibWeb: Don't assert if reconsuming on an empty TokenStream
Sam Atkins
2021-09-12
LibWeb: Fix out-of-order DOM tree dumps
Andreas Kling
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Implement some custom JS internal overrides for Location
Luke Wilde
2021-09-12
LibWeb: Implement window.event as a [Replaceable] property
Linus Groh
2021-09-12
LibWeb: Add A JS setter macro for [Replaceable] IDL properties
Linus Groh
2021-09-12
LibJS: Leave NativeFunction's Realm unset if VM has no Interpreter
Linus Groh
2021-09-12
LibJS: Change Interpreter::create_with_existing_{global_object => realm}
Linus Groh
2021-09-12
LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms
Linus Groh
2021-09-12
LibJS: Move locale_relevant_extension_keys to Intl.Locale
Timothy Flynn
2021-09-12
LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormat
Timothy Flynn
2021-09-12
LibJS: Move Intl.NumberFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Move Intl.ListFormat's AOs to its object file
Timothy Flynn
2021-09-12
LibJS: Make "options" objects const references in NumberFormat's AOs
Timothy Flynn
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
ThemeEditor: Accept drop events
Karol Kosek
2021-09-12
ThemeEditor: Update theme path on theme load
Karol Kosek
2021-09-12
ThemeEditor: Rename main()'s preview_palette to startup_preview_palette
Karol Kosek
2021-09-12
ThemeEditor: Use preview_palette from the PreviewWidget
Karol Kosek
2021-09-12
ThemeEditor: Add 'Open file' menu action
Karol Kosek
2021-09-12
LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)
Karol Kosek
2021-09-12
ThemeEditor: Open files from an argument
Karol Kosek
2021-09-12
ThemeEditor: Reference FileSystemAccessClient::Result in save_to_result
Karol Kosek
[next]