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-06
LibWeb: Compute width of absolutely positioned, replaced elements
Andreas Kling
2021-01-06
LibWeb: Move absolute positioning up to FormattingContext
Andreas Kling
2021-01-06
LibWeb: Don't prune whitespace nodes from layout tree
Andreas Kling
2021-01-06
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
Andreas Kling
2021-01-06
LibWeb: Remove specified style from layout nodes
Andreas Kling
2021-01-06
LibWeb: Split CSS::ComputedValues members into structs by inheritance
Andreas Kling
2021-01-06
LibWeb: Use the specified CSS values from element in more places
Andreas Kling
2021-01-06
LibWeb: Use the cached background-image value in Layout::Box::paint()
Andreas Kling
2021-01-06
LibWeb: Rename Element::resolved_style() => specified_css_values()
Andreas Kling
2021-01-06
LibWeb: Copy some properties from specified style into layout node
Andreas Kling
2021-01-06
LibWeb: Rename Layout::Node::style() => computed_values()
Andreas Kling
2021-01-06
LibWeb: Store the used font in Layout::NodeWithStyle
Andreas Kling
2021-01-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-06
LibWeb: Simplify one kind of whitespace collapsing
Andreas Kling
2021-01-05
LibWeb: Set override cursor on IPWV itself instead of whole window
Andreas Kling
2021-01-05
LibWeb: Add a basic content filter (ad blocking!) :^)
Andreas Kling
2021-01-04
LibWeb: Don't careleslly insert inline-level boxes into inline-blocks
Andreas Kling
2021-01-04
LibWeb: Restart the cursor blink cycle whenever the user edits content
Andreas Kling
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
[next]