summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-11-19LibGUI: Display shortcut text for Alt Graph modifierthankyouverycool
2022-11-18LibJS: Validate TypedArray when calling TypedArray.prototype.valuesJamie Mansfield
2022-11-18LibJS: Add spec comments to %TypedArray%.prototype.valuesJamie Mansfield
2022-11-18LibWeb: Implement most of WebDriver capability matchingTimothy Flynn
2022-11-18LibWeb: Extract out the User-Agent browser name and versionTimothy Flynn
2022-11-18LibWeb+WebDriver: Begin processing and matching WebDriver capabilitiesTimothy Flynn
2022-11-18LibWeb: Do not reject valid WebDriver script timeoutsTimothy Flynn
2022-11-18LibWeb: Fix clicking on linksMacDue
2022-11-17LibRegex: Use spans<4> to avoid allocating small vectorsAli Mohammad Pur
2022-11-17LibRegex: Use a copy-on-write vector for fork stateAli Mohammad Pur
2022-11-17LibRegex: Don't copy forked results twiceAli Mohammad Pur
2022-11-17LibRegex: Avoid copying MatchInput when getting argument descriptionsAli Mohammad Pur
2022-11-17LibJS: Give the undeclared private identifier error more precedencedavidot
2022-11-17LibJS: Make sure private identifier is valid in optional chaindavidot
2022-11-17LibJS: Add space in output of toEval in test-common.jsdavidot
2022-11-17LibJS: Initialize functions in spec orderdavidot
2022-11-17LibJS: No longer hoist if parent scope has a function with the same namedavidot
2022-11-17LibJS: Reuse as_i32 in as_double in JS::Valuedavidot
2022-11-17LibTest: Fail if the top-level result of running a JS file is an errordavidot
2022-11-16LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Get Alert TextTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Accept AlertTimothy Flynn
2022-11-16LibWeb+WebContent+WebDriver: Implement Dismiss AlertTimothy Flynn
2022-11-16LibWeb: Fix typo in WebDriver section commentTimothy Flynn
2022-11-16LibWebView+WebContent: Begin handling open user dialogs for WebDriverTimothy Flynn
2022-11-16LibGUI: Allow more programmatic control over GUI::InputBoxTimothy Flynn
2022-11-16LibGUI: Add GUI::Dialog to the LibGUI forwarding headerTimothy Flynn
2022-11-16LibWebView+WebContent: Wait for dialog responses without blocking IPCTimothy Flynn
2022-11-16LibWeb: Add a flag to pause an HTML event loop's executionTimothy Flynn
2022-11-16LibWeb: Add naive layout for SVG foreign objectsAndreas Kling
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling
2022-11-16LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parserAndreas Kling
2022-11-16LibWeb: Solve width for absolute positioned elemenent according to specAliaksandr Kalenik
2022-11-16LibWeb: Make auto-fit compatible with grid-gapmartinfalisse
2022-11-16LibWeb: Use fixed-size tracks for grid gapmartinfalisse
2022-11-15LibGfx: Optimize anti-aliased line drawing and strokingTorstennator
2022-11-15LibWeb: Change SVGContext initial fill_color to transparentTorstennator
2022-11-15LubWeb: Call before_children_paint for positioned descendantsAliaksandr Kalenik
2022-11-15LibWeb: Clip hidden overflow by absolute rect of containing blockAliaksandr Kalenik
2022-11-15LibWeb: Join out-of-flow block nodes in last parent child if possibleAliaksandr Kalenik
2022-11-15LibWeb: Implement document.open(string, string, string)Idan Horowitz
2022-11-15LibWeb: Implement window.openIdan Horowitz
2022-11-15LibWeb: Add window.open feature detection abstract operationsIdan Horowitz
2022-11-15LibWeb: Add 'should block pop ups' user config to PageIdan Horowitz
2022-11-15LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to specIdan Horowitz
2022-11-15LibWeb: Add the 'opener browsing context' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Add the 'is popup' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Support parsing a URL relative to environment settings objectIdan Horowitz
2022-11-15LibWeb: Implement the 'Entry Realm/{settings,global} object' conceptsIdan Horowitz