summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22LibWeb: Allow IDL interfaces to override get_by_index()Andreas Kling
2021-04-22LibWeb: Improve fallback font selectionSimon Danner
2021-04-22LibWeb: Encode URL in ResourceLoader::load()Simon Danner
2021-04-22LibWeb: Parse line-height inside font propertyEgor Ananyin
2021-04-22LibWeb: Fix height computation (again) :^)Egor Ananyin
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22LibWeb: Fix HTML injection on FrameLoader error pageLinus Groh
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
2021-04-21LibWeb: Implement scientific notation parsing in PathDataParserIdan Horowitz
2021-04-20LibWeb: Register FormAssociatedElement with their owner formAndreas Kling
2021-04-20LibWeb: Make HTMLSelectElement a FormAssociatedElementAndreas Kling
2021-04-20LibWeb: Don't call ResourceLoader error callback on 4xx status codeLinus Groh
2021-04-20LibWeb: Display <ol> and respect list-style-type in <ul>Tobias Christiansen
2021-04-20LibWeb: Make the ListItemMarkerBox index-aware.Tobias Christiansen
2021-04-20LibWeb: Add capabilities to find the index of a child in its parent.Tobias Christiansen
2021-04-20LibWeb: Use correct event name for the onmousemove global event handlerIdan Horowitz
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling
2021-04-20LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()Andreas Kling
2021-04-19LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^)Andreas Kling
2021-04-19LibWeb: Correctly calculate height of TableRowGroupBoxAdam Hodgen
2021-04-19LibWeb: Properly handle thead and tfooter HTML tagsAdam Hodgen
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-17LibWeb: Don't load anything for <iframe> without src attributeAndreas Kling
2021-04-17LibWeb: Fix height calculation for absolutely positioned boxesEgor Ananyin
2021-04-17LibWeb: Fix misplaced bullet points on list itemsTobias Christiansen
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16LibWeb: Impose a sane max cookie sizeTimothy Flynn
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-15LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributesIdan Horowitz
2021-04-15LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}Idan Horowitz
2021-04-15LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_textIdan Horowitz
2021-04-15LibWeb: Add support for optional double arguments with no default valueIdan Horowitz
2021-04-15LibWeb: Emit optional boolean variable definition in WrapperGeneratorIdan Horowitz
2021-04-15LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()AnotherTest
2021-04-15LibGfx+LibWeb: Move out the EllipticArcTo() logic into PathAnotherTest
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <img> and <object> resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-15LibWeb: Helper for creating load requests with a Cookie headerTimothy Flynn