Luke Wilde
|
a569d02b0d
LibWeb: Implement Window.focus
|
2 年之前 |
Timothy Flynn
|
5eeb6bbee3
LibWeb: Define window.outerWidth and window.outerHeight
|
2 年之前 |
Timothy Flynn
|
8cc1997f33
LibWeb: Retrieve the last known window position for window.screenX/Y
|
2 年之前 |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 年之前 |
Linus Groh
|
1de1d6423b
LibWeb: Implement the fetch() method :^)
|
2 年之前 |
Andreas Kling
|
b1c73b3605
Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"
|
2 年之前 |
Luke Wilde
|
645a64ef0f
LibWeb: Don't get impl in document_tree_child_browsing_context_count
|
2 年之前 |
Andreas Kling
|
58522f5088
LibWeb: Make window.{window,self,frames} return the WindowProxy
|
2 年之前 |
Andreas Kling
|
8fd59fce9c
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
|
2 年之前 |
Andreas Kling
|
dc15cacfc3
LibWeb: Use OrderedHashMap to store pending idle callbacks
|
2 年之前 |
Andreas Kling
|
94f0c34dfe
LibWeb: Remove unnecessary WeakPtr in queue_microtask_impl()
|
2 年之前 |
Andreas Kling
|
57f508f048
LibWeb: Use JS::SafeFunction in run_timer_initialization_steps()
|
2 年之前 |
Andreas Kling
|
24510b0845
LibWeb: Make window.parent and window.top return WindowProxy
|
2 年之前 |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 年之前 |
Andreas Kling
|
a2348ebcc0
LibWeb: Make Window.getSelection() forward to Document.getSelection()
|
2 年之前 |
Andrew Kaster
|
2d5bee256e
LibWeb: Re-implement HTML::Navigator using IDL
|
2 年之前 |
Andrew Kaster
|
a838cf2725
LibWeb: Delete WindowObjectHelper and use new generated helper instead
|
2 年之前 |
Linus Groh
|
32ad939e44
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
|
2 年之前 |
Linus Groh
|
4ea6cc56be
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
|
2 年之前 |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
2 年之前 |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 年之前 |
Linus Groh
|
4f73851afc
LibWeb: Move CallbackType from Bindings/ to WebIDL/
|
2 年之前 |
Andreas Kling
|
37ea6de772
LibWeb: Remove now-unnecessary JS::Handles in microtask capture lists
|
2 年之前 |
Andreas Kling
|
2ccb9bef49
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
|
2 年之前 |
Luke Wilde
|
dfe57543a4
LibWeb: Keep message alive in postMessage task callback lambda
|
2 年之前 |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 年之前 |