| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #24185 - jdm:uwp-native-build, r=asajeffrey | bors-servo | 2019-09-20 | 1 | -1/+2 |
|\ |
|
| * | Build native dependencies with UWP compatibility. | Josh Matthews | 2019-09-16 | 1 | -1/+2 |
* | | Auto merge of #24133 - paulrouget:userAction, r=jdm | bors-servo | 2019-09-20 | 3 | -1/+36 |
|\ \ |
|
| * | | Do not allow XR session on non user-activated events | Paul Rouget | 2019-09-20 | 3 | -1/+36 |
* | | | Suspend/resume media activity based on document activity | Fernando Jiménez Moreno | 2019-09-19 | 1 | -0/+7 |
* | | | Register pipeline instead of browsing contexts for media instances | Fernando Jiménez Moreno | 2019-09-19 | 4 | -29/+24 |
* | | | Auto merge of #24220 - rasviitanen:domstringlist, r=jdm | bors-servo | 2019-09-17 | 3 | -0/+78 |
|\ \ \
| |/ /
|/| | |
|
| * | | add webidl bindings for DOMStringList | Rasmus Viitanen | 2019-09-18 | 3 | -0/+78 |
| |/ |
|
* | | Auto merge of #24176 - jdm:no-gleam, r=asajeffrey | bors-servo | 2019-09-12 | 2 | -2/+2 |
|\ \ |
|
| * | | Replace use of gleam in webgl with sparkle. | Josh Matthews | 2019-09-11 | 2 | -2/+2 |
| |/ |
|
* | | Auto merge of #24148 - asajeffrey:script-prefetch, r=jdm,nox | bors-servo | 2019-09-11 | 6 | -42/+349 |
|\ \
| |/
|/| |
|
| * | Responding to review comments | Alan Jeffrey | 2019-09-11 | 1 | -6/+11 |
| * | Responding to review comments | Alan Jeffrey | 2019-09-11 | 2 | -103/+119 |
| * | Prefetch img and scripts during parsing | Alan Jeffrey | 2019-09-10 | 6 | -42/+328 |
* | | Enable video frames as OES textures | Víctor Manuel Jáquez Leal | 2019-09-10 | 1 | -2/+14 |
|/ |
|
* | Auto merge of #24142 - CYBAI:warn-module-script, r=jdm | bors-servo | 2019-09-06 | 1 | -111/+168 |
|\ |
|
| * | Show warning when the script is a module | CYBAI | 2019-09-06 | 1 | -38/+60 |
| * | Add `type_` for script origin to distinguish module or classic | CYBAI | 2019-09-06 | 1 | -4/+12 |
| * | Rename ClassicScript to ScriptOrigin | CYBAI | 2019-09-06 | 1 | -13/+13 |
| * | Rename ScriptContext to ClassicContext | CYBAI | 2019-09-06 | 1 | -5/+5 |
| * | Recognize `module` as script type | CYBAI | 2019-09-06 | 1 | -34/+54 |
| * | Update spec step number | CYBAI | 2019-09-06 | 1 | -32/+39 |
* | | Auto merge of #24144 - stephenmuss:event-src-element, r=jdm | bors-servo | 2019-09-05 | 2 | -0/+6 |
|\ \
| |/
|/| |
|
| * | implement historical srcElement attribute for Event interface | drexler | 2019-09-05 | 2 | -0/+6 |
* | | Auto merge of #24129 - Eijebong:parking_lot, r=jdm | bors-servo | 2019-09-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Deduplicate parking_lot and friends by updating it to 0.9 | Bastien Orivel | 2019-09-05 | 1 | -1/+1 |
* | | | Auto merge of #24137 - gterzian:fix_error_throwing_on_unknown_js_arg, r=jdm | bors-servo | 2019-09-05 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | codegen: throw type error when encountering an unknown argument | Gregory Terzian | 2019-09-05 | 1 | -1/+1 |
* | | | Auto merge of #24109 - gterzian:fix_performance_entry_buffer_leak, r=asajeffrey | bors-servo | 2019-09-04 | 2 | -27/+34 |
|\ \ \ |
|
| * | | | performance: clear and disable buffer on pipeline exit | Gregory Terzian | 2019-09-04 | 2 | -27/+34 |
| |/ / |
|
* | | | Auto merge of #24094 - asajeffrey:webxr-depth-n-stencil, r=jdm | bors-servo | 2019-09-04 | 2 | -5/+63 |
|\ \ \ |
|
| * | | | Create depth and stencil attachments for XRWebGLLayer | Alan Jeffrey | 2019-08-28 | 2 | -4/+46 |
| * | | | Better error detection when creating an XRWebGLLayer | Alan Jeffrey | 2019-08-28 | 1 | -1/+17 |
* | | | | Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm | bors-servo | 2019-09-04 | 2 | -31/+143 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Implement ElementClick wd command | George Roman | 2019-08-31 | 2 | -31/+143 |
| |/ / |
|
* | | | Auto merge of #24044 - Eijebong:img-element-spec-update, r=jdm | bors-servo | 2019-09-02 | 1 | -23/+2 |
|\ \ \ |
|
| * | | | Remove <img>'s historical progress events | Bastien Orivel | 2019-09-01 | 1 | -23/+2 |
* | | | | Auto merge of #24097 - saschanaz:default-tojson, r=Manishearth | bors-servo | 2019-09-01 | 6 | -11/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add [Default] toJSON() to performance interfaces | Kagami Sascha Rosylight | 2019-09-01 | 6 | -11/+15 |
* | | | | Work around crash on Windows when returning JS::Value by value. | Josh Matthews | 2019-08-30 | 1 | -3/+6 |
| |_|/
|/| | |
|
* | | | Auto merge of #24072 - gterzian:ensure_docs_drop, r=asajeffrey | bors-servo | 2019-08-28 | 1 | -4/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | ensure documents drop when a pipeline exits | Gregory Terzian | 2019-08-28 | 1 | -4/+14 |
* | | | Auto merge of #24058 - Eijebong:ipc-channel, r=jdm | bors-servo | 2019-08-27 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update ipc-channel and related dependencies | Bastien Orivel | 2019-08-27 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #23996 - georgeroman:implement_pointer_move_wd_action, r=jdm | bors-servo | 2019-08-26 | 2 | -0/+59 |
|\ \ |
|
| * | | Implement pointerMove webdriver action | George Roman | 2019-08-22 | 2 | -0/+59 |
* | | | Update Window::open and document::open parameters to match the spec | Bastien Orivel | 2019-08-24 | 5 | -6/+6 |
| |/
|/| |
|
* | | Auto merge of #24018 - Manishearth:wherever-you-are, r=asajeffrey | bors-servo | 2019-08-23 | 1 | -1/+11 |
|\ \ |
|
| * | | Allow setting near/far clip planes | Manish Goregaokar | 2019-08-23 | 1 | -1/+11 |
* | | | Upgrade to rustc 1.39.0-nightly (f7af19c27 2019-08-15) | Simon Sapin | 2019-08-23 | 2 | -4/+4 |