Skip to content

Expose some methods in nsIContentUtils for attributes.

Gabriel Ivăncescu requested to merge insn/wine-gecko:content-utils into master

These methods will be useful when implementing the MutationObserver and observing attribute changes. In nsIMutationObserver (AttributeChanged and AttributeSetToCurrentValue) converting nsAttrValue to string is needed to obtain its old value, and GetNamespaceURI to obtain its namespace URI string from the namespaceID.

Merge request reports

Loading