Closed
Bug 782703
Opened 11 years ago
Closed 11 years ago
nsObjectLoadingContent should null type/URIs in UnloadObject(true);
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: johns, Assigned: johns)
References
Details
Attachments
(1 file)
953 bytes,
patch
|
jaas
:
review+
johns
:
checkin+
|
Details | Diff | Splinter Review |
When UnloadObject(true) is called, e.g. when we're unbinding from tree, we should trash URI/Type members so that any rebinding triggers a load
Assignee | ||
Comment 1•11 years ago
|
||
Whenever UnloadObject(true) is called, we're nuking the object's loaded state, so we shouldn't keep around any of these values
Attachment #652153 -
Flags: review?(joshmoz)
Attachment #652153 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 652153 [details] [diff] [review] Ensure object tags get reloaded when unbound/rebound to the tree https://hg.mozilla.org/integration/mozilla-inbound/rev/882ce0d4a294 try: https://tbpl.mozilla.org/?tree=Try&rev=1e72e421e6b8
Attachment #652153 -
Flags: checkin+
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/882ce0d4a294
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•