Bug 31947

Summary: [bzt] StyleQueue scans ~100 bug pages every 5 minutes
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 31950    
Attachments:
Description Flags
Patch none

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.