summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-26LibJS: Skip tests which broke with reversion of f102b563davidot
2021-06-26Revert "LibJS: Fix this_value in native setters and getters"davidot
2021-06-26LibJS: Fix propagation of setters and getters from prototypesdavidot
2021-06-26LibJS: Allow setting the length of an object with prototype Arraydavidot
2021-06-26LibJS: Don't remove non-configurable items in Array when setting lengthdavidot
2021-06-26LibJS: Make Array.prototype.lastIndexOf slightly more spec compliantdavidot
2021-06-26LibJS: Make sure `this` in the global environment is the global objectAndreas Kling
2021-06-26LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)Andreas Kling
2021-06-26LibJS: Fix spelling mistake in one of the syntax error descriptionsAndreas Kling
2021-06-26LibJS: Add %TypedArray%.prototype.entriesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.valuesLuke
2021-06-26LibJS: Add %TypedArray%.prototype.keysLuke
2021-06-26LibJS: Add TypedArray support to ArrayIteratorLuke
2021-06-26LibJS: Align ObjectEnvironmentRecord member names with the specAndreas Kling
2021-06-26LibJS: Remove unnecessary GlobalObject& member on global environmentAndreas Kling
2021-06-26LibJS: Create new object earlier in VM::construct()Andreas Kling
2021-06-25LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T)Linus Groh
2021-06-25LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)Linus Groh
2021-06-25LibJS: Rename ScriptFunction::m_parent_scope => m_environmentAndreas Kling
2021-06-25LibJS: Add the Function.[[ThisMode]] fieldAndreas Kling
2021-06-25LibJS: FunctionEnvironment.[[FunctionObject]] is the *invoked* functionAndreas Kling
2021-06-25LibJS: Rename the context in Call/Construct ops to "callee context"Andreas Kling
2021-06-25LibJS: Make assertion in BindThisValue mirror the spec exactly :^)Andreas Kling
2021-06-25WindowServer: Change rendering drag&drop to use the Overlay classTom
2021-06-25WindowServer: Change window geometry label to use the Overlay classTom
2021-06-25DisplaySettings: Show screen numbers when showing the Monitors tabTom
2021-06-25WindowServer: Add an Overlay class for flicker-free overlay renderingTom
2021-06-25WindowServer: Enhance simple shadow function to include optional frameTom
2021-06-25WindowServer: Redraw screen when switching back from ttySahan Fernando
2021-06-25Userland: Add FB_FLUSH ioctl for fbdevSahan Fernando
2021-06-25FileManager: Add "Open in New Window" context menu actionSam Atkins
2021-06-25HackStudio: Do not create a new LanguageClient unless neededItamar
2021-06-25LibGUI: Add TextEditor::has_document()Itamar
2021-06-25HackStudio: Add LanguageClient::Language() getterItamar
2021-06-25LibAudio: Implement a basic FLAC loaderkleines Filmröllchen
2021-06-25LibAudio: Make ResampleHelper templated for different sample typeskleines Filmröllchen
2021-06-25LibAudio: Make LoaderPlugin::error_string return String&kleines Filmröllchen
2021-06-25LibAudio: Add the Int32 sample formatkleines Filmröllchen
2021-06-25LibCore: Add InputFileStream::seekkleines Filmröllchen
2021-06-25LibJS: Make sure to always initialize Reference::m_base_valueAndreas Kling
2021-06-25LibJS: Rename Reference methods to match the specAndreas Kling
2021-06-25LibJS: Bring Reference records a bit closer to the ECMAScript specAndreas Kling
2021-06-25LibJS: Evaluate `this` in terms of ResolveThisBindingAndreas Kling
2021-06-25LibJS: Remove outdated FIXME in GetThisEnvironmentAndreas Kling
2021-06-25LibJS: Rename VM::get_reference() => resolve_binding()Andreas Kling
2021-06-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-06-25Browser: Add alternate shortcut F6 for focusing the location boxAatos Majava
2021-06-25LibGUI: Add alternate shortcut F5 to the "reload" common actionAatos Majava
2021-06-25LibGUI: Make Action::shortcut() return const&Aatos Majava
2021-06-25LibGUI: Add a new constructor to ActionAatos Majava