Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 gadu atpakaļ |
Shannon Booth
|
da637a527d
LibWeb: Port CSSStyleSheet interface from DeprecatedString to String
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 gadu atpakaļ |
Sam Atkins
|
4b7b726888
LibWeb: Track all namespace rules in a CSSStyleSheet, and expose them
|
1 gadu atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Andreas Kling
|
37a618b7ad
LibWeb: Add missing visit in CSSStyleSheet::visit_edges()
|
1 gadu atpakaļ |
Sam Atkins
|
0805060e5e
LibWeb: Speed up CSS namespace checking
|
1 gadu atpakaļ |
Jonah
|
60e35f2a97
LibWeb: Rough implementation of CSS namespace rule
|
1 gadu atpakaļ |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 gadi atpakaļ |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 gadi atpakaļ |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 gadi atpakaļ |
Luke Wilde
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 gadi atpakaļ |
Kenneth Myhra
|
a49ea467ad
LibWeb: Make factory method of CSS::CSSStyleSheet fallible
|
2 gadi atpakaļ |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 gadi atpakaļ |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 gadi atpakaļ |
Aliaksandr Kalenik
|
93238edf8f
LibWeb: Respect media attribute of style tag
|
2 gadi atpakaļ |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
2 gadi atpakaļ |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 gadi atpakaļ |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 gadi atpakaļ |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 gadi atpakaļ |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
12042f0757
LibWeb: Make CSSRule and all its subclasses GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
5d6cb9cbdb
LibWeb: Make CSSRuleList GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
5366924f11
LibWeb: Make StyleSheetList GC-allocated
|
2 gadi atpakaļ |
Andreas Kling
|
5d60212076
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
|
2 gadi atpakaļ |
Sam Atkins
|
c718ba5947
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
|
3 gadi atpakaļ |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 gadi atpakaļ |