summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-09-21LibWeb+WebContent: Move Serenity EventLoop and Font plugins into LibWebSam Atkins
2022-09-21LibWeb: Fix e-mail address mishapAndreas Kling
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-21LibWeb: Make Node.childNodes vend the same NodeList every timeAndreas Kling
2022-09-21LibWeb: Add `id` field to EnvironmentAndreas Kling
2022-09-21LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObjectAndreas Kling
2022-09-21LibWeb: Add two more scheme helpers to the Fetch infrastructureAndreas Kling
2022-09-21LibWeb: Fix null dereference in ResourceClient::set_resource()Andreas Kling
2022-09-21LibWeb: Abort the active document when navigating a browsing contextAndreas Kling
2022-09-21LibWeb: Make WESO allow cross-origin isolated APIs for nowAndreas Kling
2022-09-21LibWeb: Implement the "close" algorithm for browsing contextsAndreas Kling
2022-09-21LibWeb: Flesh out most of the "unload" algorithm for documentsAndreas Kling
2022-09-21LibWeb: Save begin/end timestamps for load and DOMContentLoaded eventsAndreas Kling
2022-09-21LibWeb: Save document load timing when creating browsing contextAndreas Kling
2022-09-21LibWeb: Save document load timing when updating document readinessAndreas Kling
2022-09-21LibWeb: Add load/unload timing structures to DocumentAndreas Kling
2022-09-21LibWeb: Update visibility when Node was invisible beforeJan Metzger
2022-09-20LibWeb: Implement Document/BrowsingContext hookup according to specAndreas Kling
2022-09-20LibWeb: Implement aborting the HTML parserAndreas Kling
2022-09-20LibWeb: Implement Element.insertAdjacentHTML() from DOM ParsingAndreas Kling
2022-09-20LibWeb: Implement Window.frameElementAndreas Kling
2022-09-20LibWeb: Flesh out the default "quirks mode" style sheetAndreas Kling
2022-09-20LibWeb: Initialize document referrer from Fetch Request if availableAndreas Kling
2022-09-20LibWeb: Add referrer accessors to Fetch RequestAndreas Kling
2022-09-20LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pagesAndreas Kling
2022-09-20LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithmsAndreas Kling
2022-09-20LibWeb: Keep more of the navigation parameters in DocumentAndreas Kling
2022-09-20LibWeb: Flesh out "document visibility" state a bit moreAndreas Kling
2022-09-20LibWeb: Move HistoryHandlingBehavior enum to its own headerAndreas Kling
2022-09-20LibWeb: Implement more spec-compliant iframe/frame attribute processingAndreas Kling
2022-09-20LibWeb: Set the document "completely loaded time" when appropriateAndreas Kling
2022-09-20LibWeb: Only create iframe nested context if iframe document has contextAndreas Kling
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-20LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()Andreas Kling
2022-09-20LibWeb: Consolidate code for resolving vertical box model metrics in BFCAndreas Kling
2022-09-18LibWeb: Add missing includesBen Wiederhake
2022-09-18LibWeb: Remove the flex item size cachesin-ack
2022-09-18LibWeb: Subtract border & padding when using flex line size as item sizeAndreas Kling
2022-09-18LibWeb: Remove bogus main space restriction in wrapping flex layoutsAndreas Kling
2022-09-18LibWeb: Don't replace existing Content-Type header in outgoing XHRsAndreas Kling
2022-09-18LibWeb: Check document fully active status in "element cannot navigate"Andreas Kling
2022-09-18LibWeb: Implement basic support for Document.allAndreas Kling
2022-09-18LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource()Andreas Kling
2022-09-18LibWeb: Make Document vend the same HTMLCollections every timeAndreas Kling
2022-09-18LibWeb: Support getting and setting Attr.textContentAndreas Kling
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-18LibWeb: Only uppercase qualified names in HTML documentsAndreas Kling
2022-09-18LibWeb: Make ParentNode.children vend the same HTMLCollection every timeAndreas Kling
2022-09-18LibWeb: Support getElementsByTagName() properly in non-HTML documentsAndreas Kling
2022-09-18LibWeb: Simplify getElementsByTagName{,NS}() filtersAndreas Kling