| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorder `use` statements | UK992 | 2016-09-09 | 8 | -27/+26 |
* | Auto merge of #13058 - malisas:malisa-responseAPI, r=Manishearth,jdm | bors-servo | 2016-09-08 | 9 | -82/+16 |
|\ |
|
| * | dom::Response implementation | Malisa Smith | 2016-09-06 | 9 | -82/+16 |
* | | Auto merge of #13175 - shinglyu:block-margin-patch, r=notriddle | bors-servo | 2016-09-08 | 108 | -324/+0 |
|\ \ |
|
| * | | Move collapse through margin to the top of block flow | Shing Lyu | 2016-09-06 | 108 | -324/+0 |
* | | | Auto merge of #13190 - servo:cssparser-up, r=Manishearth | bors-servo | 2016-09-08 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Update cssparser | Simon Sapin | 2016-09-07 | 1 | -1/+1 |
* | | | | Disable hide_layers2.html. | Ms2ger | 2016-09-08 | 1 | -0/+3 |
|/ / / |
|
* | | | Add missing IsCallable checks. | Ms2ger | 2016-09-06 | 1 | -7/+0 |
* | | | Remove one level of nesting in `Stylist` | Simon Sapin | 2016-09-06 | 1 | -15/+17 |
* | | | Rename DeclarationBlock to ApplicableDeclarationBlock | Simon Sapin | 2016-09-06 | 1 | -2/+2 |
* | | | Auto merge of #13081 - hsinewu:nodelist-iterable, r=Ms2ger | bors-servo | 2016-09-05 | 2 | -0/+43 |
|\ \ \ |
|
| * | | | Make NodeList iterable | hsinewu | 2016-09-05 | 2 | -0/+43 |
* | | | | Auto merge of #13159 - emilio:negative-calc, r=notriddle | bors-servo | 2016-09-02 | 3 | -0/+57 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | style: Don't incorrectly clamp values in calc that might not be only lengths. | Emilio Cobos Álvarez | 2016-09-01 | 3 | -0/+57 |
* | | | | Correct and improve addEventListener.html. | Ms2ger | 2016-09-02 | 2 | -7/+2 |
* | | | | Dispatch error events at the window object. | Ms2ger | 2016-09-02 | 732 | -730/+729 |
| |/ /
|/| | |
|
* | | | Add new command for Windows configuration | crypto-universe | 2016-09-01 | 1 | -0/+4 |
* | | | Auto merge of #13122 - Manishearth:basic-shape-position-redux, r=SimonSapin | bors-servo | 2016-09-01 | 1 | -5/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Tests for 3+ value positions in basic shapes | Manish Goregaokar | 2016-09-01 | 1 | -0/+13 |
| * | | Handle specialized serialization of <position> in basic shapes (fixes #13083) | Manish Goregaokar | 2016-09-01 | 1 | -5/+0 |
* | | | Auto merge of #13145 - ashrko619:nav-cookie-enabled, r=nox | bors-servo | 2016-09-01 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | Implemented Navigator.cookieEnabled | Ashwin R | 2016-09-01 | 1 | -7/+0 |
* | | | | Add reftest for the correct restyling of containers that match slow selectors. | Emilio Cobos Álvarez | 2016-08-31 | 3 | -0/+65 |
* | | | | style: Provide whether we're styling or not to rust-selectors. | Emilio Cobos Álvarez | 2016-08-31 | 1 | -1/+1 |
* | | | | Auto merge of #13134 - servo:archery, r=emilio | bors-servo | 2016-08-31 | 4 | -51/+58 |
|\ \ \ \ |
|
| * | | | | Remove now-redundant Arc inside PropertyDeclarationBlock. | Simon Sapin | 2016-08-31 | 3 | -15/+13 |
| * | | | | Use Arc<PropertyDeclarationBlock> everwhere it’s appropriate. | Simon Sapin | 2016-08-31 | 3 | -20/+29 |
| * | | | | Wrap in Arc<_> every object reflected in CSSOM. | Simon Sapin | 2016-08-31 | 1 | -20/+20 |
| * | | | | Add a separate NamespaceRule type | Simon Sapin | 2016-08-31 | 1 | -3/+3 |
* | | | | | Auto merge of #12437 - gpoesia:tr_margin_fix, r=pcwalton | bors-servo | 2016-08-31 | 15 | -35/+100 |
|\ \ \ \ \ |
|
| * | | | | | Handle row borders in border collapsing logic. | Gabriel Poesia | 2016-08-30 | 15 | -35/+100 |
* | | | | | | Auto merge of #13136 - servo:error-test, r=nox | bors-servo | 2016-08-31 | 3 | -0/+36 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add a test for the exact timing of the error event for invalid event handlers. | Ms2ger | 2016-08-31 | 3 | -0/+36 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Auto merge of #13107 - UK992:tidy, r=Wafflespeanut | bors-servo | 2016-08-31 | 1 | -1/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Remove `./tests/html/tiny_test.html` | UK992 | 2016-08-31 | 1 | -1/+0 |
* | | | | | | Reftest for deferred paint. | Emilio Cobos Álvarez | 2016-08-30 | 3 | -0/+72 |
| |_|/ / /
|/| | | | |
|
* | | | | | Auto merge of #13075 - emilio:calc-media, r=SimonSapin | bors-servo | 2016-08-30 | 2 | -0/+23 |
|\ \ \ \ \ |
|
| * | | | | | style: Allow calc in media queries. | Emilio Cobos Álvarez | 2016-08-30 | 2 | -0/+23 |
| | |_|/ /
| |/| | | |
|
* | | | | | update fixed tests expectations | Alexandrov Sergey | 2016-08-30 | 1 | -6/+0 |
* | | | | | add HTMLOptionElement form attribute test | Alexandrov Sergey | 2016-08-30 | 2 | -0/+38 |
|/ / / / |
|
* | | | | Auto merge of #13042 - canaltinova:position, r=Manishearth | bors-servo | 2016-08-29 | 3 | -22/+57 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Change parsing behavior and implement to_computed_value function | Nazım Can Altınova | 2016-08-27 | 3 | -22/+57 |
* | | | | Auto merge of #13102 - anholt:webgl-is-program, r=emilio | bors-servo | 2016-08-28 | 4 | -85/+1 |
|\ \ \ \ |
|
| * | | | | webgl: Add isProgram() support. | Eric Anholt | 2016-08-28 | 4 | -85/+1 |
* | | | | | Auto merge of #13060 - anholt:webgl-invalid-passed-params, r=emilio | bors-servo | 2016-08-28 | 2 | -8/+123 |
|\ \ \ \ \ |
|
| * | | | | | webgl: Do validation of glScissor/glViewport(width, height) on the DOM side. | Eric Anholt | 2016-08-26 | 2 | -8/+123 |
* | | | | | | Auto merge of #13051 - notriddle:root_flow_percent, r=glennw | bors-servo | 2016-08-28 | 3 | -0/+42 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fix root flow's size at the browser window's size | Michael Howell | 2016-08-26 | 3 | -0/+42 |
* | | | | | | Update cssparser | Simon Sapin | 2016-08-28 | 1 | -2/+2 |