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-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
2022-10-29
LibWeb: Remove outdated forward declarations
Linus Groh
2022-10-29
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
Linus Groh
2022-10-29
LibWeb: Don't invalidate style when adding/removing empty style sheet
Andreas Kling
2022-10-29
LibWeb: Don't update style/layout in template contents owner documents
Andreas Kling
2022-10-29
LibWeb: Don't invalidate layout when setting .innerHTML on <template>
Andreas Kling
2022-10-29
LibWeb: Make layout-after-resize lazy (because why not)
Andreas Kling
2022-10-29
LibWeb: Don't invalidate style for entire document on Node insertion
Andreas Kling
2022-10-29
LibWeb: Update "appropriate template contents owner document" AO
Andreas Kling
2022-10-29
LibWeb: Don't invalidate style for entire document on attribute change
Andreas Kling
2022-10-29
LibWeb: Annotate and simplify the HTML fragment parsing algorithm
Andreas Kling
2022-10-28
LibWeb: Return empty Optional<StyleProperty> for shorthand properties
Luke Wilde
2022-10-28
LibWeb: Stub HTMLMediaElement.load
Luke Wilde
2022-10-28
LibWeb: Expose NodeFilter on the Window object
Luke Wilde
2022-10-28
LibWasm: Specify which instruction opcode failed validation in error
Luke Wilde
2022-10-28
LibWasm: Add missing validation for memory.copy
Luke Wilde
2022-10-27
Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"
Andreas Kling
2022-10-27
LibCore: Limit to the user buffer size when reading lines from a stream
Tim Schumacher
2022-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-27
LibGfx: Move DisjointRectSet code into the header file
Sam Atkins
2022-10-27
LibGfx: Correct Line::to_string() output
Sam Atkins
2022-10-27
LibGfx: Make formatting of spatial types work with non-int/floats
Sam Atkins
2022-10-27
LibWeb: Always resolve horizontal padding and borders on block-level boxes
Andreas Kling
2022-10-27
LibWeb: Place block-level boxes in both axes before doing inside layout
Andreas Kling
2022-10-27
LibWeb: Implement static position for abspos children of flex container
Andreas Kling
2022-10-27
Kernel+LibC: Report correct scheduling priority limits
kleines Filmröllchen
2022-10-27
LibC: Implement pthread_{get,set}schedparam
kleines Filmröllchen
2022-10-27
Kernel: Make scheduler control syscalls more generic
kleines Filmröllchen
2022-10-27
LibC: Remove duplicate definition of sched_param from sched.h
kleines Filmröllchen
2022-10-26
LibWeb: Make Fetch::Request follow abort signals where appropriate
Luke Wilde
2022-10-26
LibWeb: Add the ability for an AbortSignal to follow another
Luke Wilde
2022-10-26
LibWeb: Convert DOM::AbortSignal to use JS::SafeFunction
Luke Wilde
2022-10-26
LibGUI: Make sure combobox list windows can't be moved
Gunnar Beutner
2022-10-26
LibWeb: Fix unchecked Variant access in Request::construct_impl()
Linus Groh
2022-10-26
LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()
Linus Groh
2022-10-25
LibWeb: Remove old assertion in host_enqueue_promise_job context hack
Luke Wilde
[prev]
[next]