summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31LibELF: Sift down "library name only"-strings as far as possibleTim Schumacher
2022-10-31LibELF: Use a bit of `TRY` in `DynamicLinker`Tim Schumacher
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-31HexEditor: Specify page skip size in multiples of the line heightpremek
2022-10-31nologin: Use proper format strings with out() and outln()Timothy Flynn
2022-10-31LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`Linus Groh
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-31Lagom: Update GCC version check in CMakeLists.txtLinus Groh
2022-10-31VideoPlayer: Start fleshing out the user interfaceZaggy1024
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-31Utilities: Add nologin applicationBeckett Normington
2022-10-31Base: Add Scissors & arrows emojipremek
2022-10-31LibVideo: Make DecoderError getters constZaggy1024
2022-10-31Base: Set PATH in text modeimplicitfield
2022-10-31LibThreading: Set BackgroundAction's thread name correctlyZaggy1024
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-10-30Meta: Make YCM work when the current dir is not the root of the treeGunnar Beutner
2022-10-30Meta: Remove debug code in the YCM config fileGunnar Beutner
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-30AK+Meta: Add WEB_FETCH_DEBUG macroLinus 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