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
/
DOM
Age
Commit message (
Expand
)
Author
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-10
LibWeb: Add Document create_element() and create_text_node() helpers
Andreas Kling
2020-05-09
Meta: Delete empty .cpp files
Linus Groh
2020-05-09
LibWeb: Implicitly close all subpaths when canvas.fill() is called
AnotherTest
2020-05-09
LibWeb: Add support for animated images to HTMLImageElement
Peter Nelson
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-05
LibWeb: Add support for "display: inline-block"
Andreas Kling
2020-05-05
LibWeb: Fall back to LayoutInline for any unrecognized CSS display
Andreas Kling
2020-05-05
LibWeb: Add basic URL encoder for individual values and param lists
Shadowfacts
2020-05-05
LibWeb: When creating form action URL, only include value for the submit
Shadowfacts
2020-05-05
LibWeb: Improve <form> submit method handling
Shadowfacts
2020-05-05
LibWeb: Add canvas.quadraticCurveTo()
AnotherTest
2020-05-04
LibWeb: Respect the <input size> attribute a bit more :^)
Andreas Kling
2020-05-04
LibWeb: Don't generate a layout node for <input type="hidden">
Andreas Kling
2020-05-03
ProtocolServer: Pass HTTP response headers to the client
Andreas Kling
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-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-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-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-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-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-12
LibWeb: Use an AffineTransform for CanvasRenderingContext2D :^)
Andreas Kling
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: 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-06
Meta: Add missing copyright headers
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-03
LibWeb: Implement <script src> support for synchronous scripts
Andreas Kling
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
[next]