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-29
LibJS: Pass JS::Function around by reference more
Andreas Kling
2020-04-29
LibWeb: Make EventListener::function() return a reference
Andreas Kling
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-26
LibWeb: Support loading data: URLs transparently via ResourceLoader
Andreas Kling
2020-04-26
LibWeb: Run clang-format on ResourceLoader.cpp
Andreas Kling
2020-04-25
LibWeb: Handle .gifs as images and use ImageDecoder to decode them
Peter Nelson
2020-04-24
LibWeb: Try fetching a favicon when loading a non-file URL in HtmlView
Andreas Kling
2020-04-24
Browser+LibWeb: Open link in new tab on Ctrl+Click :^)
Andreas Kling
2020-04-24
LibWeb: Pass link target to HtmlView's on_link_click callback
Linus Groh
2020-04-23
LibWeb: Add XMLHttpRequest.readyState and constants
Linus Groh
2020-04-23
LibWeb: Use proper length values for CanvasRenderingContext2D functions
Emanuele Torre
2020-04-22
LibWeb: support confirm() with no arguments
Nick Tiberi
2020-04-22
LibWeb: Invalidate the canvas element after put_image_data()
Andreas Kling
2020-04-21
LibWeb: Add ImageData objects and implement 2D context putImageData()
Andreas Kling
2020-04-21
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
Andreas Kling
2020-04-19
LibJS: Add MarkedValueList and use it for argument passing
Andreas Kling
2020-04-18
LibWeb: Parse <br/> into a self-closed br element
Andreas Kling
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-18
LibJS: Make Array constructor take its prototype
Andreas Kling
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
[next]