зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1649121: part 1) Add some documentation to `HTMLEditor::CreateDOMFragmentFromPaste`. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D81539
This commit is contained in:
Родитель
6f921302c7
Коммит
9ae430ad1a
|
@ -4383,6 +4383,11 @@ class HTMLEditor final : public TextEditor,
|
|||
char16_t** aCfcontext);
|
||||
|
||||
nsresult StripFormattingNodes(nsIContent& aNode, bool aOnlyList = false);
|
||||
|
||||
/**
|
||||
* @param aContextStr as indicated by nsITransferable's kHTMLContext.
|
||||
* @param aInfoStr as indicated by nsITransferable's kHTMLInfo.
|
||||
*/
|
||||
nsresult CreateDOMFragmentFromPaste(
|
||||
const nsAString& aInputString, const nsAString& aContextStr,
|
||||
const nsAString& aInfoStr, nsCOMPtr<nsINode>* aOutFragNode,
|
||||
|
|
Загрузка…
Ссылка в новой задаче