Bug 1340027 - Part 1: Add DOM CEReactions annotation.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-04 20:41:41 -05:00 • committed by Roy Tam
commit 0ff8d62963
9 changed files with 42 additions and 42 deletions

View file

@ -50,15 +50,15 @@ interface Range {
const unsigned short END_TO_START = 3;
[Throws]
short compareBoundaryPoints(unsigned short how, Range sourceRange);
[Throws]
[CEReactions, Throws]
void deleteContents();
[Throws]
[CEReactions, Throws]
DocumentFragment extractContents();
[Throws]
[CEReactions, Throws]
DocumentFragment cloneContents();
[Throws]
[CEReactions, Throws]
void insertNode(Node node);
[Throws]
[CEReactions, Throws]
void surroundContents(Node newParent);
Range cloneRange();