summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2022-06-29LibWeb: Move ClassicScript::m_settings_object into the Script baseLuke Wilde
2022-06-29LibWeb: Implement WindowEventHandlersLuke Wilde
2022-06-29LibWeb: Only make certain <body> and <frameset> events apply to WindowLuke Wilde
2022-06-27LibWeb: Forward CRC2D's ref count to HTMLCanvasElementLuke Wilde
2022-06-19LibWeb: Implement HTMLBaseElement.hrefLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-06-16LibWeb: Disable unused error on temporarily unused variable from specFrHun
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-03LibWeb: Fix Array OOBs in the HTMLTokenizerstelar7
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-13LibWeb: Stop inactive requestAnimationFrame() callbacks from runningMacDue
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
2022-05-06LibWeb: Remove unneeded LibGUI include in Window.cppDexesTTP
2022-04-20LibWeb: Fix various spec comment inconsistenciesLinus Groh
2022-04-17LibWeb: Dont abort when parsing data- properties that contain dashesstelar7
2022-04-14LibWeb: Stop including StyleValue.h in a few placesSam Atkins
2022-04-13LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElementsAndreas Kling
2022-04-13LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrapAndreas Kling
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-12LibWeb: Bring HTMLOptionElement closer to specIgor Pissolati
2022-04-12LibWeb: Improve HTMLImageElement::{width,height}()Igor Pissolati
2022-04-12LibWeb: Bring HTMLImageElement closer to specIgor Pissolati
2022-04-11LibWeb: Reset canvas elements when their width/height attribute are setAndreas Kling
2022-04-11LibWeb: Add fast path for CRC2D.drawImage() with simple transformAndreas Kling
2022-04-11LibWeb: Honor "display:block" on IMG elementsAndreas Kling
2022-04-10LibWeb: Update layout in HTMLElement.offset{Width,Height}Andreas Kling
2022-04-10LibWeb: Stub CanvasRenderingContext2D.clipLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.resetTransformLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.setTransformLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.transformLuke Wilde
2022-04-10LibWeb: Update displayed favicon when a favicon is loadedAnthony Van de Gejuchte
2022-04-10LibWeb: Add icon as possible resource type on the link tagAnthony Van de Gejuchte
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
2022-04-07LibWeb: Fix logic mistake in CRC2D's default_source_size()Andreas Kling
2022-04-07LibWeb: Support CRC2D.drawImage() with affine transformAndreas Kling
2022-04-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-04-06LibWeb: Remove unused HTML::parse_html_document()Andreas Kling
2022-04-04LibWeb: Add legacy Option factory functionIgor Pissolati
2022-04-03LibWeb: Handle failed browsing context creation in HTMLObjectElementSimon Wanner
2022-04-03LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()Simon Wanner
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-02LibWeb: Add the requestIdleCallback/cancelIdleCallback APISimon Wanner
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner
2022-04-02LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDLIdan Horowitz
2022-04-02LibWeb: Add the GlobalEventHandlers IDL mixinIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-31LibWeb: Add the HTMLOrSVGElement IDL interface mixinIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz