1. 15 Dec, 2015 5 commits
  2. 14 Dec, 2015 25 commits
  3. 12 Dec, 2015 7 commits
  4. 11 Dec, 2015 3 commits
    • Jason Simmons's avatar
      Merge pull request #883 from jason-simmons/roll_mojo_1210 · e8efac19
      Jason Simmons authored
      Upgrade the test package (needed by the latest mojo roll)
      e8efac19
    • Ian Hickson's avatar
      Merge pull request #886 from Hixie/applyPaintTransform · aa80bd6f
      Ian Hickson authored
      applyPaintTransform() improvements
      aa80bd6f
    • Ian Hickson's avatar
      applyPaintTransform() improvements · d1364643
      Ian Hickson authored
      Previously, applyPaintTransform() had to know how it was positioned in
      its parent, even though that's really the parent's responsibility.
      
      Now, applyPaintTransform() is given a child and applies the transform
      that it would give the child during paint.
      
      This makes it possible for applyPaintTransform() to work across
      coordinate system boundaries (e.g. box to sector, or view to box --
      previously, view to box only worked because we explicitly skipped that
      step -- since view doesn't actually apply a transform, it doesn't
      really matter).
      d1364643