| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #26788 - servo:energy, r=jdm | bors-servo | 2020-06-04 | 4 | -801/+3 |
|\ |
|
| * | Remove support for heartbeats profiling | Simon Sapin | 2020-06-04 | 4 | -801/+3 |
* | | Auto merge of #26480 - CYBAI:missing-on, r=jdm | bors-servo | 2020-06-04 | 2 | -32/+0 |
|\ \ |
|
| * | | Prefix `on` for function name of inline events | CYBAI | 2020-05-10 | 2 | -32/+0 |
* | | | Layout 2020 skeleton for `display: flex`, behind a pref | Simon Sapin | 2020-06-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | Auto merge of #25873 - gterzian:implement_readablestream_support, r=jdm | bors-servo | 2020-06-04 | 49 | -569/+419 |
|\ \ |
|
| * | | integrate readablestream with fetch and blob | Gregory Terzian | 2020-06-04 | 49 | -569/+419 |
* | | | Auto merge of #26775 - servo:gecko-sync, r=emilio | bors-servo | 2020-06-03 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | style: Fix some unit tests. | Emilio Cobos Álvarez | 2020-06-04 | 2 | -3/+3 |
* | | | Auto merge of #25432 - warren-fisher:HTMLConstructor, r=jdm | bors-servo | 2020-06-03 | 2 | -19/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Reduce code duplication. Move some of CodegenRust.py to htmlconstructor.rs | Warren Fisher | 2020-06-03 | 2 | -19/+0 |
* | | | Remove non-2020 failure. | Josh Matthews | 2020-06-02 | 1 | -4/+0 |
* | | | Remove intermittent failure. | Josh Matthews | 2020-06-02 | 1 | -2/+0 |
* | | | Update web-platform-tests to revision fd60ba25a0726dfea59024d8143240b355c46a55 | WPT Sync Bot | 2020-06-02 | 75 | -142/+722 |
* | | | Update web-platform-tests to revision c99723afe33bc5b265e41c1a9446eaff7f8e0d57 | WPT Sync Bot | 2020-05-31 | 46 | -94/+246 |
* | | | Auto merge of #26719 - servo-wpt-sync:wpt_update_30-05-2020, r=jdm | bors-servo | 2020-05-30 | 134 | -594/+1768 |
|\ \ \ |
|
| * | | | Add 2020 failure. | Josh Matthews | 2020-05-30 | 1 | -0/+2 |
| * | | | Update web-platform-tests to revision 8fd32a0f7c18d32ae9e147d267746accc3ee9ad5 | WPT Sync Bot | 2020-05-30 | 133 | -594/+1766 |
* | | | | Fix the webidl for Headers | Bastien Orivel | 2020-05-30 | 2 | -9/+2 |
|/ / / |
|
* | | | Remove non-2020 failure. | Josh Matthews | 2020-05-29 | 1 | -2/+0 |
* | | | Update web-platform-tests to revision e529eb9501876273c9612f5602bc530723a01147 | WPT Sync Bot | 2020-05-29 | 113 | -1035/+2732 |
* | | | Update web-platform-tests to revision 5c34fc630374b9eb0559139a486ff1a2e4247c4f | WPT Sync Bot | 2020-05-28 | 222 | -635/+5039 |
* | | | Auto merge of #26668 - CYBAI:fix-module-current-script, r=jdm | bors-servo | 2020-05-27 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | Set `currentScript` to `null` for module scripts | CYBAI | 2020-05-27 | 1 | -5/+0 |
| |/ / |
|
* | | | Auto merge of #26664 - servo-wpt-sync:wpt_update_26-05-2020, r=servo-wpt-sync | bors-servo | 2020-05-27 | 57 | -162/+356 |
|\ \ \ |
|
| * | | | Update web-platform-tests to revision 82b3595ce0ea99dd2a04b578421b4d281e53ee31 | WPT Sync Bot | 2020-05-26 | 57 | -162/+356 |
* | | | | Auto merge of #26659 - mrobinson:events, r=jdm | bors-servo | 2020-05-27 | 25 | -27/+333 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add support for remaining animation and transition events | Martin Robinson | 2020-05-26 | 25 | -27/+333 |
| |/ / |
|
* | | | Auto merge of #26638 - szeged:texi2d_2, r=jdm | bors-servo | 2020-05-26 | 69 | -1/+667 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add support for WebGL2 TexImage2D | Istvan Miklos | 2020-05-26 | 69 | -1/+667 |
* | | | Auto merge of #26637 - servo-wpt-sync:wpt_update_25-05-2020, r=servo-wpt-sync | bors-servo | 2020-05-25 | 50 | -91/+462 |
|\ \ \ |
|
| * | | | Update web-platform-tests to revision b577b1f9580a61524cde099a7763edb96c810faa | WPT Sync Bot | 2020-05-25 | 50 | -91/+462 |
| |/ / |
|
* | | | Auto merge of #26609 - mrobinson:improve-transition-finishing, r=jdm | bors-servo | 2020-05-25 | 4 | -1/+293 |
|\ \ \
| |/ /
|/| | |
|
| * | | Improve ending of transitions | Martin Robinson | 2020-05-21 | 4 | -1/+293 |
* | | | Auto merge of #26623 - jdm:imagebitmap-gate, r=gterzian | bors-servo | 2020-05-25 | 6 | -6/+5 |
|\ \ \ |
|
| * | | | Add a preference to control ImageBitmap while it's incomplete. | Josh Matthews | 2020-05-23 | 6 | -6/+5 |
| |/ / |
|
* | | | Update web-platform-tests to revision be4a903bca0a01b794bebf486f707c9f8e9e9ff6 | WPT Sync Bot | 2020-05-24 | 45 | -84/+461 |
* | | | Update web-platform-tests to revision 1d8a9889466f2ec219a879323c63cae86ef50bc1 | WPT Sync Bot | 2020-05-23 | 63 | -86/+992 |
* | | | Update web-platform-tests to revision 31500c8726aeb1871bc5ca19642f5cb94a0e1a92 | WPT Sync Bot | 2020-05-22 | 64 | -117/+282 |
|/ / |
|
* | | Auto merge of #26594 - mrobinson:animationiteration, r=jdm | bors-servo | 2020-05-21 | 5 | -32/+6 |
|\ \ |
|
| * | | Implement animationiteration event | Martin Robinson | 2020-05-21 | 5 | -32/+6 |
* | | | Auto merge of #26520 - szeged:texi2d, r=jdm | bors-servo | 2020-05-21 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | Add support for WebGL2 TexImage2D | Istvan Miklos | 2020-05-21 | 1 | -5/+2 |
* | | | | Update web-platform-tests to revision da0a378536add99eaffc33f733b5960457bd38df | WPT Sync Bot | 2020-05-21 | 150 | -3449/+5687 |
* | | | | Auto merge of #26317 - gterzian:fix_job_queue, r=asajeffrey | bors-servo | 2020-05-21 | 4 | -1/+32 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | serviceworker: make job queue unique per origin | Gregory Terzian | 2020-05-21 | 4 | -1/+32 |
* | | | | Add support for faster reversing of interrupted transitions | Martin Robinson | 2020-05-20 | 2 | -0/+131 |
* | | | | Update web-platform-tests to revision cf926057109b153af54214d52a2b3d746269d434 | WPT Sync Bot | 2020-05-20 | 90 | -1286/+2261 |
|/ / / |
|
* | | | Auto merge of #26567 - servo-wpt-sync:wpt_update_19-05-2020, r=jdm | bors-servo | 2020-05-19 | 81 | -255/+1255 |
|\ \ \ |
|
| * | | | Add 2020 failure. | Josh Matthews | 2020-05-19 | 1 | -0/+2 |