Changes between Version 1 and Version 2 of BugsWebKitOrgImprovements


Ignore:
Timestamp:
Jul 4, 2017 2:34:54 PM (7 years ago)
Author:
sam@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BugsWebKitOrgImprovements

    v1 v2  
    1 === Ideas for improving bugs.webkit.org ===
     1== Ideas for improving bugs.webkit.org ==
     2
     3=== General ideas ===
    24
    35- Collapse comments attributed to obsolete attachments (https://webkit.org/b/172430).
     
    68- Add a dedicated field for associated radar numbers, so they can be searched specifically.
    79
     10=== EWS improvements ===
     11
     12- Add a way to only have the review flag be set to ? if the patch passes the EWS bots (perhaps ignoring the style one).
     13- Add a way to post a patch programmatically (e.g. from webkit-patch) that does not set the review flag, but does start the EWS bots.
     14- Add a way to get test results from the EWS bots as soon as they finish their first pass and without waiting for them to re-run the tests.
     15- Add a way to run the EWS bots in a mode where they don't stop on the first compile error (e.g. the Continue building after errors option in Xcode). This would be really useful when trying to get something to build on another platform, as you wouldn't have to upload the patch as many times.