| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Auto merge of #14124 - shinglyu:flexbox-trace, r=glennw | bors-servo | 2016-12-28 | 2 | -9/+74 |
|\ \
| |/
|/| |
|
| * | Added a toolbar for going to previous and next node | Shing Lyu | 2016-12-28 | 2 | -0/+26 |
| * | Added toolbar for toggling unchanged code display | Shing Lyu | 2016-12-28 | 2 | -0/+23 |
| * | Fix flexbox trace loading problem in layout_viewer | Shing Lyu | 2016-12-28 | 1 | -9/+25 |
* | | Rename Windows nightly builders for consistency | Aneesh Agrawal | 2016-12-22 | 1 | -2/+2 |
* | | Create windows-gnu and windows-msvc builds | Lars Bergstrom | 2016-12-22 | 2 | -3/+24 |
* | | Exempt __cxa_type_match as an allowed dynamic symbol | Lars Bergstrom | 2016-12-14 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #13845 - birryree:package-under-target-profile-dirs, r=aneeshusa | bors-servo | 2016-12-09 | 1 | -4/+4 |
|\ |
|
| * | Package macos/Linux builds under release/debug dirs | William Lee | 2016-12-09 | 1 | -4/+4 |
* | | Update lockfile_changed script to search for all lockfiles. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | | Add an option to submit test-perf result to perfherder | Shing Lyu | 2016-12-01 | 3 | -29/+25 |
* | | Auto merge of #14194 - shinglyu:gecko-webdriver, r=larsbergstrom,aneeshusa,jg... | bors-servo | 2016-11-28 | 9 | -116/+186 |
|\ \ |
|
| * | | Use resource manager in gecko_driver and nits | Shing Lyu | 2016-11-16 | 2 | -57/+76 |
| * | | Remove a level of unnessary function call | Shing Lyu | 2016-11-16 | 1 | -31/+25 |
| * | | Space nit | Shing Lyu | 2016-11-16 | 1 | -1/+1 |
| * | | Various easy nits | Shing Lyu | 2016-11-16 | 7 | -45/+21 |
| * | | Use selenium to drive gecko test | Shing Lyu | 2016-11-14 | 5 | -84/+165 |
| |/ |
|
* | | Add a log of only intermittents | Manish Goregaokar | 2016-11-28 | 1 | -5/+5 |
* | | Use log- prefix for filtered log arg so that buildbot picks it up and uploads... | Manish Goregaokar | 2016-11-28 | 1 | -5/+5 |
* | | Use jdm's tracker | Manish Goregaokar | 2016-11-28 | 1 | -5/+6 |
* | | Run filter-intermittents on buildbot | Manish Goregaokar | 2016-11-28 | 1 | -4/+8 |
|/ |
|
* | Auto merge of #13930 - shinglyu:perf-llvmpipe, r=aneeshusa | bors-servo | 2016-11-07 | 3 | -7/+28 |
|\ |
|
| * | Log and readme improvements | Shing Lyu | 2016-11-07 | 2 | -4/+13 |
| * | Use headless rendering for performance test | Shing Lyu | 2016-11-07 | 1 | -0/+1 |
| * | Cached tp5 zip downloading and unzipping | Shing Lyu | 2016-11-07 | 1 | -3/+14 |
* | | Auto merge of #14025 - iamrohit7:debug-assertions, r=Wafflespeanut | bors-servo | 2016-11-05 | 1 | -3/+3 |
|\ \ |
|
| * | | Add --with-debug-assertions flag for Mach | Rohit Burra | 2016-11-05 | 1 | -3/+3 |
* | | | moving datetimestamping responsiblities from mach package | Jake Goldsborough | 2016-11-03 | 1 | -3/+4 |
* | | | Auto merge of #13829 - shinglyu:layout_viewer, r=mbrubeck | bors-servo | 2016-11-02 | 3 | -31/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | Various layout fix to improve readability | Shing Lyu | 2016-10-19 | 2 | -22/+21 |
| * | | Updated bootstrap treeview library | Shing Lyu | 2016-10-19 | 1 | -1/+1 |
| * | | Make the flow tree node clickable and jump to the detail | Shing Lyu | 2016-10-19 | 1 | -6/+7 |
| * | | Parse JSON as native JSON object | Shing Lyu | 2016-10-19 | 1 | -2/+2 |
| |/ |
|
* | | Rename check_no_unwrap.sh to check_no_panic.sh | 6br | 2016-10-29 | 2 | -3/+2 |
* | | Auto merge of #13968 - aneeshusa:remove-steps-for-yaml-test-builders, r=larsb... | bors-servo | 2016-10-28 | 1 | -12/+0 |
|\ \ |
|
| * | | Remove steps for unused linux-dev-yaml test builder | Aneesh Agrawal | 2016-10-28 | 1 | -12/+0 |
| |/ |
|
* / | Update `etc/ci/check_dynamic_symbols.py` to work after the latest changes | Mátyás Mustoha | 2016-10-28 | 1 | -2/+5 |
|/ |
|
* | Restore the layout trace viewer | Shing Lyu | 2016-10-17 | 14 | -0/+678 |
* | Add release test-stylo to buildbot steps, https://github.com/servo/saltfs/pul... | Manish Goregaokar | 2016-10-12 | 1 | -0/+1 |
* | Sync Buildbot steps config from saltfs | Aneesh Agrawal | 2016-10-06 | 1 | -5/+23 |
* | Auto merge of #13472 - asajeffrey:util-remutex-dont-log-while-mutating-lock, ... | bors-servo | 2016-10-04 | 1 | -0/+1 |
|\ |
|
| * | Moved assertion to after lock release; tidied up code. | Alan Jeffrey | 2016-10-04 | 1 | -0/+1 |
* | | Auto merge of #13507 - aneeshusa:avoid-leaking-github-tokens, r=SimonSapin | bors-servo | 2016-10-04 | 2 | -4/+7 |
|\ \ |
|
| * | | Don't leak GitHub tokens during network failures | Aneesh Agrawal | 2016-10-04 | 2 | -4/+7 |
* | | | profile: Integrate the time profiler with the macOS signpost | Patrick Walton | 2016-10-01 | 1 | -0/+108 |
|/ / |
|
* / | Fix destination of cp in doc build. | Josh Matthews | 2016-09-27 | 1 | -1/+1 |
|/ |
|
* | Fix doc build (fixes #12964) | Manish Goregaokar | 2016-09-27 | 1 | -1/+1 |
* | Auto merge of #13410 - jdm:doc_fix, r=Ms2ger | bors-servo | 2016-09-26 | 1 | -3/+5 |
|\ |
|
| * | Fix doc build by resurrecting generation of supported DOM APIs.h | Josh Matthews | 2016-09-24 | 1 | -3/+5 |
* | | Auto merge of #13248 - asajeffrey:etc-ci-performance-gitignore, r=shinglyu | bors-servo | 2016-09-26 | 1 | -0/+1 |
|\ \ |
|