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