Bug 31947 - [bzt] StyleQueue scans ~100 bug pages every 5 minutes
Summary: [bzt] StyleQueue scans ~100 bug pages every 5 minutes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 31950
  Show dependency treegraph
 
Reported: 2009-11-27 19:09 PST by Adam Barth
Modified: 2009-11-28 17:51 PST (History)
1 user (show)

See Also:


Attachments
Patch (10.22 KB, patch)
2009-11-27 19:10 PST, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2009-11-27 19:09:02 PST
Instead of getting the pending-review attachment ids by scanning each bug (which results in a network request), we should just get them all from webkit.org/pending-review in one shot.
Comment 1 Adam Barth 2009-11-27 19:10:12 PST
Created attachment 43977 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-11-28 17:49:23 PST
Comment on attachment 43977 [details]
Patch

Looks OK.  next() seems a bit of a strange name for something which doesn't return a patch. :)
Comment 3 Adam Barth 2009-11-28 17:50:57 PST
Comment on attachment 43977 [details]
Patch

Clearing flags on attachment: 43977

Committed r51464: <http://trac.webkit.org/changeset/51464>
Comment 4 Adam Barth 2009-11-28 17:51:02 PST
All reviewed patches have been landed.  Closing bug.