Commit Graph

240 Commits

Author SHA1 Message Date
Emilio Cobos Álvarez
4a8ff157a5 Bug 1520664 - Cleanup ReferenceFrame so that each of them has a single matrix. r=kvark
The only thing using both was perspective, but that's not really needed with the current setup.

This more closely matches Gecko, too.

Differential Revision: https://phabricator.services.mozilla.com/D16764
2019-01-17 21:13:07 +01:00
Glenn Watson
42680d84e4 Bug 1520687 - Include root content clip rect in picture caching world bounds. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16782

--HG--
extra : moz-landing-system : lando
2019-01-17 19:40:06 +00:00
Brindusan Cristian
ac9bb930c9 Backed out changeset bbc57e229df6 (bug 1520664) for webrender bustages. CLOSED TREE 2019-01-17 19:20:00 +02:00
Emilio Cobos Álvarez
3fe4fef309 Bug 1520664 - Bug 1498639 - Cleanup ReferenceFrame so that each of them has a single matrix. r=kvark
The only thing using both was perspective, but that's not really needed with the current setup.

This more closely matches Gecko, too.

Differential Revision: https://phabricator.services.mozilla.com/D16764

--HG--
extra : moz-landing-system : lando
2019-01-17 16:08:35 +00:00
Bobby Holley
e12967b520 Bug 1520275 - Add primitive debug display. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D16593
2019-01-16 15:25:25 -08:00
Dzmitry Malyshau
3e91ba682b Bug 1520645 - WR improved vector allocation recycler r=nical
The old vector recycler had a few problems:
  1. shrinking to fit would be inevitably followed by re-allocation, since it's unlikely that the consequent sizes are below the immediately followed frames
  2. shrinking before clearing means that the existing contents are copied over, which is a waste

The new code has more complicated logic for recycling, aimed at reducing heap allocations. It's also collecting the statistics.

Differential Revision: https://phabricator.services.mozilla.com/D16496

--HG--
extra : moz-landing-system : lando
2019-01-16 22:24:01 +00:00
Cosmin Sabou
c5393102ee Backed out changeset 0b1911ea8b8b (bug 1520275) for qr wrench bustages. CLOSED TREE 2019-01-16 21:22:29 +02:00
Bobby Holley
7635435179 Bug 1520275 - Add primitive debug display. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D16593
2019-01-16 10:55:11 -08:00
Dzmitry Malyshau
90036e2a54 Bug 1519441 - WR fix scroll frame rectangle r=gw
This is a follow-up fix to https://github.com/servo/webrender/pull/3251
Accidentally, the reference frame relative offset was applied twice.

Differential Revision: https://phabricator.services.mozilla.com/D16658

--HG--
extra : moz-landing-system : lando
2019-01-16 14:49:59 +00:00
Bobby Holley
e2dbdaa253 Bug 1506449 - Arc the glyph arrays for text runs. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D16630
2019-01-15 20:38:18 -08:00
Bobby Holley
126679ec70 Bug 1506449 - Use an Option<T> instead of Item<T> in DataStore. r=gw
This does two things:
* Ensures that the T gets dropped when the item is removal, which is
  important for the TextRunKey case where it holds heap memory.
* Eliminates the epoch handling while still ensuring that we panic on
  stale lookups.

We also remove the Item usage for local_data, but don't bother with the
Option in that case.

Differential Revision: https://phabricator.services.mozilla.com/D16629
2019-01-15 20:38:18 -08:00
Glenn Watson
cd78518c1a Bug 1520384 - Fix an invalidation bug and improve display list correlation. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16648

--HG--
extra : moz-landing-system : lando
2019-01-16 04:23:29 +00:00
Dorel Luca
e1198e6651 Merge mozilla-central to autoland. CLOSED TREE
--HG--
extra : rebase_source : e6bda7efe552ef8e5c89c0395b18a73838f3f700
2019-01-16 00:22:00 +02:00
Lee Salzman
70ae3e33d1 Bug 1512010 - backing out local raster space text snapping change. r=jrmuizel
--HG--
extra : source : a3989f48b153d314c83478c0a157f66fe69f8eca
2019-01-15 13:32:39 -05:00
Jeff Muizelaar
a1d10d2d1f Bug 1520188. Use uppercase for func name. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D16567

