Andreas Kling
|
bbe2d4a2d9
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
|
4 年之前 |
Andreas Kling
|
ef711f501e
LibWeb: Move the Page/Frame/EventHandler classes into Page/
|
5 年之前 |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 年之前 |
Tom
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 年之前 |
Kevin Meyer
|
a5b8cc2d0b
LibWeb: Add type for FrameLoader::load
|
5 年之前 |
Andreas Kling
|
8d2194bdbd
LibWeb: Make DOM timers cancellable and stop leaking them
|
5 年之前 |
Andreas Kling
|
cc5cba90db
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
|
5 年之前 |
Andreas Kling
|
92392398a2
LibWeb: Add Page abstraction between PageView and main Frame
|
5 年之前 |
Andreas Kling
|
896db187e5
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
|
5 年之前 |
Andreas Kling
|
42243d2e06
LibWeb: Rename Web::HtmlView => Web::PageView
|
5 年之前 |
Linus Groh
|
14dffe4721
LibWeb: Set window object as this value in set{Interval,Timeout}()
|
5 年之前 |
Andreas Kling
|
3b11e471bd
LibWeb: Allow reloading the current page with location.reload()
|
5 年之前 |
Andreas Kling
|
efdfdbabdb
LibWeb: Allow navigating to a new URL by setting window.location.href
|
5 年之前 |
Andreas Kling
|
aaf35112a4
LibJS: Pass JS::Function around by reference more
|
5 年之前 |
Andreas Kling
|
54133c683d
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
|
5 年之前 |
Nick Tiberi
|
1f6578ee0a
LibWeb: Implement JS confirm()
|
5 年之前 |
Andreas Kling
|
ca90f88d4e
LibWeb: Add window.setTimeout()
|
5 年之前 |
Andreas Kling
|
d062d7baa7
LibWeb+LibJS: Move DOM Window object to dedicated classes
|
5 年之前 |