1. 30 9月, 2020 4 次提交
    • L
      20be7782
    • B
      Replace kLegacyFontHost_InitType with kUnknown_SkPixelGeometry. (#21474) · a6a6fd16
      bungeman 提交于
      Skia is removing the deprecated legacy display setting globals and
      associated kLegacyFontHost_InitType. This change replaces all such uses
      with default surface properties with no special flags and an unknown
      pixel geometry. Flutter never set the associated globals, leaving them
      with their initial default values, which were no special flags and
      horizontal RGB pixel geometry. The values used here are different but
      this change should make no difference as Flutter never mentions
      SkFont::kSubpixelAntiAlias to take advantage of the pixel geometry.
      a6a6fd16
    • S
      [macos] Allow engine flags via environment vars (#21468) · 41ce7919
      stuartmorgan 提交于
      Replaces the (temporary) compile-time option to pass engine switches
      with the ability to pass them temporarily at runtime via environment
      variables. This moves the recently-added code for doing this on Windows
      to a shared location for use by all desktop embeddings.
      
      This is enabled only for debug/profile to avoid potential issues with
      tampering with released applications, but if there is a need for that in
      the future it could be added (potentially with a whitelist, as is
      currently used for Dart VM flags).
      
      Temporarily adds a way to enable mirrors as a compile time option,
      as is already provided in the Linux embedding, to provide a migration
      path for the one remaining known need for compile-time options
      that has been raised in flutter/flutter#38569.
      41ce7919
    • S
  2. 29 9月, 2020 25 次提交
  3. 28 9月, 2020 7 次提交
  4. 27 9月, 2020 4 次提交