summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2021-12-21LibWeb: Capture <script> element's node document on executionLuke Wilde
2021-12-10LibWeb: Fix off-by-one error when highlighting unquoted HTML attributesSam Atkins
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-18LibWeb: Make HTMLLinkElement responsible for its own loadingSam Atkins
2021-11-17LibWeb: Remove background_image from NodeWithStyleSam Atkins
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