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
/
Bindings
Age
Commit message (
Expand
)
Author
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-26
LibWeb: Add cached global attribute name FlyStrings
Andreas Kling
2020-05-26
LibWeb: Add Element.getAttribute() and Element.setAttribute() :^)
Andreas Kling
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-25
LibWeb: Add navigator.language and navigator.languages
Linus Groh
2020-05-21
LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()
Linus Groh
2020-05-21
LibWeb: Enforce set{Interval,Timeout}() min interval of 0
Linus Groh
2020-05-21
LibWeb: Allow setInterval() with no interval
Linus Groh
2020-05-21
LibWeb: Let various functions throw if not enough arguments
Linus Groh
2020-05-21
LibWeb: Embrace Interpreter::{argument_count(), argument(index)}
Linus Groh
2020-05-21
LibWeb: Send User-Agent in HTTP requests
Andreas Kling
2020-05-21
LibWeb: Add CanvasRenderingContext2D.canvas
Linus Groh
2020-05-21
LibWeb: Let HTMLCanvasElement.getContext() return null for unknown types
Linus Groh
2020-05-20
LibWeb: Make window.location.reload() enumerable only
Linus Groh
2020-05-20
LibWeb: Make window.location properties non-configurable
Linus Groh
2020-05-20
LibWeb: Add leading "?" to window.location.search if not empty
Linus Groh
2020-05-20
LibWeb: Add leading "#" to window.location.hash if not empty
Linus Groh
2020-05-18
LibWeb: Allow reloading the current page with location.reload()
Andreas Kling
2020-05-18
LibWeb: Add location.protocol and location.host
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-05
LibWeb: Add canvas.quadraticCurveTo()
AnotherTest
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
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-21
LibWeb: Add ImageData objects and implement 2D context putImageData()
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: Add some basic path drawing functionality to the canvas element
Andreas Kling
2020-04-16
LibWeb: Support alert() with no arguments
Linus Groh
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
LibJS: Remove shift, pop, push functions from Array object
Linus Groh
2020-04-13
LibWeb: Use specific error classes when throwing exceptions
Linus Groh
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: Make CanvasRenderingContext2D use floats instead of ints
Andreas Kling
2020-04-08
LibWeb: Add canvas.strokeRect(), and fix scale & translate
Brian Gianforcaro
[next]