Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 yıl önce |
Andreas Kling
|
b9bacb3ff4
LibWeb: Don't assume HTMLTableCellElement always has table ancestor
|
1 yıl önce |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 yıl önce |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 yıl önce |
implicitfield
|
00c1da8cbc
LibWeb: Support `cellpadding` attribute on `table` elements
|
1 yıl önce |
implicitfield
|
5df52a5082
LibWeb: Use LibwebLeft and LibwebRight to align table cells
|
1 yıl önce |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 yıl önce |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 yıl önce |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 yıl önce |
Andi Gallo
|
ece122353b
LibWeb: Simplify table_containing_cell signature and implementation
|
1 yıl önce |
Jonatan Klemets
|
f0a772edef
LibWeb: Improve table colspan and rowspan spec alignment
|
1 yıl önce |
Jonatan Klemets
|
04bc9b14d0
LibWeb: Use parse_non_negative_integer for colspan and rowspan parsing
|
1 yıl önce |
Andi Gallo
|
b13fe9397d
LibWeb: Support border attribute on the table element
|
1 yıl önce |
Sam Atkins
|
28c2836c24
LibWeb: Make external StyleValue-parsing methods infallible
|
1 yıl önce |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
1 yıl önce |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 yıl önce |
Nicolas Ramz
|
176baf7cdb
LibWeb: Support background attribute on table elements
|
2 yıl önce |
Andreas Kling
|
477a96820d
LibWeb: Support `valign` attribute on `td` elements
|
2 yıl önce |
Shannon Booth
|
500552df54
LibWeb: Apply rules for parsing a legacy color value
|
2 yıl önce |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 yıl önce |
Andreas Kling
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 yıl önce |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 yıl önce |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
2 yıl önce |
Sam Atkins
|
76de017a51
LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}
|
2 yıl önce |
Sam Atkins
|
77b2826402
LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}
|
2 yıl önce |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 yıl önce |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 yıl önce |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 yıl önce |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 yıl önce |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 yıl önce |