mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-08 16:02:39 +01:00
9f6035b2c6
Summary: See D6895. We currenty whitelist one of the DOM classes, but should whitelist them all. Classes not in this whitelist raise warnings when users who don't have the corresponding extensions installed lint code. We don't want to require you to install every extension just to send diffs, so we whitelist stuff that we know would exist if you did install everything. Test Plan: bwahaha Reviewers: btrahan, Firehed Reviewed By: Firehed CC: aran Differential Revision: https://secure.phabricator.com/D6896
31 lines
453 B
Text
31 lines
453 B
Text
DOMException
|
|
DOMStringList
|
|
DOMNameList
|
|
DOMImplementationList
|
|
DOMImplementationSource
|
|
DOMImplementation
|
|
DOMNode
|
|
DOMNameSpaceNode
|
|
DOMDocumentFragment
|
|
DOMDocument
|
|
DOMNodeList
|
|
DOMNamedNodeMap
|
|
DOMCharacterData
|
|
DOMAttr
|
|
DOMElement
|
|
DOMText
|
|
DOMComment
|
|
DOMTypeinfo
|
|
DOMUserDataHandler
|
|
DOMDomError
|
|
DOMErrorHandler
|
|
DOMLocator
|
|
DOMConfiguration
|
|
DOMCdataSection
|
|
DOMDocumentType
|
|
DOMNotation
|
|
DOMEntity
|
|
DOMEntityReference
|
|
DOMProcessingInstruction
|
|
DOMStringExtend
|
|
DOMXPath
|