https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
ad95adb Bug 1751746 - Change search-telemetry to use strict partner code matching. r=daleharvey,mkaply a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D136768 25 January 2022, 19:41:24 UTC
a713a94 No bug - Set version number to 91.5.1. a=release 26 January 2022, 17:40:12 UTC
dbcfa61 Bug 1748409 - regenerate expiring test certificates for 2022. r=jschanck, a=test-only * the certificates were regenerated using `./mach generate-test-certs` * the build/pgo/certs/ changes were made using `./mach python build/pgo/genpgocert.py` * the zip files in security/manager/ssl/tests/unit/test_signed_apps/ were updated per the directions in the corresponding moz.build file * security/manager/ssl/tests/unit/test_cert_override_read.js needed manual updating Differential Revision: https://phabricator.services.mozilla.com/D135283 07 January 2022, 02:13:06 UTC
40bfde6 No Bug, mozilla-esr91 repo-update remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D135202 06 January 2022, 10:54:43 UTC
9e5a649 No bug - Tagging 28571c2eb9624cfc7842c8f20a7c4682e8f4d3af with FIREFOX_91_5_0esr_BUILD1 a=release CLOSED TREE DONTBUILD 06 January 2022, 00:55:10 UTC
2fc44c7 Bug 1745373 - Avoid copying blob payload when serializing over IPC, r=mccr8 a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D135083 05 January 2022, 17:11:13 UTC
ca51aff Bug 1731430 - detect and discard the partial AAC output samples on Windows MFT decoder. r=bryce,padenot a=RyanVM On Windows 11, we found a bug in MFT decoder, when calling draining multiple times, even if there is nothing to drain, the decoder doesn't return `MF_E_TRANSFORM_NEED_MORE_INPUT`, but return an invalid sample instead. The decoder will also return another invalid sample after draining, those two samples are all partial size and combining them together makes the perfect size. Those invalid samples are all silence and make us have a lots those samples whenever we drain the decoder, which causes audio stuttering. Therefore, we want to ignore those invalid samples. At the time we wrote this patch, there is no any API to detect whether users are using Windows 11 or not, so we aren't able to make the change only happening on Windows 11 enviroment. More details could be found in [1]. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1731430#c26 Differential Revision: https://phabricator.services.mozilla.com/D128549 18 October 2021, 18:40:43 UTC
3fe0ea2 Bug 1739888 - allow offline website data checkbox label in prefs' sanitize (clear recent history) dialog to wrap, r=jaws, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132964 09 December 2021, 15:58:45 UTC
8694ebb Bug 1748230 - fix conduit API error marking old repo-update revisions as abandoned. r=jmaher, a=NPOTB conduit transactions need both a type and value. Differential Revision: https://phabricator.services.mozilla.com/D134953 03 January 2022, 18:29:43 UTC
b5242df Bug 1484212 - disable browser_test_focus_dialog.js on Win_64_qr_opt for frequent failures. r=ahal, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D120205 21 July 2021, 22:55:38 UTC
135080e Bug 1638958 - disable browser_label_and_icon.js on win10_2004 not debug. r=bhearsum, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D124585 07 September 2021, 15:54:33 UTC
3d8a9e1 Bug 1719949 - disable browser_downloads_panel_context_menu.js on win10 not debug. r=jmaher, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D123905 02 September 2021, 06:07:10 UTC
f2710b8 Bug 1639850 - adjust xpcshell on windows to remove frequent failures. r=gbrown, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D133119 07 December 2021, 19:55:03 UTC
ce465a5 Bug 1639850 - disable many testing/xpcshell/example/unit xpcshell tests on windows debug. r=bhearsum, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D121572 03 August 2021, 15:08:14 UTC
51c1230 Bug 1745874 - only recreate and start media sink when it's not running. r=bryce, a=RyanVM 03 January 2022, 19:50:01 UTC
fcf7c27 Bug 1746011 - Handle truncated ADTS stream. r=bryce, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133997 03 January 2022, 17:27:16 UTC
9fbeed1 Bug 1737816 - Handle truncated mp3 resources. r=bryce, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133645 03 January 2022, 17:27:04 UTC
ff48ba3 Bug 1735856 - Don't trigger violation events for frame-ancestors r=freddyb, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134145 20 December 2021, 13:46:46 UTC
d5e527a Bug 1748536 - Update ESR to pdf.js version 2.12.70. r=calixte, a=RyanVM Includes revert of pdf.js aae8a2128685f4af94bee2466096bdc2473c0ba7. Differential Revision: https://phabricator.services.mozilla.com/D135086 04 January 2022, 23:49:34 UTC
53b1bc2 Bug 1739476 - Check xrandr server version before using it. r=stransky, a=RyanVM While we require libxrandr >= 1.4 to be present, the actual server version can be lower. On remote X11 it appears to be stuck at 1.1, crashing when trying to use API from higher version. There are still setups using remote X11 out there, so add some server version checks. Differential Revision: https://phabricator.services.mozilla.com/D135085 28 October 2021, 17:46:18 UTC
01c68f5 Bug 1731524: Updating ANGLE requires a clobber. r=jgilbert, a=NPOTB Differential Revision: https://phabricator.services.mozilla.com/D126245 21 September 2021, 18:10:35 UTC
3863bbd Bug 1748325 - [ANGLE] Add system_utils_apple too. r=mstange, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134997 17 September 2021, 18:50:58 UTC
e0dd403 Bug 1748325 - Move EGL_EXT_device_query from device exts to client exts. r=lsalzman, a=RyanVM This moved due to a fix in ANGLE 56663dbfa78 on 2020-nov-19. Differential Revision: https://phabricator.services.mozilla.com/D134996 16 September 2021, 18:24:32 UTC
12ec0d5 Bug 1748325 - Vendor angle/chromium/4515 with fixes. r=lsalzman, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134995 16 September 2021, 18:24:29 UTC
b8ce9c5 Bug 1748325 - Prep ANGLE for vendoring. r=kvark, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134994 16 September 2021, 18:24:28 UTC
911c40c Bug 1713497 - look for wpt manifests in the esr91 index as well. r=jgraham, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132966 04 January 2022, 12:33:17 UTC
f0bc0ed Bug 1739366 - Ignore malformed cloned error r=mccr8, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130405 14 December 2021, 19:31:08 UTC
55eb2f7 Bug 1747264 - Avoid OOMing if the URL of an XML document is huge. r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134506 27 December 2021, 07:31:34 UTC
625d5d0 Bug 1747399 - move osx wrench jobs to 10.15. r=MasterWayZ, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D134611 23 December 2021, 17:55:02 UTC
b589e00 Bug 1746720 - Don't special-case <meta> refresh for XSLT. r=ckerschb,freddyb a=RyanVM 20 December 2021, 18:03:40 UTC
322f1f2 Bug 1724164 - stop running update-verify-next tasks on esr91. r=jmaher, a=release These tasks will start failing when the next esr is set up. Differential Revision: https://phabricator.services.mozilla.com/D132924 06 December 2021, 10:03:07 UTC
a53cd78 Bug 1664149 p2: Wait for sanitize in test_bug1123480.xhtml. r=smaug, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134301 20 December 2021, 17:32:49 UTC
ee8c88f Bug 1664149: Hold a self reference in nsDataObj. r=smaug, a=RyanVM 14 December 2021, 15:29:28 UTC
59c29c2 Bug 1740847 - part 3: Make `WhiteSpaceVisibilityKeeper::ReplaceText()` track insert position in smaller block. r=m_kato, a=RyanVM Due to the change of bug 1727844 and bug 1724650, only "part 3" cannot be grafted cleanly. Differential Revision: https://phabricator.services.mozilla.com/D134591 09 November 2021, 05:25:16 UTC
25ac7c8 Bug 1740847 - part 2: Make `WhiteSpaceVisibilityKeeper::InsertBRElement()` track insert position in smaller block. r=m_kato, a=RyanVM And also invisible white-space range and replacing white-space position should also be tracked too. Depends on D131036 Differential Revision: https://phabricator.services.mozilla.com/D131037 12 November 2021, 08:04:37 UTC
c54c45a Bug 1740847 - part 1: Track split point at replacing collapsible white-spaces. r=m_kato, a=RyanVM It `pointToSplit` should be tracked at replacing text, but I have no idea how to test this because it replaces the text after the split point. Differential Revision: https://phabricator.services.mozilla.com/D131036 12 November 2021, 07:20:31 UTC
adf15a0 Bug 1733274 - Skip CORP check for TYPE_SAVEAS_DOWNLOAD. r=Gijs, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129395 25 October 2021, 14:03:20 UTC
837a446 Bug 1722054 - Restructure SwCompositeThread synchronization to not rely on job count. r=jrmuizel, a=RyanVM This patch aims to address a worst-case theoretical possibility where the job count might for some reason get out of sync, causing either the SwComposite thread or the main thread to deadlock waiting on jobs that may never become available. To this end, we get rid of the job count tracking entirely, and instead just track whether, first, the SwComposite thread has completed all the jobs that have been queued for it, and, second, that the main thread, having completed all jobs that were available, is waiting for jobs to be available or completed such that the SwComposite thread would need to wake it up. The main thread does not need to wait if it knows the SwComposite thread completed all jobs, and the SwComposite thread does not need to signal if it knows the main thread is not waiting. Otherwise stated, so long as both the main and SwComposite threads know there are no more available jobs, then there is no way compositing can advance any further, and so compositing must be finished. This avoids relying on having a job count that is always accurate to track termination. Differential Revision: https://phabricator.services.mozilla.com/D121821 06 August 2021, 16:07:10 UTC
980a93b No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134944 03 January 2022, 10:53:46 UTC
10814cf Bug 1729482 - disable browser_storage_fission_local_storage.js on Linux_debug for frequent failures. a=RyanVM DONTBUILD 21 December 2021, 15:50:08 UTC
36a4ab9 Bug 1729487 - disable browser_storage_fission_session_storage.js on Linux_debug for frequent failures. a=RyanVM. DONTBUILD 21 December 2021, 15:42:23 UTC
c2a408c Bug 1746530 - Save and restore previous FBO in SwCompositor::create_tile. r=jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134131 17 December 2021, 16:21:09 UTC
b5c9705 Bug 1739220 - Handle fullscreen state in a more reliable way; r=smaug,Gijs, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131185 17 December 2021, 09:15:10 UTC
a782357 Bug 1586061: Prevent additional hidden windows from being created if one already exists on macOS. r=mstange, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134055 16 December 2021, 18:59:42 UTC
91b4bee Bug 1730218 - Fix suggest_url in policies. r=Standard8, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131291 29 November 2021, 17:27:40 UTC
e3188d8 Bug 1729807: HTTPS-First should support fallback of view-source URIs from https to http. r=valentin, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131955 24 November 2021, 17:56:35 UTC
98a97db Bug 1481946 - Allow policy search engines to be updated. r=Standard8, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130865 15 November 2021, 22:21:23 UTC
39ca03e Bug 1740777 - Hide Windows SSO options on Win7/8. r=Gijs, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131009 15 November 2021, 15:12:36 UTC
71111a7 Bug 1737605 - Parse JSON directly from GPO so it's properly validated. r=mtigley, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129845 05 November 2021, 20:10:53 UTC
e9feb68 Bug 1740630 - Fix and enable printing the selection from a parent process browser. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D130938 18 November 2021, 21:56:02 UTC
0582974 Bug 1731049 - fix copy/move behaviour for remote paths on Win10 when copying without buffering returns errors, r=masayuki a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D129973 05 November 2021, 08:11:09 UTC
dad9705 Bug 970675 - Hide private browsing session permissions in dialogs/permissions.js. r=johannh, a=RyanVM Port Bug 1601256 to dialogs/permissions.js. Unfortunately these files forked even though they are very similar. This leads to bugs like this being introduced. Differential Revision: https://phabricator.services.mozilla.com/D118888 12 July 2021, 15:04:23 UTC
0cbe61d Bug 970675 - Allow changing popup blocker settings for the session in private windows. r=johannh, a=RyanVM The permission manager automatically only saves permissions for the session with private browsing principals: https://searchfox.org/mozilla-central/rev/da25888c4495585c532640f0e5efad07b1037621/extensions/permissions/PermissionManager.cpp#1586-1588 Differential Revision: https://phabricator.services.mozilla.com/D118887 12 July 2021, 15:04:23 UTC
cc847f1 Bug 1736486 - Link bcrypt where needed. r=andi, a=RyanVM rust 1.57's libstd adds a dependency on bcrypt on Windows. Differential Revision: https://phabricator.services.mozilla.com/D132110 25 November 2021, 21:07:02 UTC
d45c587 Bug 1735314 - tests, r=pbz a=test-only Differential Revision: https://phabricator.services.mozilla.com/D128191 08 December 2021, 14:12:07 UTC
313b4df No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D134273 20 December 2021, 10:56:04 UTC
1571a07 Bug 1746473 - Make wrench jobs run on all branches r=jrmuizel a=test-only Differential Revision: https://phabricator.services.mozilla.com/D134058 16 December 2021, 19:38:50 UTC
cc80469 Bug 1740943 - Migrate wrench from Windows 10 on AWS to Azure. r=jmaher, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D132848 15 December 2021, 23:01:38 UTC
317e883 Bug 1744158, r=Gijs, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133392 10 December 2021, 12:20:04 UTC
fbc283b Bug 1745715 - Process app-bundled fonts before system fonts when initializing the font list, to ensure their families get the expected Base visibility level. r=emilio, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133667 13 December 2021, 20:09:36 UTC
c74ffa7 Bug 1731971 - https-first causes slow http: sites on non-standard ports to time-out too fast. r=ckerschb, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D127940 19 October 2021, 08:36:45 UTC
77ae45b Bug 1732360 - Add headers needed by MOZ_BUNDLED_FONTS. r=jfkthame, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D126817 28 October 2021, 16:51:52 UTC
e0ae77f Bug 1732836 - Do not apply page scale twice when building display lists for paged content. r=mattwoodrow, a=RyanVM This reverts the patch for bug 1720621. This caused a conflict with the fix for bug 1722890, which fixed another case of cutoff content when printing scaled. That fix should also cover the upscaled case. Differential Revision: https://phabricator.services.mozilla.com/D127594 06 October 2021, 06:51:52 UTC
55e9e71 Bug 1722890 Part 2 - Add disabled print preview test for scaled content on the edge of the clipping rect. r=dholbert, a=RyanVM Scaling currently doesn't work in print preview tests. This adds a test that will begin to fail if scaling gets fixed, to tell us to enable the actual scaled content test instead. See bug 1725486 for the scaling issue. Differential Revision: https://phabricator.services.mozilla.com/D122292 12 August 2021, 23:31:20 UTC
19e043d Bug 1722890 Part 1 - Apply page scaling to the clipping rect for page content frames. r=dholbert, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D122291 12 August 2021, 23:31:19 UTC
45de649 Bug 1717703 Part 2 - Add test for printing with down-scaled page-size. r=dholbert, a=RyanVM This test couldn't succeed without the fix for the clipping issue. Differential Revision: https://phabricator.services.mozilla.com/D119460 16 July 2021, 19:47:49 UTC
675e4ef Bug 1717703 Part 1 - Set display list clipping rect for nsPageFrame children to use the content size. r=emilio,mattwoodrow a=RyanVM Without explicitly setting the clipping rect to the specified page size, the building rect of the display lists will be kept to the size of the nsPageFrame. This means that any content in the nsPageContentFrame which is larger than the physical paper size will be clipped. The actual content frames are scaled down when this is too large, so no overdraw will occur. Differential Revision: https://phabricator.services.mozilla.com/D119459 16 July 2021, 19:47:48 UTC
2041794 No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133999 16 December 2021, 10:56:17 UTC
beeef0a No bug - Tagging a1fd35b0b8f66b8660de9ed95223120765de2e11 with FIREFOX_91_4_1esr_RELEASE a=release CLOSED TREE DONTBUILD 16 December 2021, 14:37:38 UTC
b49aa6b No bug - Tagging a1fd35b0b8f66b8660de9ed95223120765de2e11 with FIREFOX_91_4_1esr_BUILD1 a=release CLOSED TREE DONTBUILD 15 December 2021, 22:03:33 UTC
23ac27a Bug 1746221 - land NSS NSS_3_68_2_RTM UPGRADE_NSS_RELEASE, r+a=ryanvm ``` 2021-12-15 Dana Keeler <dkeeler@mozilla.com> * gtests/mozpkix_gtest/pkixocsp_VerifyEncodedOCSPResponse.cpp, lib/mozpkix/include/pkix-test/pkixtestutil.h, lib/mozpkix/include/pkix/pkixutil.h, lib/mozpkix/lib/pkixocsp.cpp, lib/mozpkix/lib/pkixverify.cpp, lib/mozpkix/test- lib/pkixtestutil.cpp: Bug 966856 - mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses r=jschanck,djackson [78d2f4a3339f] [NSS_3_68_2_RTM] <NSS_3_68_2_BRANCH> 2021-12-15 Benjamin Beurdouche <bbeurdouche@mozilla.com> * lib/nss/nss.h, lib/softoken/softkver.h, lib/util/nssutil.h: Set version numbers to 3.68.2 final [b7f01c3b7285] <NSS_3_68_2_BRANCH> 2021-12-01 Benjamin Beurdouche <bbeurdouche@mozilla.com> * .hgtags: Added tag NSS_3_68_1_RTM for changeset 6e68b52ee28b [9ad767064954] <NSS_3_68_1_BRANCH> ``` Test Plan: https://treeherder.mozilla.org/#/jobs?repo=try&revision=4e8b632910ba15566a8dcbc723a2ac1946229b84 Differential Revision: https://phabricator.services.mozilla.com/D133913 15 December 2021, 16:53:05 UTC
88cddfb Bug 1743148 - Call ensureCaptivePortalTab() directly from NetErrorParent instead of firing an obs notification. r=lyavor,valentin a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132254 04 December 2021, 01:49:43 UTC
0058cc5 Bug 1701394 - fix tab text moving when tab label direction doesn't match UI direction, r=jaws a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132580 01 December 2021, 17:45:48 UTC
ce702c0 Bug 1705211, r=nika,ckerschb a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131856 01 December 2021, 12:36:07 UTC
3f5cc3f Bug 1740421. Fix print-to-PDF on Mac OS X 10.12 (e.g. printing with no printers installed). r=jfkthame, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132372 29 November 2021, 14:19:19 UTC
c07d7a3 Bug 1737252 - [devtools] Escaping back tick signs. r=nchevobbe, a=RyanVM This patch escapes the back ticks properly. There may need to be further thoughts on having seperate context menu items for powershell versus cmd.exe enabling us to efficiently handles those differently. Differential Revision: https://phabricator.services.mozilla.com/D131033 25 November 2021, 21:54:15 UTC
ef1531f Bug 1687118 - Bail early from DocumentL10n::TriggerInitialTranslation if mReady is not available. r=emilio,nordzilla a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D131253 17 November 2021, 23:31:45 UTC
4495f01 Bug 1277320 - Run GTests on Windows shippable builds as Tier 1. r=glandium, a=test-only Differential Revision: https://phabricator.services.mozilla.com/D133450 10 December 2021, 12:49:54 UTC
e7c116b No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D133623 13 December 2021, 10:55:15 UTC
3667b51 Bug 1741201 - Increase intermediate byte storage maximum capacity. r=janv, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D131235 09 December 2021, 10:42:55 UTC
55d1670 Bug 1740389; r=handyman, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D131906 07 December 2021, 23:16:58 UTC
afd9469 Bug 1743221 - Clear CompositableParentManager::mCompositables in WebRenderBridgeParent::Destroy(). r=nical, a=tjr Clear mCompositables in WebRenderBridgeParent::Destroy() like ImageBridgeParent::ActorDestroy(). Differential Revision: https://phabricator.services.mozilla.com/D132760 07 December 2021, 23:12:51 UTC
5b6e8f8 Bug 1735071: Make Windows non-ePopupLevelTop popups respect owner z-order. r=edgar, a=tjr Popups that aren't ePopupLevelTop should only appear above their owner and should do so without changing their owner's Z-order relative to other windows. Differential Revision: https://phabricator.services.mozilla.com/D131961 07 December 2021, 22:25:29 UTC
632f145 Bug 1742382 - Clamp bounds to sampler. r=jrmuizel, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D132720 07 December 2021, 21:43:44 UTC
cc47d91 Bug 1742334 - Make sure to null out ChannelEventQueue::mOwner when object is released. r=dragana, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D131896 07 December 2021, 21:32:03 UTC
9a4ba08 Bug 1740797 - Use an owning string when serializing nsStringInputStream as a pipe, r=smaug, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D131443 07 December 2021, 19:58:52 UTC
0507284 Bug 1740274 - Avoid accessing Http2Session through raw pointer, r=dragana, a=tjr Differential Revision: https://phabricator.services.mozilla.com/D132684 07 December 2021, 19:45:15 UTC
cd512b7 Bug 1650214 - Cancel progress timer when shutting down FileReader. r=asuth, a=RyanVM Not canceling the timer when run in a worker could lead to the timer firing after the primary worker runnable finished running, leading to an assertion failure in cycle collector code. Differential Revision: https://phabricator.services.mozilla.com/D130252 07 December 2021, 07:04:10 UTC
275aeaa Bug 1739382 - [devtools] Display a console warning instead of throwing error (causing a debugger crash). r=nchevobbe, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132917 06 December 2021, 23:24:04 UTC
82f76eb Bug 1336591 - Push clips when applying D2D gradients. r=aosmond, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132865 04 December 2021, 19:32:44 UTC
70ba620 Bug 1642583 - Push clips when applying D2D blend effect. r=jrmuizel, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132723 02 December 2021, 18:30:41 UTC
0b6f988 Bug 1742694, r=mconley,mt a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132259 29 November 2021, 11:35:51 UTC
510c4f7 Bug 1732577 - Don't round FT glyph extents when hinting is disabled. r=jfkthame, a=RyanVM This bug originated from bug 1547063 when we started to allow subpixel positioning for FreeType fonts. It would check if we requested no hinting from FreeType and always try to round the X extents. However, light hinting disables X hinting as well (just not Y hinting), so the behavior in this case diverged between light and no hinting. This should make the two cases now look similar. Differential Revision: https://phabricator.services.mozilla.com/D131537 19 November 2021, 16:03:27 UTC
08f4b70 Bug 1732577 - Fix interpretation of Fontconfig hinting toggle in PrepareFontOptions. r=jfkthame, a=RyanVM In bug 1547063, a bug was introduced where a logic condition was improperly negated. !(printing || !hinting) became (!printing || hinting), when the negation is actually !printing && hinting. This fixes that so that we do the right thing here and actually ignore the following hint-style check if hinting is false. Differential Revision: https://phabricator.services.mozilla.com/D128017 11 October 2021, 13:56:52 UTC
4a4dfcd No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM,dsmith Differential Revision: https://phabricator.services.mozilla.com/D133341 09 December 2021, 10:55:19 UTC
f6e80ff Bug 1743515 - Add dynamic check for valid serialized length. r=jonco, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132420 02 December 2021, 00:25:27 UTC
9d79e36 Bug 1618914 - Fall back to ftruncate if posix_fallocate isn't supported by filesystem, r=stransky a=RyanVM Rebase of a patch by Jan Beich <jbeich@FreeBSD.org> Differential Revision: https://phabricator.services.mozilla.com/D132482 30 November 2021, 18:51:05 UTC
d6ece4b Bug 1731428 - Do not advertise DmaBuf support for Pipewire screen sharing, r=stransky a=RyanVM Right now we only support simple mem-copy from a given DmaBuf instead of using the driver to get the data. This can fail in many ways, e.g. if buffer modifiers are used. Until we support proper handling of DmaBuf, stop advertising it to Pipewire. Differential Revision: https://phabricator.services.mozilla.com/D126824 30 September 2021, 18:28:58 UTC
f9c69f7 No bug - Tagging 3359a85a2277bbcbcc2b5ebcc425922a23d07f34 with FIREFOX_91_4_0esr_RELEASE a=release CLOSED TREE DONTBUILD 07 December 2021, 13:55:23 UTC
81197fa No Bug, mozilla-esr91 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D132928 06 December 2021, 10:58:22 UTC
back to top