Andreas Kling
|
a2348ebcc0
LibWeb: Make Window.getSelection() forward to Document.getSelection()
|
hace 2 años |
Linus Groh
|
32ad939e44
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
|
hace 2 años |
Linus Groh
|
4ea6cc56be
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
|
hace 2 años |
Andreas Kling
|
b4f9db84ca
LibWeb: Add missing null check while dispatching mouseenter events
|
hace 2 años |
Andreas Kling
|
9749eda09f
LibWeb: Dispatch mouseenter and mouseleave events when required
|
hace 2 años |
Andreas Kling
|
9c44634ca5
LibWeb: Reorganize layout algorithms around available space
|
hace 2 años |
Andrew Kaster
|
56b381aac0
LibWeb: Cleanup unecessary uses and includes of HTML::Window
|
hace 2 años |
Andrew Kaster
|
a1286f5120
LibWeb: Ensure that replaced documents keep the Window of their sibling
|
hace 2 años |
Andrew Kaster
|
6a10352712
LibWeb: Remove unecessary dependence on Window from UIEvents classes
|
hace 2 años |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
hace 2 años |
Andrew Kaster
|
a2ccb00e1d
LibWeb: Remove unecessary dependence on Window from CSS classes
|
hace 2 años |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
hace 2 años |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
hace 2 años |
Andreas Kling
|
f161e20e57
LibWeb: Make FormattingContext::run() take available space as input
|
hace 2 años |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
hace 2 años |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
hace 2 años |
MacDue
|
f5052e5017
LibWeb: Don't trigger page_did_layout() on non-active documents
|
hace 2 años |
Andreas Kling
|
0c7ab663c1
LibWeb: Flesh out most of the "unload" algorithm for documents
|
hace 2 años |
Andreas Kling
|
270de12d59
LibWeb: Save document load timing when updating document readiness
|
hace 2 años |
Andreas Kling
|
92deba7197
LibWeb: Implement Document/BrowsingContext hookup according to spec
|
hace 2 años |
Andreas Kling
|
77d947b8ad
LibWeb: Initialize document referrer from Fetch Request if available
|
hace 2 años |
Andreas Kling
|
d4acdac317
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
|
hace 2 años |
Andreas Kling
|
e5f6d36616
LibWeb: Keep more of the navigation parameters in Document
|
hace 2 años |
Andreas Kling
|
42b8656db3
LibWeb: Flesh out "document visibility" state a bit more
|
hace 2 años |
Andreas Kling
|
0810e77d77
LibWeb: Set the document "completely loaded time" when appropriate
|
hace 2 años |
Andreas Kling
|
8ead228202
LibWeb: Implement "browsing context group" concept from the HTML spec
|
hace 2 años |
Andreas Kling
|
e6ef366859
LibWeb: Implement basic support for Document.all
|
hace 2 años |
Andreas Kling
|
fa2dd4cbe3
LibWeb: Make Document vend the same HTMLCollections every time
|
hace 2 años |
Andreas Kling
|
da451467b1
LibWeb: Implement basic "scroll" events at the document level
|
hace 2 años |
Andreas Kling
|
07c4bf03b5
LibWeb: Add "scripts to execute in order as soon as possible"
|
hace 2 años |