| Commit message (Expand) | Author | Age | Files | Lines |
* | Mutably borrow to do layout of independent formatting contextslayout-2020-borrow-mut-independent-contexts | Anthony Ramine | 2020-06-09 | 7 | -58/+70 |
* | Auto merge of #26818 - servo:dependabot/cargo/core-text-13.3.2, r=jdm | bors-servo | 2020-06-08 | 1 | -3/+3 |
|\ |
|
| * | build(deps): bump core-text from 13.2.0 to 13.3.2 | dependabot-preview[bot] | 2020-06-08 | 1 | -3/+3 |
* | | Auto merge of #26817 - servo:dependabot/cargo/futures-core-0.3.5, r=jdm | bors-servo | 2020-06-08 | 1 | -2/+2 |
|\ \ |
|
| * | | build(deps): bump futures-core from 0.3.4 to 0.3.5 | dependabot-preview[bot] | 2020-06-08 | 1 | -2/+2 |
| |/ |
|
* | | Auto merge of #26816 - servo:dependabot/cargo/serde_json-1.0.53, r=jdm | bors-servo | 2020-06-08 | 1 | -4/+4 |
|\ \ |
|
| * | | build(deps): bump serde_json from 1.0.27 to 1.0.53 | dependabot-preview[bot] | 2020-06-08 | 1 | -4/+4 |
| |/ |
|
* | | Auto merge of #26812 - servo:dependabot/cargo/gstreamer-app-sys-0.8.1, r=jdm | bors-servo | 2020-06-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | build(deps): bump gstreamer-app-sys from 0.8.0 to 0.8.1 | dependabot-preview[bot] | 2020-06-08 | 1 | -2/+2 |
|/ |
|
* | Auto merge of #26805 - mrobinson:add-pseudo-tag-to-layout-2020, r=SimonSapin | bors-servo | 2020-06-06 | 14 | -265/+271 |
|\ |
|
| * | layout_2020: Tag fragments with their pseudo content type | Martin Robinson | 2020-06-06 | 14 | -265/+271 |
* | | Auto merge of #26720 - camelid:real-version-hash, r=SimonSapin | bors-servo | 2020-06-06 | 1 | -2/+21 |
|\ \ |
|
| * | | Use binary strings for compatibility with Python 3 | camelid | 2020-05-31 | 1 | -2/+2 |
| * | | Don't fail if run on non-bundle commit | camelid | 2020-05-30 | 1 | -7/+19 |
| * | | Add missing brackets | camelid | 2020-05-30 | 1 | -1/+1 |
| * | | Get the real commit hash, not the bundle hash | camelid | 2020-05-30 | 1 | -2/+9 |
* | | | Auto merge of #26797 - servo:dependabot/cargo/openssl-0.10.29, r=jdm | bors-servo | 2020-06-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | build(deps): bump openssl from 0.10.26 to 0.10.29 | dependabot-preview[bot] | 2020-06-05 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Auto merge of #26799 - servo:dependabot/cargo/ref_slice-1.2.0, r=jdm | bors-servo | 2020-06-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | build(deps): bump ref_slice from 1.1.1 to 1.2.0 | dependabot-preview[bot] | 2020-06-05 | 1 | -2/+2 |
| |/ / |
|
* | | | Auto merge of #26796 - servo:dependabot/cargo/indexmap-1.4.0, r=jdm | bors-servo | 2020-06-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | build(deps): bump indexmap from 1.3.2 to 1.4.0 | dependabot-preview[bot] | 2020-06-05 | 1 | -2/+2 |
| |/ / |
|
* | | | Auto merge of #26772 - jdm:wpt-test-types, r=manishearth | bors-servo | 2020-06-05 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Run only a supported set of WPT test types by default. | Josh Matthews | 2020-06-03 | 1 | -0/+10 |
* | | | | Auto merge of #26792 - servo:static-mut, r=nox | bors-servo | 2020-06-05 | 3 | -79/+95 |
|\ \ \ \ |
|
| * | | | | Use UnsafeCell instead of `static mut` in background_hang_monitor/sampler_lin... | Simon Sapin | 2020-06-05 | 1 | -60/+74 |
| * | | | | Use atomic pointers instead of `static mut` for DOM proxy handlers | Simon Sapin | 2020-06-05 | 1 | -3/+9 |
| * | | | | Keep DOM proxy handlers as separate named items rather than in one array | Simon Sapin | 2020-06-05 | 1 | -10/+12 |
| * | | | | Use `const` instead of `static mut` in script/dom/eventtarget.rs | Simon Sapin | 2020-06-04 | 1 | -9/+3 |
* | | | | | Auto merge of #26795 - servo:dependabot/cargo/getrandom-0.1.14, r=jdm | bors-servo | 2020-06-05 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | build(deps): bump getrandom from 0.1.12 to 0.1.14 | dependabot-preview[bot] | 2020-06-05 | 1 | -4/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Auto merge of #26562 - mrobinson:reanimator-style, r=jdm,emilio | bors-servo | 2020-06-05 | 72 | -1675/+412 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Better computation of animation keyframes | Martin Robinson | 2020-06-05 | 69 | -1604/+264 |
| * | | | | Cache animation computed values when animations change | Martin Robinson | 2020-06-05 | 9 | -170/+247 |
|/ / / / |
|
* | | | | Auto merge of #26791 - camelid:patch-1, r=jdm | bors-servo | 2020-06-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Replace IRC link with Matrix | Camelid | 2020-06-04 | 1 | -1/+1 |
* | | | | | Auto merge of #26785 - servo:dependabot/cargo/gstreamer-0.15.6, r=jdm | bors-servo | 2020-06-04 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | build(deps): bump gstreamer from 0.15.5 to 0.15.6 | dependabot-preview[bot] | 2020-06-04 | 1 | -2/+2 |
* | | | | | Auto merge of #26790 - jdm:fewer-generics, r=SimonSapin | bors-servo | 2020-06-04 | 5 | -66/+103 |
|\ \ \ \ \ |
|
| * | | | | | Extract some thread local use from generic code. | Josh Matthews | 2020-06-04 | 1 | -21/+37 |
| * | | | | | Move thread state checks out of generic methods to reduce generated code dupl... | Josh Matthews | 2020-06-04 | 2 | -33/+41 |
| * | | | | | Remove unnecessary generic from private_from_proto_check. | Josh Matthews | 2020-06-04 | 2 | -12/+25 |
| * | | | | | build(deps): bump unicode-normalization from 0.1.5 to 0.1.12 | dependabot-preview[bot] | 2020-06-04 | 1 | -2/+5 |
* | | | | | | Auto merge of #26788 - servo:energy, r=jdm | bors-servo | 2020-06-04 | 25 | -1369/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove support for heartbeats profiling | Simon Sapin | 2020-06-04 | 14 | -1157/+7 |
| * | | | | | | Remove support for energy profiling | Simon Sapin | 2020-06-04 | 15 | -215/+8 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Auto merge of #26789 - CYBAI:svgelement-style, r=jdm | bors-servo | 2020-06-04 | 4 | -2/+49 |
|\ \ \ \ \ \ |
|
| * | | | | | | Introduce ElementCSSInlineStyle for SVGElement | CYBAI | 2020-06-05 | 4 | -2/+49 |
* | | | | | | | Auto merge of #26480 - CYBAI:missing-on, r=jdm | bors-servo | 2020-06-04 | 3 | -33/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Prefix `on` for function name of inline events | CYBAI | 2020-05-10 | 3 | -33/+1 |