Bug 20297

Summary: REGRESSION: Lots of AccessibilityUIElement leaks on the buildbot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, sam
Priority: P1 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://build.webkit.org/results/trunk-mac-intel-debug/4749/DumpRenderTree-leaks.txt
Attachments:
Description Flags
Fix AccessibilityUIElement leaks seen on buildbot darin: review+

Description Eric Seidel (no email) 2008-08-06 05:14:15 PDT
Lots of AccessibilityUIElement leaks on the buildbot

http://build.webkit.org/results/trunk-mac-intel-debug/4749/DumpRenderTree-leaks.txt

I have a fix.  Which I'll upload shortly.
Comment 1 Eric Seidel (no email) 2008-08-06 05:14:59 PDT
Created attachment 22677 [details]
Fix AccessibilityUIElement leaks seen on buildbot

 WebKitTools/ChangeLog                              |   46 +++++++++++++++
 .../DumpRenderTree/AccessibilityController.h       |    4 +-
 .../DumpRenderTree/AccessibilityUIElement.cpp      |   61 ++++++++------------
 .../DumpRenderTree/AccessibilityUIElement.h        |   11 ++--
 .../mac/AccessibilityControllerMac.mm              |    8 +-
 .../mac/AccessibilityUIElementMac.mm               |   30 ++++++----
 6 files changed, 101 insertions(+), 59 deletions(-)
Comment 2 Eric Seidel (no email) 2008-08-06 05:15:48 PDT
That's right.  18k characters on the money.  That's how I roll.
Comment 3 mitz 2008-08-06 07:32:47 PDT
<rdar://problem/6093153>
Comment 4 Darin Adler 2008-08-06 10:27:11 PDT
Comment on attachment 22677 [details]
Fix AccessibilityUIElement leaks seen on buildbot

Looks fine, r=me
Comment 5 mitz 2008-08-06 14:25:27 PDT
Landed in <http://trac.webkit.org/changeset/35608>.