- Feb 15, 2023
-
-
Daisuke Akatsuka authored
Bug 1764776: Update url field on item of list when changing the url on editor while filtering by chars. r=mak Differential Revision: https://phabricator.services.mozilla.com/D169589
-
William Durand authored
Differential Revision: https://phabricator.services.mozilla.com/D169839
-
Pier Angelo Vendrame authored
Now it displays app display name, instead of having Firefox hardcoded. Differential Revision: https://phabricator.services.mozilla.com/D168562
-
Tom Schuster authored
Depends on D162827 Differential Revision: https://phabricator.services.mozilla.com/D163124
-
Gijs Kruitbosch authored
Differential Revision: https://phabricator.services.mozilla.com/D169742
-
Otto Länd authored
# ignore-this-changeset
-
Kelsey Gilbert authored
Bug 1799258 - Share all-of-dcomp.h preamble, and deal with outdated mingw dcomp.h. r=gfx-reviewers,sotaro Mingw's dcomp.h is not the official one, but rather a by-hand reproduction. While this newly-updated version has e.g. IDCompositionFilterEffect, it is still missing e.g. IDCompositionColorMatrixEffect. Differential Revision: https://phabricator.services.mozilla.com/D168839
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D168325
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D167473
-
Kelsey Gilbert authored
This makes it easier to apply transform functions, even when they are not defined/present. Differential Revision: https://phabricator.services.mozilla.com/D167472
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D167471
-
Kelsey Gilbert authored
+ Add gfx.color_management.rec709_gamma_as_srgb:true. :'( In particular, rec709(16/255) -> srgb(31/255). Even though it's technically correct, it's practically-speaking incorrect, since that's not what Chrome does, nor what the web expected for years and years. In practice, basically everyone expects gamma to just be completely ignored. What people expect: * Pretend gamut is srgb(==rec709), but stretch this naively for the display. If you have a display-p3-gamut display, srgb:0.5 expects to be displayed as display:0.5, which will be display-p3:0.5 to the eyes. * Pretend all content gammas (TFs) are srgb(!=rec790), and then bitcast this naively for the display. E.g. rec709(16/255) should display the same as srgb(16/255), not srgb(31/255). (Note: display-p3 uses srgb gamma) But if your display has e.g. gamma=3.0, don't convert or compensate. This is a formalization of what you get when you spend decades ignoring color management, and people build things based on behavior-in-practice, not behavior-in-theory. Also: + gfx.color_management.native_srgb:true for Windows, so we don't use the display color profile, which no one else does. + Add rec2020_gamma_as_rec709, so we have a path towards maybe having rec2020 use its correct transfer function, rather than srgb (like rec709). Differential Revision: https://phabricator.services.mozilla.com/D161857
-
Kelsey Gilbert authored
Bug 1799258 - Add prereq Colorspaces stuff, including generic gamma->linear LUT inversion approximation. r=gfx-reviewers,bradwerth Differential Revision: https://phabricator.services.mozilla.com/D163664
-
Kelsey Gilbert authored
Differential Revision: https://phabricator.services.mozilla.com/D163663
-
Mozilla Releng Treescript authored
en-GB -> 47b4cddae317c018b149e12b81314c50a5fe6b94 fur -> fa51f9938c278a6d0bc3973c9ebb7f58a4c60b18 lo -> 152ea64f4f5850979b23f63f496b2c81079c10ad
-
Paul Bone authored
Differential Revision: https://phabricator.services.mozilla.com/D169413
-
fabrice authored
Differential Revision: https://phabricator.services.mozilla.com/D169026
-
Cristian Tuns authored
Backed out 16 changesets (bug 1815369, bug 1804678, bug 1510802, bug 1265827, bug 1531812, bug 1531087, bug 1813147, bug 1815248, bug 1278299, bug 1808989) for causing build bustages on PeerConnectionImpl.cpp CLOSED TREE Backed out changeset ed64251d7fc6 (bug 1804678) Backed out changeset 62130501686f (bug 1804678) Backed out changeset 7b6a4b55d6f7 (bug 1278299) Backed out changeset d454deae329b (bug 1278299) Backed out changeset cc4c2ac428b0 (bug 1531812) Backed out changeset 56af0158f35f (bug 1815369) Backed out changeset 6e36d750e4e1 (bug 1808989) Backed out changeset d69211c46c57 (bug 1808989) Backed out changeset 67b457f83b21 (bug 1510802) Backed out changeset 19435dddb76d (bug 1510802) Backed out changeset b8dca8a4e260 (bug 1510802) Backed out changeset a9ba1293f158 (bug 1815248) Backed out changeset 0bf440baea51 (bug 1531087) Backed out changeset b5567371a9b3 (bug 1813147) Backed out changeset 56f00875890b (bug 1265827) Backed out changeset 0dba91984a39 (bug 1265827)
-
Jason Prickett authored
Differential Revision: https://phabricator.services.mozilla.com/D157750
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D169126
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D169125
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D169236
-
Byron Campen authored
Removed a bad test-case from RTCDataChannel-send.html that was trying to create gigabyte-sized buffers to test the max message size for DataChannel. Differential Revision: https://phabricator.services.mozilla.com/D169235
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168433
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D169161
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168561
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D169360
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168560
-
Byron Campen authored
Track ids have not meant anything in SDP for quite some time, and we aren't even supposed to emit them. It is not valid to expect a browser to pay any attention to them. Differential Revision: https://phabricator.services.mozilla.com/D168559
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168558
-
Byron Campen authored
This warning is not happening in the field at all, so we can tighten this up. Differential Revision: https://phabricator.services.mozilla.com/D169118
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168484
-
Byron Campen authored
Also update ini files for remaining bugs. Differential Revision: https://phabricator.services.mozilla.com/D168415
-
Byron Campen authored
Differential Revision: https://phabricator.services.mozilla.com/D168143
-
Byron Campen authored
Also, update meta files for tests that still fail for another reason. Differential Revision: https://phabricator.services.mozilla.com/D168142
-
Karl Tomlinson authored
Bug 1809354 don't intentionally crash when CamerasParent does not reply to resource deallocation messages r=pehrsons Differential Revision: https://phabricator.services.mozilla.com/D169780
-
Daisuke Akatsuka authored
Depends on D169583 Differential Revision: https://phabricator.services.mozilla.com/D131754
-
Nicholas Rishel authored
Bug 1816195 - Correct logged message for successful pipe wait for Windows Notification Server. r=nalexander Differential Revision: https://phabricator.services.mozilla.com/D169525
-
- Feb 14, 2023
-
-
Joel Maher authored
Bug 1816191 - Skip tests in order to keep win7 running @ azure. r=gbrown,necko-reviewers,settings-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,nalexander,sgalich,alwu Differential Revision: https://phabricator.services.mozilla.com/D169523
-
Mike Conley authored
Bug 1816560 - Introduce a pref to control the visibility of the not_configured FxA toolbar button for experimentation. r=markh,desktop-theme-reviewers,dao Differential Revision: https://phabricator.services.mozilla.com/D169819
-