1. 08 Oct, 2021 3 commits
  2. 31 Aug, 2021 1 commit
  3. 27 Jul, 2021 1 commit
  4. 01 Jul, 2021 1 commit
  5. 29 Jun, 2021 1 commit
    • Greg Spencer's avatar
      Randomize Framework tests, opt out some tests that currently fail. (#85159) · b5f9612c
      Greg Spencer authored
      This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.
      
      To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
      b5f9612c
  6. 10 Jun, 2021 1 commit
  7. 02 Jun, 2021 1 commit
  8. 21 May, 2021 1 commit
  9. 14 May, 2021 1 commit
  10. 13 May, 2021 2 commits
  11. 04 May, 2021 2 commits
  12. 28 Apr, 2021 1 commit
  13. 26 Apr, 2021 1 commit
  14. 23 Apr, 2021 1 commit
  15. 01 Apr, 2021 1 commit
  16. 06 Mar, 2021 1 commit
  17. 04 Mar, 2021 2 commits
  18. 01 Dec, 2020 1 commit
  19. 18 Nov, 2020 1 commit
  20. 29 Oct, 2020 1 commit
  21. 15 Oct, 2020 1 commit
  22. 14 Oct, 2020 1 commit
  23. 02 Oct, 2020 1 commit
    • Tong Mu's avatar
      Lazily compute PointerEvent's transformed positions (#63813) · 74fe6bff
      Tong Mu authored
      * PointerEvent.local* properties are calculated lazily; other properties are delegated to original.
      * Transformed PointerEvent becomes a subclass of its original class.
      * Unnamed constructors no longer accepts transform and origin.
      74fe6bff
  24. 17 Sep, 2020 1 commit
  25. 29 Jul, 2020 1 commit
  26. 17 Jul, 2020 1 commit
    • Chris Yang's avatar
      Add no-op callbacks to platform view gesture recognizer when necessary (#61671) · 30e556dd
      Chris Yang authored
      After #31935, Some one sequence gesture recognizers requires at least one callback to be able to compete in the arena. This PR adds the a no-op callback in the gesture recognizer in the platform view when the gesture recognizer does not have any callbacks. This way, all the gesture recognizers in the platform view can compete in the arena.
      30e556dd
  27. 05 Jul, 2020 1 commit
  28. 11 Jun, 2020 1 commit
  29. 11 Feb, 2020 1 commit
  30. 27 Jan, 2020 1 commit
  31. 17 Jan, 2020 1 commit
  32. 16 Jan, 2020 1 commit
  33. 11 Jan, 2020 1 commit
  34. 16 Dec, 2019 1 commit
  35. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66