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