1. 01 11月, 2017 1 次提交
  2. 27 10月, 2017 1 次提交
  3. 25 10月, 2017 1 次提交
    • A
      Initialize service isolate from kernel file, rather than from embedded sources. (#4263) · ec19da1c
      Alexander Aprelev 提交于
      * Read core platform kernel file during Dart initialization.
      
      Currently service isolate is initialized from the source code parsed by VM.
      This CL changes it so service isolate created during Dart initialization
      is created from the kernel platform.dill file if it is present in the application
      bundle. Then this platform kernel file is kept in dart_init module and reused
      for application sciprt isolates.
      
      * Reformat and merge
      
      * Use accessor method
      
      * Avoid passing running_from_kernel param. Add TODO for cleanup. Rename param.
      ec19da1c
  4. 23 10月, 2017 1 次提交
  5. 21 10月, 2017 1 次提交
  6. 19 10月, 2017 2 次提交
  7. 18 10月, 2017 1 次提交
  8. 17 10月, 2017 1 次提交
  9. 16 10月, 2017 1 次提交
  10. 14 10月, 2017 1 次提交
  11. 13 10月, 2017 1 次提交
  12. 12 10月, 2017 1 次提交
  13. 30 9月, 2017 1 次提交
  14. 12 9月, 2017 1 次提交
  15. 02 9月, 2017 2 次提交
  16. 04 8月, 2017 1 次提交
  17. 25 7月, 2017 1 次提交
  18. 21 7月, 2017 1 次提交
  19. 13 7月, 2017 1 次提交
  20. 21 6月, 2017 1 次提交
  21. 06 6月, 2017 1 次提交
  22. 25 5月, 2017 1 次提交
    • C
      Add inactive, suspending ApplicationLifecycleState values (#3713) · 75c74dc4
      Chris Bracken 提交于
      **This is a breaking change on iOS**
      
      Previously, the `paused` state was entered when the application resigned
      active status. `inactive` now maps to this status. `paused` now maps to
      an app that has been backgrounded.
      
      `inactive` is currently emitted on iOS only and corresponds to iOS's
      foreground inactive state.
      
      Current state transitions are:
      `resumed` <--> `inactive` <--> `paused`
      
      suspending is currently emitted on Android only and corresponds to the
      transition to Android's stopped state.
      
      Current state transitions are:
      `resumed` <--> `paused` --> `suspending` --> `resumed`
      
      These transitions may change in future.
      75c74dc4
  23. 25 4月, 2017 1 次提交
  24. 12 4月, 2017 1 次提交
  25. 09 4月, 2017 1 次提交
  26. 23 3月, 2017 1 次提交
  27. 16 2月, 2017 1 次提交
  28. 28 1月, 2017 1 次提交
  29. 25 1月, 2017 1 次提交
  30. 10 12月, 2016 1 次提交
    • C
      Add option to desktop test shells to use an embedded font for consistent unit tests. (#3301) · e133b4fb
      Chinmay Garde 提交于
      * This allows the tests to add their own FLX files but still use consistent fonts.
      * The test fonts are only embedded on the desktop test shells. The option is not available on mobile platforms.
      * Right now, all fonts will resolve to the test font. If we want tests to be able to use the fonts they embed in FLX files but use the test font for platform fallbacks, we will need to add font selector fallbacks. I can do this in an another patch. So far, there are no users of this functionality.
      e133b4fb
  31. 29 10月, 2016 2 次提交
    • A
      Unlink from mojo (#3187) · 63e71803
      Adam Barth 提交于
      After this patch, we no longer link with Mojo. We still use some gn definitions
      from //mojo to create Dart packages.
      63e71803
    • A
      Remove last mojom interface (#3184) · 4b8c9051
      Adam Barth 提交于
      We no longer use mojom to transport messages. We still use the Mojo EDK
      to spin the event loop, however.
      4b8c9051
  32. 28 10月, 2016 2 次提交
  33. 26 10月, 2016 1 次提交
  34. 25 10月, 2016 1 次提交
  35. 21 10月, 2016 1 次提交
  36. 20 10月, 2016 1 次提交