Closed
Bug 651124
Opened 14 years ago
Closed 11 years ago
Remove GetChildAt() usage in nsBindingManager
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file, 4 obsolete files)
(deleted),
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Whiteboard: [needs review]
Comment on attachment 536345 [details] [diff] [review]
Patch v1
Review of attachment 536345 [details] [diff] [review]:
-----------------------------------------------------------------
Please watch out for performance regressions when landing this.
Attachment #536345 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to comment #2)
> Please watch out for performance regressions when landing this.
I know. Though, I will give a shot at writing a patch that doesn't call IndexOf().
Assignee | ||
Comment 4•13 years ago
|
||
A patch trying to prevent IndexOf() usage.
Attachment #536611 -
Flags: review?(jonas)
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #536611 -
Attachment is obsolete: true
Attachment #536611 -
Flags: review?(jonas)
Attachment #536612 -
Flags: review?(jonas)
Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite-
Assignee | ||
Updated•13 years ago
|
Summary: Make nsBindingManager::ContentAppended not use the index parameter → Make nsBindingManager::ContentAppended and nsBindingManager::ContentInserted not use the index parameter
Assignee | ||
Comment 6•13 years ago
|
||
Removes the index for ::ContentInserted()
Attachment #536612 -
Attachment is obsolete: true
Attachment #536612 -
Flags: review?(jonas)
Attachment #536664 -
Flags: review?(jonas)
Assignee | ||
Comment 7•13 years ago
|
||
Jonas, what about trying to do this review before it gets 4 months old? :)
Assignee | ||
Comment 9•12 years ago
|
||
Neil, if this patches land before the patches in the other bug, is that going to be really bad?
Not that I expect Jonas to do the review before the 1-year anniversary :)
Comment on attachment 536664 [details] [diff] [review]
Patch v2.1
Review of attachment 536664 [details] [diff] [review]:
-----------------------------------------------------------------
I should have moved this one a long ago :(
Attachment #536664 -
Flags: review?(jonas) → review?(mrbkap)
Comment 11•12 years ago
|
||
Comment on attachment 536664 [details] [diff] [review]
Patch v2.1
Clearing review request due to bug 653881 moving forward again.
Attachment #536664 -
Flags: review?(mrbkap)
Assignee | ||
Updated•12 years ago
|
Whiteboard: [needs review] → [should be made obsolete by bug 653881]
Assignee | ||
Comment 12•11 years ago
|
||
Blake, this patch is pretty trivial and removes all the usage of GetChildAt() in nsBindingManager.
Attachment #536345 -
Attachment is obsolete: true
Attachment #536664 -
Attachment is obsolete: true
Attachment #788707 -
Flags: review?(mrbkap)
Assignee | ||
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #788707 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 13•11 years ago
|
||
Target Milestone: --- → mozilla26
Comment 14•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•