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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-10-23
LibWeb: Implement first draft of CSS syntax highlighting :^)
Sam Atkins
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibWeb: Alphabetize LibWeb's forward and JS wrapper declarations
Timothy Flynn
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-11
LibWeb: Implement PromiseRejectionEvent
Linus Groh
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-08
LibWeb: Add CSS 'Supports' class
Sam Atkins
2021-10-08
LibWeb: Add CSS.escape() JS function
Sam Atkins
2021-10-08
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
Andreas Kling
2021-10-06
LibWeb: Clean up static function in header
Ben Wiederhake
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-03
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
Andreas Kling
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-10-01
LibWeb: Add the missing SubmitEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Use the LibWeb source directory as the IDL #import base path
Idan Horowitz
2021-10-01
LibWeb: Add CSSMediaRule
Sam Atkins
2021-10-01
LibWeb: Add MediaList
Sam Atkins
2021-10-01
LibWeb: Partially implement MediaQuery class :^)
Sam Atkins
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-30
LibWeb: Add the CSSStyleRule interface with some limited functionality
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-29
LibWeb: Add CSSConditionRule
Sam Atkins
2021-09-29
LibWeb: Add CSSGroupingRule
Sam Atkins
2021-09-29
LibWeb: Add CSSRuleList
Sam Atkins
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-28
LibWeb: Make URLSearchParams iterable
Idan Horowitz
2021-09-28
LibWeb: Add partial support for IDL Iterable declarations
Idan Horowitz
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-26
LibWeb: Convert HTMLCollection to use IDL special operations
Luke Wilde
2021-09-26
LibWeb: Add support for IDL legacy platform objects
Luke Wilde
2021-09-26
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
LibWeb: Add event handler attributes to XMLHttpRequestEventTarget
Andreas Kling
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
Andreas Kling
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-09-17
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
Andreas Kling
[next]