Closed
Bug 1253734
Opened 9 years ago
Closed 9 years ago
Add some more editor things to CC traversal
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: peterv, Assigned: peterv)
References
Details
(Whiteboard: btpp-active)
Attachments
(1 file, 1 obsolete file)
10.56 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
I'm not sure we need to traverse nsRangeUpdater. I think it might be always empty by the time we traverse, because we always we add and then remove things to it when executing editor transactions, but I can't tell for sure.
Attachment #8726926 -
Flags: review?(continuation)
Assignee | ||
Comment 1•9 years ago
|
||
Comment on attachment 8726926 [details] [diff] [review]
editortraverse.patch
Review of attachment 8726926 [details] [diff] [review]:
-----------------------------------------------------------------
Actually, I'm going to switch this to ImplCycleCollectionTraverse/ImplCycleCollectionUnlink.
Attachment #8726926 -
Flags: review?(continuation)
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8726926 -
Attachment is obsolete: true
Attachment #8726940 -
Flags: review?(continuation)
Comment 3•9 years ago
|
||
Comment on attachment 8726940 [details] [diff] [review]
v1
Review of attachment 8726940 [details] [diff] [review]:
-----------------------------------------------------------------
::: editor/libeditor/PlaceholderTxn.cpp
@@ +37,5 @@
> NS_IMPL_CYCLE_COLLECTION_UNLINK_END
>
> NS_IMPL_CYCLE_COLLECTION_TRAVERSE_BEGIN_INHERITED(PlaceholderTxn,
> EditAggregateTxn)
> + ImplCycleCollectionTraverse(cb, *tmp->mStartSel, "mStartSel", 0);
I guess we haven't needed an overload for nsAutoPtr<> before.
Attachment #8726940 -
Flags: review?(continuation) → review+
Updated•9 years ago
|
Whiteboard: btpp-active
Comment 5•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•