index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-10-13
LibWeb: Fix position: fixed canvases/images disappearing when scrolling
MacDue
2022-10-13
Utilities: Add pkill
Maxwell Trussell
2022-10-13
LibWeb: Implement navigator.webdriver
Linus Groh
2022-10-13
LibWeb: Update Navigator.idl to use 4 spaces for indentation
Linus Groh
2022-10-13
Browser: Set 'webdriver-active flag' when creating a new Tab
Linus Groh
2022-10-13
LibWeb+WebContent: Add plumbing for 'webdriver-active flag'
Linus Groh
2022-10-12
WebDriver: Implement `GET /session/{id}/url` endpoint
Sam Atkins
2022-10-12
WebDriver: Implement `GET /status` endpoint
Sam Atkins
2022-10-12
WebDriver: Add new WebDriver service
Sam Atkins
2022-10-12
Browser: Add a basic WebDriver API
Sam Atkins
2022-10-12
LibC+LibCore: Fix file argument name in posix_spawnp
Florent Castelli
2022-10-12
checksum: Support the '--check' option
implicitfield
2022-10-12
LibCore: Add standard_{output, input, error} functions to File::Stream
davidot
2022-10-12
LibCore: Add option to Stream::File to not close the file on destruction
davidot
2022-10-12
HexEditor: Fix two off-by-one errors
Mart G
2022-10-12
LibGUI: Delete from current position to end of line in VimEditingEngine
huttongrabiel
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-12
PixelPaint: Call update after clearing guides
Mart G
2022-10-12
TextEditor: Set window title before showing the main window
Gunnar Beutner
2022-10-12
LibWeb: Remove code duplication in computing height for abs-pos elements
Timon Kruiper
2022-10-12
LibWeb: Add missing else's in absolutely positioned height computation
Samuel Bowman
2022-10-12
LibC: Declare _setjmp and _longjmp on non i386 platforms
Jan200101
2022-10-12
LibVideo: Allow the VP9 decoder to decode ultra high resolution video
Zaggy1024
2022-10-12
shot: Add ability to edit in PixelPaint
Jeremy Borgman
2022-10-11
test: Guard code paths that may lead to a null pointer dereference
implicitfield
2022-10-11
LibCompress: Brotli support metadata of skip_length=0
Tommy Murphy
2022-10-11
LibWeb: Constrain abspos element heights by min-height and max-height
Andreas Kling
2022-10-11
LibWeb: Fix dumb typos in solver helpers for abspos height
Andreas Kling
2022-10-11
LibHTTP: Include request body in HttpRequest::from_raw_request()
Sam Atkins
2022-10-11
pro: Stop closing stdout early
Sam Atkins
2022-10-11
LibProtocol: Remove redundant return statement
Sam Atkins
2022-10-11
pro: Add argument `--method/-m` for controlling the HTTP method
Sam Atkins
2022-10-11
pro: Print the response code if it's an error
Sam Atkins
2022-10-11
LibHTTP: Make HTTP method names more accessible
Sam Atkins
2022-10-11
LibWeb: Calculate height of absolute-position elements according to spec
Andreas Kling
2022-10-11
LibWeb: Implement a large chunk of the Selection API
Andreas Kling
2022-10-11
LibWeb: Make Range's boundary point comparison a public function
Andreas Kling
2022-10-11
LibWeb: Add spec link for DOM::Document::m_selection
Andreas Kling
2022-10-11
LibWeb: Scroll elements into view when they become focused
Andreas Kling
2022-10-11
LibWeb: Update layout in Element.getClientRects()
Andreas Kling
2022-10-11
WindowServer+LibGUI: Shrink window edge resize hot-spots
Mart G
2022-10-11
HackStudio: Set proper action scope for editor shortcuts
Timothy Slater
2022-10-10
LibWeb: Fix two uninitialized variables in FormattingContext
Andreas Kling
2022-10-10
LibWeb: Make Window.getSelection() forward to Document.getSelection()
Andreas Kling
2022-10-10
LibWeb: Split intrinsic heights cache based on available width
Andreas Kling
2022-10-10
LibWeb: Resolve vertical margins against containing block width
Andreas Kling
2022-10-10
LibWeb: Use *outside* available space for fit-content sizing in FFC
Andreas Kling
2022-10-10
LibWeb: Update FFC for spec change to intrinsic min-content cross size
Andreas Kling
2022-10-10
LibWeb: Put HTML parser encoding sniffing debug logging behind a flag
Andreas Kling
2022-10-10
LibWeb: Make DOMStringMap a LegacyPlatformObject
Andreas Kling
[next]