1. 13 8月, 2016 3 次提交
  2. 12 8月, 2016 7 次提交
    • A
      Remove extra include · 40dfdbc3
      Adam Barth 提交于
      40dfdbc3
    • A
      Clean up :dist target (#2915) · 1a67cb53
      Adam Barth 提交于
      We only need this target for preparing the Dart packages for distribution now.
      1a67cb53
    • A
      Remove more public headers (#2914) · 35c66714
      Adam Barth 提交于
      These aren't needed anymore.
      35c66714
    • A
      Prepare libwtf.a to build on Fuchsia (#2913) · c6f67824
      Adam Barth 提交于
      We can't quite build it yet because libwtf.a depends on //third_party/icu,
      which we don't have yet, but this patch gets us closer.
      c6f67824
    • A
      Teach //flutter/lib/ui to build on Fuchsia (#2912) · 36b668ea
      Adam Barth 提交于
      This patch removes the //flutter/sky/engine dependency from //flutter/lib/ui,
      which lets us build the bulk of the dart:ui library without needing to build
      //flutter/sky/engine.
      36b668ea
    • H
      Added SceneBuilder culling (#2911) · 14930326
      Hans Muller 提交于
      14930326
    • A
      Simplify Dart application startup (#2910) · cee7fef7
      Adam Barth 提交于
      There are now three ways to start Dart applications:
      
      1) From a precompiled snapshot
      2) From a snapshot
      3) From source
      
      When loading from source, we no longer use the complex data pipe /
      dependency catcher mechanism. Instead, we just load the source
      synchronously from the file system. This is appropriate because running
      from source is used only during development and not during production.
      
      The previous design was built assuming we would want to run from source
      over the network, which meant we needed to be able to load source
      asynchronously over a high latency channel.
      cee7fef7
  3. 11 8月, 2016 19 次提交
  4. 10 8月, 2016 10 次提交
  5. 09 8月, 2016 1 次提交