Commit Graph

32047 Commits

Author SHA1 Message Date
Oana Pop Rus
aec8de62bb Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-08 12:37:02 +02:00
Oana Pop Rus
3adbeba770 Merge mozilla-inbound to mozilla-central. a=merge 2019-01-08 12:13:02 +02: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
fcd0efb83f Bug 1518111 - Re-generate FFI header. r=kats
Depends on D15893

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

--HG--
extra : moz-landing-system : lando
2019-01-08 03:37:55 +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
Csoregi Natalia
5573623926 Merge mozilla-central to autoland. CLOSED TREE 2019-01-07 23:49:15 +02:00
Doug Thayer
a848222b53 Bug 1441308 - Split out document pieces of WebRenderLayerManager r=jrmuizel
Per our discussion, this patch splits out the state management bits of
WebRenderLayerManager, allowing for them to be maintained per-document.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 21:33:10 +00:00
Bogdan Tara
9600ad4953 Backed out changeset b776171d854c (bug 1515103) for browser_Troubleshoot.js failures CLOSED TREE 2019-01-07 22:28:59 +02:00
Bogdan Tara
4e80608384 Backed out changeset 87fae5f294b8 (bug 1474034) for VRDisplayHost.cpp build bustages CLOSED TREE 2019-01-07 21:34:10 +02:00
thomasmo
8238e409af Bug 1474034 - Use consistent prefixes for POD struct members in gfx/vr/external_api/moz_external_vr.h r=kip
This change updates the structs VRDisplayState, VRLayer_2D_Content, and VRLayer_Stereo_Immersive to
not have 'm' prefix for its members.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 17:46:54 +00:00
Gijs Kruitbosch
fca05d0c79 Bug 1515103 - show frame rate and whether we're on a low end device in about:support, r=kats,jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D15844

--HG--
extra : moz-landing-system : lando
2019-01-07 18:48:11 +00:00
Brindusan Cristian
331818d5aa Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-07 18:46:25 +02:00
Lee Salzman
34a3926bd5 Bug 1514112 - listen for font setting changes even if DWrite is not used. r=jrmuizel 2019-01-07 11:46:04 -05: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
Matt Woodrow
0f512a6434 Bug 1518044 - Pass FULL_PAINT_TIME value to CONTENT_FRAME_TIME calculation for non-WR. r=jrmuizel
This will let us get the MissedCompositeLow/Mid/Long variants in the CFT_REASON telemetry output.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 03:18:52 +00:00
Matt Woodrow
38c31ce8f3 Bug 1518044 - Record SVG and UPLOAD specific variants of CONTENT_FRAME_TIME using the vsync based timings. r=jrmuizel
We're switching to prefering the vsync version, so making these diagnostic equivalents use that timing should be more useful.
I think leaving the profiler marker (which uses ms, not vsync%) showing just the graphics component still makes sense.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 03:17:42 +00:00
Matt Woodrow
4b8807201a Bug 1518044 - Use shared CONTENT_FRAME_TIME calculation for non-WebRender. r=jrmuizel
This also results in us getting the CONTENT_FRAME_TIME profiler markers added for non-WR.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 03:15:57 +00:00
Matt Woodrow
33ed402279 Bug 1518044 - Move CONTENT_FRAME_TIME calculation code into CompositorBridgeParent. r=jrmuizel
This shouldn't change any behaviour, just puts the code into a separate function so that it's easier to follow.

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

--HG--
extra : moz-landing-system : lando
2019-01-07 03:14:28 +00:00
Jeff Muizelaar
e63391c56c Bug 1517980. Have CONTENT_FRAME_TIME_REASON correspond to CONTENT_FRAME_TIME_VSYNC. r=mattwoodrow
CONTENT_FRAME_TIME_VSYNC is more meaningful metric because it actually
starts at the beginning of the vsync making it easier to reason about
missing frames. It makes more sense for CONTENT_FRAME_TIME_REASON wants
to use this same starting point.

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

