summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-12LibJS: Add a variant of ErrorType::NotA named NotAnObjectOfTypeTimothy Flynn
2021-09-12LibJS: Change wording of ErrorType::NotA to be independent of contextTimothy Flynn
2021-09-11LibWeb: Throw SyntaxError on bogus querySelector{,All} input selectorAndreas Kling
2021-09-11LibJS: Specify right base for PromiseResolvingElementFunction subclassesAndreas Kling
2021-09-11LibJS: Don't use MarkedValueList in PromiseValueListAndreas Kling
2021-09-11LibWeb: Revoke outstanding WeakPtrs on wrapper zombificationAndreas Kling
2021-09-11LibJS: Use move semantics more when creating Reference objectsAndreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11Browser: Use String::count instead of String::replace(X, X, true)Idan Horowitz
2021-09-11TextEditor: Remove wordiness and a separator in View menuthankyouverycool
2021-09-11LibGUI+TextEditor: Allow cursor line highlighting to be toggledthankyouverycool
2021-09-11PixelPaint: Add mouse indicators to the rulersDavid Isaksson
2021-09-11LibGfx: Apply translation and scale to Painter::draw_triangle()David Isaksson
2021-09-11PixelPaint: Add rulersDavid Isaksson
2021-09-11PixelPaint: Draw guide lines and selections above the pixel gridDavid Isaksson
2021-09-11ColorPicker: Add ability to select a color on the screenMustafa Quraish
2021-09-11WindowServer: Add IPC endpoint to get the color under cursorMustafa Quraish
2021-09-11Compositor: Add API to get the color of a pixelMustafa Quraish
2021-09-11Kernel+Userland: Remove loadable kernel modulessLiav A
2021-09-11LibJS: Visit WeakMap's values as long as their keys were not collectedIdan Horowitz
2021-09-11LibJS: Visit OrdinaryFunctionObject's owning realmIdan Horowitz
2021-09-11LibJS: Visit GeneratorObject's previous value if it's any kind of CellIdan Horowitz
2021-09-11LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapesAndreas Kling
2021-09-11LibJS: Include source locations in VM::dump_backtrace() outputAndreas Kling
2021-09-11LibJS: Fix ASAN poisoning range in new HeapBlocksAndreas Kling
2021-09-11LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombiesAndreas Kling
2021-09-11LibWeb: Implement Window.scroll() and Window.scrollBy() JS methodsSam Atkins
2021-09-11LibWeb: Implement Window.scroll{X,Y} JS propertiesSam Atkins
2021-09-11LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() callSam Atkins
2021-09-11LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltasSam Atkins
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-11Utilities: Show dynamic ELF info with "show all" optionRodrigo Tobar
2021-09-11LibJS: Mark the global object in Environment::visit_edges()Andreas Kling
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-09-11LibJS: Use Span<Cell*> instead of Vector<Cell*> in more placesAndreas Kling
2021-09-11LibJS: Mark instance field names in FunctionObject::visit_edges()Andreas Kling
2021-09-11LibWeb: Add naive support for the Document.referrer attributeAndreas Kling
2021-09-11PixelPaint: Add menu action to toggle pixel grid visibilityMustafa Quraish
2021-09-11PixelPaint: Show a pixel grid when zoomed in enoughMustafa Quraish
2021-09-11wasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11nproc: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11LibWasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11SystemMonitor: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11Spreadsheet: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bitAndreas Kling
2021-09-11LibJS: Implement Intl.NumberFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-11LibJS: Implement Intl.NumberFormat.supportedLocalesOfTimothy Flynn
2021-09-11LibJS: Implement the Intl.NumberFormat constructorTimothy Flynn
2021-09-11js: Implement pretty-printing of Intl.NumberFormatTimothy Flynn
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn