[Webkit-unassigned] [Bug 53361] autorelease pools accumulate memory during automatic testing on Webkit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 1 21:20:55 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=53361





--- Comment #12 from Alexey Proskuryakov <ap at webkit.org>  2011-02-01 21:20:56 PST ---
(From update of attachment 80883)
View in context: https://bugs.webkit.org/attachment.cgi?id=80883&action=review

> Source/WebKit2/Platform/mac/RunLoopMac.mm:31
> + at interface NSApplication (PeekAtAppKitSecrets)

Please rename the category to WebNSApplicationDetails.

> Source/WebKit2/Platform/mac/RunLoopMac.mm:45
>  RunLoop::RunLoop()
>  {
> +    // Installs autorelease pools on the current CFRunLoop which prevents memory from accumulating between user events.
> +    // FIXME: Remove when <rdar://problem/8929426> is fixed.
> +    [[NSApplication sharedApplication] _installAutoreleasePoolsOnCurrentThreadIfNecessary];

Do we want this on non-main run loops? What are the other WebKit2 run loops, in fact?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list