Timothy Flynn
|
43b3673198
LibWeb: Add an accessor for the document's title element
|
2 лет назад |
Timothy Flynn
|
efd8176ce3
LibWeb: Convert a couple west-const formattings to east-const
|
2 лет назад |
Simon Wanner
|
ee7282cbe4
LibWeb: Make pseudo-elements inspectable
|
2 лет назад |
kleines Filmröllchen
|
effcd080ca
Userland: Remove remaining users of Duration::now_realtime()
|
2 лет назад |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 лет назад |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 лет назад |
Timothy Flynn
|
5bc386cc96
LibWeb: Change Document::parse_url to accept a StringView
|
2 лет назад |
Andreas Kling
|
9281bf7a01
LibWeb: Add class to represent "list of available images" from HTML spec
|
2 лет назад |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 лет назад |
Timothy Flynn
|
f78eadf00f
LibWeb: Add an interface to be notified of Document state changes
|
2 лет назад |
Aliaksandr Kalenik
|
de2c016556
LibWeb: Implement "attempt to populate the history entry's document"
|
2 лет назад |
Sigmund Lahn
|
f2f14ad9bd
LibWeb+WebContent: Make document background and Viewport transparent
|
2 лет назад |
Aliaksandr Kalenik
|
3b00636288
LibWeb: Implement "create a new browsing context and document"
|
2 лет назад |
Aliaksandr Kalenik
|
3225c39191
LibWeb: Implement Document::make_active()
|
2 лет назад |
Aliaksandr Kalenik
|
9f691b7fe4
LibWeb: Convert navigationId from DeprecatedString to String
|
2 лет назад |
Luke Wilde
|
1f863de9aa
LibWeb: Add XMLDocument stub
|
2 лет назад |
Timothy Flynn
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 лет назад |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 лет назад |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 лет назад |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 лет назад |
Linus Groh
|
4da68384e6
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
|
2 лет назад |
Andreas Kling
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 лет назад |
Andreas Kling
|
8c5c78f1f1
LibWeb: Implement Document.createAttribute{,NS}()
|
2 лет назад |
Aliaksandr Kalenik
|
9d03b57c96
LibWeb: Add `readiness()` getter in Document
|
2 лет назад |
Linus Groh
|
606b9ff6f3
LibWeb/HTML: Port Window.getSelection() to IDL
|
2 лет назад |
Linus Groh
|
c42496187b
LibWeb/HTML: Port Window.history to IDL
|
2 лет назад |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 лет назад |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 лет назад |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 лет назад |
Kenneth Myhra
|
0d9076c9f5
LibWeb: Make factory methods of DOM::Document fallible
|
2 лет назад |