summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-16LibWeb: Allow setting HTMLTableElement.tFoot to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.tHead to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.caption to null valueAndreas Kling
2022-12-16LibWeb: Add spec link and comment to HTMLTableElement::caption()Andreas Kling
2022-12-16LibWeb: Fix bug in BFC that independent FC assigned to wrong variableAliaksandr Kalenik
2022-12-16PixelPaint: Replace vectorscope boxes with colored corner bracketsCody Hein
2022-12-16LibPDF: Follow a FontFile's Length valuesRodrigo Tobar
2022-12-16LibPDF: Simplify outline constructionRodrigo Tobar
2022-12-16LibPDF: Ignore seac PS1 commands for nowRodrigo Tobar
2022-12-16PixelPaint: Disable bucket tool outside of the current selectionTim Ledbetter
2022-12-16DynamicLoader: Annotate all loaded library ranges as immutableLiav A
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-15ClockSettings: Add a factory function for TimeZoneSettingsWidgetBaitinq
2022-12-15LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tabBaitinq
2022-12-15LibThreading+Everywhere: Support returning error from `BackgroundAction`Lucas CHOLLET
2022-12-15LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`Lucas CHOLLET
2022-12-15LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`Federico Guerinoni
2022-12-15WebContent: Disallow creating WebDriverConnections with existing socketsTimothy Flynn
2022-12-15headless-browser: Remove option to specify a WebDriver FD-passing socketTimothy Flynn
2022-12-15WebDriver: Remove the WebContent socket file when closing the sessionTimothy Flynn
2022-12-15WebDriver: Specify callbacks for clients to launch browser windowsTimothy Flynn
2022-12-15WebContent+WebDriver: Move WebDriver socket to the standard runtime pathTimothy Flynn
2022-12-15LibCore: Use the user's root session ID for standard runtime pathTimothy Flynn
2022-12-15LibMarkdown: Prevent a crash when rendering code blocks to consoleArda Cinar
2022-12-15LibMarkdown: Handle error while rendering JS to HTMLArda Cinar
2022-12-15LibJS: Update spec comments for replacing digits in Intl.NumberFormatTimothy Flynn
2022-12-15LibJS: Fix a typo in an Intl.DateTimeFormat spec commentTimothy Flynn
2022-12-15LibCore: Use `System::getaddrinfo()` in `Socket::resolve_host`Lucas CHOLLET
2022-12-15LibCore: Add a wrapper for `getaddrinfo()`Lucas CHOLLET
2022-12-15LibCore: Use AllocatingMemoryStream for SOCKSProxyClientTim Schumacher
2022-12-15LibCore: Add an automatically allocating MemoryStreamTim Schumacher
2022-12-15LibCore: Move the MemoryStream implementation into a separate fileTim Schumacher
2022-12-15LibCore: Rename `MemoryStream` to `FixedMemoryStream`Tim Schumacher
2022-12-15VirGLDemo: Make a factory function for Demo and propagate errorsBaitinq
2022-12-15gron: Add options for enabling/disabling colored outputSam Atkins
2022-12-15LibJS: Convert standalone construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert FunctionObject::internal_construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-15LibJS: Ensure Optional<Completion>'s defaults to empty completionLinus Groh
2022-12-15LibWeb: Implement input range type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input local date and time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input week type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input month type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input date type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input email type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input color type sanitation algorithmKyle Lanmon