summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodesAndreas Kling
2022-12-14LibWeb: Add Document.createProcessingInstruction()Andreas Kling
2022-12-14LibWeb: Make sure ProcessingInstruction objects have the right prototypeAndreas Kling
2022-12-14LibWeb: Implement Node.isEqualNode() for Attr nodesAndreas Kling
2022-12-14LibWeb: Implement Node.cloneNode for Attr nodesAndreas Kling
2022-12-14LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgunAndreas Kling
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb: Add Document.getSelectionLuke Wilde
2022-12-10LibWeb: Stub Range.getBoundingClientRectLuke Wilde
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-01LibWeb: Ensure the number of pseudo elements stays up-to-dateTimothy Flynn
2022-11-30LibWeb: Update incorrect WEB_PLATFORM_OBJECT base class for two classesAndreas Kling
2022-11-25LibWeb: Add missing [SameObject] extended attributes in IDL filesAndreas Kling
2022-11-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas Kling
2022-11-23LibWeb: Avoid including LibJS/Parser.h in a handful of cpp filesAndreas Kling
2022-11-21LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()Baitinq
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling
2022-11-15LibWeb: Implement document.open(string, string, string)Idan Horowitz
2022-11-07LibWeb: Check that there's a head element before looking for faviconsLuke Wilde
2022-11-07LibWeb: Start implementing the Element scroll attributesLuke Wilde
2022-11-07LibWeb: Stub Document.queryCommandSupportedLuke Wilde
2022-11-07LibWeb: Implement Element.getAttributeNodeLuke Wilde
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-06LibWeb: Replace some unnecessary ShadowRoot verify_cast with static_castBaitinq
2022-11-05LibWeb: Render text inside <input type=password> as asterisks (`*`)Andreas Kling
2022-11-05LibWeb: Add DOM::Node::parent_or_shadow_host_element()Andreas Kling
2022-11-05LibWeb: Cache the first <base href> (in tree order) in DocumentAndreas Kling
2022-11-03LibWeb: Make it obvious that DOM::Document makes a copy of its sourceTimothy Flynn
2022-11-03LibWeb: Fully implement the fragment serializing algorithmTimothy Flynn
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-29LibWeb: Use StringView literals for all `WebIDL::SimpleException`sLinus Groh
2022-10-29LibWeb: Don't update style/layout in template contents owner documentsAndreas Kling
2022-10-29LibWeb: Don't invalidate layout when setting .innerHTML on <template>Andreas Kling
2022-10-29LibWeb: Make layout-after-resize lazy (because why not)Andreas Kling
2022-10-29LibWeb: Don't invalidate style for entire document on Node insertionAndreas Kling
2022-10-29LibWeb: Update "appropriate template contents owner document" AOAndreas Kling
2022-10-29LibWeb: Don't invalidate style for entire document on attribute changeAndreas Kling
2022-10-28LibWeb: Expose NodeFilter on the Window objectLuke Wilde
2022-10-26LibWeb: Add the ability for an AbortSignal to follow anotherLuke Wilde
2022-10-26LibWeb: Convert DOM::AbortSignal to use JS::SafeFunctionLuke Wilde
2022-10-24LibWeb: Add EventTarget::has_event_listener(FlyString type)Andreas Kling