Sam Atkins
|
6299d68e45
LibWeb: Introduce MediaFeatureValue type for use in media queries
|
3 年之前 |
Andreas Kling
|
c268d0fa13
LibWeb: Make CSS::Screen forward its ref count to DOM::Window
|
3 年之前 |
Andreas Kling
|
5c9ca5c2dc
LibWeb: Stub out a basic Selection interface
|
3 年之前 |
Sam Atkins
|
fd51b02f9d
LibWeb: Implement Window::query_media_feature()
|
3 年之前 |
Andreas Kling
|
573955be7f
LibWeb: Basic support for location.replace(url)
|
3 年之前 |
Andreas Kling
|
81ef2b646e
LibWeb: Let HTML::EventLoop drive animation frame callbacks
|
3 年之前 |
Idan Horowitz
|
1c4404c46a
LibWeb: Add the missing PageTransitionEvent IDL constructor
|
3 年之前 |
Idan Horowitz
|
2c6c9b73c8
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
|
3 年之前 |
Andreas Kling
|
63d971d33b
LibWeb: Support window.screen{X,Y,Left,Top}
|
3 年之前 |
Andreas Kling
|
7410736b0f
LibWeb: Support window.devicePixelRatio
|
3 年之前 |
Andreas Kling
|
a248ec63e3
LibWeb: Implement window.queueMicrotask(callback)
|
3 年之前 |
Andreas Kling
|
831fdcaabc
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
|
3 年之前 |
Andreas Kling
|
2c0987c93b
LibWeb: Move window.scroll{X,Y} from wrapper into DOM::Window
|
3 年之前 |
Andreas Kling
|
635ab6db0b
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
|
3 年之前 |
Andreas Kling
|
7632cce5e5
LibWeb: Make requestAnimationFrame() work in multi-process mode
|
3 年之前 |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 年之前 |
Linus Groh
|
51da5d03da
LibWeb: Implement window.matchMedia()
|
3 年之前 |
Andreas Kling
|
d69133e4ac
LibWeb: Stub out a dummy window.getComputedStyle()
|
3 年之前 |
Andreas Kling
|
f1ce43bdbf
LibWeb: Make DOM::Window store its associated document in a WeakPtr
|
3 年之前 |
Andreas Kling
|
90cdeebfb3
LibWeb: Rename DOM::Window::document() => associated_document()
|
3 年之前 |
Andreas Kling
|
8f72729f0e
LibWeb: Convert DOM::Window to east-const style
|
3 年之前 |
Andreas Kling
|
d392349b6e
LibWeb: Add DOM::Window::page()
|
3 年之前 |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Linus Groh
|
340e1f4b28
LibWeb: Implement the Screen interface
|
4 年之前 |
Andreas Kling
|
906cccbf7f
LibWeb: Add Window.innerWidth and Window.innerHeight
|
4 年之前 |
Linus Groh
|
5e07c27e25
LibWeb: Implement Window.prompt()
|
4 年之前 |
Andreas Kling
|
0639e77898
LibWeb: Make the Window object "inherit" from EventTarget :^)
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |