summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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
2022-10-29LibWeb: Remove outdated forward declarationsLinus Groh
2022-10-29LibWeb: Use StringView literals for all `WebIDL::SimpleException`sLinus Groh
2022-10-29LibWeb: Don't invalidate style when adding/removing empty style sheetAndreas Kling
2022-10-29LibWeb: Don't update style/layout in template contents owner documentsAndreas Kling
2022-10-29LibWeb: Don't invalidate layout when setting .innerHTML on <template>Andreas Kling
2022-10-29LibWeb: Make layout-after-resize lazy (because why not)Andreas Kling
2022-10-29LibWeb: Don't invalidate style for entire document on Node insertionAndreas Kling
2022-10-29LibWeb: Update "appropriate template contents owner document" AOAndreas Kling
2022-10-29LibWeb: Don't invalidate style for entire document on attribute changeAndreas Kling
2022-10-29LibWeb: Annotate and simplify the HTML fragment parsing algorithmAndreas Kling
2022-10-28LibWeb: Return empty Optional<StyleProperty> for shorthand propertiesLuke Wilde
2022-10-28LibWeb: Stub HTMLMediaElement.loadLuke Wilde
2022-10-28LibWeb: Expose NodeFilter on the Window objectLuke Wilde
2022-10-28LibWasm: Specify which instruction opcode failed validation in errorLuke Wilde
2022-10-28LibWasm: Add missing validation for memory.copyLuke Wilde
2022-10-27Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"Andreas Kling
2022-10-27LibCore: Limit to the user buffer size when reading lines from a streamTim Schumacher
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-27LibGfx: Move DisjointRectSet code into the header fileSam Atkins
2022-10-27LibGfx: Correct Line::to_string() outputSam Atkins
2022-10-27LibGfx: Make formatting of spatial types work with non-int/floatsSam Atkins
2022-10-27LibWeb: Always resolve horizontal padding and borders on block-level boxesAndreas Kling
2022-10-27LibWeb: Place block-level boxes in both axes before doing inside layoutAndreas Kling
2022-10-27LibWeb: Implement static position for abspos children of flex containerAndreas Kling
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27LibC: Implement pthread_{get,set}schedparamkleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-27LibC: Remove duplicate definition of sched_param from sched.hkleines Filmröllchen
2022-10-26LibWeb: Make Fetch::Request follow abort signals where appropriate Luke Wilde
2022-10-26LibWeb: Add the ability for an AbortSignal to follow anotherLuke Wilde
2022-10-26LibWeb: Convert DOM::AbortSignal to use JS::SafeFunctionLuke Wilde
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-26LibWeb: Fix unchecked Variant access in Request::construct_impl()Linus Groh
2022-10-26LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()Linus Groh
2022-10-25LibWeb: Remove old assertion in host_enqueue_promise_job context hackLuke Wilde