summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-12LibWeb: Remove "takes integer value" concept from parse_css_value()Sam Atkins
2021-09-12LibWeb: Correctly parse numeric and 'auto' z-index valuesSam Atkins
2021-09-12LibWeb: Fix CSS opacity parsingSam Atkins
2021-09-12LibWeb: Only apply the unitless-length quirk to needed propertiesSam Atkins
2021-09-12LibWeb: Add current_property_id to CSS ParsingContextSam Atkins
2021-09-12LibWeb: Add CSS quirks information to Properties.jsonSam Atkins
2021-09-12Playground: Ask to save file contents on quit actionKarol Kosek
2021-09-12PixelPaint: Fix zooming to cursorTobias Christiansen
2021-09-12LibWeb: Don't assert if reconsuming on an empty TokenStreamSam Atkins
2021-09-12LibWeb: Fix out-of-order DOM tree dumpsAndreas Kling
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-12LibWeb: Implement some custom JS internal overrides for LocationLuke Wilde
2021-09-12LibWeb: Implement window.event as a [Replaceable] propertyLinus Groh
2021-09-12LibWeb: Add A JS setter macro for [Replaceable] IDL propertiesLinus Groh
2021-09-12LibJS: Leave NativeFunction's Realm unset if VM has no InterpreterLinus Groh
2021-09-12LibJS: Change Interpreter::create_with_existing_{global_object => realm}Linus Groh
2021-09-12LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use RealmsLinus Groh
2021-09-12LibJS: Move locale_relevant_extension_keys to Intl.LocaleTimothy Flynn
2021-09-12LibJS: Move number_format_relevant_extension_keys to Intl.NumberFormatTimothy Flynn
2021-09-12LibJS: Move Intl.NumberFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Move Intl.ListFormat's AOs to its object fileTimothy Flynn
2021-09-12LibJS: Make "options" objects const references in NumberFormat's AOsTimothy Flynn
2021-09-12LibJS: Make GetNumberOption's "options" object a const referenceTimothy Flynn
2021-09-12LibJS: Store Intl.Locale's "tag" argument as a plain stringTimothy Flynn
2021-09-12LibJS: Change GetOption AO to accept the options as a concrete ObjectTimothy Flynn
2021-09-12LibJS: Sort Intl AbstractOperation declarations by spec IDTimothy Flynn
2021-09-12LibJS: Move CanonicalCodeForDisplayNames to Intl.DisplayNamesTimothy Flynn
2021-09-12LibMarkdown: Re-add support for Serenity's style code blocks extensionPeter Elliott
2021-09-12LibMarkdown: Render sequences of spaces properly in the terminalPeter Elliott
2021-09-12LibMarkdown: Implement hard and soft line breaksPeter Elliott
2021-09-12LibMarkdown: Handle delimiter flanking with punctuationPeter Elliott
2021-09-12LibMarkdown: Add terminal rendering for new markdown Text parserPeter Elliott
2021-09-12LibMarkdown: Rewrite Inline text parser to be more forgivingPeter Elliott
2021-09-12LibJS: Make get_function_realm() actually return a RealmLinus Groh
2021-09-12LibJS: Set the callee context's realm in prepare_for_ordinary_call()Linus Groh
2021-09-12LibJS: Prepare ExecutionContext to store the current Realm RecordLinus Groh
2021-09-12LibJS: Make prepare_for_ordinary_call() new_target parameter an Object*Linus Groh
2021-09-12LibJS: Move the GlobalEnvironment from GlobalObject to RealmLinus Groh
2021-09-12LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironmentLinus Groh
2021-09-12LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()Linus Groh
2021-09-12LibJS: Start adding a JS::Realm class (spec's "Realm Record")Linus Groh
2021-09-12Kernel+Userland: Introduce a new way to reboot and poweroff the machineLiav A
2021-09-12ThemeEditor: Accept drop eventsKarol Kosek
2021-09-12ThemeEditor: Update theme path on theme loadKarol Kosek
2021-09-12ThemeEditor: Rename main()'s preview_palette to startup_preview_paletteKarol Kosek
2021-09-12ThemeEditor: Use preview_palette from the PreviewWidgetKarol Kosek
2021-09-12ThemeEditor: Add 'Open file' menu actionKarol Kosek
2021-09-12LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&)Karol Kosek
2021-09-12ThemeEditor: Open files from an argumentKarol Kosek
2021-09-12ThemeEditor: Reference FileSystemAccessClient::Result in save_to_resultKarol Kosek