index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-10-31
LibELF: Prepend `resolve_and` to one of the `map_library` overloads
Tim Schumacher
2022-10-31
LibELF: Drop the separate file name member from DynamicLoader
Tim Schumacher
2022-10-31
LibELF: Ensure that DynamicLoader only receives absolute paths
Tim Schumacher
2022-10-31
LibWeb: Use proper origins in Request::has_redirect_tainted_origin()
Linus Groh
2022-10-31
LibWeb: Mark `WebIDL::ExceptionOr<T>` as `[[nodiscard]]`
Linus Groh
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024
2022-10-31
LibVideo: Abstract media container format demuxing
Zaggy1024
2022-10-31
LibVideo: Parse the duration of Matroska files
Zaggy1024
2022-10-31
LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoder
Zaggy1024
2022-10-31
LibVideo: Set CodingIndependentCodePoints in its member functions
Zaggy1024
2022-10-31
LibVideo: Add VideoFrame class for decoded video frames
Zaggy1024
2022-10-31
LibVideo: Make DecoderError getters const
Zaggy1024
2022-10-31
LibThreading: Set BackgroundAction's thread name correctly
Zaggy1024
2022-10-31
Userland: Use Threading::MutexLocker to lock/unlock mutexes
Oleg Kosenkov
2022-10-30
LibGUI: Update buttons' text/tooltips in Action::set_text
Zaggy1024
2022-10-30
LibWeb: Implement the fetch() method :^)
Linus Groh
2022-10-30
LibWeb: Implement most of the 'Fetching' AOs
Linus Groh
2022-10-30
LibWeb: Require error message for Response::network_error()
Linus Groh
2022-10-30
LibWeb: Partially implement 'relative high resolution time' AOs
Linus Groh
2022-10-30
LibWeb: Fix URL parsing in Response::location_url()
Linus Groh
2022-10-30
LibWeb: Actually extract Location header in Response::location_url()
Linus Groh
2022-10-30
LibWeb: Partially implement 'Extract header (list) values' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'Queue a fetch task' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Default `User-Agent` value' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Append a request `Origin` header' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Appropriate network error' AO
Linus Groh
2022-10-30
LibWeb: Implement 'CORS check' / 'TAO check' AOs
Linus Groh
2022-10-30
LibWeb: Implement 'Is non-secure context' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is secure context' AO
Linus Groh
2022-10-30
LibWeb: Implement 'fetch params' struct
Linus Groh
2022-10-30
LibWeb: Implement container class for fetch algorithms
Linus Groh
2022-10-30
LibWeb: Implement 'fetch controller' struct
Linus Groh
2022-10-30
LibWeb: Implement 'fetch timing info' struct
Linus Groh
2022-10-30
LibWeb: Implement 'connection timing info' struct
Linus Groh
2022-10-30
LibWeb: Implement 'Byte sequence as body' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Safely extract BodyInit' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Determine request’s Referrer' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Strip url for use as a referrer' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is url potentially trustworthy?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is origin potentially trustworthy?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should response be blocked due to nosniff?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should response be blocked due to its MIME type?' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Should request be blocked due to a bad port' AO
Linus Groh
2022-10-30
LibWeb: Implement 'host is domain' concept from the URL spec
Linus Groh
2022-10-30
LibWeb: Explain the use-URL-credentials flag
Linus Groh
2022-10-30
LibWeb: Add has-cross-origin-redirects flag to Fetch::Infra::Response
Linus Groh
2022-10-30
LibWeb: Actually define Blob-to-ReadableStream conversion
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-29
LibWeb: Ensure dom_exception_to_throw_completion() always takes a VM
Linus Groh
[next]