Bug 58929

Summary: don't show failures table if there are only new tests
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch eric: review+

Description Ojan Vafai 2011-04-19 15:01:56 PDT
don't show failures table if there are only new tests
Comment 1 Ojan Vafai 2011-04-19 15:02:41 PDT
Created attachment 90261 [details]
Patch
Comment 2 Ojan Vafai 2011-04-19 15:03:24 PDT
Sorry for the large diff. It's almost entirely just moving code around.
Comment 3 Eric Seidel (no email) 2011-04-19 15:29:43 PDT
Comment on attachment 90261 [details]
Patch

OK.  Seems all your globals probably want to be instance members on some class instead (with one global instance of the class).
Comment 4 Ojan Vafai 2011-04-19 15:36:40 PDT
(In reply to comment #3)
> (From update of attachment 90261 [details])
> OK.  Seems all your globals probably want to be instance members on some class instead (with one global instance of the class).

Totally. I'll do that in a separate patch.
Comment 5 Ojan Vafai 2011-04-19 16:38:55 PDT
Committed r84312: <http://trac.webkit.org/changeset/84312>