summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09LibRegex: Don't treat ForkReplace* as new forksAli Mohammad Pur
2022-11-09LibGUI: Shift+Tab unindents lineJulian Eigmüller
2022-11-09Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn
2022-11-09Browser+WebContent+WebDriver: Move Get/Set Window Rect to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to re[store,size,position] windowTimothy Flynn
2022-11-09Browser: Remove unused WebDriver IPC endpointsTimothy Flynn
2022-11-09PixelPaint: Make filters apply to a selection if one is presentTimothy Slater
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-09LibWeb: Finish half-written comment in abspos height calculationAndreas Kling
2022-11-09LibJS: Move throw_completion(Value) out of lineAndreas Kling
2022-11-09LibWeb: Try to compute height for abspos elements before inside layoutAndreas Kling
2022-11-09LibWeb: Actually assign solved value for `left` in abspos width case 1Andreas Kling
2022-11-09WebContent: Remove the DRIVER_TRY macro now that it is no longer neededTimothy Flynn
2022-11-09Meta: Generate a helper constructor for single-value IPC responsesTimothy Flynn
2022-11-09Meta: Compile new WebContent IPC endpoints for WebDriver in LagomTimothy Flynn
2022-11-09LibWebSocket: Buffer incoming frame data until whole frame is availableAndreas Kling
2022-11-09LibWebSocket: Move web socket to Closing state in WebSocket::close()Andreas Kling
2022-11-09LibWebSocket: Allow library clients to provide their own WebSocketImplAndreas Kling
2022-11-09LibWebSocket: Remove unused WebSocketImpl::can_read()Andreas Kling
2022-11-09LibWebSocket: Make WebSocketImpl an abstract classAndreas Kling
2022-11-08WebContent+WebDriver: Fully implement closing a sessionTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Get Current URL command to WebContentTimothy Flynn
2022-11-08WebContent+WebDriver: Move the Navigate To command to WebContentTimothy Flynn
2022-11-08LibWeb: Add a flag to track when a browsing context has been discardedTimothy Flynn
2022-11-08WebContent+WebDriver: Set the navigator.webdriver flag from WebDriverTimothy Flynn
2022-11-08Browser+LibWebView+WebDriver: Connect WebDriver to WebContentTimothy Flynn
2022-11-08WebContent: Add a very-empty WebDriver IPC class to WebContentTimothy Flynn
2022-11-08LibWeb+WebDriver: Add an IPC-transferable Web::WebDriver::Response classTimothy Flynn
2022-11-08LibWeb+WebDriver: Move WebDriverError to Web::WebDriver::ErrorTimothy Flynn
2022-11-08LibCore: Add support for LocalServer to propogate accept() errorsTimothy Flynn
2022-11-08AK+LibIPC: Add a convenience encoder/decoder for JsonValueTimothy Flynn
2022-11-08LibJS: Add thorough tests for try/finally using continue and breakLuke Wilde
2022-11-08LibWeb: Apply the current transform in CRC2D.stroke()Luke Wilde
2022-11-08Everywhere: Clean up "in in" comment typosNico Weber
2022-11-08LibC: Implement getpwent_rGunnar Beutner
2022-11-08WindowServer: Cycle through menu items with the same Alt shortcutSergiy Stupar
2022-11-08LibWeb: Pick the correct DOM node for mouse-move eventsGunnar Beutner
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller componentsLiav A
2022-11-08Kernel: Split the DevPtsFS files into smaller componentsLiav A
2022-11-08Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller componentsLiav A
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A
2022-11-08Kernel: Split the FATFileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the TmpFS core files into smaller componentsLiav A
2022-11-08Kernel: Split the SysFS core files into smaller componentsLiav A
2022-11-07LibGUI: Fix a typoMike Akers
2022-11-07PixelPaint: Improve brushtool gradient for low hardnessTorstennator
2022-11-07PixelPaint: Relate cursor to brush tool sizeTorstennator
2022-11-07Base: Add manpages for which(1) and stat(1)jahway603