Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Linus Groh
|
95541d7064
LibWeb: Fix various spec comment inconsistencies
|
3 years ago |
Simon Wanner
|
d28f3e0735
LibWeb: Handle failed browsing context creation in HTMLObjectElement
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Idan Horowitz
|
02004b7055
LibWeb: Handle XML MIME types in HTMLObjectElement
|
3 years ago |
Idan Horowitz
|
215432c3e8
LibWeb: Discard ObjectElement's nested browsing context on image load
|
3 years ago |
Timothy Flynn
|
f9367a5fdb
LibWeb: Ignore application objects until we can support them
|
3 years ago |
Timothy Flynn
|
d744f04a03
LibWeb: Discard an object's nested browsing contexts when falling back
|
3 years ago |
Timothy Flynn
|
23915d0977
LibWeb: Implement falling back early to an object's child representation
|
3 years ago |
Timothy Flynn
|
a002c8156b
LibWeb: Conditionally update an object's children when its state changes
|
3 years ago |
Timothy Flynn
|
f11d6e137c
LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
|
3 years ago |
Timothy Flynn
|
69749b044c
LibWeb: Begin supporting non-image HTMLObjectElement data representation
|
3 years ago |
Timothy Flynn
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 years ago |
Timothy Flynn
|
7774c9bb9e
LibWeb: Update HTMLObjectElement's children on fallback state changes
|
3 years ago |
Timothy Flynn
|
8f7e642a96
LibWeb: Move HTMLObjectElement spec link to correct method
|
3 years ago |
Timothy Flynn
|
bf7b51a569
LibWeb: Implement HTMLObjectElement's data URL according to the spec
|
3 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |
Andreas Kling
|
a403086940
LibWeb: Schedule a relayout after <image> and <object> elements load
|
3 years ago |
sin-ack
|
5d2b741ec9
LibWeb: Add hack to dispatch load event for <object>s
|
3 years ago |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 years ago |
Luke Wilde
|
3bb5c6207f
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
3 years ago |
Andreas Kling
|
7e1bf4d300
LibWeb: Compute element style in Layout::TreeBuilder
|
3 years ago |
Andreas Kling
|
957f98805a
LibWeb: Update <object> style on resource load/failure
|
3 years ago |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 years ago |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |