Bug 69375 - Make reference counting behaviour more similar between Chromium and Chromium DRT
Summary: Make reference counting behaviour more similar between Chromium and Chromium DRT
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 14:07 PDT by Scott Graham
Modified: 2013-04-12 07:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.