--HG--
extra : moz-landing-system : lando
2019-01-15 17:40:34 +00:00
Dzmitry Malyshau
75e5c0c1d0 Bug 1505934 - WR: Don't establish a raster root in pictures with sufficiently large local bounds (take 2) r=jrmuizel
re-open of D16335, which got backed out due to Wrench test failing.
The test was failing because of different AA on a plane-splitting case, which isn't guaranteed anyway.
This revision updates the test.

Differential Revision: https://phabricator.services.mozilla.com/D16560

--HG--
extra : moz-landing-system : lando
2019-01-15 15:23:28 +00:00
Narcis Beleuzu
0e42fd473e Backed out changeset 58ebeaf27cf6 (bug 1505934) for wrench bustages. CLOSED TREE 2019-01-14 21:57:30 +02:00
Glenn Watson
9b555d0f4a Bug 1519747 - Split primitive preparation into a separate culling pass. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16429

--HG--
extra : moz-landing-system : lando
2019-01-14 19:03:52 +00:00
Glenn Watson
6c1d46db67 Bug 1519667 - Fix picture caching tiles being discarded incorrectly. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16401

--HG--
extra : moz-landing-system : lando
2019-01-14 15:49:22 +00:00
Glenn Watson
0caeff8d25 Bug 1519609 - Optimize how picture caching handles world clips. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16385

--HG--
extra : moz-landing-system : lando
2019-01-14 15:48:01 +00:00
Dzmitry Malyshau
afdaf603bf Bug 1505934 - WR: Don't establish a raster root in pictures with sufficiently large local bounds r=gw
Differential Revision: https://phabricator.services.mozilla.com/D16335

--HG--
extra : moz-landing-system : lando
2019-01-14 19:29:53 +00:00
Csoregi Natalia
4a86022f41 Merge mozilla-central to autoland. CLOSED TREE 2019-01-14 19:19:46 +02:00
Lee Salzman
ff05f33b4f Bug 1512010 - fix png refs for wrench tests. r=me 2019-01-13 22:50:37 -05:00
Lee Salzman
78a9aa03d3 Bug 1512010 - add wrench test for text snapping in raster spaces. r=gw 2019-01-13 22:27:00 -05:00
Lee Salzman
e4106ad0b3 Bug 1512010 - don't snap text positions in local raster space. r=gw 2019-01-13 22:26:26 -05:00
Mathijs Henquet
b280254a84 Bug 1519536 - Remove rustdoc of removed argument. r=kvark
Depends on D16359

Differential Revision: https://phabricator.services.mozilla.com/D16360

--HG--
extra : moz-landing-system : lando
2019-01-14 15:38:59 +00:00
Mathijs Henquet
0922329c34 Bug 1519536 - Fix rustdoc reference. r=kvark
Depends on D16358

Differential Revision: https://phabricator.services.mozilla.com/D16359

--HG--
extra : moz-landing-system : lando
2019-01-14 15:38:59 +00:00
Mathijs Henquet
4a6e79b790 Bug 1519536 - Update rust doc comments to use intradoc links in webrender/src/lib.rs. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16358

--HG--
extra : moz-landing-system : lando
2019-01-14 15:38:58 +00:00
Bobby Holley
dc649b23cc Bug 1519454 - Use a macro to declare interners and hook up memory reporters. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D16356
2019-01-12 12:36:27 -08:00
Bobby Holley
1f5bd4be39 Bug 1519454 - Implement MallocSizeOf for Interner and DataStore. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D16355
2019-01-12 12:36:26 -08:00
Bobby Holley
e888d6e804 Bug 1519454 - Hook up MallocSizeOf and use it to replace some manual reporting. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D16354
2019-01-12 12:36:24 -08:00
Bobby Holley
b381fba212 Bug 1519454 - Put malloc_size_of_derive on crates.io, and add a reduced fork of malloc_size_of for WebRender. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D16353


--HG--
rename : servo/components/malloc_size_of_derive/LICENSE-APACHE => gfx/wr/wr_malloc_size_of/LICENSE-APACHE
rename : servo/components/malloc_size_of_derive/LICENSE-MIT => gfx/wr/wr_malloc_size_of/LICENSE-MIT
rename : servo/components/malloc_size_of_derive/LICENSE-APACHE => third_party/rust/malloc_size_of_derive/LICENSE-APACHE
rename : servo/components/malloc_size_of_derive/LICENSE-MIT => third_party/rust/malloc_size_of_derive/LICENSE-MIT
rename : servo/components/malloc_size_of_derive/lib.rs => third_party/rust/malloc_size_of_derive/lib.rs
2019-01-12 12:36:22 -08:00
Bogdan Tara
1b63fe08ee Backed out 4 changesets (bug 1519454) for api.rs build bustage CLOSED TREE
Backed out changeset 21d74c03c00a (bug 1519454)
Backed out changeset 054028a8d4a7 (bug 1519454)
Backed out changeset e9b1d04247de (bug 1519454)
Backed out changeset f3ef205b4f63 (bug 1519454)

