summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-15AK: Add `OwnPtrWithCustomDeleter`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-15Base: Add man page for the dd commandEdward Banner
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
2022-12-15LibJS: Throw a RangeError when when formatting strings in DurationFormatTimothy Flynn
2022-12-15LibJS: Access DurationRecord properties in alphabetical orderTimothy Flynn
2022-12-15LibJS: Move IsValidDurationRecord check to ToDurationRecordTimothy Flynn
2022-12-15LibJS: Remove infallibility markers from some Intl.DurationFormat AOsTimothy Flynn
2022-12-15LibWeb: Implement more values of flexbox align-contentMax Stevens
2022-12-15Piano: Overhaul AudioPlayerLoop and throw out event loopskleines Filmröllchen
2022-12-15Piano: Make AudioPlayerLoop::is_playing constkleines Filmröllchen
2022-12-15LibIPC: Only run responsiveness timer when there is an event loopkleines Filmröllchen
2022-12-15LibIPC: Add deferred invoker getterkleines Filmröllchen
2022-12-15LibAudio: Allow resampling into existing bufferkleines Filmröllchen
2022-12-15LibAudio: Expose blocking realtime enqueue to audio clientskleines Filmröllchen
2022-12-15LibAudio: Make resampling falliblekleines Filmröllchen
2022-12-15AK: Add Span to Array conversion functionkleines Filmröllchen
2022-12-15PixelPaint: Make sure modified state is updated when undo_stack changesmeiskam
2022-12-15PixelPaint: Update window `modified` to look at all tabsmeiskam