summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11Revert "LibJS: Add explicit assertion for days"Linus Groh
2022-11-11LibJS: Make Identifier::execute() actually use the lookup cacheAndreas Kling
2022-11-11LibJS: Cache access to bindings in the global environmentAndreas Kling
2022-11-11LibJS: Make ObjectEnvironment::set_mutable_binding() faster as wellAndreas Kling
2022-11-11LibJS: Make ObjectEnvironment::get_binding_value() faster in sloppy modeAndreas Kling
2022-11-11LibJS: Add explicit assertion for daysSmrtnyk
2022-11-11LibWeb: Merge latest mimesniff spec updateNico Weber
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11WebContent+WebDriver: Move Execute Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn
2022-11-11WebContent: Capture entire content rect when taking a full screenshotTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Element Screenshot to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Take Screenshot to WebContentTimothy Flynn
2022-11-11LibWeb: Implement screenshot painting inside Web::WebDriverTimothy Flynn
2022-11-11LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGBZaggy1024
2022-11-11CI: Use gcc-12 in nightly Android host lagom build stageAndrew Kaster
2022-11-11Kernel: Add missing includes for Mount.h fileLiav A
2022-11-11AK: Don't crash in HashTable::clear_with_capacity on an empty tableZaggy1024
2022-11-11LibWeb: Remove unused type XMLHttpRequestBodyInitKenneth Myhra
2022-11-11LibWeb: Implement support for DOM::Document in XHR::send()Kenneth Myhra
2022-11-10LibIDL: Also handle anonymous union types in resolve_typedef()Linus Groh
2022-11-10LibIDL: Fix accidental early return in resolve_typedef()Linus Groh
2022-11-10LibIDL: Use Type::as_foo() shortcuts in resolve_typedef()Linus Groh
2022-11-10Browser+WebContent+WebDriver: Move Is Element Enabled to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Rect to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Tag Name to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Text to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element CSS Value to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Property to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Get Element Attribute to WebContentTimothy Flynn
2022-11-10WebContent: Return a DOM::Element when getting a known connected elementTimothy Flynn
2022-11-10LibWeb: Define method to check if an attribute is a boolean attributeTimothy Flynn
2022-11-10LibWeb: Define a few missing attribute namesTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Is Element Selected to WebContentTimothy Flynn
2022-11-10Browser+WebContent+WebDriver: Move Find Elements From Element to WCTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Element From Element to WebContentTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Elements to WebContentTimothy Flynn
2022-11-10WebContent+WebDriver: Move Find Element to WebContentTimothy Flynn
2022-11-10LibWeb: Implement the element location strategies in Web::WebDriverTimothy Flynn
2022-11-10AK: Allow Variant::downcast<OtherVariantType>()Ali Mohammad Pur
2022-11-10LibLine: Consider URL in `actual_rendered_string_length`Lucas CHOLLET
2022-11-10less: Use LibLine to compute line arrangement with fixed line widthLucas CHOLLET
2022-11-10LibLine: Support wrapping lines in `actual_rendered_string_metrics`Lucas CHOLLET
2022-11-10LibVideo: Remove control codes from DecoderError location informationZaggy1024
2022-11-10LibVideo: Handle corrupted video errors without spamming dialogsZaggy1024
2022-11-09LibWeb: Fix typo in BodyInitOrReadableBytes type aliasLinus Groh
2022-11-09LibRegex: Don't treat ForkReplace* as new forksAli Mohammad Pur
2022-11-09LibGUI: Shift+Tab unindents lineJulian Eigmüller
2022-11-09Browser+WebContent+WebDriver: Move [Max,Min]imize Window to WebContentTimothy Flynn
2022-11-09Browser+LibWebView+WebContent: Add IPC to minimize and maximize windowTimothy Flynn