summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-31LibELF: Prepend `resolve_and` to one of the `map_library` overloadsTim Schumacher
2022-10-31LibELF: Drop the separate file name member from DynamicLoaderTim Schumacher
2022-10-31LibELF: Ensure that DynamicLoader only receives absolute pathsTim Schumacher
2022-10-31LibWeb: Use proper origins in Request::has_redirect_tainted_origin()Linus Groh
2022-10-31LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`Linus Groh
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024
2022-10-31LibVideo: Abstract media container format demuxingZaggy1024
2022-10-31LibVideo: Parse the duration of Matroska filesZaggy1024
2022-10-31LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoderZaggy1024
2022-10-31LibVideo: Set CodingIndependentCodePoints in its member functionsZaggy1024
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
2022-10-31LibVideo: Make DecoderError getters constZaggy1024
2022-10-31LibThreading: Set BackgroundAction's thread name correctlyZaggy1024
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-10-30LibGUI: Update buttons' text/tooltips in Action::set_textZaggy1024
2022-10-30LibWeb: Implement the fetch() method :^)Linus Groh
2022-10-30LibWeb: Implement most of the 'Fetching' AOsLinus Groh
2022-10-30LibWeb: Require error message for Response::network_error()Linus Groh
2022-10-30LibWeb: Partially implement 'relative high resolution time' AOsLinus Groh
2022-10-30LibWeb: Fix URL parsing in Response::location_url()Linus Groh
2022-10-30LibWeb: Actually extract Location header in Response::location_url()Linus Groh
2022-10-30LibWeb: Partially implement 'Extract header (list) values' AOsLinus Groh
2022-10-30LibWeb: Implement 'Queue a fetch task' AOLinus Groh
2022-10-30LibWeb: Implement 'Default `User-Agent` value' AOLinus Groh
2022-10-30LibWeb: Implement 'Append a request `Origin` header' AOLinus Groh
2022-10-30LibWeb: Implement 'Appropriate network error' AOLinus Groh
2022-10-30LibWeb: Implement 'CORS check' / 'TAO check' AOsLinus Groh
2022-10-30LibWeb: Implement 'Is non-secure context' AOLinus Groh
2022-10-30LibWeb: Implement 'Is secure context' AOLinus Groh
2022-10-30LibWeb: Implement 'fetch params' structLinus Groh
2022-10-30LibWeb: Implement container class for fetch algorithmsLinus Groh
2022-10-30LibWeb: Implement 'fetch controller' structLinus Groh
2022-10-30LibWeb: Implement 'fetch timing info' structLinus Groh
2022-10-30LibWeb: Implement 'connection timing info' structLinus Groh
2022-10-30LibWeb: Implement 'Byte sequence as body' AOLinus Groh
2022-10-30LibWeb: Implement 'Safely extract BodyInit' AOLinus Groh
2022-10-30LibWeb: Implement 'Determine request’s Referrer' AOLinus Groh
2022-10-30LibWeb: Implement 'Strip url for use as a referrer' AOLinus Groh
2022-10-30LibWeb: Implement 'Is url potentially trustworthy?' AOLinus Groh
2022-10-30LibWeb: Implement 'Is origin potentially trustworthy?' AOLinus Groh
2022-10-30LibWeb: Implement 'Should response be blocked due to nosniff?' AOLinus Groh
2022-10-30LibWeb: Implement 'Should response be blocked due to its MIME type?' AOLinus Groh
2022-10-30LibWeb: Implement 'Should request be blocked due to a bad port' AOLinus Groh
2022-10-30LibWeb: Implement 'host is domain' concept from the URL specLinus Groh
2022-10-30LibWeb: Explain the use-URL-credentials flagLinus Groh
2022-10-30LibWeb: Add has-cross-origin-redirects flag to Fetch::Infra::ResponseLinus Groh
2022-10-30LibWeb: Actually define Blob-to-ReadableStream conversionLinus Groh
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-29LibWeb: Ensure dom_exception_to_throw_completion() always takes a VMLinus Groh