Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 22, 2023
  3. Jun 29, 2023
  4. Jul 25, 2023
  5. Oct 13, 2023
  6. Jan 15, 2024
  7. Feb 08, 2024
  8. 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
  9. Jan 24, 2024
  10. Feb 06, 2024
  11. Jan 11, 2024
  12. Dec 27, 2023
  13. Feb 05, 2024
  14. Feb 06, 2024
  15. Jan 15, 2024
  16. Jan 29, 2024
  17. Feb 06, 2024
  18. 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
  19. Jan 20, 2024
  20. Feb 05, 2024
  21. Jan 29, 2024
  22. Jan 03, 2024
Loading