summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2020-12-17LibWeb: Escape text nodes in innerHTML getterLinus Groh
2020-12-17LibWeb: Include element attributes in innerHTML getterLinus Groh
2020-12-17LibWeb: Notify the PageClient when the children of <title> changeAndreas Kling
2020-12-17LibWeb: Fix shrink-to-fit layout for position:absoluteAndreas Kling
2020-12-17LibWeb: Use the correct containing block for position:absolute widthAndreas Kling
2020-12-17LibWeb: Always break around inline-blocks in AllPossibleLineBreaks modeAndreas Kling
2020-12-17LibWeb: Make sure the ICB is at least as tall as the viewportAndreas Kling
2020-12-16LibWeb: The fallback 'color' value should be black, not transparentAndreas Kling
2020-12-15LibWeb: Remove use of specified_style() in Layout::ImageBoxAndreas Kling
2020-12-15LibWeb: Actually apply recomputed style to element's layout nodeAndreas Kling
2020-12-15LibWeb: Update text-decoration hack to use text-decoration-lineAndreas Kling
2020-12-15LibWeb: Generate the CSS::ValueID enum and its helper functionsAndreas Kling
2020-12-15LibWeb: Oops, not all length boxes should default to 'auto' valuesAndreas Kling
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Dimension inline-block and replaced boxes during splittingAndreas Kling
2020-12-15LibWeb: Remove unused Element::set_attributes()Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'Andreas Kling