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
2022-07-05
LibWeb: Implement XMLSerializer
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-27
LibWeb: Add CDATASection
Luke Wilde
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-16
LibWeb: Add BorderRadiusCornerClipper
MacDue
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-15
LibWebView: Move StylePropertiesModel to LibWebView
DexesTTP
2022-05-15
LibWebView: Move DOMTreeModel to LibWebView
DexesTTP
2022-05-15
LibWebView: Move the DumpLayoutTree utility to LibWebView
DexesTTP
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-13
Meta: Move LibWeb's CMake generation script to its own file
DexesTTP
2022-05-11
LibWeb: Add CSSSupportsRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSMediaRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSImportRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSConditionRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSGroupingRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add MediaList wrapper
Sam Atkins
2022-05-04
LibWeb: Use Unicode data for CSS text-transform property
Karol Kosek
2022-04-18
LibWeb: Add code generator for CSS transform functions
Sam Atkins
2022-04-14
LibWeb: Add a new code generator for CSS enums
Sam Atkins
2022-04-12
LibWeb: Rename StyleRule -> Rule
Sam Atkins
2022-04-12
LibWeb: Rename StyleRules.cpp -> StyleRule.cpp and tidy up
Sam Atkins
2022-04-12
LibWeb: Move DeclarationOrAtRule code into DeclarationOrAtRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move Declaration code into Declaration.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleBlockRule to Parser::Block
Sam Atkins
2022-04-12
LibWeb: Move StyleBlockRule code into StyleBlockRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move/rename StyleFunctionRule to Parser::Function
Sam Atkins
2022-04-12
LibWeb: Move StyleFunctionRule code into StyleFunctionRule.cpp
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue code into ComponentValue.cpp
Sam Atkins
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-06
LibWeb: Remove the InProcessWebView widget
Andreas Kling
2022-04-06
LibWeb: Add basic constructor/prototype to exotic objects
Igor Pissolati
2022-04-04
LibWeb: Add legacy Option factory function
Igor Pissolati
2022-04-02
Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()
Sam Atkins
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-21
LibWeb: Implement the SVGAnimatedLength type
Timothy Flynn
2022-03-21
LibWeb: Begin implementing the SVGLength type
Timothy Flynn
2022-03-20
LibWeb: Add a barebones SVGTextContentElement with getNumberOfChars()
Andreas Kling
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
Andreas Kling
2022-03-11
LibWeb: Port inline elements to the new Paintable system
Andreas Kling
[next]