--HG--
rename : third_party/rust/malloc_size_of_derive/LICENSE-APACHE => servo/components/malloc_size_of_derive/LICENSE-APACHE
rename : third_party/rust/malloc_size_of_derive/LICENSE-MIT => servo/components/malloc_size_of_derive/LICENSE-MIT
rename : third_party/rust/malloc_size_of_derive/lib.rs => servo/components/malloc_size_of_derive/lib.rs
2019-01-12 21:54:54 +02:00
Bobby Holley
a2868de665 Bug 1519454 - Use a macro to declare interners and hook up memory reporters. r=emilio
Depends on D16355

Differential Revision: https://phabricator.services.mozilla.com/D16356

--HG--
extra : moz-landing-system : lando
2019-01-12 19:22:03 +00:00
Bobby Holley
5ed9bbd7bc Bug 1519454 - Implement MallocSizeOf for Interner and DataStore. r=emilio
Depends on D16354

Differential Revision: https://phabricator.services.mozilla.com/D16355

--HG--
extra : moz-landing-system : lando
2019-01-12 19:22:01 +00:00
Bobby Holley
93536bd6c7 Bug 1519454 - Hook up MallocSizeOf and use it to replace some manual reporting. r=emilio
Depends on D16353

Differential Revision: https://phabricator.services.mozilla.com/D16354

--HG--
extra : moz-landing-system : lando
2019-01-12 19:21:58 +00:00
Bobby Holley
466c21b4c4 Bug 1519454 - Put malloc_size_of_derive on crates.io, and add a reduced fork of malloc_size_of for WebRender. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D16353

--HG--
rename : servo/components/malloc_size_of_derive/LICENSE-APACHE => gfx/wr/wr_malloc_size_of/LICENSE-APACHE
rename : servo/components/malloc_size_of_derive/LICENSE-MIT => gfx/wr/wr_malloc_size_of/LICENSE-MIT
rename : servo/components/malloc_size_of_derive/LICENSE-APACHE => third_party/rust/malloc_size_of_derive/LICENSE-APACHE
rename : servo/components/malloc_size_of_derive/LICENSE-MIT => third_party/rust/malloc_size_of_derive/LICENSE-MIT
rename : servo/components/malloc_size_of_derive/lib.rs => third_party/rust/malloc_size_of_derive/lib.rs
extra : moz-landing-system : lando
2019-01-12 19:21:56 +00:00
Josh Matthews
4676fc4f15 Bug 1518937 - Make dynamic linking for freetype symbols configurable. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D16108

--HG--
extra : moz-landing-system : lando
2019-01-11 17:01:52 +00:00
Kartikaya Gupta
7bb962bec3 Bug 1519175 - Save the clip-scroll tree to the WR capture. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16229

--HG--
extra : moz-landing-system : lando
2019-01-10 22:50:07 +00:00
Kartikaya Gupta
2dc2417751 Bug 1519175 - Allow creating PrintTree instances with other sinks. r=kvark
This will let us print trees to files instead of stdout.

Differential Revision: https://phabricator.services.mozilla.com/D16228

--HG--
extra : moz-landing-system : lando
2019-01-10 22:47:37 +00:00
Cosmin Sabou
a6253ae016 Backed out 3 changesets (bug 1455848) for causing build bustages. CLOSED TREE
Backed out changeset 424203c9c430 (bug 1455848)
Backed out changeset b7a0887937f4 (bug 1455848)
Backed out changeset 23e27b3097c6 (bug 1455848)
2019-01-23 21:22:36 +02:00
Lee Salzman
69399feca7 Bug 1455848 - implement shared cache of dwrote font files r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D16898

--HG--
extra : moz-landing-system : lando
2019-01-23 18:22:30 +00:00
Lee Salzman
3bc08c1447 Bug 1455848 - update dwrote to version 0.8 r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D16897

