index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2020-04-17
LibWeb: Implement JS confirm()
Nick Tiberi
2020-04-16
LibWeb: Implement CanvasRenderingContext2D::stroke_rect() with lines
Andreas Kling
2020-04-16
LibWeb: Add some basic path drawing functionality to the canvas element
Andreas Kling
2020-04-16
LibWeb: Scroll back to the top when a new page is loaded
Jack Byrne
2020-04-16
LibWeb: Support alert() with no arguments
Linus Groh
2020-04-15
LibWeb: Use Checked<T> when creating <canvas> bitmap buffers
Andreas Kling
2020-04-15
LibWeb: Limit the maximum size of <canvas> bitmap buffers
Andreas Kling
2020-04-14
LibWeb: Add CanvasRenderingContext2D.drawImage(image, x, y)
Andreas Kling
2020-04-14
LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)
Andreas Kling
2020-04-14
LibWeb: Add is<HTMLImageElement>()
Andreas Kling
2020-04-14
LibWeb: Dispatch a "load" event on HTMLImageElement
Andreas Kling
2020-04-14
LibJS: Remove shift, pop, push functions from Array object
Linus Groh
2020-04-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-13
LibWeb: Use specific error classes when throwing exceptions
Linus Groh
2020-04-12
LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^)
Andreas Kling
2020-04-12
LibWeb: Add port blacklist for ResourceLoader::load
Brendan Coles
2020-04-11
LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLs
Brendan Coles
2020-04-08
LibWeb: Support relative URL's in XMLHttpRequest
Andreas Kling
2020-04-08
LibWeb: Add XMLHttpRequest object :^)
Andreas Kling
2020-04-08
LibWeb: Expose the global object as "window"
Andreas Kling
2020-04-08
LibWeb: Remove bizarre HashMap leak in StyleProperties copy ctor
Andreas Kling
2020-04-08
LibWeb: Make CanvasRenderingContext2D use floats instead of ints
Andreas Kling
2020-04-08
LibWeb: Add canvas.strokeRect(), and fix scale & translate
Brian Gianforcaro
2020-04-07
LibWeb: Add Origin concept (protocol, host, port tuple)
Andreas Kling
2020-04-07
LibCore: Add Core::Timer::create_single_shot()
Andreas Kling
2020-04-07
LibWeb: Fix null dereference in HtmlView::mousedown_event
Andreas Kling
2020-04-06
LibJS: Support array holes, encoded as empty JS::Value
Andreas Kling
2020-04-06
Meta: Add missing copyright headers
Andreas Kling
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-04-06
LibWeb: Allow window.setTimeout() with no interval
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-04
LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs
Andreas Kling
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-04
LibWeb: Treat '<' characters as part of the text inside <script>
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibWeb: Don't call an absent error callback in load_sync()
Andreas Kling
2020-04-04
LibJS: Add js_string(Interpreter&, String)
Andreas Kling
2020-04-03
LibWeb: Implement <script src> support for synchronous scripts
Andreas Kling
2020-04-03
LibWeb: Add ResourceLoader::load_sync()
Andreas Kling
2020-04-03
LibWeb: Protect DOM node while preparing to send mouse events
Andreas Kling
2020-04-03
LibWeb: Add NavigatorObject to Makefile
Linus Groh
2020-04-03
LibWeb: Handle invalid URL in HtmlView::load()
Linus Groh
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb: Remove debug spam in WindowObject
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-04-01
Browser: Add error page
Linus Groh
[next]