| Commit message (Expand) | Author | Age | Files | Lines |
* | Update web-platform-tests to revision 424249088dd679888e07bd315dd8ebc98ccf323a | WPT Sync Bot | 2019-11-03 | 93 | -291/+1641 |
* | Use surfman for managing GL surfaces | Patrick Walton | 2019-11-01 | 11 | -590/+222 |
* | Auto merge of #24584 - JoshMcguigan:perf-resource-timing-duration, r=jdm | bors-servo | 2019-10-31 | 2 | -6/+0 |
|\ |
|
| * | update test resource timing tests | Josh Mcguigan | 2019-10-31 | 2 | -6/+0 |
* | | Remove intermittent failure. | Josh Matthews | 2019-10-31 | 1 | -2/+0 |
* | | Update web-platform-tests to revision 0abb411331f86f472103183c7ec1136ea21a7e1b | WPT Sync Bot | 2019-10-31 | 139 | -1442/+2556 |
* | | Update web-platform-tests to revision 82cecba576456d05c09894749379df1013ab488f | WPT Sync Bot | 2019-10-30 | 145 | -365/+2703 |
* | | Support stringifier attributes | Kagami Sascha Rosylight | 2019-10-29 | 2 | -11/+0 |
|/ |
|
* | Auto merge of #24564 - paulrouget:initButtons, r=jdm | bors-servo | 2019-10-29 | 1 | -3/+0 |
|\ |
|
| * | Properly set MouseEvent buttons property | Paul Rouget | 2019-10-28 | 1 | -3/+0 |
* | | Update web-platform-tests to revision cbd8c8ca929bc1aea71087be3b826cf1ee189a52 | WPT Sync Bot | 2019-10-28 | 150 | -876/+1798 |
|/ |
|
* | Auto merge of #24555 - servo-wpt-sync:wpt_update_25-10-2019, r=servo-wpt-sync | bors-servo | 2019-10-25 | 91 | -185/+3190 |
|\ |
|
| * | Update web-platform-tests to revision 474923949524b5c05a9e6f28ec082fdca87078de | WPT Sync Bot | 2019-10-25 | 91 | -185/+3190 |
* | | Auto merge of #24551 - nox:i-am-very-smart, r=SimonSapin | bors-servo | 2019-10-25 | 89 | -166/+12 |
|\ \
| |/
|/| |
|
| * | Fix a ridiculous bug in layout-2020 | Anthony Ramine | 2019-10-25 | 89 | -166/+12 |
* | | Auto merge of #24539 - servo-wpt-sync:wpt_update_24-10-2019, r=servo-wpt-sync | bors-servo | 2019-10-24 | 102 | -457/+409 |
|\ \ |
|
| * | | Update web-platform-tests to revision d2f5658cb7f7806b2c6adf81ecb7ded82fb85df5 | WPT Sync Bot | 2019-10-24 | 102 | -457/+409 |
| |/ |
|
* / | Limit referer header value length to 4096 | teapotd | 2019-10-24 | 168 | -672/+0 |
|/ |
|
* | Auto merge of #24527 - servo-wpt-sync:wpt_update_23-10-2019, r=servo-wpt-sync | bors-servo | 2019-10-23 | 171 | -1832/+2810 |
|\ |
|
| * | Update web-platform-tests to revision a3dd2ad02c65588ad280ceac378d82e9250d1045 | WPT Sync Bot | 2019-10-23 | 171 | -1832/+2810 |
* | | Update rand to 0.7 (fixes #24448) | Anthony Ramine | 2019-10-23 | 2 | -6/+6 |
|/ |
|
* | Auto merge of #24512 - marmeladema:issue-23607/compat, r=SimonSapin | bors-servo | 2019-10-22 | 5 | -25/+32 |
|\ |
|
| * | tests/wpt: use iterkeys, itervalues and iteritems from six package | marmeladema | 2019-10-22 | 3 | -10/+13 |
| * | tests/wpt/update: Use input() from six instead of raw_input() | marmeladema | 2019-10-22 | 1 | -2/+3 |
| * | tests/wpt/update: remove useless import statement | marmeladema | 2019-10-22 | 1 | -1/+0 |
| * | tests/wpt/update: use urllib module from six package | marmeladema | 2019-10-22 | 3 | -7/+7 |
| * | tests/wpt/update: Fix print statements to be compatible with Python3 | marmeladema | 2019-10-22 | 2 | -5/+9 |
* | | Auto merge of #24508 - pajamapants3000:21254, r=jdm | bors-servo | 2019-10-22 | 3 | -7/+8 |
|\ \ |
|
| * | | Add start_time to resource timing. | Tommy Lincoln | 2019-10-20 | 3 | -7/+8 |
* | | | Update web-platform-tests to revision 670f3ef16f9b38e22e3b863dcdc2ea860348929a | WPT Sync Bot | 2019-10-21 | 33 | -115/+273 |
* | | | Auto merge of #24471 - saschanaz:enum-default, r=ferjm | bors-servo | 2019-10-21 | 1 | -16/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Support enum value as a union default value | Kagami Sascha Rosylight | 2019-10-19 | 1 | -16/+1 |
* | | | Auto merge of #24507 - servo-wpt-sync:wpt_update_19-10-2019, r=servo-wpt-sync | bors-servo | 2019-10-19 | 49 | -131/+706 |
|\ \ \ |
|
| * | | | Update web-platform-tests to revision e0875f70f4f33a92d8a935e8d0e09a67a45761e8 | WPT Sync Bot | 2019-10-19 | 49 | -131/+706 |
* | | | | Auto merge of #23637 - gterzian:continue-message-port, r=jdm | bors-servo | 2019-10-19 | 61 | -469/+447 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 60 | -469/+445 |
| * | | | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -0/+2 |
* | | | | Auto merge of #24490 - servo-wpt-sync:wpt_update_18-10-2019, r=servo-wpt-sync | bors-servo | 2019-10-19 | 379 | -2158/+13966 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update web-platform-tests to revision 2b80e6d28f3c1ca734384ebded282bf07df80657 | WPT Sync Bot | 2019-10-18 | 379 | -2158/+13966 |
* | | | | Support [LegacyWindowAlias] | Kagami Sascha Rosylight | 2019-10-19 | 5 | -28/+3 |
| |/ /
|/| | |
|
* | | | Auto merge of #24476 - saschanaz:nonenumerable, r=jdm | bors-servo | 2019-10-18 | 4 | -40/+0 |
|\ \ \ |
|
| * | | | Mark @@iterator as nonenumerable | Kagami Sascha Rosylight | 2019-10-17 | 4 | -40/+0 |
* | | | | Auto merge of #24464 - rasviitanen:offscreen-canvas, r=jdm | bors-servo | 2019-10-18 | 55 | -208/+16 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fix getimagedata returns empty pixels | Rasmus Viitanen | 2019-10-16 | 55 | -208/+16 |
| |/ / |
|
* | | | Auto merge of #24409 - tigleym:mouse_event_cssom_attributes, r=jdm | bors-servo | 2019-10-17 | 3 | -14/+17 |
|\ \ \ |
|
| * | | | Implements pageX and pageY attributes | Micah Tigley | 2019-10-17 | 3 | -14/+17 |
* | | | | Auto merge of #24455 - saschanaz:sequence-strict, r=jdm | bors-servo | 2019-10-17 | 2 | -1/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Throw when failing to convert sequence inner values | Kagami Sascha Rosylight | 2019-10-17 | 2 | -1/+6 |
| |/ / |
|
* | | | Auto merge of #24315 - notriddle:GH-4577, r=nox | bors-servo | 2019-10-17 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | Add simple implementation of content-security-policy on scripts / styles | Michael Howell | 2019-10-16 | 1 | -5/+0 |
| |/ / |
|