Bug 1260651 part.48 Rename nsHTMLEditRules to mozilla::HTMLEditRules (and also their file names) r=mccr8
This patch changes following classes/structs: nsHTMLEditRules -> mozilla::HTMLEditRules StyleCache -> mozilla::StyleCache nsTableCellAndListItemFunctor -> mozilla::TableCellAndListItemFunctor nsBRNodeFunctor -> mozilla::BRNodeFunctor nsEmptyEditableFunctor -> mozilla::EmptyEditableFunctor nsUniqueFunctor -> mozilla::UniqueFunctor MozReview-Commit-ID: KBjfFmnF5p1
This commit is contained in:
@@ -173,7 +173,7 @@ WSRunObject::InsertBreak(nsCOMPtr<nsINode>* aInOutParent,
|
||||
{
|
||||
// MOOSE: for now, we always assume non-PRE formatting. Fix this later.
|
||||
// meanwhile, the pre case is handled in WillInsertText in
|
||||
// nsHTMLEditRules.cpp
|
||||
// HTMLEditRules.cpp
|
||||
NS_ENSURE_TRUE(aInOutParent && aInOutOffset, nullptr);
|
||||
|
||||
nsresult res = NS_OK;
|
||||
@@ -241,7 +241,7 @@ WSRunObject::InsertText(const nsAString& aStringToInsert,
|
||||
{
|
||||
// MOOSE: for now, we always assume non-PRE formatting. Fix this later.
|
||||
// meanwhile, the pre case is handled in WillInsertText in
|
||||
// nsHTMLEditRules.cpp
|
||||
// HTMLEditRules.cpp
|
||||
|
||||
// MOOSE: for now, just getting the ws logic straight. This implementation
|
||||
// is very slow. Will need to replace edit rules impl with a more efficient
|
||||
|
||||
Reference in New Issue
Block a user