Andreas Kling
|
92392398a2
LibWeb: Add Page abstraction between PageView and main Frame
|
5 years ago |
Andreas Kling
|
896db187e5
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
|
5 years ago |
Andreas Kling
|
42243d2e06
LibWeb: Rename Web::HtmlView => Web::PageView
|
5 years ago |
Linus Groh
|
14dffe4721
LibWeb: Set window object as this value in set{Interval,Timeout}()
|
5 years ago |
Andreas Kling
|
3b11e471bd
LibWeb: Allow reloading the current page with location.reload()
|
5 years ago |
Andreas Kling
|
efdfdbabdb
LibWeb: Allow navigating to a new URL by setting window.location.href
|
5 years ago |
Andreas Kling
|
aaf35112a4
LibJS: Pass JS::Function around by reference more
|
5 years ago |
Andreas Kling
|
54133c683d
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
|
5 years ago |
Nick Tiberi
|
1f6578ee0a
LibWeb: Implement JS confirm()
|
5 years ago |
Andreas Kling
|
ca90f88d4e
LibWeb: Add window.setTimeout()
|
5 years ago |
Andreas Kling
|
d062d7baa7
LibWeb+LibJS: Move DOM Window object to dedicated classes
|
5 years ago |