79504b071dbf0bf50e5be456f7f8e1255447a9ef: Bug 1260651 part.43 Rename nsAutoInsertContainerSelNotify to mozilla::AutoInsertContainerSelNotify r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 15:21:35 +0900 - rev 385733
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.43 Rename nsAutoInsertContainerSelNotify to mozilla::AutoInsertContainerSelNotify r?mccr8
MozReview-Commit-ID: GEfM8GJO3xd
f51ec81bc7d05d43ac84d41794560eac4de93748: Bug 1260651 part.42 Rename nsAutoRemoveContainerSelNotify to mozilla::AutoRemoveContainerSelNotify r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 18:27:18 +0900 - rev 385732
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.42 Rename nsAutoRemoveContainerSelNotify to mozilla::AutoRemoveContainerSelNotify r?mccr8
MozReview-Commit-ID: GyU26vXBGyt
c4b5d7931f9ecacbe973f26e567f1ad1c793ce4d: Bug 1260651 part.41 Rename mozilla::dom::AutoReplaceContainerSelNotify to mozilla::AutoReplaceContainerSelNotify r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 15:14:16 +0900 - rev 385731
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.41 Rename mozilla::dom::AutoReplaceContainerSelNotify to mozilla::AutoReplaceContainerSelNotify r?mccr8
MozReview-Commit-ID: 2EB2yQOpjO9
99018adff8e5a515a67c25af65be182cc817376b: Bug 1260651 part.40 Rename nsAutoTrackDOMPoint to mozilla::AutoTrackDOMPoint r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 15:08:16 +0900 - rev 385730
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.40 Rename nsAutoTrackDOMPoint to mozilla::AutoTrackDOMPoint r?mccr8
MozReview-Commit-ID: 775stH3pteA
a4082c294175bcdbbfdb63317fbcce684f833910: Bug 1260651 part.39 Rename nsRangeUpdater to mozilla::RangeUpdater r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 15:01:40 +0900 - rev 385729
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.39 Rename nsRangeUpdater to mozilla::RangeUpdater r?mccr8
MozReview-Commit-ID: 8xPhGbSSOjx
07c8b508d4cc23b12a622abc655343e899d634d7: Bug 1260651 part.38 Rename nsRangeStore to mozilla::RangeItem because the instances called 'item' in many places r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 14:44:14 +0900 - rev 385728
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.38 Rename nsRangeStore to mozilla::RangeItem because the instances called 'item' in many places r?mccr8
MozReview-Commit-ID: BUU44fpTNyW
bbe360841a0e74fdbb7c1b0e99271e1a1361f6b4: Bug 1260651 part.37 Rename nsSelectionState to mozilla::SelectionState (and their file names too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 18:15:53 +0900 - rev 385727
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.37 Rename nsSelectionState to mozilla::SelectionState (and their file names too) r?mccr8
Note that this fixes some new bustage of nsHTMLEditor.
nbsp is conflict with nsWSRunObject.cpp's same name constant. Therefore, I moved it into nsHTMLEditor and rename it to kNBSP.
And including some missing header files.
MozReview-Commit-ID: hwL8BIbSMQ
b8d01d4591941b394e0695f00543d7119b226a80: Bug 1260651 part.36 Rename nsInternetCiter to mozilla::InternetCiter (and their files too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 18:00:19 +0900 - rev 385726
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.36 Rename nsInternetCiter to mozilla::InternetCiter (and their files too) r?mccr8
MozReview-Commit-ID: IGznbRrkf23
3ddbf5d1bde11c5b89bd7b2ec393ef7502540e3b: Bug 1260651 part.35 Move PorpItem and TypeInState from global namespace to mozilla namespace r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 08 Jul 2016 11:51:46 +0900 - rev 385725
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.35 Move PorpItem and TypeInState from global namespace to mozilla namespace r?mccr8
Moving PropItem and TypeInState into mozilla namespace. I.e., these names are:
PropItem -> mozilla::PropItem
TypeInState -> mozilla::TypeInState
Although, there might be better names for them. They are too general names.
MozReview-Commit-ID: By9CX1KlAaU
34af67d205ccec153580f67e34f7c9871d1728ea: Bug 1260651 part.34 Rename editor command classes and their file names r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 24 Jun 2016 11:45:22 +0900 - rev 385724
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.34 Rename editor command classes and their file names r?mccr8
This patch renames editor command classes listed below:
* nsBaseEditorCommand -> mozilla::EditorCommandBase
* nsUndoCommand -> mozilla::UndoCommand
* nsRedoCommand -> mozilla::RedoCommand
* nsClearUndoCommand -> mozilla::ClearUndoCommand
* nsCutCommand -> mozilla::CutCommand
* nsCutOrDeleteCommand -> mozilla::CutOrDeleteCommand
* nsCopyCommand -> mozilla::CopyCommand
* nsCopyOrDeleteCommand -> mozilla::CopyOrDeleteCommand
* nsCopyAndCollapseToEndCommand -> mozilla::CopyAndCollapseToEndCommand
* nsPasteCommand -> mozilla::PasteCommand
* nsPasteTransferableCommand -> mozilla::PasteTransferableCommand
* nsSwitchTextDirectionCommand -> mozilla::SwitchTextDirectionCommand
* nsDeleteCommand -> mozilla::DeleteCommand
* nsSelectAllCommand -> mozilla::SelectAllCommand
* nsSelectionMoveCommands -> mozilla::SelectionMoveCommands
* nsInsertPlaintextCommand -> mozilla::InsertPlaintextCommand
* nsPasteQuotationCommand -> mozilla::PasteQuotationCommand
MozReview-Commit-ID: Lf6Lc39FpqM
ee1f724a1fefdb57a3e9f4dc5cd4440e8c43a853: Bug 1260651 part.33 Rename nsEditorController to mozilla::EditorController (and their files too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 08 Jul 2016 14:26:02 +0900 - rev 385723
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.33 Rename nsEditorController to mozilla::EditorController (and their files too) r?mccr8
MozReview-Commit-ID: 5xedcGTDlq1
6adebb8d5dc3f7cb7bed6c5bcadce025d3741cb1: Bug 1260651 part.32 Rename EditTxn to mozilla::EditTransactionBase r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Fri, 08 Jul 2016 09:48:34 +0900 - rev 385722
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.32 Rename EditTxn to mozilla::EditTransactionBase r?mccr8
This patch also renames NS_DECL_EDITTXN to NS_DECL_EDIT_TRANSACTION_BASE.
MozReview-Commit-ID: 29TQbKBBEhD
3f28723aefce528341c1379698a98e0ed7b57749: Bug 1260651 part.31 Rename AddStyleSheetTxn and RemoveStyleSheetTxn to mozilla::AddStyleSheetTransaction and mozilla::RemoveStyleSheetTransaction r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 17:20:22 +0900 - rev 385721
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.31 Rename AddStyleSheetTxn and RemoveStyleSheetTxn to mozilla::AddStyleSheetTransaction and mozilla::RemoveStyleSheetTransaction r?mccr8
This patch also moves ImplCycleCollectionTraverse() and ImplCycleCollectionUnlink() to mozilla namespace for avoiding bustage due to confusion caused by "using namespace" in other unified cpp files.
MozReview-Commit-ID: GekPlZnqLs9
d9a89b4a75c6abb80b6e82e636aef3db79d74f39: Bug 1260651 part.30 Rename EditAggregateTxn to mozilla::EditAggregateTransaction (and their files too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 17:11:30 +0900 - rev 385720
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.30 Rename EditAggregateTxn to mozilla::EditAggregateTransaction (and their files too) r?mccr8
MozReview-Commit-ID: TPiBS0eEI4
728d69e58ecf4f2b69528554cd4ee36266de651c: Bug 1260651 part.29 Rename mozilla::dom::SplitNodeTxn to mozilla::SplitNodeTransaction (and their files too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 16:59:55 +0900 - rev 385719
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.29 Rename mozilla::dom::SplitNodeTxn to mozilla::SplitNodeTransaction (and their files too) r?mccr8
MozReview-Commit-ID: 5guZsO9XGLY
5e88655303cc75082ba6f7a94813da7057fb1c60: Bug 1260651 part.28 Rename SetDocTitleTxn to mozilla::SetDocumentTitleTransaction (and their files too) r?mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 16:50:17 +0900 - rev 385718
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.28 Rename SetDocTitleTxn to mozilla::SetDocumentTitleTransaction (and their files too) r?mccr8
MozReview-Commit-ID: GmVEYr3ZJEl
20307bb4cda198a7b0ed9948ced8c91455652647: Bug 1260651 part.27 Rename PlaceholderTxn to mozilla::PlaceholderTransaction (and their files too) r=mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 16:27:23 +0900 - rev 385717
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.27 Rename PlaceholderTxn to mozilla::PlaceholderTransaction (and their files too) r=mccr8
MozReview-Commit-ID: F6DeWadjTmP
ec02bd8981202a7e16434a520073543d5654db07: Bug 1260651 part.26 Rename mozilla::dom::JoinNodeTxn to mozilla::JoinNodeTransaction (and their files too) r=mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 16:16:12 +0900 - rev 385716
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.26 Rename mozilla::dom::JoinNodeTxn to mozilla::JoinNodeTransaction (and their files too) r=mccr8
MozReview-Commit-ID: ChcoinM0sfU
4a0b9c304b3dc666c269befd0e4edd589c213d4e: Bug 1260651 part.25 Rename mozilla::dom::InsertTextTxn to mozilla::InsertTextTransaction (and their files too) r=mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 16:06:41 +0900 - rev 385715
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.25 Rename mozilla::dom::InsertTextTxn to mozilla::InsertTextTransaction (and their files too) r=mccr8
MozReview-Commit-ID: wEBkU65pCM
e2812675c00c5a6d5116ec8afb3953c304752d93: Bug 1260651 part.24 Rename mozilla::dom::InsertNodeTxn to mozilla::InsertNodeTransaction (and their files too) r=mccr8
draft
Masayuki Nakano <masayuki@d-toybox.com> - Thu, 07 Jul 2016 15:56:16 +0900 - rev 385714
Push
22582 by masayuki@d-toybox.com at Sat, 09 Jul 2016 03:13:39 +0000
Bug 1260651 part.24 Rename mozilla::dom::InsertNodeTxn to mozilla::InsertNodeTransaction (and their files too) r=mccr8
MozReview-Commit-ID: 1eF1DsxwZL6