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
/
WebSockets
Age
Commit message (
Expand
)
Author
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
Andreas Kling
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket
Andrew Kaster
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
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-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-21
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
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-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-05-15
LibWeb: Abstract the LibProtocol WebSockets connection
DexesTTP
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-30
LibWeb: Make WebSocket::close() arguments optional to match IDL
Idan Horowitz
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-02
LibWeb: Send Origin on WebSocket connection
Michiel Visser
2022-02-18
LibWeb: Use more relevant WebSocket spec links
Linus Groh
2022-02-18
LibWeb: Move WebSocket into the Web::WebSockets namespace
Linus Groh