.. |
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
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
AvailableSpace.h
|
7639eccd53
LibWeb: Add default equality operators to Available{Space,Size}
|
2 年之前 |
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
|
8b34af816e
LibWeb: Report border box width for tables in a block
|
2 年之前 |
BlockFormattingContext.h
|
ce186dca70
LibWeb: Fix the x coordinate of a block after a float
|
2 年之前 |
Box.cpp
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 年之前 |
Box.h
|
1051624084
LibWeb: Obey CSS aspect-ratio property during layout
|
2 年之前 |
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
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 年之前 |
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
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
2 年之前 |
FlexFormattingContext.h
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
2 年之前 |
FormAssociatedLabelableNode.h
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 年之前 |
FormattingContext.cpp
|
c808f6c637
LibWeb: Don't use BFC auto height for non-BFC abspos elements
|
2 年之前 |
FormattingContext.h
|
c808f6c637
LibWeb: Don't use BFC auto height for non-BFC abspos elements
|
2 年之前 |
FrameBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 年之前 |
FrameBox.h
|
990e7219d6
LibWeb: Fix iframes flickering on window resize
|
2 年之前 |
GridFormattingContext.cpp
|
20edbb70f8
LibWeb: Implement distributing space to tracks beyond limits in GFC
|
2 年之前 |
GridFormattingContext.h
|
20edbb70f8
LibWeb: Implement distributing space to tracks beyond limits in GFC
|
2 年之前 |
ImageBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 年之前 |
ImageBox.h
|
c648e24cff
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
|
2 年之前 |
ImageProvider.h
|
e63f68661f
LibWeb: Have ImageProvider bitmap getter take optional size argument
|
2 年之前 |
InlineFormattingContext.cpp
|
e99a6fede4
LibWeb: Allow IFC to size inline-flex boxes midway through flex layout
|
2 年之前 |
InlineFormattingContext.h
|
e99a6fede4
LibWeb: Allow IFC to size inline-flex boxes midway through flex layout
|
2 年之前 |
InlineLevelIterator.cpp
|
ca1fa5f748
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
|
2 年之前 |
InlineLevelIterator.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
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
|
a75915f055
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
|
2 年之前 |
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
|
473848be0e
LibWeb: Do not treat size of abspos items as definite
|
2 年之前 |
LayoutState.h
|
75e87c32f2
LibWeb: Fix table width algorithm when available space is a constraint
|
2 年之前 |
LineBox.cpp
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
LineBox.h
|
79d2c9f3e8
LibWeb: Don't justify text lines that end in a forced break
|
2 年之前 |
LineBoxFragment.cpp
|
754e458d0a
LibWeb/Layout: Rename Box::{paint => paintable}_box()
|
2 年之前 |
LineBoxFragment.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
LineBuilder.cpp
|
4ac7c41483
LibWeb: Add -libweb-left and -libweb-right text-align values
|
2 年之前 |
LineBuilder.h
|
79d2c9f3e8
LibWeb: Don't justify text lines that end in a forced break
|
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
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
2 年之前 |
Node.h
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
2 年之前 |
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
|
9f24c1b34c
LibWeb: Use width & height to create fallback viewBox for SVG-as-image
|
2 年之前 |
SVGFormattingContext.h
|
00999a245c
LibWeb: Let FormattingContext decide the automatic width of its root
|
2 年之前 |
SVGGeometryBox.cpp
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
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
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 年之前 |
SVGSVGBox.h
|
f0560fd087
LibWeb: Support <svg> elements with `display: block`
|
2 年之前 |
SVGTextBox.cpp
|
0d8d7ae94e
LibWeb: Implement painting for svg text
|
2 年之前 |
SVGTextBox.h
|
0d8d7ae94e
LibWeb: Implement painting for svg text
|
2 年之前 |
TableFormattingContext.cpp
|
9cb4fe6a6f
LibWeb: Don't distribute excess width to constrained columns
|
2 年之前 |
TableFormattingContext.h
|
9cb4fe6a6f
LibWeb: Don't distribute excess width to constrained columns
|
2 年之前 |
TableWrapper.cpp
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
2 年之前 |
TableWrapper.h
|
709fe01f52
LibWeb: Override width calculation for table wrappers
|
2 年之前 |
TextNode.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 年之前 |
TextNode.h
|
f914abaf29
LibWeb: Make a handful of layout node leaf classes `final`
|
2 年之前 |
TreeBuilder.cpp
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
2 年之前 |
TreeBuilder.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
VideoBox.cpp
|
84e7216603
LibWeb: Move "natural size" concept into Layout::Box
|
2 年之前 |
VideoBox.h
|
f156d3d5e5
LibWeb: Create a basic layout node for HTMLVideoElement
|
2 年之前 |
Viewport.cpp
|
d6c3cbd958
LibWeb: Make StackingContext sorting a lot faster
|
2 年之前 |
Viewport.h
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |