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-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
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-06
LibJS: Remove the default length & attributes from define_native_*
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Window
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Navigator
Idan Horowitz
2021-07-05
LibWeb: Replace usage of native properties with accessors in Location
Idan Horowitz
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-05-31
LibWeb: Return null in Window.{top,parent} if browsing context is null
Luke
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur
2021-05-07
LibWeb: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-23
LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
Andreas Kling
[next]