summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-13LibThreading: Add thread priority controls to Threadkleines Filmröllchen
2022-11-13LibAudio: Revert to using buffered file readingkleines Filmröllchen
2022-11-13LibWeb+WebContentr+WebDriver: Move driver response wrapping to LibWebTimothy Flynn
2022-11-13LibWeb: Re-implement WebDriver endpoint handling within Web::WebDriverTimothy Flynn
2022-11-12LibVideo: Rename parse_tree_new to parse_tree in VP9/TreeParser.cppZaggy1024
2022-11-12LibVideo: Create TokensContext struct for token parsing parametersZaggy1024
2022-11-12LibVideo: Parameterize all tree parsing for motion vectors in VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing single reference frame selection in VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing compound references in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize compound mode parsing in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize parsing if a block is inter predicted in VP9Zaggy1024
2022-11-12LibVideo: Parameterize TXSize parsing for the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize coefficient skip parsing for VP9Zaggy1024
2022-11-12LibVideo: Parameterize segment ID parsing for the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize interpolation filter parsing for the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize inter mode parsing in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize UV mode parsing in the VP9 decoderZaggy1024
2022-11-12LibVideo: Parameterize intra prediction mode parsing for VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing the default UV prediction mode for VP9Zaggy1024
2022-11-12LibVideo: Parameterize parsing of the default VP9 intra mode treeZaggy1024
2022-11-12LibVideo: Put motion vector or reference frame pairs in a structZaggy1024
2022-11-12LibVideo: Move parsing of Partition to its own TreeParser functionZaggy1024
2022-11-12LibVideo: Add const getters to VP9/ProbabilityTables.hZaggy1024
2022-11-12LibVideo: Use the BlockSubsize enum where appropriate in the VP9 parserZaggy1024
2022-11-12LibVideo: Combine VP9's Intra- and InterMode enums into PredictionModeZaggy1024
2022-11-12LibVideo: Use Gfx::Size for VP9 frame sizesZaggy1024
2022-11-12LibVideo: Change all Span<u8 const> to ReadonlyBytesZaggy1024
2022-11-12LibVideo: Allow the VP9 decoder to queue multiple framesZaggy1024
2022-11-12LibVideo: Rename VP9's ReferenceFrame enum to ReferenceFrameTypeZaggy1024
2022-11-12LibAudio: Restore exact audio enqueuer thread mutex behaviorkleines Filmröllchen
2022-11-12LibAudio: Initialize enqueuer event loop to null pointerkleines Filmröllchen
2022-11-12WebDriver: Implement `POST /session/{id}/window/fullscreen` endpointTobias Christiansen
2022-11-11LibWeb+WebDriver: Move the timeouts configuration object to LibWebTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPCs to navigate the browser's historyTimothy Flynn
2022-11-11LibLine: Fix save line conditionMatteo Benetti
2022-11-11LibWebView+WebContent: Add IPC to update a document's cookieTimothy Flynn
2022-11-11LibWeb: Add a string-to-same-site-attribute converterTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get a document's named cookieTimothy Flynn
2022-11-11LibWebView+WebContent: Add IPC to get all cookies for a document's URLTimothy Flynn
2022-11-11LibJS: Teach GetVariable bytecode op to deal with global variable cacheAndreas Kling
2022-11-11AK+Everywhere: Replace DistinctNumeric bool parameters with named onesSam Atkins
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-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn