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-19
LibJS: Add spec comments to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduceRight
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduce
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-19
LibC: Make getpwent_r() behave more like glibc
Andreas Kling
2022-11-19
LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
Julian Offenhäuser
2022-11-19
LibGfx: Move TTF::Rasterizer to its own files
Julian Offenhäuser
2022-11-19
ThemeEditor: Update GML and polish interface
thankyouverycool
2022-11-19
Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()
thankyouverycool
2022-11-19
LibGUI: Add CommonMenus
thankyouverycool
2022-11-19
LibGUI: Add fallible try_create_checkable() Action
thankyouverycool
2022-11-19
LibGUI: Add ColorFilterer class
thankyouverycool
2022-11-19
LibGUI: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-11-19
LibGUI: Display shortcut text for Alt Graph modifier
thankyouverycool
2022-11-18
LibJS: Validate TypedArray when calling TypedArray.prototype.values
Jamie Mansfield
2022-11-18
LibJS: Add spec comments to %TypedArray%.prototype.values
Jamie Mansfield
2022-11-18
LibWeb: Implement most of WebDriver capability matching
Timothy Flynn
2022-11-18
LibWeb: Extract out the User-Agent browser name and version
Timothy Flynn
2022-11-18
WebContent: Add missing user prompt handling steps
Timothy Flynn
2022-11-18
WebDriver: Implement all modes for handling the current user prompt
Timothy Flynn
2022-11-18
WebContent+WebDriver: Send the parsed capabilities over to WebContent
Timothy Flynn
2022-11-18
LibWeb+WebDriver: Begin processing and matching WebDriver capabilities
Timothy Flynn
2022-11-18
LibWeb: Do not reject valid WebDriver script timeouts
Timothy Flynn
2022-11-18
LibWeb: Fix clicking on links
MacDue
2022-11-17
LibRegex: Use spans<4> to avoid allocating small vectors
Ali Mohammad Pur
2022-11-17
LibRegex: Use a copy-on-write vector for fork state
Ali Mohammad Pur
2022-11-17
LibRegex: Don't copy forked results twice
Ali Mohammad Pur
2022-11-17
LibRegex: Avoid copying MatchInput when getting argument descriptions
Ali Mohammad Pur
2022-11-17
LibJS: Give the undeclared private identifier error more precedence
davidot
2022-11-17
LibJS: Make sure private identifier is valid in optional chain
davidot
2022-11-17
LibJS: Add space in output of toEval in test-common.js
davidot
2022-11-17
LibJS: Initialize functions in spec order
davidot
2022-11-17
LibJS: No longer hoist if parent scope has a function with the same name
davidot
2022-11-17
LibJS: Reuse as_i32 in as_double in JS::Value
davidot
2022-11-17
LibTest: Fail if the top-level result of running a JS file is an error
davidot
2022-11-16
LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Get Alert Text
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Accept Alert
Timothy Flynn
2022-11-16
LibWeb+WebContent+WebDriver: Implement Dismiss Alert
Timothy Flynn
2022-11-16
LibWeb: Fix typo in WebDriver section comment
Timothy Flynn
2022-11-16
LibWebView+WebContent: Begin handling open user dialogs for WebDriver
Timothy Flynn
2022-11-16
LibGUI: Allow more programmatic control over GUI::InputBox
Timothy Flynn
2022-11-16
LibGUI: Add GUI::Dialog to the LibGUI forwarding header
Timothy Flynn
2022-11-16
LibWebView+WebContent: Wait for dialog responses without blocking IPC
Timothy Flynn
2022-11-16
LibWeb: Add a flag to pause an HTML event loop's execution
Timothy Flynn
[next]