summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2021-09-12ThemeEditor: Create menu contents after creating widgetsKarol Kosek
2021-09-12Kernel+LibC: Implement fsyncTheFightingCatfish
2021-09-12LibCore: Fix link_file inverting src and dst paths on duplicate namesCallum Walker
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-12LibWeb: Add Document::is_fully_activeLuke Wilde
2021-09-12LibJS: Convert MapIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Map.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert GeneratorObject.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert FinalizationRegistry.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Date.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert DataView.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert ArrayIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert ArrayBuffer.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakSet.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakRef.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert WeakMap.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert StringIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert SetIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Set.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert Promise.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert RegExpStringIterator.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Convert RegExp.prototype to be a PrototypeObjectTimothy Flynn
2021-09-12LibJS: Create a class to provide common methods for object prototypesTimothy Flynn
2021-09-12PixelPaint: Fit image to view when openedMustafa Quraish
2021-09-12PixelPaint: Make `Fit Image To View` account for rulersMustafa Quraish
2021-09-12PixelPaint: Remove unused methods to access files directlyMustafa Quraish
2021-09-12PixelPaint: Use FileSystemAccessServer exclusively, remove unveilMustafa Quraish
2021-09-12PixelPaint: Use LibConfig to allow custom pixel grid thresholdMustafa Quraish
2021-09-12PixelPaint: Don't draw pixel grid outside image boundsMustafa Quraish
2021-09-12LibJS: Remove ErrorType::NotA and ErrorType::NotAnTimothy Flynn
2021-09-12LibJS: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-12Spreadsheet: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-12WebContent: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn