index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-01-03
LibWeb: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-03
LibWeb: Fully implement end tag parsing in foreign content
Luke
2021-01-02
LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWV
Andreas Kling
2021-01-02
LibWeb: When collapsing margins, consider border box heights
Andreas Kling
2021-01-02
LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocks
Andreas Kling
2021-01-01
LibWeb: Use is<T> in XMLHttpRequestPrototype
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers
Andreas Kling
2021-01-01
LibJS: Use RTTI for inheritance checks
Andreas Kling
2021-01-01
LibWeb: Demangle the names returned by Layout::Node::class_name()
Andreas Kling
2021-01-01
LibWeb: Simplify Layout::Node::class_name() with RTTI
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2020-12-31
LibWeb: Clear circular download reference when download finished
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
LibWeb: Don't hold on to the Download instance after it's finished
AnotherTest
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibWeb: Re-enable favicons after forgotten if-0
AnotherTest
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-29
LibWeb: Expose three more attribute methods on Element
Luke
2020-12-29
LibWeb: Fix character references losing characters in certain situations
Luke
2020-12-29
LibWeb: Fill OOPWV with the palette base color until we have pixels
Andreas Kling
2020-12-28
LibGUI: Show tooltip after a small delay
Andreas Kling
2020-12-27
Base+LibJS+LibWeb: Make prettier clean
Linus Groh
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibWeb: Don't leave "border" CSS property around after expansion
Andreas Kling
2020-12-19
LibWeb: Don't use ByteBuffer::wrap() when loading about: URLs
Andreas Kling
2020-12-19
LibProtocol: Remove use of ByteBuffer::wrap() in protocol API
Andreas Kling
2020-12-18
LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}
Andreas Kling
2020-12-18
LibWeb: Silence BFC spam about not knowing how to place boxes
Andreas Kling
2020-12-17
LibWeb: Whitespace that causes a line to wrap should be hidden
Andreas Kling
2020-12-17
LibWeb: Escape text nodes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Include element attributes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Notify the PageClient when the children of <title> change
Andreas Kling
2020-12-17
LibWeb: Fix shrink-to-fit layout for position:absolute
Andreas Kling
2020-12-17
LibWeb: Use the correct containing block for position:absolute width
Andreas Kling
2020-12-17
LibWeb: Always break around inline-blocks in AllPossibleLineBreaks mode
Andreas Kling
2020-12-17
LibWeb: Make sure the ICB is at least as tall as the viewport
Andreas Kling
2020-12-16
LibWeb: The fallback 'color' value should be black, not transparent
Andreas Kling
2020-12-15
LibWeb: Remove use of specified_style() in Layout::ImageBox
Andreas Kling
2020-12-15
LibWeb: Actually apply recomputed style to element's layout node
Andreas Kling
2020-12-15
LibWeb: Update text-decoration hack to use text-decoration-line
Andreas Kling
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-15
LibWeb: Oops, not all length boxes should default to 'auto' values
Andreas Kling
2020-12-15
LibWeb: Add equals() for LengthStyleValue and ColorStyleValue
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Dimension inline-block and replaced boxes during splitting
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
2020-12-15
LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'
Andreas Kling
[next]