index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
Window.h
Age
Commit message (
Expand
)
Author
2023-03-03
LibWeb: Make Window.screen a replaceable attribute
Luke Wilde
2023-02-28
LibWeb: Implement navigator.{plugins,mimeTypes}
Luke Wilde
2023-02-28
LibWeb: Define navigator/clientInformation with define_native_accessor
Luke Wilde
2023-02-18
LibWeb: Make factory method of HTML::Window fallible
Kenneth Myhra
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-18
LibWeb: Define window.isSecureContext
Cameron Youell
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
LibWeb: Add initial implementation of structured clone
Daniel Ehrenberg
2022-11-15
LibWeb: Implement window.open
Idan Horowitz
2022-11-07
LibWeb: Implement Window.focus
Luke Wilde
2022-11-01
LibWeb: Define window.outerWidth and window.outerHeight
Timothy Flynn
2022-10-27
Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"
Andreas Kling
2022-10-24
LibWeb: Expose an import map and import maps allowed on Window
networkException
2022-10-20
LibWeb: Make window.{window,self,frames} return the WindowProxy
Andreas Kling
2022-10-20
LibWeb: Remove unnecessary hack in HTML::Window::initialize()
Andreas Kling
2022-10-20
LibWeb: Use OrderedHashMap to store pending idle callbacks
Andreas Kling
2022-10-20
LibWeb: Make window.parent and window.top return WindowProxy
Andreas Kling
2022-10-10
LibWeb: Make Window.getSelection() forward to Document.getSelection()
Andreas Kling
2022-10-09
LibWeb: Re-implement HTML::Navigator using IDL
Andrew Kaster
2022-10-01
LibWeb: Remove prototype and constructor helpers from Window
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-20
LibWeb: Implement Window.frameElement
Andreas Kling
2022-09-20
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
Andreas Kling
2022-09-09
LibWeb: Implement window.length
networkException
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb: Make Crypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Remove unused HTML::Window::create_with_document()
Andreas Kling
2022-09-06
LibWeb: Make SubtleCrypto GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Storage GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make HTML::Timer GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSS::Screen GC-allocated
Andreas Kling
2022-09-06
LibWeb: Add HTML::Window::cached_web_prototype()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Move event listeners, handlers and callbacks to the GC heap
Andreas Kling
2022-09-06
LibWeb: Make CSSStyleDeclaration GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-05
LibWeb: Add a way to construct HTML::Window without a DOM::Document
Andreas Kling
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-05-13
LibWeb: Stop inactive requestAnimationFrame() callbacks from running
MacDue
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-04-02
LibWeb: Implement the infrastructure necessary for requestIdleCallback
Simon Wanner
2022-03-24
LibWeb: Weakly store a reference to the Window object in timer tasks
Timothy Flynn
2022-03-16
LibWeb: Implement window.name
Simon Wanner
[next]