summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-02-17LibWeb: Use public inheritance for the RefCounted base classDaniel Bertalan
2022-02-17LibWeb: Fix -Wmismatched-tags warning from ClangDaniel Bertalan
2022-02-16LibWeb: Omit origin check for content document in FrameBox::paint()Linus Groh
2022-02-16LibWeb: Support "useCapture" parameter to add/removeEventListenerAndreas Kling
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16LibWeb: Follow HTTP 3xx redirections when loading imagesAndreas Kling
2022-02-16LibWeb: Explain discrepancy with media-query parsingSam Atkins
2022-02-16LibWeb: Stop treating undefined lengths as validSam Atkins
2022-02-16LibWeb: Remove content-size hack from SVGFormattingContextSam Atkins
2022-02-16LibWeb: Stop treating all SVG elements as inlineSam Atkins
2022-02-16LibWeb: Give SVG geometry elements a positionSam Atkins
2022-02-16LibWeb: Give `<svg>` elements a size againSam Atkins
2022-02-16LibWeb: Add basic implementation of progress bar elementRafał Babiarz
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-16LibWeb: Implement responseType and response for XHRAli Mohammad Pur
2022-02-16LibWeb: Implement a very basic version of TextDecoderAli Mohammad Pur
2022-02-16LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructorAli Mohammad Pur
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
2022-02-16LibWeb: Set cursor on mousemove for non-text elementsAdam Plumb
2022-02-16LibWeb: Support Element.closest(selectors)Edwin Hoksberg
2022-02-15LibWeb: Make :checked selector actually look at checkednessAndreas Kling
2022-02-15LibWeb: Implement relative lengths in media queries :^)Sam Atkins
2022-02-15LibWeb: Remove unused MediaFeatureValue::equals() and friendsSam Atkins
2022-02-15LibWeb: Implement activation behavior for <input type=checkbox>Andreas Kling
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-15LibWeb: Add EventTarget::run_activation_behavior()Andreas Kling
2022-02-15LibWeb: Add Element::did_remove_attribute() virtualAndreas Kling
2022-02-15LibWeb: Allow label activation via any descendant of the label nodeAndreas Kling
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-02-15LibWeb: Fail gracefully when reaching the unimplemented part of the AAALinus Groh
2022-02-15LibWeb: Implement state switch for "[CDATA[" in HTML parserLinus Groh
2022-02-15LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizerLinus Groh
2022-02-15LibWeb: Remove unused HTMLParser function declarationLinus Groh
2022-02-15LibWeb: Add spec links to each HTML tokenizer state sectionLinus Groh
2022-02-15LibWeb: Add stubs for document.write and document.writelnMaciej
2022-02-15LibWeb: Don't delay document load event forever with cached style sheetsAndreas Kling
2022-02-15LibWeb: Don't delay document load event forever with cached CSS importsAndreas Kling
2022-02-15LibWeb: Force a relayout when scrolling to anchorAndreas Kling
2022-02-15LibWeb: Don't trigger page load for fragment navigation within same URLAndreas Kling
2022-02-15LibWeb: Repaint entire viewport after document layoutAndreas Kling
2022-02-15LibWeb: Compute some height of BlockFormattingContexts earliermichiell1
2022-02-15LibWeb: Make IFC register absolutely positioned descendants with BFCAndreas Kling
2022-02-15LibWeb: Make InlineLevelIterator skip over positioned elementsAndreas Kling
2022-02-15LibWeb: Implement HTMLElement.click()Andreas Kling
2022-02-15LibWeb: Add spec comments to the StackOfOpenElements classAndreas Kling
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh