Closed
Bug 1536907
Opened 6 years ago
Closed 5 years ago
Add support to avoid notify document to Document::InsertAnonymousContent()
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(1 obsolete file)
Per Emilio's comment in https://phabricator.services.mozilla.com/D9568#689590,
it could be useful to add a way to Document::InsertAnonymousContent()
to not notifying document. Currently, the method calls InsertAnonContentIntoCanvas
, which always notifies document at [1].
Updated•6 years ago
|
Priority: -- → P5
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Document::InsertAnonymousContent, Document::RemoveAnonymousContent, and
nsINode::RemoveChild implement webidl methods, so I add separate methods
which have optional aNotify arguments, and use them in AccessibleCaret.
Updated•5 years ago
|
Attachment #9118614 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
I use another approach in bug 1607123 so this bug is no longer needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•