Bug 136174 - build.webkit.org/dashboard: Further improve Trac loading
Summary: build.webkit.org/dashboard: Further improve Trac loading
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-22 15:18 PDT by Alexey Proskuryakov
Modified: 2014-08-23 18:35 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (6.87 KB, patch)
2014-08-22 15:28 PDT, Alexey Proskuryakov
timothy: review+
Details | Formatted Diff | Diff

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