1. 29 Apr, 2019 1 commit
  2. 25 Apr, 2019 1 commit
  3. 18 Apr, 2019 1 commit
  4. 16 Apr, 2019 1 commit
  5. 15 Apr, 2019 1 commit
    • liyuqian's avatar
      Allow profile widget builds in profile mode (#30990) · a8116e9e
      liyuqian authored
      ## Description
      
      Previously, such function is only available in the debug mode. But the
      performance information is very noisy in debug mode with JIT. I feel
      that such function is as important and useful as the performance overlay
      and the `--trace-skia` option for the GPU thread.  So we should give it
      the same ability to run in both profile and debug mode.
      
      I've tested it using flutter_gallery in the profile mode. There's no
      observable difference in the performance overlay between toggling widget
      build profiling.
      
      ## Related Issues
      
      https://github.com/flutter/flutter/issues/30984
      a8116e9e
  6. 11 Apr, 2019 1 commit
  7. 10 Apr, 2019 1 commit
  8. 27 Mar, 2019 1 commit
  9. 22 Mar, 2019 1 commit
  10. 21 Mar, 2019 3 commits
  11. 15 Mar, 2019 2 commits
  12. 07 Mar, 2019 2 commits
  13. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  14. 27 Feb, 2019 1 commit
  15. 21 Feb, 2019 1 commit
  16. 15 Feb, 2019 1 commit
  17. 06 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Make a kReleaseMode constant that is public. (#27502) · da27f623
      Greg Spencer authored
      Before this, we had several places where an isReleaseMode was defined, all with the same definition. This just makes it more broadly visible to allow our users to use it, as well as creating debug and profile versions, and adding a device lab test for it.
      
      Since this is a const value, this makes it possible for a developer to easily mark blocks that can be removed at AOT compile time.
      da27f623
  18. 05 Feb, 2019 1 commit
  19. 01 Feb, 2019 1 commit
  20. 30 Jan, 2019 1 commit
  21. 28 Jan, 2019 1 commit
  22. 25 Jan, 2019 1 commit
    • Gary Qian's avatar
      Revert "Experimental flags for hot reloads, fixed" (#27059) · b028ee14
      Gary Qian authored
      * Revert "Make UriMapper and StdoutHandler public and add test cases (#26932)"
      
      This reverts commit 6cf554b0.
      
      * Revert "Update packages (#27046)"
      
      This reverts commit 496c5738.
      
      * Revert "roll engine for TODAY bug (#27049)"
      
      This reverts commit 5ae6346f.
      
      * Revert "Warn when building on master channel (#25007)"
      
      This reverts commit dd65a546.
      
      * Revert "Add experimentalBuildEnabled flag and initial shim for build_runner (#26989)"
      
      This reverts commit 1237ee8f.
      
      * Revert "Experimental flags for hot reloads, fixed (#27043)"
      
      This reverts commit 2c05d08f.
      b028ee14
  23. 24 Jan, 2019 3 commits
  24. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  25. 18 Jan, 2019 1 commit
  26. 17 Jan, 2019 1 commit
  27. 16 Jan, 2019 1 commit
  28. 11 Jan, 2019 1 commit
  29. 08 Jan, 2019 1 commit
  30. 04 Jan, 2019 2 commits
  31. 27 Dec, 2018 1 commit
  32. 21 Dec, 2018 2 commits
    • Ian Hickson's avatar
      Revert "[O] Remove many timeouts. (#23531)" (#25646) · 8426910a
      Ian Hickson authored
      This reverts commit 76f70810.
      8426910a
    • Ian Hickson's avatar
      [O] Remove many timeouts. (#23531) · 76f70810
      Ian Hickson authored
      * Remove many timeouts.
      
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      
      * Get the attach tests to pass.
      
      * Apply review comments from Todd
      
      * More review comment fixes
      
      * Put back the extended timeouts here now that I know why we have them...
      76f70810