Closed
Bug 784259
Opened 13 years ago
Closed 13 years ago
nsDOMMutationObserver should inherit nsWrapperCache
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(2 files)
11.17 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
11.17 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #653875 -
Flags: review?(peterv)
Comment 2•13 years ago
|
||
Comment on attachment 653875 [details] [diff] [review]
patch
Review of attachment 653875 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/base/test/test_mutationobservers.html
@@ +562,5 @@
> + // Run GC several times to see if the expando property disappears.
> + SpecialPowers.gc();
> + SpecialPowers.gc();
> + SpecialPowers.gc();
> + SpecialPowers.gc();
Would calling exactGC() once work?
Attachment #653875 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Didn't know about exactGC(). Need to check what it does.
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Comment 5•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/271ca35d7645
(I don't trust exactGC)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•