1. 22 Oct, 2015 4 commits
  2. 21 Oct, 2015 17 commits
  3. 20 Oct, 2015 17 commits
  4. 19 Oct, 2015 2 commits
    • Hixie's avatar
      Fix warning in test. Arguments must be typed. · 4f96083e
      Hixie authored
      4f96083e
    • Hixie's avatar
      requestPostFrameCallback() · ed195cfa
      Hixie authored
      Provide a way to schedule a callback for immediately after the current
      frame has been sent to the GPU thread. This is useful for times where
      you want to immediately schedule yourself for another build or layout
      because, for instance, you just displayed frame zero of an animation and
      you want to use the metrics from that layout to set up the actual
      animation to begin immediately, such that the very next frame is frame 1.
      ed195cfa