Luke Wilde
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 éve |
Andreas Kling
|
f11899f885
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
|
2 éve |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
2 éve |
Kenneth Myhra
|
c950d1904a
LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible
|
2 éve |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 éve |
Timothy Flynn
|
34574c5ee8
LibJS+LibWeb: Convert empty PrimitiveString invocators to String
|
2 éve |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 éve |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 éve |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 éve |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
Luke Wilde
|
c247fefee7
LibWeb: Implement CSSStyleDeclaration.cssText
|
2 éve |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 éve |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 éve |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 éve |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 éve |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 éve |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 éve |
Andreas Kling
|
72bacba97b
LibWeb: Make CSSStyleDeclaration GC-allocated
|
2 éve |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 éve |
Andreas Kling
|
a0ba49a50a
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
|
3 éve |
Andreas Kling
|
a8afb883c1
LibWeb: Implement CSS declaration block's "updating flag"
|
3 éve |
Andreas Kling
|
66618a666b
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
|
3 éve |
Andreas Kling
|
427beb97b5
LibWeb: Streamline how inline CSS style declarations are constructed
|
3 éve |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 éve |
Sam Atkins
|
a99d02e14d
LibWeb: Add an enum for !important
|
3 éve |
Sam Atkins
|
e8d4236bbd
LibWeb: Use W3C urls for CSSOM spec links
|
3 éve |
Brian Gianforcaro
|
027cbe6b89
LibWeb: Optimize CSS::StyleDeclaration for size
|
3 éve |
Andreas Kling
|
3db847c64a
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
|
3 éve |
Andreas Kling
|
0ab31d8c84
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
|
3 éve |