| Commit message (Expand) | Author | Age | Files | Lines |
* | Update CSS tests to revision d13905941293af83ea8c3c1750dba652e0423fb0 | Ms2ger | 2015-10-31 | 842 | -27/+42936 |
* | Update web-platform-tests to revision 7123012427f92f0dc38a120e6e86a75b6c03aab5 | Ms2ger | 2015-10-31 | 45 | -230/+686 |
* | Move EventState to rust-selectors. | Bobby Holley | 2015-10-30 | 1 | -1/+1 |
* | Auto merge of #8114 - nfallen:7695, r=eefriedman | bors-servo | 2015-10-31 | 4 | -8/+92 |
|\ |
|
| * | Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPro... | Nova Fallen | 2015-10-30 | 4 | -8/+92 |
* | | Add missing WPT to reftest_nodes | Corey Farwell | 2015-10-30 | 1 | -0/+12 |
* | | Alphabetize entries in the WPT manifests | Corey Farwell | 2015-10-30 | 2 | -20/+20 |
* | | Expand DisplayList layer bounds to whole pixels | Martin Robinson | 2015-10-28 | 3 | -0/+59 |
* | | Auto merge of #8241 - Manishearth:euclid_up, r=mbrubeck | bors-servo | 2015-10-28 | 2 | -3/+3 |
|\ \ |
|
| * | | Update euclid to 0.3 | Manish Goregaokar | 2015-10-28 | 2 | -3/+3 |
* | | | Auto merge of #8230 - jgraham:wptrunner_update, r=Ms2ger | bors-servo | 2015-10-28 | 5 | -15/+67 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update to latest wptrunner. | James Graham | 2015-10-28 | 5 | -15/+67 |
* | | | Auto merge of #7963 - dagnir:issue-7774, r=eefriedman | bors-servo | 2015-10-28 | 3 | -0/+105 |
|\ \ \ |
|
| * | | | Mark failure for remove test as expected. | Dongie Agnir | 2015-10-24 | 1 | -0/+4 |
| * | | | Remove extra indent. | Dongie Agnir | 2015-10-24 | 1 | -1/+1 |
| * | | | Update test. | Dongie Agnir | 2015-10-23 | 1 | -3/+11 |
| * | | | Update and correct tests. | Dongie Agnir | 2015-10-23 | 1 | -7/+23 |
| * | | | Implement ask_for_reset for HTMLSelectElement. | Dongie Agnir | 2015-10-23 | 2 | -0/+77 |
* | | | | Auto merge of #8169 - ax3lst:master, r=eefriedman | bors-servo | 2015-10-28 | 2 | -25/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Implement document.createEvent(TouchEvent) | Axel Solis Trompler | 2015-10-23 | 2 | -25/+0 |
* | | | | Show overflow for #8118. | Michael Howell | 2015-10-27 | 3 | -0/+45 |
* | | | | Auto merge of #8129 - craftytrickster:pos-fixed-list-item, r=glennw | bors-servo | 2015-10-28 | 3 | -1/+62 |
|\ \ \ \ |
|
| * | | | | Made block type pattern match less inclusive | David Raifaizen | 2015-10-27 | 3 | -1/+62 |
* | | | | | Move box_shadow_default_color_a.html to wpt reftests. | Ms2ger | 2015-10-27 | 4 | -1/+25 |
* | | | | | Move box_shadow_blur_a.html to wpt reftests. | Ms2ger | 2015-10-27 | 4 | -1/+25 |
* | | | | | Move borders_a.html to wpt reftests. | Ms2ger | 2015-10-27 | 5 | -1/+25 |
* | | | | | Move border_spacing_fixed_layout_a.html to wpt reftests. | Ms2ger | 2015-10-27 | 3 | -1/+25 |
* | | | | | Move border_spacing_auto_layout_a.html to wpt reftests. | Ms2ger | 2015-10-27 | 3 | -1/+25 |
* | | | | | Update the manifest. | Ms2ger | 2015-10-27 | 1 | -24/+24 |
|/ / / / |
|
* | | | | Implement HTMLCanvasElement#toDataURL | David Zbarsky | 2015-10-26 | 26 | -130/+0 |
* | | | | Auto merge of #7979 - tschneidereit:script-loading-fixes, r=jdm | bors-servo | 2015-10-26 | 3 | -15/+0 |
|\ \ \ \ |
|
| * | | | | Improve spec-compliance of script loading and execution during document startup | Till Schneidereit | 2015-10-26 | 3 | -15/+0 |
* | | | | | Auto merge of #8201 - KiChjang:add-missing-htmlpreelement, r=jdm | bors-servo | 2015-10-26 | 2 | -12/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add HTMLPreElement type to xml and plaintext DOM nodes | Keith Yeung | 2015-10-26 | 2 | -12/+1 |
| |/ / / |
|
* | | | | Auto merge of #8178 - frewsxcv:label, r=nox | bors-servo | 2015-10-26 | 4 | -195/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Implement 'htmlFor' attribute for <label> elements | Corey Farwell | 2015-10-25 | 3 | -138/+0 |
| * | | | Implement 'control' attribute for <label> elements | Corey Farwell | 2015-10-25 | 3 | -57/+0 |
* | | | | Update test manifest | Jan-Erik Rediger | 2015-10-25 | 1 | -0/+24 |
* | | | | Add reftest for css button width | Jan-Erik Rediger | 2015-10-25 | 2 | -0/+11 |
* | | | | Auto merge of #8185 - Ms2ger:white-space, r=frewsxcv | bors-servo | 2015-10-25 | 5 | -3/+5 |
|\ \ \ \ |
|
| * | | | | Correct the match urls for the white-space tests. | Ms2ger | 2015-10-25 | 5 | -3/+5 |
| |/ / / |
|
* / / / | Remove bad advice from WPT docs. | Josh Matthews | 2015-10-25 | 1 | -2/+2 |
|/ / / |
|
* | | | Auto merge of #8140 - mrobinson:canvas, r=pcwalton | bors-servo | 2015-10-23 | 2 | -0/+35 |
|\ \ \
| |_|/
|/| | |
|
| * | | Integrate Canvas into the DisplayList | Martin Robinson | 2015-10-21 | 2 | -0/+35 |
* | | | Auto merge of #8152 - frewsxcv:reftests, r=jdm | bors-servo | 2015-10-23 | 114 | -66/+1386 |
|\ \ \
| |_|/
|/| | |
|
| * | | Move box_shadow_bg.html to wpt reftests. | Corey Farwell | 2015-10-23 | 4 | -1/+25 |
| * | | Move border_spacing_empty_table.html to wpt reftests. | Corey Farwell | 2015-10-23 | 4 | -1/+25 |
| * | | Move border_style_none_a.html to wpt reftests. | Corey Farwell | 2015-10-23 | 4 | -1/+25 |
| * | | Move acid1_a.html to wpt reftests. | Corey Farwell | 2015-10-23 | 5 | -1/+25 |
| * | | Move case-insensitive-font-family.html to wpt reftests. | Corey Farwell | 2015-10-23 | 5 | -2/+26 |