Closed
Bug 751416
Opened 13 years ago
Closed 13 years ago
Remove unused txList[Iterator] methods
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: ehren.m, Assigned: ehren.m)
References
Details
Attachments
(1 file)
7.11 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Noting its comment, it may be dangerous to remove hasPrevious while previous is still used...
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #620518 -
Flags: review?(peterv)
Comment on attachment 620518 [details] [diff] [review]
patch
Review of attachment 620518 [details] [diff] [review]:
-----------------------------------------------------------------
We should stop using this class entirely ideally.
Attachment #620518 -
Flags: review?(peterv) → review+
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 3•13 years ago
|
||
> We should stop using this class entirely ideally.
hmm, there appears to be more removals (that are difficult to detect statically): http://mxr.mozilla.org/mozilla-central/search?string=gTxTemplateElementHandlers&filter=[Gg]TxTemplateElementHandlers
will post followup this evening
Assignee | ||
Comment 4•13 years ago
|
||
> hmm, there appears to be more removals (that are difficult to detect
> statically):
> http://mxr.mozilla.org/mozilla-central/
> search?string=gTxTemplateElementHandlers&filter=[Gg]TxTemplateElementHandlers
oops, spoke too soon http://mxr.mozilla.org/mozilla-central/source/content/xslt/src/xslt/txStylesheetCompileHandlers.cpp#3059
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•