Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 year ago |
Andreas Kling
|
da8692572a
LibWeb: Support media queries with the `resolution` feature
|
1 year ago |
Andrew Kaster
|
7f043e3083
LibWeb: Add window.navigation property
|
1 year ago |
Aliaksandr Kalenik
|
5f21285337
LibWeb: Add `Window::navigable()`
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
MacDue
|
5f0d3c083f
LibWeb: Allow (explicitly) converting CSSPixels to float and int
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Andreas Kling
|
9f6ceff7cf
LibWeb: Implement basic version of CSSOM View's VisualViewport
|
2 years ago |
Andreas Kling
|
ec24d7555a
LibWeb: Add a simple `internals` objects only available during testing
|
1 year ago |
Shannon Booth
|
a975fca42e
LibWeb: Implement size attribute of ByteLengthQueuingStrategy
|
2 years ago |
Shannon Booth
|
49689e5d8e
LibWeb: Implement size attribute of CountQueuingStrategy
|
2 years ago |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 years ago |
stelar7
|
9c74f49b1d
LibWeb: Implement `has_transient_activation`
|
2 years ago |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 years ago |
Kenneth Myhra
|
cbefab21be
LibWeb: Port fire_a_page_transition_event() to new FlyString
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
Kenneth Myhra
|
1080281e58
LibWeb: Port AbstractBrowsingContext to String
|
2 years ago |
Luke Wilde
|
cbe0901706
LibWeb: Implement performance.mark and performance.clearMarks
|
2 years ago |
Timothy Flynn
|
2a410f8985
LibWeb: Change "popup"-related storage types to named enums
|
2 years ago |
Timothy Flynn
|
bff109ee50
LibWeb: Change the "noreferrer" storage type to a named enum
|
2 years ago |
Timothy Flynn
|
1b811191cd
LibWeb+WebContent: Change the "noopener" storage type to a named enum
|
2 years ago |
Timothy Flynn
|
57646c86ef
LibWeb: Port the WebAssembly namespace to IDL
|
2 years ago |
Timothy Flynn
|
2d45e1fca5
LibWeb: Port the CSS namespace to IDL
|
2 years ago |
Timothy Flynn
|
9c569e8a0f
LibWeb: Implement the [PutForwards] IDL extended attribute
|
2 years ago |
Timothy Flynn
|
0aa4466ce9
LibWeb: Port {set,clear}{Timeout,Interval} to IDL
|
2 years ago |
Timothy Flynn
|
2895b7e733
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
|
2 years ago |