1. 04 1月, 2017 1 次提交
  2. 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
  3. 29 11月, 2016 1 次提交
  4. 22 11月, 2016 1 次提交
  5. 12 10月, 2016 1 次提交
  6. 08 10月, 2016 1 次提交
  7. 10 9月, 2016 1 次提交
  8. 09 9月, 2016 1 次提交
    • C
      Remove the enable_observatory instance variable from blink::Settings. (#3011) · 23dabd4b
      Chinmay Garde 提交于
      We used to be able to toggle observatory via a command line flag. But now, we enable or disable observatory based on the Flutter product mode.
      
      This also allows us to fix an issue where the —non-interactive flags was being hijacked by the Dart initialization logic to enable or disable observatory. However this flag was orignally meant for the standalone runner to launch either to run tests or to run a full graphics enabled window on the desktop.
      23dabd4b
  9. 01 9月, 2016 1 次提交
  10. 24 8月, 2016 1 次提交
  11. 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
  12. 13 8月, 2016 2 次提交