summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2022-02-06LibWeb: Rename Layout::Box::size() to content_size()Andreas Kling
2022-02-05LibWeb: Add a partial implementation of Element.setAttributeNS()Andreas Kling
2022-02-05LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy updateAndreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
2022-02-03LibWeb: Add Document.hasFocus() stubAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibWeb: Implement ChildNode.replaceWithLuke Wilde
2022-01-31LibWeb: Implement ChildNode.afterLuke Wilde
2022-01-31LibWeb: Implement ChildNode.beforeLuke Wilde
2022-01-31LibWeb: Implement ParentNode.replaceChildrenLuke Wilde
2022-01-31LibWeb: Implement ParentNode.appendLuke Wilde
2022-01-31LibWeb: Implement ParentNode.prependLuke Wilde
2022-01-24LibWeb: Resolve a FIXME when determining target of an event handlerAndreas Kling
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-20LibWeb: Don't match the node querySelector(All) was called onLuke Wilde
2022-01-19LibJS: Pass source text to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-02LibWeb: Introduce MediaFeatureValue type for use in media queriesSam Atkins
2021-12-30LibWeb: Implement Element.getAttributeNamesLuke Wilde
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-10LibWeb: Implement AbortSignal.throwIfAbortedLuke Wilde
2021-12-10LibWeb: Add support for AbortSignal.reasonLuke Wilde
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-09LibWeb: Make CSS::Screen forward its ref count to DOM::WindowAndreas Kling
2021-12-09LibWeb: Make DOM::NamedNodeMap forward its ref count to DOM::ElementAndreas Kling
2021-12-09LibWeb: Make DOMImplementation forward its ref count to DOM::DocumentAndreas Kling
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17LibWeb: Remove background-repeat/image fields and gettersSam Atkins
2021-11-17LibWeb: Store background layers in ComputedValuesSam Atkins
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-11-03LibWeb: Change Document.{hidden,visibilityState} spec links to HTMLLuke Wilde
2021-11-02LibWeb: Show DOM comment contents in DOM inspectorAndreas Kling
2021-11-02LibWeb: Hide uninteresting whitespace text nodes from DOM inspectorAndreas Kling
2021-10-31LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOrTimothy Flynn
2021-10-31LibWeb: Implement `prefers-color-scheme` media query featureSam Atkins
2021-10-28LibWeb: Add Element.webkitMatchesSelectorLuke Wilde
2021-10-28LibWeb: Remove two lowercase string creations from Element::has_classTimothy Flynn
2021-10-28LibWeb: Do not create lowercase strings in NamedNodeMap::get_attributeTimothy Flynn
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-10-19LibWeb: Distinguish between integer and float in NumericStyleValueSam Atkins
2021-10-19LibWeb: Add Event.eventPhase constantsLuke Wilde