summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2022-11-01LibWeb: Add ConicGradientStyleValueMacDue
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-30LibWeb: Implement most of the 'Fetching' AOsLinus 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-29LibWeb: Remove outdated forward declarationsLinus Groh
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-27LibWeb: Implement '5.5. Response class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Add referrer policy to Fetch::Infrastructure::RequestLinus Groh
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-24LibWeb: Move WindowProxy from Bindings/ to HTML/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-22LibWeb: Move extract_body() into FetchLinus Groh
2022-09-22LibWeb: Start fleshing out the ReadableStream interfaceLinus Groh
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-18LibWeb: Add missing includesBen Wiederhake
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerNavigator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IntersectionObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ResizeObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IdleDeadline GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Selection GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Headers and HeadersIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextDecoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextEncoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocatedAndreas Kling
2022-09-06LibWeb: Make SubtleCrypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Storage GC-allocatedAndreas Kling
2022-09-06LibWeb: Make XMLSerializer GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextMetrics GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Path2D GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CanvasGradient GC-allocatedAndreas Kling