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-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-06
Meta+LibUnicode: Avoid relocations for static unicode data
Gunnar Beutner
2022-11-06
VideoPlayer: Add quit action and help menu
Slimey
2022-11-06
VideoPlayer: Show current open file in the title
Slimey
2022-11-06
LibWeb: Calculate grid content height using column width
martinfalisse
2022-11-06
LibWeb: Use AvailableSpace when referring to the grid width
martinfalisse
2022-11-06
LibWeb: Calculate grid columns first, and grid rows second
martinfalisse
2022-11-06
LibWeb: Calculate available space for children of the grid
martinfalisse
2022-11-06
LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_cast
Baitinq
2022-11-06
LibJS: Remove the now-unused LocalTZA AO
Timothy Flynn
2022-11-06
LibJS: Change ToLocalTime to use epoch nanoseconds
Timothy Flynn
2022-11-06
LibJS: Remove infallibility marker from DefaultTimeZone invocation
Timothy Flynn
2022-11-06
LibWeb: Fix some `conic-gradient()` painting issues
MacDue
2022-11-06
LibWeb: Fix parsing `conic-gradient()`s with only `at <position>`
MacDue
2022-11-05
LibC: Implement pthread_testcancel
Clemens Wasser
2022-11-05
Userland: Add support for jails
Liav A
2022-11-05
Userland/pls: Use Core::System::exec_command method to execute a command
Liav A
2022-11-05
LibCore: Add System::exec_command method
Liav A
2022-11-05
Games: Add BrickGame
Oleg Kosenkov
2022-11-05
LibWeb: Render text inside <input type=password> as asterisks (`*`)
Andreas Kling
2022-11-05
LibWeb: Inherit style across shadow tree boundaries
Andreas Kling
2022-11-05
LibWeb: Add DOM::Node::parent_or_shadow_host_element()
Andreas Kling
2022-11-05
WebContent: Capture horizontal overflow in full document screenshots
Timothy Flynn
2022-11-05
WebContent: Store and provide access to web page content size
Timothy Flynn
2022-11-05
LibJS: Rename ToShowTimeZoneNameOption to ToTimeZoneNameOption
Smrtnyk
2022-11-05
LibWeb: Use relative units for gradients until painting
MacDue
2022-11-05
LibGUI: Hold down Alt when clicking TreeView to expand full subtree
Easton Pillay
2022-11-05
LibWeb: Use preferred flex item sizes as min/max-content contribution
Andreas Kling
2022-11-05
Browser: Add a context menu item to take a full document screenshot
Timothy Flynn
2022-11-05
LibWebView+WebContent: Add an IPC to take a full document screenshot
Timothy Flynn
2022-11-05
Browser: Rename "take screenshot" action to "take visible screenshot"
Timothy Flynn
2022-11-04
Browser: Add a banner to tabs controlled by WebDriver
Linus Groh
2022-11-04
Browser: Refactor WebDriver flag activation into a single function
Linus Groh
2022-11-05
WebDriver+Browser: Implement `GET /session/{id}/element/{id}/screenshot`
Timothy Flynn
2022-11-05
LibWebView+WebContent: Add an IPC to take an element screenshot
Timothy Flynn
2022-11-05
LibWebView+WebContent: Add an IPC to scroll an element into view
Timothy Flynn
2022-11-05
WebContent: Abstract calculating an element's absolute rect to a helper
Timothy Flynn
2022-11-05
LibWeb: Make ON_WHITESPACE less heavy in HTML tokenizer
Andreas Kling
2022-11-05
LibWeb: Cache the first <base href> (in tree order) in Document
Andreas Kling
2022-11-04
LibWeb: Add abort algorithm after creating controller in fetch_impl()
Linus Groh
2022-11-04
LibWeb: Properly copy method and headers from the input in Request()
Linus Groh
2022-11-04
LibWeb: Bring XHR::open() closer to spec
Smrtnyk
2022-11-04
LibJS: Use more accurate number-to-string method in Number toExponential
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Number toPrecision
Timothy Flynn
2022-11-04
LibJS: Use more accurate number-to-string method in Intl.NumberFormat
Timothy Flynn
2022-11-04
LibJS: Publicly expose double_to_string and rename it number_to_string
Timothy Flynn
2022-11-04
LibJS: Rename ToShowCalendarOption to ToCalendarNameOption
Smrtnyk
2022-11-04
LibCore: Handle resolving executable paths even when PATH is null
meiskam
2022-11-04
LibWeb: Replace <svg> sizing hack with slightly smaller hack
Andreas Kling
2022-11-04
LibWeb: Make HTMLIFrameElement.contentWindow return the WindowProxy
Andreas Kling
[next]