summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-01-06LibWeb: Compute width of absolutely positioned, replaced elementsAndreas Kling
2021-01-06LibWeb: Move absolute positioning up to FormattingContextAndreas Kling
2021-01-06LibWeb: Don't prune whitespace nodes from layout treeAndreas Kling
2021-01-06LibWeb: Make DOM::Node::create_layout_node() not need parent's styleAndreas Kling
2021-01-06LibWeb: Remove specified style from layout nodesAndreas Kling
2021-01-06LibWeb: Split CSS::ComputedValues members into structs by inheritanceAndreas Kling
2021-01-06LibWeb: Use the specified CSS values from element in more placesAndreas Kling
2021-01-06LibWeb: Use the cached background-image value in Layout::Box::paint()Andreas Kling
2021-01-06LibWeb: Rename Element::resolved_style() => specified_css_values()Andreas Kling
2021-01-06LibWeb: Copy some properties from specified style into layout nodeAndreas Kling
2021-01-06LibWeb: Rename Layout::Node::style() => computed_values()Andreas Kling
2021-01-06LibWeb: Store the used font in Layout::NodeWithStyleAndreas Kling
2021-01-06LibWeb: Rename LayoutStyle => CSS::ComputedValuesAndreas Kling
2021-01-06LibWeb: Simplify one kind of whitespace collapsingAndreas Kling
2021-01-05LibWeb: Set override cursor on IPWV itself instead of whole windowAndreas Kling
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-04LibWeb: Don't careleslly insert inline-level boxes into inline-blocksAndreas Kling
2021-01-04LibWeb: Restart the cursor blink cycle whenever the user edits contentAndreas Kling
2021-01-03LibWeb: Convert a bunch of String::format() => String::formatted()Andreas Kling
2021-01-03LibWeb: Fully implement end tag parsing in foreign contentLuke
2021-01-02LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWVAndreas Kling
2021-01-02LibWeb: When collapsing margins, consider border box heightsAndreas Kling
2021-01-02LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocksAndreas Kling
2021-01-01LibWeb: Use is<T> in XMLHttpRequestPrototypeAndreas Kling
2021-01-01LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classesAndreas Kling
2021-01-01LibWeb: Remove more hand-rolled type information :^)Andreas Kling
2021-01-01LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappersAndreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2021-01-01LibWeb: Demangle the names returned by Layout::Node::class_name()Andreas Kling
2021-01-01LibWeb: Simplify Layout::Node::class_name() with RTTIAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-31LibWeb: Clear circular download reference when download finishedTom
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-31LibWeb: Don't hold on to the Download instance after it's finishedAnotherTest
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibWeb: Re-enable favicons after forgotten if-0AnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-29LibWeb: Expose three more attribute methods on ElementLuke
2020-12-29LibWeb: Fix character references losing characters in certain situationsLuke
2020-12-29LibWeb: Fill OOPWV with the palette base color until we have pixelsAndreas Kling
2020-12-28LibGUI: Show tooltip after a small delayAndreas Kling
2020-12-27Base+LibJS+LibWeb: Make prettier cleanLinus Groh
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-20LibWeb: Don't leave "border" CSS property around after expansionAndreas Kling
2020-12-19LibWeb: Don't use ByteBuffer::wrap() when loading about: URLsAndreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-18LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}Andreas Kling
2020-12-18LibWeb: Silence BFC spam about not knowing how to place boxesAndreas Kling
2020-12-17LibWeb: Whitespace that causes a line to wrap should be hiddenAndreas Kling