1. 20 6月, 2017 2 次提交
  2. 17 6月, 2017 2 次提交
  3. 23 11月, 2016 1 次提交
  4. 22 11月, 2016 1 次提交
  5. 24 9月, 2016 1 次提交
    • C
      Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. (#3053) · 9eb446e0
      Chinmay Garde 提交于
      * Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
      * shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
      * GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
      * GPU subcomponent has been updated make it more suitable for Vulkan integration.
      * The GLFW backend has been resurrected.
      9eb446e0
  6. 10 9月, 2016 1 次提交
  7. 01 9月, 2016 1 次提交
  8. 24 8月, 2016 1 次提交
  9. 19 8月, 2016 1 次提交
    • T
      Add config properties to specify snapshot blob file names. (#2943) · 2cf8b144
      Todd Volkert 提交于
      * Add config properties to specify snapshot blob file names.
      
      This adds the ability of the shell to override the default
      dart aot snapshot blob file names, and it wires up Android's
      FlutterMain to recognize the properties in the app's manifest.
      
      This will be used for flutter applications that build their
      binary snapshots into files other than the default ones
      that the engine uses.
      2cf8b144
  10. 10 8月, 2016 1 次提交
  11. 09 8月, 2016 1 次提交
  12. 19 7月, 2016 1 次提交
  13. 14 5月, 2016 1 次提交
    • C
      Add a switch that disables redirecting standard streams to syslog. (#2684) · ed3634e2
      Chinmay Garde 提交于
      When developing the engine from Xcode, it is useful to see log output in Xcode's UI. We were redirecting streams away so that the tools could pick read these logs. With the change to the scheme, when running from Xcode, the logs will show up in Xcode's UI. When, running from the tools, that flag will not be present and the tools will work as they always have.
      ed3634e2
  14. 26 4月, 2016 1 次提交
  15. 29 3月, 2016 1 次提交
  16. 01 3月, 2016 1 次提交
  17. 25 2月, 2016 1 次提交
  18. 13 2月, 2016 1 次提交
  19. 09 2月, 2016 1 次提交
  20. 03 2月, 2016 1 次提交
  21. 04 12月, 2015 2 次提交
  22. 28 11月, 2015 1 次提交
  23. 31 7月, 2015 1 次提交
  24. 17 7月, 2015 1 次提交
  25. 07 7月, 2015 1 次提交
    • E
      Use sky_shell instead of mojo_shell for testing. · 63cefd8b
      Eric Seidel 提交于
      This does way more than a single CL should do, sorry.
      - Fixed a bunch of logging/error reporting during loads.
      - Made it possible for --package-root to be absolute.
      - Fixed (hypothetically) parts of iOS build to be clang-plugin-compliant.
      - Made all tests pass in sky_shell
      - Removed a bunch of layout_tests including windows support.
      
      I'll remove all the mojo test harness stuff in a follow-up patch.
      
      R=abarth@chromium.org, abarth@google.com
      
      Review URL: https://codereview.chromium.org/1215953006.
      63cefd8b
  26. 26 6月, 2015 1 次提交