1. 13 Sep, 2018 2 commits
    • Gary Qian's avatar
      Default clipBehavior of ClipRect to hardEdge. (#21703) · 28ba95ab
      Gary Qian authored
      Previously, the engine did not properly pass the AA flag on ClipRect.clipBehavior. flutter/engine#6199 fixes this and enables AA. However, default AA on clipRects has caused severe regressions in benchmark performance.
      
      To maintain expected performance, we should now default the clipBehavior to hardEdge to disable default AA. This is consistent with any flutter projects that did not previously explicitly set the clipBehavior and should not change app appearance.
      28ba95ab
    • Alexander Aprelev's avatar
      Fix integration hot-reload test on mac. (#21741) · d61b48b7
      Alexander Aprelev authored
      Underlying issue with breakpoint was that /var path is a symlink to a /private/var on mac. Because of that breakpoint could not be resolved.
      d61b48b7
  2. 12 Sep, 2018 19 commits
  3. 11 Sep, 2018 7 commits
  4. 10 Sep, 2018 9 commits
  5. 09 Sep, 2018 3 commits