1. 14 7月, 2021 1 次提交
  2. 10 7月, 2021 1 次提交
  3. 09 7月, 2021 1 次提交
  4. 01 7月, 2021 1 次提交
  5. 09 6月, 2021 1 次提交
  6. 08 6月, 2021 1 次提交
  7. 26 5月, 2021 1 次提交
  8. 08 5月, 2021 1 次提交
    • R
      Fixes BUILD.gn if is_fuchsia (legacy embedder) and is_debug (#25858) · 0b4bf7e0
      Rich Kadel 提交于
      Current recommended build methods may not trigger this issue, but
      while trying different options, building flutter for the first time, I
      noticed a build error because `defines` was assigned twice.
      
      If building with both options is ever supported, I think this
      fixes the error.
      0b4bf7e0
  9. 30 4月, 2021 1 次提交
  10. 13 4月, 2021 1 次提交
  11. 02 4月, 2021 1 次提交
  12. 19 3月, 2021 1 次提交
    • G
      Modifications to imported a11y base classes to build in Flutter (#25028) · 19e757ac
      George Wright 提交于
      * Modifications to gtest_util.h to build in Flutter
      
      * Modifications to Range to build in Flutter
      
      * Modifications to UiaRegistrarWin to build in Flutter
      
      * Modifications to EnumVariant to build in Flutter
      
      * Modifications to AXActivePopup to build in Flutter
      
      * Modifications to ScopedBstr to build in Flutter
      
      * Modifications to atl.h/atl_module.h to build in Flutter
      
      * Modifications to ScopedVariant to build in Flutter
      
      * Modifications to VariantUtil to build in Flutter
      
      * Modifications to ScopedSafearray to build in Flutter
      
      * Modifications to VariantVector to build in Flutter
      
      * Add BASE_UNLIKELY, BASE_LIKELY and BASE_FALLTHROUGH macros to compiler_specific.h
      
      * Update BUILD files for Windows base/ and gfx/ unittests
      Co-authored-by: NChris Bracken <chris@bracken.jp>
      19e757ac
  13. 19 2月, 2021 1 次提交
  14. 05 2月, 2021 1 次提交
  15. 27 1月, 2021 1 次提交
  16. 15 1月, 2021 1 次提交
  17. 07 1月, 2021 1 次提交
  18. 07 12月, 2020 1 次提交
  19. 25 11月, 2020 1 次提交
    • A
      [embedder][glfw] Add support for locales to glfw shell (#22657) · 176a2c02
      Andy Weiss 提交于
      The other linux shell (and all the other embedding) have support for
      getting the locales from the system and sending them over the
      flutter/localization channel. The glfw shell does not have that which is
      causing a crash on an assert now that Locale is no longer nullable
      in Platform.
      
      This adds a similar approach to what is going on over in the other linux
      shell.
      176a2c02
  20. 03 11月, 2020 1 次提交
  21. 30 10月, 2020 1 次提交
  22. 29 9月, 2020 1 次提交
  23. 18 9月, 2020 1 次提交
  24. 20 8月, 2020 1 次提交
  25. 30 7月, 2020 1 次提交
    • S
      Manual roll of Dart from 24c7666def...40fd1c456e (#20092) · b955e15e
      Siva 提交于
      * Manual roll of Dart from 24c7666def...40fd1c456e
      
      dart-lang/sdk@40fd1c456e Revert "[dart:io] Add Abort() on HttpClientRequest"
      dart-lang/sdk@17d7296a42 [vm/nnbd/bytecode] Fix reuse of type arguments in bytecode
      dart-lang/sdk@58b6f40c73 Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns. (reland)
      dart-lang/sdk@fc8a6d9f9b [VM/compiler] Dereference TypeRef literal when propagating constants.
      dart-lang/sdk@0689ec527a Move "test.dart" (well, most of its contents) into pkg/test_runner.
      dart-lang/sdk@1094b3c61d Prepare static error test updater tool to handle web tests.
      dart-lang/sdk@b258585f2f [observatory] Migrate from deprecated isInstanceOf to isA.
      dart-lang/sdk@dfe1d9b682 Disable OverrideContributor for Cider.
      dart-lang/sdk@aea99b2f5c scope debug property assist to Diagnosticables
      dart-lang/sdk@4b96f20a79 [dart:io] Add Abort() on HttpClientRequest
      dart-lang/sdk@1b1a39708c [build] Use frameworks instead of libs
      dart-lang/sdk@3fef522496 Revert "Reland "[vm] Replaces fuchsia.deprecatedtimezone""
      dart-lang/sdk@8c664d4f3f Revert "Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns."
      dart-lang/sdk@2efb5bebc7 [ dart:_http ] Fix typo in HTTP response timeline event
      dart-lang/sdk@0884dae36c Revert "Fix the #include path for ICU headers"
      dart-lang/sdk@5171534e81 Scope tweaks. Report REFERENCED_BEFORE_DECLARATION in more places.
      dart-lang/sdk@6bba75079a Issue 42797. Understand in legacy libraries that a function returning Never (in Null Safety library) never returns.
      dart-lang/sdk@b4ebbb7f5c [build] Update gn to match Fuchsia
      dart-lang/sdk@cb428a7a02 [dart2js] Remove old bug work around in collector.
      dart-lang/sdk@08663c20ab Change flutter patch to match existing DEPS on master branch
      dart-lang/sdk@146ad014d9 update js/meta for the 2.10 dev sdk
      dart-lang/sdk@488c718793 [co19] Roll co19 to d79951e06e443213243e54c2c32694b79a221b65
      dart-lang/sdk@ba20edd7be Add patch for flutter-engine when changing to version 2.10
      
      * Rev buildroot to latest version.
      
      * Update license.
      
      * update.
      
      * Update gn revision.
      
      * Format BUILD.gn files as the gn revision has been updated.
      b955e15e
  26. 29 7月, 2020 1 次提交
  27. 14 7月, 2020 1 次提交
    • D
      fuchsia: Enable most unittests (#19583) · 9353692c
      David Worsham 提交于
      Tweak the primary flutter build rule so that fuchsia is more similar to
      other platforms in how tests and the shell are built.
      
      Only embedder_unittests and GLFW tests are disabled on Fuchsia now.
      
      TEST: Ran unittests on host/fuchsia; workstation on fuchsia
      BUG: fxb/53847, fxb/54056
      9353692c
  28. 04 7月, 2020 1 次提交
  29. 30 6月, 2020 1 次提交
  30. 27 6月, 2020 1 次提交
    • D
      Move fuchsia/scenic integration behind #define (#19003) · 220a8310
      David Worsham 提交于
      Additionally create "_next" permutations for all of the test binaries
      on Fuchsia, in order to test both code-paths.
      
      Using the #define follow-up CLs can also create a flutter_runner_next
      binary that does not contain any legacy integration code.
      
      BUG: 53847
      220a8310
  31. 21 6月, 2020 1 次提交
  32. 12 6月, 2020 1 次提交
  33. 06 5月, 2020 1 次提交
  34. 27 4月, 2020 1 次提交
  35. 15 4月, 2020 1 次提交
    • S
      Add a gn flag to disable desktop embeddings (#17708) · e6a2534b
      stuartmorgan 提交于
      Desktop embedding dependencies can trigger gn-generation-time
      requiremenets; e.g., the Linux embeddings have pkg-config dependencies.
      This can be problematic in some build environments, such as building
      flutter_engine.so with a custom sysroot where those higher-level
      dependencies aren't available.
      
      This flag allows generating build files that don't have those
      dependencies.
      e6a2534b
  36. 03 4月, 2020 1 次提交
    • S
      Remove JSON codec from C++ client wrapper (#17312) · 08ae3bb6
      stuartmorgan 提交于
      The JSON codec is awkward to use in the wrapper (since the client has to build and link one of the JSON libraries to do so). Since it would be very cumbersome to wrap in a C API, and there's essentially no reason to use it instead of the standard codec, this removes it from the wrapper entirely.
      
      Since some system channels (internal to the engine) still use it, it's moved into common/cpp instead of being eliminated entirely. Internally we always use RapidJSON though, so the jsoncpp implementation is removed. Also adds some unit test coverage, since there wasn't any.
      
      Fixes #30669
      08ae3bb6
  37. 24 3月, 2020 1 次提交
  38. 18 3月, 2020 1 次提交
    • S
      Allow relative resource paths in GLFW embedding (#16944) · 710f738d
      stuartmorgan 提交于
      Currently every Linux runner has this code to allow relative resource paths; this moves it into the framework so that any embedder can get this behavior without that code needing to be in the template.
      
      Rolls buildroot to pick up std::filesystem support in our libc++
      710f738d
  39. 07 2月, 2020 2 次提交