index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
Andreas Kling
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
LibWeb: Allow IDL interfaces to override get_by_index()
Andreas Kling
2021-04-22
LibWeb: Improve fallback font selection
Simon Danner
2021-04-22
LibWeb: Encode URL in ResourceLoader::load()
Simon Danner
2021-04-22
LibWeb: Parse line-height inside font property
Egor Ananyin
2021-04-22
LibWeb: Fix height computation (again) :^)
Egor Ananyin
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-22
LibWeb: Fix HTML injection on FrameLoader error page
Linus Groh
2021-04-22
LibWeb+Base: Use AK::SourceGenerator for error pages
Andreas Kling
2021-04-21
LibWeb+Base: Convert String::format() to String::formatted()
Andreas Kling
2021-04-21
LibWeb: Implement scientific notation parsing in PathDataParser
Idan Horowitz
2021-04-20
LibWeb: Register FormAssociatedElement with their owner form
Andreas Kling
2021-04-20
LibWeb: Make HTMLSelectElement a FormAssociatedElement
Andreas Kling
2021-04-20
LibWeb: Don't call ResourceLoader error callback on 4xx status code
Linus Groh
2021-04-20
LibWeb: Display <ol> and respect list-style-type in <ul>
Tobias Christiansen
2021-04-20
LibWeb: Make the ListItemMarkerBox index-aware.
Tobias Christiansen
2021-04-20
LibWeb: Add capabilities to find the index of a child in its parent.
Tobias Christiansen
2021-04-20
LibWeb: Use correct event name for the onmousemove global event handler
Idan Horowitz
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-20
LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()
Andreas Kling
2021-04-19
LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)
Andreas Kling
2021-04-19
LibWeb: Correctly calculate height of TableRowGroupBox
Adam Hodgen
2021-04-19
LibWeb: Properly handle thead and tfooter HTML tags
Adam Hodgen
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-17
LibWeb: Don't load anything for <iframe> without src attribute
Andreas Kling
2021-04-17
LibWeb: Fix height calculation for absolutely positioned boxes
Egor Ananyin
2021-04-17
LibWeb: Fix misplaced bullet points on list items
Tobias Christiansen
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-16
LibWeb: Impose a sane max cookie size
Timothy Flynn
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-04-15
LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}
Idan Horowitz
2021-04-15
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
Idan Horowitz
2021-04-15
LibWeb: Add support for optional double arguments with no default value
Idan Horowitz
2021-04-15
LibWeb: Emit optional boolean variable definition in WrapperGenerator
Idan Horowitz
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
2021-04-15
LibGfx+LibWeb: Move out the EllipticArcTo() logic into Path
AnotherTest
2021-04-15
LibWeb: Set Cookie header on remaining resource requests
Timothy Flynn
2021-04-15
LibWeb: Set Cookie header on <img> and <object> resource requests
Timothy Flynn
2021-04-15
LibWeb: Set Cookie header on <script> resource requests
Timothy Flynn
2021-04-15
LibWeb: Helper for creating load requests with a Cookie header
Timothy Flynn
[next]