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
/
Libraries
Age
Commit message (
Expand
)
Author
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
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
2022-11-16
LibWeb: Add naive layout for SVG foreign objects
Andreas Kling
2022-11-16
LibWeb: Sketch out basic support for SVG <foreignObject> elements
Andreas Kling
2022-11-16
LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parser
Andreas Kling
2022-11-16
LibWeb: Solve width for absolute positioned elemenent according to spec
Aliaksandr Kalenik
2022-11-16
LibWeb: Make auto-fit compatible with grid-gap
martinfalisse
2022-11-16
LibWeb: Use fixed-size tracks for grid gap
martinfalisse
2022-11-15
LibGfx: Optimize anti-aliased line drawing and stroking
Torstennator
2022-11-15
LibWeb: Change SVGContext initial fill_color to transparent
Torstennator
2022-11-15
LubWeb: Call before_children_paint for positioned descendants
Aliaksandr Kalenik
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-15
LibWeb: Join out-of-flow block nodes in last parent child if possible
Aliaksandr Kalenik
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-15
LibWeb: Implement window.open
Idan Horowitz
2022-11-15
LibWeb: Add window.open feature detection abstract operations
Idan Horowitz
2022-11-15
LibWeb: Add 'should block pop ups' user config to Page
Idan Horowitz
2022-11-15
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
Idan Horowitz
2022-11-15
LibWeb: Add the 'opener browsing context' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Add the 'is popup' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Support parsing a URL relative to environment settings object
Idan Horowitz
2022-11-15
LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts
Idan Horowitz
[next]