--HG--
extra : moz-landing-system : lando
2019-01-23 18:22:16 +00:00
Lee Salzman
160e525369 Bug 1455848 - use paths for WR font handles on Windows r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D16896

--HG--
extra : moz-landing-system : lando
2019-01-23 18:58:06 +00:00
Glenn Watson
b3ba1b1921 Bug 1520114 - Fix a number of picture caching invalidation issues. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16528

--HG--
extra : moz-landing-system : lando
2019-01-15 19:31:05 +00:00
Doug Thayer
6dae89e2f0 Bug 1441308 - Add pref to disable texture cache clear r=bholley
To facilitate testing of document splitting before it is preffed on,
I'm adding a pref to disable clearing the texture cache, since this
will currently crash the browser with doc splitting on.

Depends on D13840

Differential Revision: https://phabricator.services.mozilla.com/D13841

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:47 +00:00
Doug Thayer
295edead39 Bug 1441308 - Make GpuCache document-aware r=kvark
GpuCache can currently evict things out from underneath docs which
are not updating this frame. This makes its roots document-specific,
so that we only evict items for currently updating documents.

Depends on D13343

Differential Revision: https://phabricator.services.mozilla.com/D13840

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:29 +00:00
Doug Thayer
43086cd3f7 Bug 1441308 - Make WR caches document-aware r=bholley
This change makes the various WR caches segment their cached data by
document, so that documents' data are not evicted out from underneath them.

Differential Revision: https://phabricator.services.mozilla.com/D13343

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:06 +00:00
Kartikaya Gupta
ef25cd53ed Bug 1507522 - Add a note to the WebRender README about the new upstream. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16104

