Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 рік тому |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 рік тому |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 рік тому |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 рік тому |
Tim Ledbetter
|
1d825f17c0
LibWeb: Remove first rule if no argument is given for `remove_rule()`
|
1 рік тому |
Tim Ledbetter
|
3ea318ca8b
LibWeb: Implement `CSSStyleSheet.addRule()`
|
1 рік тому |
Tim Ledbetter
|
87b52a1816
LibWeb: Implement `CSSStyleSheet.replaceSync()`
|
1 рік тому |
Tim Ledbetter
|
81c67d34eb
LibWeb: Implement `CSSStyleSheet.replace()`
|
1 рік тому |
Tim Ledbetter
|
811033ec19
LibWeb: Disallow inserting @import rules into a constructed stylesheet
|
1 рік тому |
Tim Ledbetter
|
b0f57a2785
LibWeb: Add CSSStyleSheet constructor binding
|
1 рік тому |
Tim Ledbetter
|
9b1ea4e2fc
LibWeb: Add `CSSStyleSheet.ownerRule` attribute
|
1 рік тому |
Andreas Kling
|
189d1e8291
LibWeb: Port CSSNamespaceRule to FlyString
|
1 рік тому |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 рік тому |
Shannon Booth
|
b7bcdf7c53
LibWeb: Fix UAF in CSSStyleSheet
|
1 рік тому |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 рік тому |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 рік тому |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 рік тому |
Shannon Booth
|
da637a527d
LibWeb: Port CSSStyleSheet interface from DeprecatedString to String
|
1 рік тому |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 рік тому |
Sam Atkins
|
4b7b726888
LibWeb: Track all namespace rules in a CSSStyleSheet, and expose them
|
1 рік тому |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 рік тому |
Andreas Kling
|
37a618b7ad
LibWeb: Add missing visit in CSSStyleSheet::visit_edges()
|
1 рік тому |
Sam Atkins
|
0805060e5e
LibWeb: Speed up CSS namespace checking
|
1 рік тому |
Jonah
|
60e35f2a97
LibWeb: Rough implementation of CSS namespace rule
|
1 рік тому |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 роки тому |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 роки тому |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 роки тому |
Luke Wilde
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 роки тому |
Kenneth Myhra
|
a49ea467ad
LibWeb: Make factory method of CSS::CSSStyleSheet fallible
|
2 роки тому |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 роки тому |