summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2022-03-24LibWeb: Conditionally update an object's children when its state changesTimothy Flynn
2022-03-24LibWeb: Correctly handle unknown MIME types in HTMLObjectElementTimothy Flynn
2022-03-24LibWeb: Add missing spec comment in focusing logicNukiloco
2022-03-24LibWeb: Begin supporting non-image HTMLObjectElement data representationTimothy Flynn
2022-03-24LibWeb: Move automatic browsing context creation to HTMLIFrameElementTimothy Flynn
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-23LibWeb: Update HTMLObjectElement's children on fallback state changesTimothy Flynn
2022-03-23LibWeb: Move HTMLObjectElement spec link to correct methodTimothy Flynn
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers
2022-03-22LibWeb: Convert CRC2D to use TRY for error propagationLinus Groh
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2Linus Groh
2022-03-22LibWeb: Convert HTMLOptionsCollection to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Implement HTMLSelectElement.add()Timothy Flynn
2022-03-22LibWeb: Implement HTMLOptionsCollection.add()Timothy Flynn
2022-03-21LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}Andreas Kling
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2022-03-21LibWeb: Implement "has element in select scope" per-specSimon Wanner
2022-03-20LibWeb: Don't crash in BrowsingContextContainer::content_document()Andreas Kling
2022-03-20LibWeb: Ignore linked stylesheets with MIME types other than text/cssAndreas Kling
2022-03-20LibWeb: Invalidate style & layout inside iframes when they change sizeAndreas Kling
2022-03-20LibWeb: Implement HTMLOptionElement.selectedAndreas Kling
2022-03-20LibWeb: Implement HTMLSelectElement.selectedIndexAndreas Kling
2022-03-20LibWeb: Implement the rest of the Adoption Agency AlgorithmSimon Wanner
2022-03-19LibWeb: Only delay "load" event for script elements that load somethingAndreas Kling
2022-03-19LibWeb: Don't delay document "load" event for non-loading link elementsAndreas Kling
2022-03-19LibWeb: Don't delay document "load" event for unclosed script tagsAndreas Kling
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-16LibWeb: Schedule a relayout after <image> and <object> elements loadAndreas Kling
2022-03-16LibWeb: Implement window.nameSimon Wanner
2022-03-16LibWeb: Add missing MEDIAQUERIES-5 media-featuresSam Atkins
2022-03-16LibWeb: Expose HTMLSelectElement::optionsSimon Wanner
2022-03-16LibWeb: Add stub implementation of HTMLOptionsCollectionSimon Wanner
2022-03-16LibWeb: Use the cached HTMLInputElement type within associated gettersTimothy Flynn
2022-03-16LibWeb: Cache HTMLInputElement's parsed type attribute when it changesTimothy Flynn
2022-03-16LibWeb: Invalidate layout on BrowsingContext resizeAndreas Kling
2022-03-16LibWeb: Add hack to dispatch load event for <object>ssin-ack
2022-03-16LibWeb: Make Element::set_shadow_root() disconnect any previous rootAndreas Kling
2022-03-16LibWeb: Convert usages of type() to type_state()sin-ack
2022-03-16LibWeb: Ensure that radio group is updated when radio is checked from JSsin-ack
2022-03-16LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()sin-ack
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-16LibWeb: Don't create HTMLInputElement's UA shadow tree for buttonsAndreas Kling
2022-03-15LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robustAndreas Kling
2022-03-15LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOMAndreas Kling
2022-03-15LibWeb: Invalidate style when a browsing context's viewport is resizedAndreas Kling
2022-03-14LibWeb: Fix resolving relative URLs in style sheetsSimon Wanner
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz