Aliaksandr Kalenik 40dea272d2 LibWeb: Add boxes for before/after pseudos post button layout tweak 1 年間 前
..
AudioBox.cpp ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 年 前
AudioBox.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback 2 年 前
AvailableSpace.cpp e9a718ff88 LibWeb/Layout: Replace `INFINITY` with `CSSPixels::min()` or `max()` 2 年 前
AvailableSpace.h 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 年間 前
BlockContainer.cpp a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年 前
BlockContainer.h a75915f055 LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}() 2 年 前
BlockFormattingContext.cpp a482166087 LibWeb: Bring html element height calculation closer to the spec 1 年間 前
BlockFormattingContext.h 62f15f94d2 LibWeb: Better handling of floating boxes from inline formatting context 2 年 前
Box.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
Box.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年 前
BoxModelMetrics.h 02cd853eee LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units 2 年 前
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年 前
BreakNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
ButtonBox.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
ButtonBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年 前
CanvasBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年 前
CanvasBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年 前
CheckBox.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年 前
CheckBox.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年 前
FlexFormattingContext.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
FlexFormattingContext.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
FormAssociatedLabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
FormattingContext.cpp 607a398917 LibWeb: Store computed CSS font size as `CSSPixels` 1 年間 前
FormattingContext.h 481fdfee68 LibWeb: Resolve CSS inset properties when entering inline-flow elements 2 年 前
FrameBox.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 年間 前
FrameBox.h 990e7219d6 LibWeb: Fix iframes flickering on window resize 2 年 前
GridFormattingContext.cpp fc05cda8cf LibWeb: Make division of `CSSPixels` by integers create a fraction 1 年間 前
GridFormattingContext.h c03e025a32 LibWeb: Disambiguate GridTrackPlacement API 1 年間 前
ImageBox.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
ImageBox.h c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2 年 前
ImageProvider.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
InlineFormattingContext.cpp 3d7e788981 LibWeb: Improve the line breaking algorithm 1 年間 前
InlineFormattingContext.h fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 2 年 前
InlineLevelIterator.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
InlineLevelIterator.h 3d7e788981 LibWeb: Improve the line breaking algorithm 1 年間 前
InlineNode.cpp 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年 前
InlineNode.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年 前
Label.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 年間 前
Label.h 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 年 前
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 年 前
LabelableNode.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
LayoutState.cpp 1434721247 LibWeb: Relax restrictions on LayoutState::get() input type 1 年間 前
LayoutState.h 1434721247 LibWeb: Relax restrictions on LayoutState::get() input type 1 年間 前
LineBox.cpp df2bc8187c LibWeb: Use actual line height to calculate float y in IFC 1 年間 前
LineBox.h fce4801460 LibWeb: Replace to_px() with to_px_or_zero() in InlineFormattingContext 2 年 前
LineBoxFragment.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
LineBoxFragment.h a74c56bc1b LibWeb: Remove unused code 2 年 前
LineBuilder.cpp df2bc8187c LibWeb: Use actual line height to calculate float y in IFC 1 年間 前
LineBuilder.h ef6a78518f LibWeb: Remove unused argument of InlineLevelIterator::next 2 年 前
ListItemBox.cpp 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
ListItemBox.h 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年 前
ListItemMarkerBox.cpp 293ece2292 LibWeb: Support list-style-position 2 年 前
ListItemMarkerBox.h 293ece2292 LibWeb: Support list-style-position 2 年 前
Node.cpp 607a398917 LibWeb: Store computed CSS font size as `CSSPixels` 1 年間 前
Node.h b4064320bd LibWeb: Add `m_is_grid_item` in `Layout::Node` 1 年間 前
Progress.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年 前
Progress.h f914abaf29 LibWeb: Make a handful of layout node leaf classes `final` 2 年 前
RadioButton.cpp 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年 前
RadioButton.h 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年 前
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年 前
ReplacedBox.h 84e7216603 LibWeb: Move "natural size" concept into Layout::Box 2 年 前
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 年 前
SVGBox.h 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年 前
SVGFormattingContext.cpp 71baa8c31a LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint) 1 年間 前
SVGFormattingContext.h 00999a245c LibWeb: Let FormattingContext decide the automatic width of its root 2 年 前
SVGGeometryBox.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int 2 年 前
SVGGeometryBox.h ba6272a0a0 LibWeb: Don't try to paint SVG elements transformed to zero size 2 年 前
SVGGraphicsBox.cpp ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 年 前
SVGGraphicsBox.h ec5d5918c4 LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable 2 年 前
SVGSVGBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
SVGSVGBox.h 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
SVGTextBox.cpp 5f0d3c083f LibWeb: Allow (explicitly) converting CSSPixels to float and int 2 年 前
SVGTextBox.h 0e12503586 LibWeb: Split SVGTextContentElement into spec defined subclasses 2 年 前
TableFormattingContext.cpp 0f6782fae6 LibWeb: Rename Element::attribute to Element::deprecated_attribute 1 年間 前
TableFormattingContext.h 769f11f9ae LibWeb: Implement table missing cells fixup 1 年間 前
TableGrid.cpp 4c0816b002 LibWeb: Move table grid slots functionality to separate module 1 年間 前
TableGrid.h 4c0816b002 LibWeb: Move table grid slots functionality to separate module 1 年間 前
TableWrapper.cpp 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年 前
TableWrapper.h 709fe01f52 LibWeb: Override width calculation for table wrappers 2 年 前
TextNode.cpp 1c47695bae LibWeb: Invalidate layout-transformed text on DOM text node change 2 年 前
TextNode.h 1c47695bae LibWeb: Invalidate layout-transformed text on DOM text node change 2 年 前
TreeBuilder.cpp 40dea272d2 LibWeb: Add boxes for before/after pseudos post button layout tweak 1 年間 前
TreeBuilder.h 769f11f9ae LibWeb: Implement table missing cells fixup 1 年間 前
VideoBox.cpp 34c5043cbe LibWeb: Use `CSSPixelFraction` to represent aspect ratios 1 年間 前
VideoBox.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document 1 年間 前
Viewport.cpp 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 年間 前
Viewport.h 8bb275f2ea LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable 1 年間 前