Bug 137405

Summary: Record latest message in PatchLog for quick access
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch rniwa: review+

Description Alexey Proskuryakov 2014-10-03 14:21:25 PDT
I'm going to add a JSON API to return processing times for all patches in a time range, and it is important to indicate how the patch ended. It makes no sense to compare processing time of a patch that ran tests to one that got dumped due to having been obsoleted.

Fetching statuses in bulk is slow.
Comment 1 Alexey Proskuryakov 2014-10-03 14:24:36 PDT
Created attachment 239237 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-10-03 14:35:28 PDT
Committed <http://trac.webkit.org/r174291>.