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
Age
Commit message (
Expand
)
Author
2022-11-01
LibWeb: Parse line names in grid track size declarations
martinfalisse
2022-11-01
LibWeb: Use w3.org for specs and include new ones
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackPlacement
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-11-01
LibWeb: Rename GridTrackSizedConstraints
martinfalisse
2022-11-01
LibWeb: Fix bug in placing grid items
martinfalisse
2022-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-31
LibArchive: Support writing paths up to 255 characters
Peter Elliott
2022-10-31
LibArchive: Refactor null-termination logic in TarFileHeader
Peter Elliott
2022-10-31
ntpquery: Unveil paths after parsing arguments
Timothy Flynn
2022-10-31
LibELF: Drop the "resolve and map" all-in-one
Tim Schumacher
2022-10-31
LibELF: Track libraries using their full path
Tim Schumacher
2022-10-31
LibELF: Handle absolute and relative paths for all resolve requests
Tim Schumacher
2022-10-31
LibELF: Sift down "library name only"-strings as far as possible
Tim Schumacher
2022-10-31
LibELF: Use a bit of `TRY` in `DynamicLinker`
Tim Schumacher
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
HexEditor: Specify page skip size in multiples of the line height
premek
2022-10-31
nologin: Use proper format strings with out() and outln()
Timothy Flynn
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
VideoPlayer: Start fleshing out the user interface
Zaggy1024
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
Utilities: Add nologin application
Beckett Normington
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
[next]