1. 11 6月, 2020 1 次提交
  2. 27 5月, 2020 1 次提交
  3. 16 5月, 2020 1 次提交
  4. 11 4月, 2020 1 次提交
  5. 10 4月, 2020 1 次提交
  6. 09 4月, 2020 2 次提交
  7. 02 4月, 2020 1 次提交
  8. 01 4月, 2020 2 次提交
  9. 31 3月, 2020 1 次提交
  10. 27 3月, 2020 1 次提交
  11. 26 3月, 2020 1 次提交
  12. 25 3月, 2020 1 次提交
  13. 25 2月, 2020 1 次提交
  14. 21 2月, 2020 1 次提交
  15. 07 2月, 2020 1 次提交
  16. 25 1月, 2020 1 次提交
  17. 19 12月, 2019 2 次提交
  18. 14 12月, 2019 1 次提交
    • C
      Allow embedders to post Dart objects on send ports from the native side. (#14477) · f0583215
      Chinmay Garde 提交于
      This is a non-breaking addition to the stable Flutter Embedder API and exposes a
      subset of the functionality provided by Dart_PostCObject API in a stable and
      tested manner to custom embedder implementations.
      
      Send port acquisition can currently be done as described in the unit-test but
      there may be opportunities to extend this API in the future to access ports more
      easily or create ports from the native side.
      
      The following capabilities of the the Dart_PostCObject API are explicitly NOT
      exposed:
      * Object arrays: This allows callers to create complex object graphs but only
        using the primitives specified in the native API. I could find no current use
        case for this and would have made the implementation a lot more complex. This
        is something we can add in the future if necessary however.
      * Capabilities and ports: Again no use cases and I honestly I didn’t understand
        how to use capabilities. If needed, these can be added at a later point by
        appending to the union.
      
      Fixes https://github.com/flutter/flutter/issues/46624
      Fixes b/145982720
      f0583215
  19. 13 12月, 2019 2 次提交
  20. 05 12月, 2019 1 次提交
    • D
      Wire up Opacity on Fuchsia, round 2 (#14024) · d117ac97
      David Worsham 提交于
      * Remove erroneous ChildView opacity
      
      * Wire frame metrics through contexts
      
      * Maintain layer stack inside of SceneBuilder
      
      * Remove EnsureSingleChild
      
      * Centralize system-composite and elevation logic
      
      * Wire up OpacityLayer to Scenic
      d117ac97
  21. 27 11月, 2019 1 次提交
    • C
      Add a separate target for Dart coverter on FML types. (#14011) · ca68af25
      Chinmay Garde 提交于
      The converters are still in a separate target that must be included manually. This allows targets that depend on FML but not Dart runtime not have to depend on the runtime.
      
      Adds a test that includes this target and tests image decompression from assets. There is also a test for the standalone DartConvertor in shell_unittests but not in fml_unittests be cause FML uni-tests cannot yet launch a VM. I will work on adding fixtures for those.
      ca68af25
  22. 21 11月, 2019 1 次提交
  23. 19 11月, 2019 1 次提交
  24. 15 11月, 2019 1 次提交
  25. 02 11月, 2019 1 次提交
  26. 23 10月, 2019 3 次提交
  27. 22 10月, 2019 1 次提交
  28. 18 10月, 2019 1 次提交
    • G
      Re-enable WeakPtr ThreadChecker and fix associated failures (#12257) · 8b976194
      George Wright 提交于
      This re-enables thread safety checks for WeakPtr. WeakPtrs can't be used on a thread other than the one the WeakPtrFactory was created on.
      
      This fixes the unit tests and adds a getUnsafe() method to WeakPtr to work around the remaining unresolved locations where we are using WeakPtr unsafely.
      8b976194
  29. 11 10月, 2019 1 次提交
  30. 09 10月, 2019 1 次提交
  31. 28 9月, 2019 1 次提交
  32. 24 9月, 2019 1 次提交
  33. 24 8月, 2019 1 次提交
  34. 17 8月, 2019 1 次提交