1. 05 9月, 2018 1 次提交
  2. 29 8月, 2018 1 次提交
  3. 21 8月, 2018 1 次提交
  4. 16 8月, 2018 1 次提交
  5. 15 8月, 2018 3 次提交
  6. 14 8月, 2018 1 次提交
    • C
      Remove unused argument on Animator, Engine and PlatformView delegates. (#6007) · 89176ee0
      Chinmay Garde 提交于
      When these delegate methods were initially added, it was expected that a single
      shell would be able to own mutliple platform views, engines and animators. This
      plan was abandoned in favor of creating multiple shells with their own platform
      views, engines, etc.. The arguments were meant to ease the disambiguate the
      instances of the variaous objects managed by the shell. This is no longer
      necessary.
      89176ee0
  7. 11 8月, 2018 2 次提交
  8. 03 8月, 2018 1 次提交
    • A
      Flush all embedded Android views on hot restart. (#5929) · ffbafc85
      amirh 提交于
      * Flush all embedded Android view on hot restart.
      
      Adds an OnEngineRestarted method to PlatformView, this is currently only
      implemented for Android where we need to use it for embedded views.
      
      * review comments followup
      
      * rename to OnPreEngineRestart, call before Clone
      ffbafc85
  9. 01 8月, 2018 1 次提交
  10. 31 7月, 2018 2 次提交
  11. 27 7月, 2018 2 次提交
  12. 26 7月, 2018 2 次提交
  13. 24 7月, 2018 1 次提交
  14. 21 7月, 2018 1 次提交
  15. 19 7月, 2018 1 次提交
  16. 17 7月, 2018 2 次提交
  17. 14 7月, 2018 3 次提交
  18. 12 7月, 2018 1 次提交
  19. 04 7月, 2018 1 次提交
  20. 26 6月, 2018 1 次提交
  21. 21 6月, 2018 1 次提交
  22. 20 6月, 2018 1 次提交
  23. 15 6月, 2018 1 次提交
  24. 14 6月, 2018 2 次提交
  25. 13 6月, 2018 2 次提交
  26. 12 6月, 2018 2 次提交
  27. 06 6月, 2018 1 次提交
    • Z
      Adds dynamic, interpreter configs to tools/gn (#5446) · a09b4fdc
      Zachary Anderson 提交于
      Adds --dynamic and --interpreter flags to
      tools/gn. These flags result in engines with
      properties as follows:
      
      --dynamic:
      - JIT targeting native code on Android and
        DBC on iOS
      
      --interpreter
      - Target DBC even if running on Android.
      
      For example:
      
      gn --android --dynamic --interpreter --runtime-mode release
      
      Will generate an engine:
      - Without Dart asserts
      - Without Observatory
      - With JIT compililation to DBC
      
      into out/android_dynamic_release_dbc
      a09b4fdc
  28. 30 5月, 2018 1 次提交