Bug 69375

Summary: Make reference counting behaviour more similar between Chromium and Chromium DRT
Product: WebKit Reporter: Scott Graham <scottmg>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Scott Graham 2011-10-04 14:07:20 PDT
See https://bugs.webkit.org/show_bug.cgi?id=67941

Reference counting differences between Chromium and DRT causes crash in Chromium that can't be reproduced in DRT.

In this case it's because accessibility helper objects indirectly hold extra reference to Frame objects. Perhaps conditionally enable/disable them to make behaviour more similar.
Comment 1 Stephen Chenney 2013-04-12 07:04:43 PDT
Unimplemented DRT features are being marked WontFix. If they cause tests to fail, we'll see it. If not, we're switching to ContentShell and don't want to put effort into DRT.