summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-10-30LibWeb: Implement the fetch() method :^)Linus Groh
2022-10-30LibWeb: Implement most of the 'Fetching' AOsLinus 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
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