--HG--
extra : moz-landing-system : lando
2019-01-05 23:10:20 +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
shindli
f63d10362d Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-05 06:13:47 +02:00
shindli
a0841a254f Merge inbound to mozilla-central. a=merge 2019-01-05 06:00:21 +02: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
bitnotri
542ea80ecd Bug 1461737 - Move nsstring-rs to a better location, r=nika
Differential Revision: https://phabricator.services.mozilla.com/D15743

--HG--
rename : servo/support/gecko/nsstring/Cargo.toml => xpcom/rust/nsstring/Cargo.toml
rename : servo/support/gecko/nsstring/src/conversions.rs => xpcom/rust/nsstring/src/conversions.rs
rename : servo/support/gecko/nsstring/src/lib.rs => xpcom/rust/nsstring/src/lib.rs
extra : moz-landing-system : lando
2019-01-04 22:03:56 +00:00
shindli
deb6936a40 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-01-04 23:50:00 +02:00
Lee Salzman
0e6b660c95 Bug 1515793 - pop blob image transform clips. r=mattwoodrow 2019-01-04 15:58:10 -05:00
Brindusan Cristian
590d6223c2 Backed out changeset 87219897a280 (bug 1516554) for reftest failures on draw_rect.html and wpt assertion failures. 2019-01-04 22:29:51 +02: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
David Major
77a5498d4f Bug 1517586 - Enable skia neon code on aarch64-windows with clang-cl r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D15678

--HG--
extra : moz-landing-system : lando
2019-01-03 22:11:13 +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
sotaro
e87dc7e00e Bug 1505363 - Call DiscardCompositorAnimations() after calling WrBridge()->EndTransaction() r=kats
Discard animations after calling WrBridge()->EndTransaction(). It updates mWrEpoch in WebRenderBridgeParent. The updated mWrEpoch is necessary for deleting animations at the correct time.

Differential Revision: https://phabricator.services.mozilla.com/D15799
2019-01-08 08:57:03 +09: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
Ciure Andrei
7a748ae68f Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-04 01:03:06 +02:00
Daosheng Mu
6fccd31719 Bug 1516554 - Enable VR process in Nightly Windows. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D15434

--HG--
extra : moz-landing-system : lando
2018-12-28 22:11:18 +00:00
Daosheng Mu
2406b85da6 Bug 1430040 - Part 4: Make the parent process keep the OpenVR controller manifest info when VR process is enabled. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D15419

--HG--
extra : moz-landing-system : lando
2018-12-28 22:09:44 +00:00
Daosheng Mu
a5651d4c31 Bug 1430040 - Part 3: Closing Shmem only when VR process is shutdown. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D15418

--HG--
extra : moz-landing-system : lando
2018-12-28 22:38:14 +00:00
Daosheng Mu
8c4a82ad4b Bug 1430040 - Part 2: According to VRDisplay's state to decide if spawn or shutdown VR process in VRManager. r=kip
Differential Revision: https://phabricator.services.mozilla.com/D15164

--HG--
extra : moz-landing-system : lando
2018-12-28 22:05:03 +00:00
Daosheng Mu
4749a36cf5 Bug 1430040 - Part 1: Adjust VR process IPC channels to allow VR process to be spawned and shutdown at runtime. r=kip,mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D15163

--HG--
extra : moz-landing-system : lando
2019-01-03 20:28:52 +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
Matt Woodrow
54f9f12d39 Bug 1517355 - Add CONTENT_FRAME_TIME variant that records from the vsync time. data-review=rrayborn, r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D15603

--HG--
extra : moz-landing-system : lando
2019-01-03 19:43:04 +00:00
Kearwood "Kip" Gilbert
fe5199bf8c Bug 1460619 - Do not run frame request callbacks immediately after updating a VR layer
--HG--
extra : rebase_source : 7f3a7f0da3a64a3b2b580bf2a7b48d67530fdcb4
2019-01-02 13:32:09 -08: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
Bogdan Tara
dcb4011f3a Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-03 06:26:47 +02:00