1. 13 8月, 2016 1 次提交
    • A
      Rename SkyView to RuntimeController (#2924) · b2058f8b
      Adam Barth 提交于
      Also, rename SkyViewClient to RuntimeDelegate. These names are more
      sensible.
      
      This patch also cleans up the RuntimeDelegate a bit, for example by
      removing support for flushing real-time events, which aren't used.
      b2058f8b
  2. 11 8月, 2016 1 次提交
  3. 26 4月, 2016 1 次提交
  4. 21 4月, 2016 1 次提交
  5. 31 3月, 2016 1 次提交
  6. 09 3月, 2016 2 次提交
    • H
      Fix ImageShader crash, and add dartdocs · da4f9c54
      Hixie 提交于
      Adds or augments the documentation of various objects in dart:ui.
      
      Removes the ignored argument to SceneBuilder.
      
      Hide the default constructor on Gradient.
      
      Add a call to the ImageShader constructor.
      
      Reorder some members so that private versions come after public versions
      so that docs will come before both.
      da4f9c54
    • H
      Hide implementation comment we leaked into docs · 7709e783
      Hixie 提交于
      Also, add some dartdocs for AppLifecycleState values.
      7709e783
  7. 04 3月, 2016 1 次提交
  8. 16 12月, 2015 1 次提交
  9. 12 12月, 2015 1 次提交
  10. 11 12月, 2015 1 次提交
  11. 10 12月, 2015 1 次提交
  12. 08 12月, 2015 1 次提交
  13. 25 11月, 2015 1 次提交
    • A
      Add system-level routing · a9db805f
      Adam Barth 提交于
      We now respect the "route" field in Intents to load a route other than '/'.
      Also, use popRoute rather than events to indicate that the framework has asked
      us to go back.
      a9db805f
  14. 11 11月, 2015 1 次提交
  15. 06 11月, 2015 1 次提交
  16. 29 10月, 2015 1 次提交
  17. 28 10月, 2015 1 次提交
  18. 13 10月, 2015 1 次提交
    • A
      Start sketching out new dart:ui API · 8d204406
      Adam Barth 提交于
      This patch starts down the process of cleaning up the dart:ui API. In this
      approach, we use Dart code to specify the interface instead of IDL. The code in
      this patch is far from complete. It's just a sketch to see how this sort of
      approach might work.
      8d204406