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
/
Bindings
Age
Commit message (
Expand
)
Author
2021-09-29
LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-29
LibWeb: Support window.screen{X,Y,Left,Top}
Andreas Kling
2021-09-28
LibWeb: Expose CSSStyleDeclaration on the window object
Andreas Kling
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-27
LibWeb: Add initial support for CustomEvent
Luke Wilde
2021-09-27
LibWeb: Add some missing events in EventWrapperFactory
Luke Wilde
2021-09-27
LibWeb: Support window.devicePixelRatio
Andreas Kling
2021-09-26
LibWeb: Make navigator.onLine always true for now
Andreas Kling
2021-09-26
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
Andreas Kling
2021-09-26
LibWeb: Make WindowObject's prototype immutable
Luke Wilde
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-09-26
LibWeb: Convert HTMLCollection to use IDL special operations
Luke Wilde
2021-09-26
LibWeb: Add support for IDL legacy platform objects
Luke Wilde
2021-09-26
LibWeb: Implement window.queueMicrotask(callback)
Andreas Kling
2021-09-25
LibWeb: Move window.scroll{X,Y} from wrapper into DOM::Window
Andreas Kling
2021-09-24
LibWeb: Return undefined from event handler setters, not an empty value
Linus Groh
2021-09-22
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
Andreas Kling
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
LibWeb: Add missing #include to MainThreadVM.h
Andreas Kling
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-18
LibWeb: Implement window.location.port
Andreas Kling
2021-09-14
LibWeb: Add a bare implementation of the URL built-in
Idan Horowitz
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-09-12
LibWeb: Implement window.matchMedia()
Linus Groh
2021-09-12
LibWeb: Start implementing the MediaQueryList interface
Linus Groh
2021-09-12
LibWeb: Explicitly zero-initialize WindowObject::m_location_object
Andreas Kling
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Implement some custom JS internal overrides for Location
Luke Wilde
2021-09-12
LibWeb: Implement window.event as a [Replaceable] property
Linus Groh
2021-09-12
LibWeb: Add A JS setter macro for [Replaceable] IDL properties
Linus Groh
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-12
LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-11
LibWeb: Revoke outstanding WeakPtrs on wrapper zombification
Andreas Kling
2021-09-11
LibWeb: Implement Window.scroll() and Window.scrollBy() JS methods
Sam Atkins
2021-09-11
LibWeb: Implement Window.scroll{X,Y} JS properties
Sam Atkins
2021-09-11
LibWeb: Stub out a dummy window.getComputedStyle()
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-09
LibWeb: Give HTML::EventLoop a pointer to the JS::VM
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-26
LibWeb: Fix that non-member calls to window gave the wrong this_value
davidot
2021-07-26
LibWeb: Make the custom CSSDeclaration methods only work on strings
davidot
2021-07-26
LibWeb: Add a CustomHasProperty trait to WrapperGenerator
davidot
[prev]
[next]