| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose DOMHighResTimeStamps at lower res | Patrick Shaughnessy | 2020-02-03 | 1 | -1/+1 |
* | SubmitEvent and test changes | Patrick Shaughnessy | 2020-01-30 | 1 | -1/+1 |
* | Implement HTMLMenuElement | Patrick Shaughnessy | 2020-01-23 | 1 | -1/+1 |
* | Add a workaround to root_scroll.html for #25559 | Martin Robinson | 2020-01-21 | 1 | -2/+2 |
* | Scope chain is now constructed | Patrick Shaughnessy | 2020-01-15 | 1 | -0/+10 |
* | Implement HTMLSelectElement.add() and indexed setter, fix test that was relyi... | Patrick Shaughnessy | 2020-01-07 | 1 | -16/+14 |
* | Implement HTMLOptionElement named constructor | teapotd | 2020-01-03 | 1 | -1/+1 |
* | Update web-platform-tests to revision 6fbd872e9ac5fe60e32946bc9b318be6eeada123 | WPT Sync Bot | 2019-12-14 | 1 | -15/+1 |
* | layout: Ensure truncated fragment is updated with results of collecting inner... | Josh Matthews | 2019-12-09 | 1 | -0/+23 |
* | Auto merge of #24670 - glowe:add-crlf-to-boundary, r=Manishearth | bors-servo | 2019-11-29 | 1 | -1/+1 |
|\ |
|
| * | Add CRLF to encoded multipart form data | glowe | 2019-11-29 | 1 | -1/+1 |
* | | Enable webxr by default. | Josh Matthews | 2019-11-20 | 1 | -1/+1 |
* | | Mach fmt, this time including C++ files | Fernando Jimenez Moreno | 2019-11-20 | 1 | -1/+1 |
* | | Update test expectations | Fernando Jiménez Moreno | 2019-11-20 | 1 | -1/+1 |
* | | Auto merge of #24687 - ferjm:mediaelementaudionode, r=Manishearth | bors-servo | 2019-11-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Update tests for MediaElementAudioSourceNode | Fernando Jiménez Moreno | 2019-11-19 | 1 | -1/+1 |
* | | | Auto merge of #24664 - gterzian:fix_port_transfer, r=jdm | bors-servo | 2019-11-18 | 1 | -0/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix complete messageport transfer | Gregory Terzian | 2019-11-15 | 1 | -0/+34 |
| |/ |
|
* | | Auto merge of #24736 - paulrouget:layoutissue, r=SimonSapin | bors-servo | 2019-11-16 | 1 | -0/+23 |
|\ \ |
|
| * | | layout: Ensure abs-pos elements establish block formatting contexts | Paul Rouget | 2019-11-14 | 1 | -0/+23 |
* | | | Update test manifest. | Josh Matthews | 2019-11-15 | 1 | -4/+4 |
|/ / |
|
* / | Update a test that expected a resize event to trigger for an iframe that isn'... | Josh Matthews | 2019-11-06 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #24508 - pajamapants3000:21254, r=jdm | bors-servo | 2019-10-22 | 1 | -1/+1 |
|\ |
|
| * | Add start_time to resource timing. | Tommy Lincoln | 2019-10-20 | 1 | -1/+1 |
* | | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -3/+3 |
* | | Support [LegacyWindowAlias] | Kagami Sascha Rosylight | 2019-10-19 | 1 | -2/+2 |
|/ |
|
* | Add test for filtered crossorigin cache response (#24356). | Josh Matthews | 2019-10-04 | 1 | -0/+10 |
* | Auto merge of #24261 - paulrouget:fakeMeasureTExt, r=jdm | bors-servo | 2019-09-25 | 1 | -1/+1 |
|\ |
|
| * | Temporary implementation of Canvas.MeasureText | Paul Rouget | 2019-09-25 | 1 | -4/+1 |
* | | Auto merge of #24133 - paulrouget:userAction, r=jdm | bors-servo | 2019-09-20 | 1 | -5/+2 |
|\ \
| |/
|/| |
|
| * | Do not allow XR session on non user-activated events | Paul Rouget | 2019-09-20 | 1 | -5/+2 |
* | | add webidl bindings for DOMStringList | Rasmus Viitanen | 2019-09-18 | 1 | -2/+2 |
|/ |
|
* | Remove new wpt lint violations. | Josh Matthews | 2019-09-09 | 1 | -52/+52 |
* | Make inline elements work in fullscreen mode | Fernando Jiménez Moreno | 2019-09-05 | 1 | -0/+40 |
* | ISSUE-21803: implement ConstantSourceNode audionode | Thomas Delacour | 2019-08-13 | 1 | -1/+1 |
* | Use origin of final HTTP response as document origin. | Josh Matthews | 2019-07-29 | 1 | -0/+17 |
* | Update xr.requestSession() arguments | Manish Goregaokar | 2019-07-16 | 1 | -2/+2 |
* | Auto merge of #23203 - iulianR:22828, r=jdm | bors-servo | 2019-07-15 | 1 | -1/+1 |
|\ |
|
| * | Implement PerformanceNavigation interface | Iulian Gabriel Radu | 2019-06-26 | 1 | -1/+1 |
* | | Change bindings generation to make Exposed annotation aware of members/partia... | sreeise | 2019-07-14 | 1 | -1/+8 |
* | | Update test API, hook it up to webxr mocking | Manish Goregaokar | 2019-07-11 | 1 | -2/+2 |
* | | Update requiredness of some fields | Manish Goregaokar | 2019-07-02 | 1 | -3/+3 |
|/ |
|
* | Update WPT expectations. | Emilio Cobos Álvarez | 2019-06-25 | 1 | -1/+1 |
* | Auto merge of #23536 - gatoWololo:omar_timing_entries, r=jdm | bors-servo | 2019-06-24 | 1 | -1/+1 |
|\ |
|
| * | Let resources timing entries be added to performance entry buffer. | gatowololo | 2019-06-11 | 1 | -1/+1 |
* | | Add tests for viewer space | Manish Goregaokar | 2019-06-12 | 1 | -1/+1 |
* | | Add test for viewer head pose | Manish Goregaokar | 2019-06-12 | 1 | -1/+1 |
* | | Add test for origin offset | Manish Goregaokar | 2019-06-12 | 1 | -2/+2 |
* | | Test XRRigidTransform.inverse | Manish Goregaokar | 2019-06-12 | 1 | -2/+2 |
* | | Make webxr test use async/await | Manish Goregaokar | 2019-06-12 | 1 | -2163/+717 |