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-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
2021-09-15
Meta: Use Lagom:: namespaced names for code generators
Andrew Kaster
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-09-14
LibWeb: Add a bare implementation of the URL built-in
Idan Horowitz
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)
Andreas Kling
2021-09-12
LibWeb: Start implementing the MediaQueryList interface
Linus Groh
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-09
LibWeb: Start working on spec-aligned HTML scripting semantics
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
[next]