summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2021-11-13LibWeb: Allow setting the width & height properties on <canvas> elementsAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create_wrapper()Andreas Kling
2021-10-28LibWeb: Properly handle the <td align> attributeAndreas Kling
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-23LibWeb: Syntax-highlight CSS within HTML :^)Sam Atkins
2021-10-23LibWeb: Move image resource request out of ImageStyleValue constructorSam Atkins
2021-10-18LibWeb: Update <object> style on resource load/failureAndreas Kling
2021-10-18LibWeb: Update <img> style on resource load/failureAndreas Kling
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-12LibWeb: Add missing upcalls in HTMLSelectElementAndreas Kling
2021-10-12LibWeb: Add missing upcalls in HTMLInputElementAndreas Kling
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-10LibWeb: Remove dead "outer loop" code in adoption agency algorithmBrian Gianforcaro
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-03LibWeb: Run clang-format on HTMLAreaElement.cppLinus Groh
2021-10-03LibWeb: Implement the HTMLHyperlinkElementUtils mixinAndreas Kling
2021-10-03LibWeb: Only auto-reschedule HTML::EventLoop when there are runnablesAndreas Kling
2021-10-03LibWeb: Don't update rendering in BrowsingContexts without opportunityAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop drive the firing of `resize` eventsAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop drive animation frame callbacksAndreas Kling
2021-10-03LibWeb: Let HTML::EventLoop keep track of live DOM::Document objectsAndreas Kling
2021-10-03LibWeb: Only take runnable tasks from the HTML task queueAndreas Kling
2021-10-03LibWeb: Improve HTML::EventLoop::spin_until()Andreas Kling
2021-10-03LibWeb: Run setTimeout() and setInterval() callbacks as HTML tasksAndreas Kling
2021-10-01LibWeb: Add the missing PageTransitionEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the missing SubmitEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the missing MessageEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the lastEventId IDL attribute to MessageEventIdan Horowitz
2021-10-01LibWeb: Change the IDL type of MessageEvent::data to anyIdan Horowitz
2021-10-01LibWeb: Add the missing CloseEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Check for HTML integration points in the tree constructorLuke Wilde
2021-10-01LibWeb: Implement HTMLStyleElement.sheetLuke Wilde
2021-09-30LibWeb: Fix null dereference when assigning an ImageStyleValue via JSAndreas Kling
2021-09-30LibWeb: Support HTMLElement.offset{Width,Height}Andreas Kling
2021-09-30LibWeb: Reimplement the <style> element following the specAndreas Kling
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-28LibWeb: Use Document::parse_url() for preload linksAli Mohammad Pur
2021-09-27LibWeb: Preload resources hinted by <link rel="preload">Andreas Kling
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-26LibWeb: Implement window.queueMicrotask(callback)Andreas Kling
2021-09-26LibWeb: Add the PageTransitionEvent interface and fire "pageshow" eventsAndreas Kling
2021-09-26LibWeb: Add a "page showing" flag to documentsAndreas Kling
2021-09-26LibWeb: Implement "update the current document readiness" from specAndreas Kling
2021-09-26LibWeb: Store HTML document ready state as an enumAndreas Kling