summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-07LibWeb: Define steps to queue a media element task on a HTMLMediaElementTimothy Flynn
2023-04-07LibWeb: Define missing media HTML event namesTimothy Flynn
2023-04-07LibWeb: Sort HTML event namesTimothy Flynn
2023-04-07LibWeb: Implement HTMLMediaElement's networkState attributeTimothy Flynn
2023-04-07LibWeb: Support taking matching tasks out of a task queueTimothy Flynn
2023-04-07LibWeb: Support unique task sourcesTimothy Flynn
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Move string literals to {HTML,UIEvents}::EventNames.hKenneth Myhra
2023-04-06LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)Luke Wilde
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb: Port AbstractBrowsingContext to StringKenneth Myhra
2023-04-05LibWeb: Implement multipart/form-data encoding algorithmKenneth Myhra
2023-04-02LibWeb: Make HTMLImageElement loads delay the document load eventAndreas Kling
2023-04-01LibWeb: Don't churn HTML::EventLoop while in microtask checkpointAndreas Kling
2023-03-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-31LibWeb: Add HTMLAnchorElement.text getter and setterSam Atkins
2023-03-31LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in specSam Atkins
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Remove redundant invocation of `children changed` in HTMLParserAndreas Kling
2023-03-29LibWeb: Implement CRC2D.imageSmoothingEnabledAndreas Kling
2023-03-28LibWeb: Implement custom element name validationSrikavin Ramkumar
2023-03-26LibWeb: Check for empty name in is_in_same_radio_button_group()MacDue
2023-03-26LibWeb: Don't force relayout whole page on programmatic scrollAndreas Kling
2023-03-26LibWeb: Check all conditions of radio button groupsMacDue
2023-03-25LibWeb: Remove now-unused includes from StyleValue.cppSam Atkins
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ImageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-23LibWeb: Add missing constructors to HTMLElement IDLsSrikavin Ramkumar
2023-03-22LibWeb: Add workaround to restore cross-origin stylesheet functionalityLuke Wilde
2023-03-22LibWeb: Change "popup"-related storage types to named enumsTimothy Flynn
2023-03-22LibWeb: Change the "noreferrer" storage type to a named enumTimothy Flynn
2023-03-22LibWeb+WebContent: Change the "noopener" storage type to a named enumTimothy Flynn
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-20LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixinSimon Wanner
2023-03-20LibWeb: Don't crash on HTML input element with `display: inline`Andreas Kling
2023-03-20LibWeb: Implement indeterminate IDL attribute in HTMLInputElementSrikavin Ramkumar
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-03-19LibWeb: Update stylesheet loading to use fetch infrastructureSrikavin Ramkumar
2023-03-19LibWeb: Implement 'create a potential-CORS request' algorithmSrikavin Ramkumar
2023-03-18LibWeb: Don't deref HTMLInputElement parent if its nullMathis Wiehl
2023-03-18LibWeb: Specify height as 1lh to fix the size of empty text boxesSimon Wanner
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn