| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly handle CR in textarea placeholders (fixes #19717) | Anthony Ramine | 2018-01-10 | 1 | -2/+0 |
* | input type=number validations | Nathan | 2018-01-09 | 3 | -137/+0 |
* | Avoid for(const ... of ...) usage in webidl parser. | Josh Matthews | 2018-01-09 | 1 | -3/+5 |
* | Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317 | Josh Matthews | 2018-01-09 | 3677 | -95380/+163068 |
* | Auto merge of #19647 - tigercosmos:x3, r=jdm | bors-servo | 2018-01-08 | 2 | -0/+23 |
|\ |
|
| * | replace DocumentSource::NotFromParser with DocumentSource::FromParser | tigercosmos | 2018-01-06 | 2 | -0/+23 |
* | | Auto merge of #19602 - tigercosmos:r1, r=KiChjang | bors-servo | 2018-01-07 | 5 | -120/+7 |
|\ \ |
|
| * | | implement valid Date time Local input | tigercosmos | 2018-01-07 | 5 | -120/+7 |
* | | | Auto merge of #19644 - Xanewok:root-seq-any, r=jdm | bors-servo | 2018-01-05 | 3 | -0/+36 |
|\ \ \ |
|
| * | | | Root sequence<{any,object}> IDL arguments using CustomAutoRooter | Igor Matuszewski | 2018-01-05 | 3 | -0/+36 |
* | | | | CSS Paint API: Use a high timeout for worklet threads in tests | Yati Sagade | 2018-01-05 | 1 | -1/+1 |
* | | | | Auto merge of #19699 - pyfisch:background-position-fix, r=emilio | bors-servo | 2018-01-05 | 3 | -0/+59 |
|\ \ \ \ |
|
| * | | | | Correctly place images with background-position: center | Pyfisch | 2018-01-05 | 3 | -0/+59 |
* | | | | | Auto merge of #18893 - emilio:bye-can-be-fragmented, r=SimonSapin | bors-servo | 2018-01-05 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | Mark flexbox_columns.html as failing. | Emilio Cobos Álvarez | 2018-01-05 | 1 | -0/+2 |
| |/ / / / |
|
* / / / / | Update WR (dual-source subpixel text optimizations, clip-out segment builder). | Glenn Watson | 2018-01-05 | 1 | -5/+0 |
|/ / / / |
|
* | | | | Implement correct corner clipping for background color | Pyfisch | 2018-01-03 | 3 | -0/+79 |
* | | | | Auto merge of #19651 - pyfisch:background-placement, r=emilio | bors-servo | 2018-01-02 | 20 | -51/+58 |
|\ \ \ \ |
|
| * | | | | Test with fixes for background repeat: spaced | Pyfisch | 2018-01-02 | 15 | -36/+58 |
| * | | | | Unify background placement code | Pyfisch | 2017-12-28 | 5 | -15/+0 |
| | |_|/
| |/| | |
|
* / | | | Fix division by zero in gradient stop calculation | Pyfisch | 2017-12-28 | 3 | -0/+38 |
|/ / / |
|
* | / | tests/net: Update testing cert. | Emilio Cobos Álvarez | 2017-12-24 | 1 | -0/+7 |
| |/
|/| |
|
* | | Paint worklets: Add pref for blocking sleep to be enabled for wpt tests | Yati Sagade | 2017-12-22 | 3 | -3/+8 |
* | | Paint worklets: Implement timeout for worklet painter threads | Yati Sagade | 2017-12-22 | 4 | -0/+92 |
|/ |
|
* | remove unused `Auto` in test of serialization | tigercosmos | 2017-12-18 | 1 | -1/+1 |
* | Auto merge of #19559 - tigercosmos:t1, r=KiChjang | bors-servo | 2017-12-17 | 5 | -126/+4 |
|\ |
|
| * | implement valid week string | tigercosmos | 2017-12-17 | 5 | -126/+4 |
* | | Auto merge of #19568 - pyfisch:background-origin-gradients1, r=mbrubeck | bors-servo | 2017-12-15 | 5 | -0/+131 |
|\ \ |
|
| * | | layout: background-origin attribute for gradients | Pyfisch | 2017-12-15 | 5 | -0/+131 |
* | | | Auto merge of #19569 - asajeffrey:script-perf-measure-topLevelDomComplete, r=jdm | bors-servo | 2017-12-14 | 3 | -0/+31 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add a topLevelDomComplete metric. | Alan Jeffrey | 2017-12-14 | 3 | -0/+31 |
* | | | Auto merge of #19554 - pyfisch:tiled-gradients1, r=mbrubeck | bors-servo | 2017-12-14 | 6 | -3/+170 |
|\ \ \
| |/ /
|/| | |
|
| * | | layout: support tiled gradients | Pyfisch | 2017-12-14 | 6 | -3/+170 |
| |/ |
|
* / | style: Move outline-style outside of mako | CYBAI | 2017-12-13 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #19461 - jonleighton:issue-19171-4, r=KiChjang | bors-servo | 2017-12-10 | 6 | -52/+223 |
|\ |
|
| * | Handle cases where selection API doesn't apply | Jon Leighton | 2017-12-08 | 6 | -52/+223 |
* | | Fix running `cargo test` at the repository root | Simon Sapin | 2017-12-08 | 1 | -2/+2 |
* | | Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender | Simon Sapin | 2017-12-08 | 6 | -17/+17 |
* | | Update app_units and webrender | Simon Sapin | 2017-12-08 | 1 | -1/+1 |
* | | Auto merge of #19512 - mbrubeck:uluru, r=emilio | bors-servo | 2017-12-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Update to uluru 0.2 and arrayvec 0.4 | Matt Brubeck | 2017-12-07 | 1 | -1/+1 |
* | | | Auto merge of #19516 - ferjm:pwm.url, r=jdm | bors-servo | 2017-12-07 | 4 | -1/+10 |
|\ \ \ |
|
| * | | | Print url of recorded PWM | Fernando Jiménez Moreno | 2017-12-07 | 4 | -1/+10 |
| |/ / |
|
* / / | Bump string_cache, html5ever and xml5ever | Bastien Orivel | 2017-12-07 | 1 | -1/+1 |
|/ / |
|
* | | Auto merge of #19509 - jonleighton:remove-input-type-datetime, r=jdm | bors-servo | 2017-12-07 | 1 | -3/+0 |
|\ \ |
|
| * | | Remove support for <input type=datetime> | Jon Leighton | 2017-12-07 | 1 | -3/+0 |
| |/ |
|
* | | Make tests/units/* compile without warnings in non-test mode | Simon Sapin | 2017-12-07 | 7 | -24/+29 |
* | | Include test crates as workspace members rather that dev-dependencies | Simon Sapin | 2017-12-07 | 1 | -3/+0 |
* | | Move Stylo unit tests out of tests/unit | Simon Sapin | 2017-12-07 | 7 | -282/+1 |
|/ |
|
* | Update WR (AA improvements, many optimizations) | Glenn Watson | 2017-12-07 | 7 | -15/+10 |