Bug 136174

Summary: build.webkit.org/dashboard: Further improve Trac loading
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch timothy: review+

Description Alexey Proskuryakov 2014-08-22 15:18:46 PDT
Currently, Trac.js supports two use cases:

1. Continuously loading newest commits, in which case newly loaded commits are always newer than existing ones.

2. Progressively loading more and more commits, each time starting from current one. In this case, newly loaded commits are usually older than existing ones, except when a new commit gets landed.

Generalize this to load arbitrary ranges.
Comment 1 Alexey Proskuryakov 2014-08-22 15:28:35 PDT
Created attachment 237003 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-08-23 18:35:41 PDT
Committed <http://trac.webkit.org/r172892>.