Bug 66403

Summary: garden-o-matic Summary view should have items in descending chronological order.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Tools / TestsAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 66343    
Bug Blocks: 64188    
Attachments:
Description Flags
Patch abarth: review+

Description Dimitri Glazkov (Google) 2011-08-17 13:29:04 PDT
garden-o-matic Summary view should have items in descending chronological order.
Comment 1 Dimitri Glazkov (Google) 2011-08-17 13:32:45 PDT
Created attachment 104224 [details]
Patch
Comment 2 Adam Barth 2011-08-17 13:36:19 PDT
Comment on attachment 104224 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=104224&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/summary.js:68
> +    button.addEventListener("click", update, false);

You can skip the "false" nowadays
Comment 3 Dimitri Glazkov (Google) 2011-08-17 15:52:01 PDT
Committed r93254: <http://trac.webkit.org/changeset/93254>