Skip to content
Snippets Groups Projects
  1. Jan 29, 2024
  2. Jan 28, 2024
  3. Jan 24, 2024
  4. Jan 23, 2024
  5. Jan 17, 2024
  6. Jan 16, 2024
  7. Jan 15, 2024
  8. Jan 18, 2024
  9. Jan 05, 2024
    • Andrew Osmond's avatar
      Bug 1868737 - Allow minimal gfx features by default for uncertain... · c89b8da4
      Andrew Osmond authored
      Bug 1868737 - Allow minimal gfx features by default for uncertain configurations. r=jrmuizel,perftest-reviewers,kshampur a=RyanVM
      
      Some features such as the GPU process (except on Android), backdrop
      filter (because it always works with Software WebRender), ANGLE (because
      it is generally good) and out of process WebGL (we generally want to
      remote WebGL for sandboxing purposes) are special, and should not be
      disabled simply because we are uncertain about our configuration. In
      these situations, disable most features, but keep these enabled by
      default.
      c89b8da4
  10. Dec 15, 2023
  11. Jan 04, 2024
    • Ting-Yu Lin's avatar
      Bug 1867784 - Force reflow all kids in the last column balancing reflow. a=RyanVM · 1b68cef8
      Ting-Yu Lin authored
      The bug occurs because some abspos children are split, but not being reflowed
      again in the last column balancing reflow where the available block-size of the
      last column might be unconstrained.
      
      This patch makes the callers utilizing `ReflowInput::ShouldReflowAllKids()`
      always reflow in the last column balancing reflow to ensure the correctness of
      the layout.
      
      Note: the `mIsInLastColumnBalancingReflow` flag is inheriting from parent to
      child reflow input, but it will stop at the nested `nsColumnSetFrame` because
      the nested one will create its own `ReflowConfig::mIsLastBalancingReflow` and
      assign that flag when creating the reflow input for the children.
      1b68cef8
  12. Oct 22, 2023
  13. Jun 29, 2023
  14. Jul 25, 2023
  15. Oct 13, 2023
  16. Jan 15, 2024
  17. Feb 08, 2024
  18. Feb 02, 2024
    • Lee Salzman's avatar
      Bug 1878182 - Instantiate Cairo scaled font for... · 7647aac1
      Lee Salzman authored
      Bug 1878182 - Instantiate Cairo scaled font for ScaledFontBase::GetPathForGlyphs. r=jfkthameApproved for 123 beta 8, thanks. a=pascalc
      
      This bug likely dates back to bug 1584268, which makes it so that Cairo scaled fonts must be
      instantiated on demand for their first use. It seems like some StrokeGlyphs machinery got
      overlooked and somehow never caused a problem till now.
      
      Differential Revision: https://phabricator.services.mozilla.com/D200472
      7647aac1
  19. Jan 24, 2024
  20. Feb 06, 2024
  21. Jan 11, 2024
  22. Dec 27, 2023
  23. Feb 05, 2024
  24. Feb 06, 2024
  25. Jan 15, 2024
  26. Jan 29, 2024
  27. Feb 06, 2024
  28. Feb 05, 2024
    • Sebastian Hengst's avatar
      Bug 1874627 - regenerate expiring test certificates for 2024 (branch patch),... · a9239f3e
      Sebastian Hengst authored
      Bug 1874627 - regenerate expiring test certificates for 2024 (branch patch), this time with certificates included. r=jschank 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
      
      These certificates and other test artifacts will now expire in 2025.
      
      Differential Revision: https://phabricator.services.mozilla.com/D199156
      a9239f3e
  29. Jan 20, 2024
  30. Feb 05, 2024
Loading