Andreas Kling
|
8543b8ad6a
LibWeb: Let style elements remember which StyleSheetList they live in
|
hace 10 meses |
Andreas Kling
|
2064be708f
LibWeb: Add StyleElementUtils::visit_edges()
|
hace 10 meses |
Andreas Kling
|
3b7534b362
LibWeb: Use correct scope when removing style sheet inside a shadow tree
|
hace 1 año |
Jamie Mansfield
|
1114bbf2f1
LibWeb: Implement HTMLStyleElement.disabled
|
hace 1 año |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
hace 1 año |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
hace 1 año |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
hace 1 año |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
hace 1 año |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
hace 2 años |
PrestonLTaylor
|
7f7ebc4b8b
LibWeb: Extract updating a style block into StyleElementUtils
|
hace 2 años |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
hace 2 años |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
hace 2 años |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
hace 2 años |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
hace 2 años |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
hace 3 años |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
hace 3 años |
Sam Atkins
|
05bd0ca3ee
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
|
hace 3 años |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
hace 3 años |
Andreas Kling
|
0e758b4da8
LibWeb: Add the StyleSheet.href attribute
|
hace 3 años |
Andreas Kling
|
efac862570
LibWeb: Parse <style> element text content when inserted into document
|
hace 3 años |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
hace 3 años |
Sam Atkins
|
e8d4236bbd
LibWeb: Use W3C urls for CSSOM spec links
|
hace 3 años |
Luke Wilde
|
10d4f2fc1e
LibWeb: Implement HTMLStyleElement.sheet
|
hace 3 años |
Andreas Kling
|
d462a6720a
LibWeb: Reimplement the <style> element following the spec
|
hace 3 años |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
Luke
|
e3d01c5e10
LibWeb: Make the node mutation event functions spec compliant
|
hace 4 años |