index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
Age
Commit message (
Expand
)
Author
2023-04-07
LibWeb: Implement VideoTrack and VideoTrackList
Timothy Flynn
2023-04-07
LibWeb: Define steps to queue a media element task on a HTMLMediaElement
Timothy Flynn
2023-04-07
LibWeb: Define missing media HTML event names
Timothy Flynn
2023-04-07
LibWeb: Sort HTML event names
Timothy Flynn
2023-04-07
LibWeb: Implement HTMLMediaElement's networkState attribute
Timothy Flynn
2023-04-07
LibWeb: Support taking matching tasks out of a task queue
Timothy Flynn
2023-04-07
LibWeb: Support unique task sources
Timothy Flynn
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Move string literals to {HTML,UIEvents}::EventNames.h
Kenneth Myhra
2023-04-06
LibWeb: Transform the default path in CRC2D#fill(CanvasFillRule)
Luke Wilde
2023-04-06
LibWeb: Add a bunch of missing CEReactions
Luke Wilde
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-04-06
LibWeb: Port AbstractBrowsingContext to String
Kenneth Myhra
2023-04-05
LibWeb: Implement multipart/form-data encoding algorithm
Kenneth Myhra
2023-04-02
LibWeb: Make HTMLImageElement loads delay the document load event
Andreas Kling
2023-04-01
LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint
Andreas Kling
2023-03-31
LibWeb: Add HTMLAnchorElement.referrerPolicy property
Sam Atkins
2023-03-31
LibWeb: Add HTMLAnchorElement.text getter and setter
Sam Atkins
2023-03-31
LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in spec
Sam Atkins
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-30
LibWeb: Remove redundant invocation of `children changed` in HTMLParser
Andreas Kling
2023-03-29
LibWeb: Implement CRC2D.imageSmoothingEnabled
Andreas Kling
2023-03-28
LibWeb: Implement custom element name validation
Srikavin Ramkumar
2023-03-26
LibWeb: Check for empty name in is_in_same_radio_button_group()
MacDue
2023-03-26
LibWeb: Don't force relayout whole page on programmatic scroll
Andreas Kling
2023-03-26
LibWeb: Check all conditions of radio button groups
MacDue
2023-03-25
LibWeb: Remove now-unused includes from StyleValue.cpp
Sam Atkins
2023-03-25
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split ImageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-23
LibWeb: Implement performance.mark and performance.clearMarks
Luke Wilde
2023-03-23
LibWeb: Introduce Performance Timeline and its Performance functions
Luke Wilde
2023-03-23
LibWeb: Add missing constructors to HTMLElement IDLs
Srikavin Ramkumar
2023-03-22
LibWeb: Add workaround to restore cross-origin stylesheet functionality
Luke Wilde
2023-03-22
LibWeb: Change "popup"-related storage types to named enums
Timothy Flynn
2023-03-22
LibWeb: Change the "noreferrer" storage type to a named enum
Timothy Flynn
2023-03-22
LibWeb+WebContent: Change the "noopener" storage type to a named enum
Timothy Flynn
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2023-03-20
LibWeb: Don't crash on HTML input element with `display: inline`
Andreas Kling
2023-03-20
LibWeb: Implement indeterminate IDL attribute in HTMLInputElement
Srikavin Ramkumar
2023-03-19
LibWeb: Stub out a few form validation and selection methods
Elisée Maurer
2023-03-19
LibWeb: Update stylesheet loading to use fetch infrastructure
Srikavin Ramkumar
2023-03-19
LibWeb: Implement 'create a potential-CORS request' algorithm
Srikavin Ramkumar
2023-03-18
LibWeb: Don't deref HTMLInputElement parent if its null
Mathis Wiehl
2023-03-18
LibWeb: Specify height as 1lh to fix the size of empty text boxes
Simon Wanner
2023-03-18
LibWeb: Initialize static web strings during main-thread VM creation
Timothy Flynn
[next]