--HG--
extra : moz-landing-system : lando
2019-01-10 14:14:00 +00:00
WR Updater Bot
b8486fffd6 Bug 1518899 - Update webrender to commit d3edc30cf95d3c96fd8308969b22062698a0f6ce (WR PR #3493). r=kats
https://github.com/servo/webrender/pull/3493

Differential Revision: https://phabricator.services.mozilla.com/D16102

--HG--
extra : moz-landing-system : lando
2019-01-09 22:16:02 +00:00
WR Updater Bot
02fa01c82a Bug 1518901 - Update webrender to commit a25552ac640600e5bd456e048c0df592ab9fde93 (WR PR #3483). r=kats
https://github.com/servo/webrender/pull/3483

Differential Revision: https://phabricator.services.mozilla.com/D16082

--HG--
extra : moz-landing-system : lando
2019-01-09 20:28:38 +00:00
WR Updater Bot
a26a88d15c Bug 1518769 - Update webrender to commit 32e2f83a809e91f699847cbde209d4f24fca0141 (WR PR #3492). r=kats
https://github.com/servo/webrender/pull/3492

Differential Revision: https://phabricator.services.mozilla.com/D16081

--HG--
extra : moz-landing-system : lando
2019-01-09 20:25:47 +00:00
WR Updater Bot
a4773d0c21 Bug 1518773 - Update webrender to commit f24d6fbc8598dbaffee70b745e043dd390664f72 (WR PR #3491). r=kats
https://github.com/servo/webrender/pull/3491

Differential Revision: https://phabricator.services.mozilla.com/D16043

--HG--
extra : moz-landing-system : lando
2019-01-09 13:35:30 +00:00
WR Updater Bot
96a504f981 Bug 1518771 - Update webrender to commit 7d73075a6589eb6023456733c318d578324dec11 (WR PR #3490). r=kats
https://github.com/servo/webrender/pull/3490

Differential Revision: https://phabricator.services.mozilla.com/D16042

--HG--
extra : moz-landing-system : lando
2019-01-09 13:34:47 +00:00
WR Updater Bot
66948c3b64 Bug 1518770 - Update webrender to commit 008cf0013a8b8f2de383b491fc75b50ac83f973a (WR PR #3486). r=kats
https://github.com/servo/webrender/pull/3486

Differential Revision: https://phabricator.services.mozilla.com/D16040

--HG--
extra : moz-landing-system : lando
2019-01-09 13:31:13 +00:00
WR Updater Bot
8519596937 Bug 1518717 - Update webrender to commit ff9940fdf95412a3e5d1a70c78defba6e919c170 (WR PR #3488). r=kats
https://github.com/servo/webrender/pull/3488

Differential Revision: https://phabricator.services.mozilla.com/D16039

--HG--
extra : moz-landing-system : lando
2019-01-09 13:29:54 +00:00
WR Updater Bot
fb6ea97ec1 Bug 1518708 - Update webrender to commit fb4b9342aa1b047ac46b89cb7a70987816bee686 (WR PR #3487). r=kats
https://github.com/servo/webrender/pull/3487

Differential Revision: https://phabricator.services.mozilla.com/D16009

--HG--
extra : moz-landing-system : lando
2019-01-09 05:14:25 +00:00
WR Updater Bot
44eff8f1b7 Bug 1518605 - Update webrender to commit e16ab884672151fbdebc149479f9bfdecd1da216 (WR PR #3251). r=kats
https://github.com/servo/webrender/pull/3251

Differential Revision: https://phabricator.services.mozilla.com/D16005

--HG--
extra : moz-landing-system : lando
2019-01-09 03:27:04 +00:00
WR Updater Bot
58ed12c9a0 Bug 1518389 - Update webrender to commit 9019124fdccab50096ef5af76d1acbd251c1ad07 (WR PR #3484). r=kats
https://github.com/servo/webrender/pull/3484

Differential Revision: https://phabricator.services.mozilla.com/D15977

--HG--
extra : moz-landing-system : lando
2019-01-08 21:24:03 +00:00
WR Updater Bot
92206415de Bug 1518390 - Update webrender to commit ca28ae618d249976a755db5419e5ec7c36bbfd1c (WR PR #3481). r=kats
https://github.com/servo/webrender/pull/3481

Differential Revision: https://phabricator.services.mozilla.com/D15895

--HG--
extra : moz-landing-system : lando
2019-01-08 03:43:00 +00:00
WR Updater Bot
44b24d114c Bug 1518111 - Update webrender to commit cce627620aeecbe9e39cc2b39481f10d26aef892 (WR PR #3480). r=kats
https://github.com/servo/webrender/pull/3480

Differential Revision: https://phabricator.services.mozilla.com/D15893

--HG--
extra : moz-landing-system : lando
2019-01-08 03:37:12 +00:00
WR Updater Bot
08e5e61804 Bug 1517975 - Update webrender to commit 1b226534099a24c741e9827c4612eee1ec12d4ee (WR PR #3478). r=kats
https://github.com/servo/webrender/pull/3478

Differential Revision: https://phabricator.services.mozilla.com/D15822

--HG--
extra : moz-landing-system : lando
2019-01-07 12:47:12 +00:00
WR Updater Bot
7dcd1fcb5f Bug 1517977 - Update webrender to commit b298150b65db9e80ec15aff6877ca3277cb79f92 (WR PR #3474). r=kats
https://github.com/servo/webrender/pull/3474

Differential Revision: https://phabricator.services.mozilla.com/D15787

--HG--
extra : moz-landing-system : lando
2019-01-05 21:15:35 +00:00
WR Updater Bot
7e9242db51 Bug 1517910 - Update webrender to commit bcc2cde64756e0d90dd8614f923ad74694bcd84c (WR PR #3475). r=kats
https://github.com/servo/webrender/pull/3475

Differential Revision: https://phabricator.services.mozilla.com/D15786

--HG--
extra : moz-landing-system : lando
2019-01-05 21:12:56 +00:00
WR Updater Bot
f63b1dab83 Bug 1517838 - Update webrender to commit 48b6b15e68c935a07d66a36f7ca6dd7438924d57 (WR PR #3472). r=kats
https://github.com/servo/webrender/pull/3472

Differential Revision: https://phabricator.services.mozilla.com/D15782

--HG--
extra : moz-landing-system : lando
2019-01-05 02:48:20 +00:00
WR Updater Bot
bf008d5d7e Bug 1517773 - Update webrender to commit 5e06512aee0a2e09379a49111c36f91d0ae489f4 (WR PR #3471). r=kats
https://github.com/servo/webrender/pull/3471

Differential Revision: https://phabricator.services.mozilla.com/D15746

--HG--
extra : moz-landing-system : lando
2019-01-04 19:37:50 +00:00
WR Updater Bot
ff902c922f Bug 1517742 - Update webrender to commit e8ef39b4499aa93e008a25e851c01f4dff36b301 (WR PR #3470). r=kats
https://github.com/servo/webrender/pull/3470

Differential Revision: https://phabricator.services.mozilla.com/D15735

--HG--
extra : moz-landing-system : lando
2019-01-04 16:02:16 +00:00
WR Updater Bot
177e762bb0 Bug 1517721 - Update webrender to commit 12250134e710e8a0435b1b678fa4fb056e11fecc (WR PR #3468). r=kats
https://github.com/servo/webrender/pull/3468

Differential Revision: https://phabricator.services.mozilla.com/D15726

--HG--
extra : moz-landing-system : lando
2019-01-04 15:38:59 +00:00
WR Updater Bot
fb2720172a Bug 1517723 - Update webrender to commit a40a5ffd1649d6bf6f55b76c7d633e4d157d4478 (WR PR #3467). r=kats
https://github.com/servo/webrender/pull/3467

Differential Revision: https://phabricator.services.mozilla.com/D15722

--HG--
extra : moz-landing-system : lando
2019-01-04 13:26:28 +00:00
WR Updater Bot
ea90d7794d Bug 1517722 - Update webrender to commit 8a7212b628ae39e7251201b0a9761c74bab42c5d (WR PR #3465). r=kats
https://github.com/servo/webrender/pull/3465

Differential Revision: https://phabricator.services.mozilla.com/D15721

--HG--
extra : moz-landing-system : lando
2019-01-04 13:25:17 +00:00
WR Updater Bot
6ddd64f365 Bug 1517678 - Update webrender to commit da88c56f2448e66421fe8e2cab386a61e8b956b5 (WR PR #3466). r=kats
https://github.com/servo/webrender/pull/3466

Differential Revision: https://phabricator.services.mozilla.com/D15720

--HG--
extra : moz-landing-system : lando
2019-01-04 13:21:54 +00:00
WR Updater Bot
e48bc104ff Bug 1517616 - Update webrender to commit a5b036eced81dcfc012f1335277af595f931fb11 (WR PRs #3463 and #3464). r=kats
https://github.com/servo/webrender/pull/3463
https://github.com/servo/webrender/pull/3464

Differential Revision: https://phabricator.services.mozilla.com/D15699

--HG--
extra : moz-landing-system : lando
2019-01-04 04:21:27 +00:00
WR Updater Bot
f2ab67ad43 Bug 1517579 - Update webrender to commit 4ff07fe75b0c28ee1987092b3eefed3017f5a25e (WR PR #3459). r=kats
https://github.com/servo/webrender/pull/3459

Differential Revision: https://phabricator.services.mozilla.com/D15692

--HG--
extra : moz-landing-system : lando
2019-01-03 22:21:55 +00:00
WR Updater Bot
a364c7ac72 Bug 1517459 - Update webrender to commit 2312763643054c1e3aa6146d816b3e02a1b68a3c (WR PR #3462). r=kats
https://github.com/servo/webrender/pull/3462

Differential Revision: https://phabricator.services.mozilla.com/D15675

--HG--
extra : moz-landing-system : lando
2019-01-03 20:17:16 +00:00
WR Updater Bot
3938a0698b Bug 1517460 - Update webrender to commit 477d395e08a9f6b891fa748defd2fa2c35d0e5be (WR PR #3458). r=kats
https://github.com/servo/webrender/pull/3458

Differential Revision: https://phabricator.services.mozilla.com/D15649

--HG--
extra : moz-landing-system : lando
2019-01-03 12:35:42 +00:00
WR Updater Bot
535e024020 Bug 1517398 - Update webrender to commit 075fd68dfcfa2a2fdc66fefe5520caa408adcfcb (WR PR #3438). r=kats
https://github.com/servo/webrender/pull/3438

Differential Revision: https://phabricator.services.mozilla.com/D15648

--HG--
extra : moz-landing-system : lando
2019-01-03 12:30:07 +00:00
WR Updater Bot
37b71672f9 Bug 1517390 - Update webrender to commit 184314dfbb5dbf4a290994753a9712eff1b97e3a (WR PR #3457). r=kats
https://github.com/servo/webrender/pull/3457

Differential Revision: https://phabricator.services.mozilla.com/D15633

--HG--
extra : moz-landing-system : lando
2019-01-03 04:05:14 +00:00
WR Updater Bot
c36fd12499 Bug 1517072 - Update webrender to commit 7fc05244e1400acfde1d0a0a4a564e47dc2ef998 (WR PR #3455). r=kats
https://github.com/servo/webrender/pull/3455

Differential Revision: https://phabricator.services.mozilla.com/D15632

--HG--
extra : moz-landing-system : lando
2019-01-03 03:57:27 +00:00
WR Updater Bot
0788222934 Bug 1517038 - Update webrender to commit a970cbaa88a7516758046c8be016c34627d31355 (WR PR #3456). r=kats
https://github.com/servo/webrender/pull/3456

Differential Revision: https://phabricator.services.mozilla.com/D15550

--HG--
extra : moz-landing-system : lando
2019-01-01 00:40:07 +00:00
WR Updater Bot
d63f442313 Bug 1516810 - Update webrender to commit ff485fa67cc7341b8e7a0d32e377a419e8d252c6 (WR PR #3454). r=kats
https://github.com/servo/webrender/pull/3454

Differential Revision: https://phabricator.services.mozilla.com/D15532

--HG--
extra : moz-landing-system : lando
2018-12-31 19:16:49 +00:00
WR Updater Bot
fa50bcc2e7 Bug 1516676 - Update webrender to commit 8b8ca774f555aeb8ef99743196593a192298dd60 (WR PR #3452). r=kats
https://github.com/servo/webrender/pull/3452

Differential Revision: https://phabricator.services.mozilla.com/D15494

--HG--
extra : moz-landing-system : lando
2018-12-29 21:29:46 +00:00
WR Updater Bot
74953e7a43 Bug 1516650 - Update webrender to commit b4dfe9c4f98fdeca3814976cd075bde8ed409123 (WR PR #3446). r=kats
https://github.com/servo/webrender/pull/3446

Differential Revision: https://phabricator.services.mozilla.com/D15480

--HG--
extra : moz-landing-system : lando
2018-12-28 19:27:55 +00:00
WR Updater Bot
3c00e8f7e9 Bug 1516652 - Update webrender to commit 7a9954180a978c2783257254c2c818c191276a91 (WR PR #3450). r=kats
https://github.com/servo/webrender/pull/3450

Differential Revision: https://phabricator.services.mozilla.com/D15472

--HG--
extra : moz-landing-system : lando
2018-12-28 16:29:25 +00:00
WR Updater Bot
fc48c4e38b Bug 1516651 - Update webrender to commit 485f4a7c76625b7f281a4bab09a018727ba05a01 (WR PR #3451). r=kats
https://github.com/servo/webrender/pull/3451

Differential Revision: https://phabricator.services.mozilla.com/D15471

--HG--
extra : moz-landing-system : lando
2018-12-28 16:20:03 +00:00
WR Updater Bot
8f39123bec Bug 1516302 - Update webrender to commit 641da2169297dde8382a6890a776dd41612cb472 (WR PR #3449). r=kats
https://github.com/servo/webrender/pull/3449

Differential Revision: https://phabricator.services.mozilla.com/D15470

--HG--
extra : moz-landing-system : lando
2018-12-28 16:10:00 +00:00
WR Updater Bot
ebe82c98fe Bug 1516305 - Update webrender to commit 5da3e6bf916e84fc3ce72c6cf65c63df0cdd8eb5 (WR PR #3445). r=kats
https://github.com/servo/webrender/pull/3445

Differential Revision: https://phabricator.services.mozilla.com/D15317

--HG--
extra : moz-landing-system : lando
2018-12-25 01:13:52 +00:00
WR Updater Bot
05bc857d23 Bug 1516304 - Update webrender to commit 7094d09cac1d4decad67f9828d9c85589e283dbd (WR PR #3447). r=kats
https://github.com/servo/webrender/pull/3447

Differential Revision: https://phabricator.services.mozilla.com/D15315

--HG--
extra : moz-landing-system : lando
2018-12-25 01:11:14 +00:00
WR Updater Bot
e2b83383f1 Bug 1516184 - Update webrender to commit f8a423fa0a83f386b11dd5e31a8e916378d2921d (WR PR #3444). r=kats
https://github.com/servo/webrender/pull/3444

Differential Revision: https://phabricator.services.mozilla.com/D15314

--HG--
extra : moz-landing-system : lando
2018-12-25 01:01:26 +00:00
WR Updater Bot
825dbc97c0 Bug 1516073 - Update webrender to commit 8b90bdd513419a06f2755b08713238e6ee52b1e9 (WR PR #3443). r=kats
https://github.com/servo/webrender/pull/3443

Differential Revision: https://phabricator.services.mozilla.com/D15270

--HG--
extra : moz-landing-system : lando
2018-12-23 16:28:52 +00:00
WR Updater Bot
ab4d4812de Bug 1516074 - Update webrender to commit 8476ed5e134e54f2facb01ea45e8a2008c8ba8da (WR PR #3441). r=kats
https://github.com/servo/webrender/pull/3441

Differential Revision: https://phabricator.services.mozilla.com/D15249

--HG--
extra : moz-landing-system : lando
2018-12-22 08:59:28 +00:00
WR Updater Bot
8e9ac4d7ef Bug 1516012 - Update webrender to commit ca4ee825c0fecc459c8741f05acbd90761667b75 (WR PR #3442). r=kats
https://github.com/servo/webrender/pull/3442

Differential Revision: https://phabricator.services.mozilla.com/D15247

--HG--
extra : moz-landing-system : lando
2018-12-22 08:57:10 +00:00
WR Updater Bot
abec9d5cf6 Bug 1515654 - Update webrender to commit 6bdd0d26afe3fc5a24f10c19d4ca8569d0182a37 (WR PR #3440). r=kats
https://github.com/servo/webrender/pull/3440

Differential Revision: https://phabricator.services.mozilla.com/D15224

--HG--
extra : moz-landing-system : lando
2018-12-21 21:12:36 +00:00
Bobby Holley
4417faa98c Bug 1515521 - Add memory reporters for interning data. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D15044

--HG--
extra : moz-landing-system : lando
2018-12-21 14:55:55 +00:00
WR Updater Bot
ae847e2485 Bug 1515408 - Update webrender to commit 57379d1fec269ea70cbab28d4353614fd9c58122 (WR PR #3439). r=kats
https://github.com/servo/webrender/pull/3439

Differential Revision: https://phabricator.services.mozilla.com/D15103

--HG--
extra : moz-landing-system : lando
2018-12-20 15:16:38 +00:00
WR Updater Bot
86f403e126 Bug 1515348 - Update webrender to commit 75ab41278fe7e24c45b22fa1af6879801d6f8ebc (WR PR #3434). r=kats
https://github.com/servo/webrender/pull/3434

Differential Revision: https://phabricator.services.mozilla.com/D15003

--HG--
extra : moz-landing-system : lando
2018-12-19 19:28:51 +00:00
WR Updater Bot
1f51ff16f1 Bug 1515349 - Update webrender to commit 34411999ff1d72b91256c18aec3738e34d9922bb (WR PR #3437). r=kats
https://github.com/servo/webrender/pull/3437

Differential Revision: https://phabricator.services.mozilla.com/D14973

--HG--
extra : moz-landing-system : lando
2018-12-19 18:23:43 +00:00
WR Updater Bot
3ea2f9f0b9 Bug 1515241 - Update webrender to commit 6af87e7d8552d461b3744eb39ef0d6c618b5261a (WR PR #3436). r=kats
https://github.com/servo/webrender/pull/3436

Differential Revision: https://phabricator.services.mozilla.com/D14972

--HG--
extra : moz-landing-system : lando
2018-12-19 16:04:18 +00:00
WR Updater Bot
107d291d65 Bug 1515244 - Update webrender to commit 10cde544d9f7f83a31dbedf67db942f7845982d1 (WR PR #3435). r=kats
https://github.com/servo/webrender/pull/3435

Differential Revision: https://phabricator.services.mozilla.com/D14939

--HG--
extra : moz-landing-system : lando
2018-12-19 03:21:10 +00:00
WR Updater Bot
d26e940389 Bug 1515243 - Update webrender to commit 237346c5e38cf70749e86a7f402fd9f92b4b5226 (WR PR #3433). r=kats
https://github.com/servo/webrender/pull/3433

Differential Revision: https://phabricator.services.mozilla.com/D14938

--HG--
extra : moz-landing-system : lando
2018-12-19 03:19:18 +00:00
WR Updater Bot
7829b40662 Bug 1515242 - Update webrender to commit aa73c6a188d2885892b55903d126639f3d748c53 (WR PR #3432). r=kats
https://github.com/servo/webrender/pull/3432

Differential Revision: https://phabricator.services.mozilla.com/D14937

--HG--
extra : moz-landing-system : lando
2018-12-19 03:17:27 +00:00