summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-11-19LibJS: Add spec comments to TypedArray.prototype.indexOfJamie Mansfield
2022-11-19LibJS: Add missing assert to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceRightJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceJamie Mansfield
2022-11-19LibJS: Match spec behaviour in TypedArray.prototype.fillJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.fillJamie Mansfield
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-11-19LibC: Make getpwent_r() behave more like glibcAndreas Kling
2022-11-19LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font renderingJulian Offenhäuser
2022-11-19LibGfx: Move TTF::Rasterizer to its own filesJulian Offenhäuser
2022-11-19ThemeEditor: Update GML and polish interfacethankyouverycool
2022-11-19Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()thankyouverycool
2022-11-19LibGUI: Add CommonMenusthankyouverycool
2022-11-19LibGUI: Add fallible try_create_checkable() Actionthankyouverycool
2022-11-19LibGUI: Add ColorFilterer classthankyouverycool
2022-11-19LibGUI: Allow adding previously constructed menus to Menubarthankyouverycool
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-18WebContent: Add missing user prompt handling stepsTimothy Flynn
2022-11-18WebDriver: Implement all modes for handling the current user promptTimothy Flynn
2022-11-18WebContent+WebDriver: Send the parsed capabilities over to WebContentTimothy 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