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-05-06
LibWeb: Add hook when a link is middle clicked
FalseHonesty
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-05
LibWeb: Expose the ProtocolClient inside ResourceLoader as an API
Andreas Kling
2020-05-05
LibWeb: Add hook when context menu is requested by right-clicking link
Andreas Kling
2020-05-05
LibWeb: Add support for "display: inline-block"
Andreas Kling
2020-05-05
LibWeb: Turn some HTML entities into nicer text in the parser
Andreas Kling
2020-05-05
LibWeb: Don't emit a simple selector if nothing was consumed
Andreas Kling
2020-05-05
LibWeb: Fall back to LayoutInline for any unrecognized CSS display
Andreas Kling
2020-05-05
LibWeb: Make the URL encoding function a little less copy-happy
Andreas Kling
2020-05-05
LibWeb: Recognise :focus pseudo-class
Linus Groh
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: Plumb the full HtmlView viewport rect down into the engine
Andreas Kling
2020-05-04
LibWeb: Don't assert when trying to rebuild a single-node layout tree
Andreas Kling
2020-05-04
LibWeb: Don't generate a layout node for <input type="hidden">
Andreas Kling
2020-05-04
LibWeb: Add basic support for redirects
Linus Groh
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
LibWeb: Handle iso-8859-1 web content a little bit better
Andreas Kling
2020-05-03
ProtocolServer: Pass HTTP response headers to the client
Andreas Kling
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
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
[next]