- Feb 03, 2022
-
-
Florian Quèze authored
Differential Revision: https://phabricator.services.mozilla.com/D134441
-
Emilio Cobos Álvarez authored
MANUAL PUSH: Hopefully trivially fixes some orange CLOSED TREE.
-
Emilio Cobos Álvarez authored
We weren't doing it. I want to see if it helps with some flickering intermittents with the patch of bug 1718220. Not sure how to reliably test this. Differential Revision: https://phabricator.services.mozilla.com/D137794
-
Jeff Muizelaar authored
Rect::Scale(float, float): # @Rect::Scale(float, float) movss xmm2, dword ptr [rdi] # xmm2 = mem[0],zero,zero,zero movss xmm3, dword ptr [rdi + 4] # xmm3 = mem[0],zero,zero,zero movss xmm4, dword ptr [rdi + 8] # xmm4 = mem[0],zero,zero,zero addss xmm4, xmm2 mulss xmm4, xmm0 movss xmm5, dword ptr [rdi + 12] # xmm5 = mem[0],zero,zero,zero addss xmm5, xmm3 mulss xmm5, xmm1 mulss xmm2, xmm0 movss dword ptr [rdi], xmm2 mulss xmm3, xmm1 movss dword ptr [rdi + 4], xmm3 subss xmm4, xmm2 movss dword ptr [rdi + 8], xmm4 subss xmm5, xmm3 movss dword ptr [rdi + 12], xmm5 ret vs Rect::Scale(float, float): # @Rect::Scale(float, float) movups xmm2, xmmword ptr [rdi] unpcklps xmm0, xmm1 # xmm0 = xmm0[0],xmm1[0],xmm0[1],xmm1[1] movlhps xmm0, xmm0 # xmm0 = xmm0[0,0] mulps xmm0, xmm2 movups xmmword ptr [rdi], xmm0 ret Differential Revision: https://phabricator.services.mozilla.com/D137789
-
Marian-Vasile Laza authored
Backed out changeset 12f866a5b267 (bug 1587094) for wrench bustages on synthetic-bold.yaml . CLOSED TREE
-
Andrew Osmond authored
Differential Revision: https://phabricator.services.mozilla.com/D137214
-
Andrew Osmond authored
This patch adds a partial OffscreenCanvasRenderingContext2D implementation. It is missing anything text and UI related, including CanvasFilters, CanvasUserInterface, CanvasText, CanvasTextDrawingStyles, and CanvasHitRegions. Differential Revision: https://phabricator.services.mozilla.com/D135354
-
Andrew Osmond authored
Bug 1746750 - Part 2. Add new WebIDL method variants to support OffscreenCanvasRenderingContext2D. r=lsalzman This patch is a non-functional change. It overloads some WebIDL methods of CanvasRenderingContext2D to account for the difference between the main thread and worker prototypes. Differential Revision: https://phabricator.services.mozilla.com/D135353
-
Andrew Osmond authored
This patch is a non-functional change which allows the shutdown observer to be overridden (since workers have a different mechanism). It also fixes a static counter to be atomic, and adds mOffscreenCanvas to the cycle collection tracking. Differential Revision: https://phabricator.services.mozilla.com/D135352
-
Julian Descottes authored
Bug 1272255 - Force MOZ_DISABLE_NONLOCAL_CONNECTIONS in Marionette-based tests r=webdriver-reviewers,whimboo,chutten Differential Revision: https://phabricator.services.mozilla.com/D137691
-
Toshihito Kikuchi authored
Bug 1481454 - Enable protection against the CreateRemoteThread+LoadLibrary technique in non-Nightly. r=mhowell Bug 1435816 enabeld this protection in Nightly four years ago. It's time to expand it to the other release channels. Bug 1752466 showed WebRoot uses this technique and caused a deadlock in Firefox. It proved this protection is helpful. Differential Revision: https://phabricator.services.mozilla.com/D137767
-
John M. Schanck authored
``` 2022-02-03 John M. Schanck <jschanck@mozilla.com> * doc/rst/releases/index.rst: Release notes for NSS 3.75 [27194d9a9ebd] [NSS_3_75_RTM] <NSS_3_75_BRANCH> 2022-02-03 Benjamin Beurdouche <bbeurdouche@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.75 final [151f1680d540] <NSS_3_75_BRANCH> ``` Differential Revision: https://phabricator.services.mozilla.com/D137783
-
Kelsey Gilbert authored
Also mention one reason that Type might be MaxTypedArrayViewType, which otherwise sounds like a pure sentinel. Differential Revision: https://phabricator.services.mozilla.com/D137716
-
Marian-Vasile Laza authored
-
Marian-Vasile Laza authored
-
Luca Greco authored
Differential Revision: https://phabricator.services.mozilla.com/D137127
-
Scott authored
Differential Revision: https://phabricator.services.mozilla.com/D137670
-
Henrik Skupin authored
Bug 1751196 - [geckodriver] androidPackage and binary capabilities are mutual exclusive. r=webdriver-reviewers,jgraham It's only allowed to specify a desktop binary or an Android package to start. Differential Revision: https://phabricator.services.mozilla.com/D137564
-
Henrik Skupin authored
Bug 1753445 - [raptor] Remove workaround for Firefox binary when running on Android. r=perftest-reviewers,sparky Browsertime fixed the failure in version 14.19.1. Depends on D137760 Differential Revision: https://phabricator.services.mozilla.com/D137761
-
Henrik Skupin authored
Differential Revision: https://phabricator.services.mozilla.com/D137760
-
Steven Michaud authored
Differential Revision: https://phabricator.services.mozilla.com/D137777
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D137725
-
Sylvestre Ledru authored
-
Emilio Cobos Álvarez authored
The code for rendering these is better than for <xul:image>. Remove validate="never" because it'd do nothing with HTML images and we don't need this (favicons are data: URIs so they are always cached / never revalidated). Differential Revision: https://phabricator.services.mozilla.com/D137746
-
Sylvestre Ledru authored
And add testing/perfdocs/generated/ to the ignore list Differential Revision: https://phabricator.services.mozilla.com/D137742
-
Sylvestre Ledru authored
Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky Differential Revision: https://phabricator.services.mozilla.com/D137741
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D137740
-
Barret Rennie authored
Differential Revision: https://phabricator.services.mozilla.com/D137210
-
Barret Rennie authored
RemoteImages provides the capability to download and cache images to Firefoxen off of release trains, e.g., to be used in Nimbus experiments. RemoteImages only returns blob URIs to avoid allowing file: URIs in Content Security Policy for chrome documents. Images are cached for a maximum of 30 days, after which they will be deleted. Differential Revision: https://phabricator.services.mozilla.com/D137209
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D137772
-
Nicolas Chevobbe authored
The function was returning true as long as the passed element was an iframe and EFT was enabled. But if the passed iframe was blocked by a CSP rule, it would still return true, although we wouldn't actually have a dedicated document, nor a target, for that iframe, which would lead to issues in the inspector when trying to fetch the iframe children. We fix this by adding a new `isFrameBlockedByCSP` util, which uses `nsIContentPolicy#shouldLoad` with the iframe url so we can check if the iframe is blocked by CSP, and in such case, return false. We're also using this new function in the `NodeActor#form` method to set a `numChildren` of `0` when the iframe is blocked (so in the inspector, the expand icon will be hidden for the element), as well as in `WalkerActor#_getChildren` to return an empty array when called with an iframe blocked by CSP. A new test is added to check the iframe nodeFront properties and usage of `WalkerFront#children` with those. We allow to set a specific pref to bypass the guard in the children method in order to properly check that the root issue of a given bug was fixed. Differential Revision: https://phabricator.services.mozilla.com/D137667
-
Emilio Cobos Álvarez authored
We're checking animation consumers, not locked status. We don't care about animation consumer count of non-animated images. Depends on D137765 Differential Revision: https://phabricator.services.mozilla.com/D137766
-
Emilio Cobos Álvarez authored
Depends on D137764 Differential Revision: https://phabricator.services.mozilla.com/D137765
-
Emilio Cobos Álvarez authored
Drive-by cleanup. Depends on D137762 Differential Revision: https://phabricator.services.mozilla.com/D137764
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D137762
-
smolnar authored
Backed out changeset cd96e020a609 (bug 1747138) for causing bc failures in browser_telemetry_video_hardware_decoding_support. CLOSED TREE
-
Mike Conley authored
Bug 1752593 - Poll for TopSitesFeed in Talos getInfo shutdown routine instead of assuming it exists. r=perftest-reviewers,sparky The TopSitesFeed instance might actually not exist yet, since Store initializes asynchronously. There doesn't appear to be a great way to actually observe the creation of the TopSitesFeed via observer notifications, events, or other exposed properties, so we'll poll for now. Differential Revision: https://phabricator.services.mozilla.com/D137463
-
Morgan Reschenberg authored
Differential Revision: https://phabricator.services.mozilla.com/D136661
-
Andrew Halberstadt authored
Differential Revision: https://phabricator.services.mozilla.com/D137768
-
Markus Stange authored
Bug 1753272 - On macOS, always enable frame pointer stack walking, even in builds which may not have frame pointers. r=gerald Differential Revision: https://phabricator.services.mozilla.com/D137677
-