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
Age
Commit message (
Expand
)
Author
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
MacDue
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.depthRange()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement WebGLRenderingContextBase.lineWidth()
Luke Wilde
2022-06-13
LibWeb/WebGL: Implement error handling and getError()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add WebGLRenderingContextBase.isContextLost()
Luke Wilde
2022-06-13
LibWeb/WebGL: Add a bunch of simple forwarding functions
Luke Wilde
2022-06-13
LibWeb/WebGL: Add extensions APIs to WebGLRenderingContextBase
Luke Wilde
2022-06-13
LibWeb: Add ability to present LibGL framebuffer and add clearing
Luke Wilde
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-06-13
LibWeb: Introduce the WebGL namespace and add WebGLContextEvent
Luke Wilde
2022-06-13
LibWeb: Support elliptical background corners
MacDue
2022-06-13
LibWeb: Add flag to normalize border radii to width only
MacDue
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-06-11
LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule
Luke Wilde
2022-06-11
LibWeb: Paint background border radius antialiased
MacDue
2022-06-10
LibWeb: Print correct value types in ComponentValue debug string
Karol Kosek
2022-06-10
LibWeb/CSS: Add :focus-within serialisation
Luke Wilde
2022-06-10
LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisation
Luke Wilde
2022-06-10
LibWeb: Apply content filter to DNS prefetch and pre-connect
Luke Wilde
2022-06-06
LibWeb: Use `long long` where it was replaced with `long`
stelar7
2022-06-06
LibWeb: Adjust implementation of `Document::create_event`
stelar7
2022-06-06
LibWeb: Calculate floating elements width using min- and max-width
Karol Kosek
2022-06-05
LibWeb: Dispatch mouse events to topmost element instead of hit target
kleines Filmröllchen
2022-06-05
LibWeb: Paint list markers antialiased
MacDue
2022-06-03
LibWeb: Reject invalid background-repeat values instead of crashing
Idan Horowitz
2022-06-03
LibWeb: Support DocumentFragments in Node.prototype.cloneNode
Idan Horowitz
2022-06-03
LibWeb: Fix Array OOBs in the HTMLTokenizer
stelar7
2022-06-02
LibWeb: Check recursively if CSS functions contain `var()` or `attr()`
Karol Kosek
2022-05-29
LibWeb: Allow configuring the default error page path
DexesTTP
2022-05-29
LibWeb: Allow configuring the default favicon path
DexesTTP
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the LibProtocol WebSockets 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
LibWeb: Add window.clientInformation property
ReimarPB
2022-05-13
LibWeb: Don't treat any empty resources as errors
Sam Atkins
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-13
LibWeb: Make about:blank load correctly
Sam Atkins
2022-05-13
Meta: Move LibWeb's CMake generation script to its own file
DexesTTP
2022-05-13
LibWeb: Stop inactive requestAnimationFrame() callbacks from running
MacDue
2022-05-11
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
Sam Atkins
2022-05-11
LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()
Sam Atkins
2022-05-11
LibWeb: Implement `@supports` serialization
Sam Atkins
2022-05-11
LibWeb: Add CSSSupportsRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSMediaRule wrapper
Sam Atkins
[next]