Closed
Bug 808612
Opened 13 years ago
Closed 13 years ago
wrapper-cache and cycle collect nsLocation
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(1 file)
2.68 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
We want to do this for a number of reasons:
1 - We'll need this for the new DOM bindings.
2 - It will make Teleportation faster (bug 808608).
3 - It will simplify bug 808611.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #678359 -
Flags: review?(bugs)
Assignee | ||
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Summary: wrapper-cache nsLocation → wrapper-cache and cycle collect nsLocation
Comment 3•13 years ago
|
||
Comment on attachment 678359 [details] [diff] [review]
Wrapper cache nsLocation. v1
So we don't actually preserve wrapper ever, but I assume location
will have quite unique expando handling so preserving wrapper will be
done in a separate patch if needed.
Attachment #678359 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•