1. 24 Sep, 2019 1 commit
  2. 06 Sep, 2019 1 commit
  3. 05 Sep, 2019 1 commit
  4. 28 Aug, 2019 1 commit
  5. 19 Aug, 2019 1 commit
  6. 16 Aug, 2019 1 commit
  7. 09 Jul, 2019 1 commit
  8. 03 Jul, 2019 1 commit
  9. 15 Jun, 2019 1 commit
  10. 14 Jun, 2019 2 commits
  11. 12 Jun, 2019 2 commits
  12. 07 Jun, 2019 1 commit
  13. 06 Jun, 2019 2 commits
  14. 05 Jun, 2019 1 commit
  15. 30 May, 2019 1 commit
  16. 01 May, 2019 1 commit
  17. 28 Mar, 2019 1 commit
  18. 11 Mar, 2019 1 commit
  19. 08 Mar, 2019 1 commit
  20. 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
  21. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  22. 21 Feb, 2019 1 commit
  23. 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
  24. 05 Feb, 2019 1 commit
  25. 07 Jan, 2019 1 commit
  26. 18 Dec, 2018 1 commit
  27. 12 Nov, 2018 1 commit
  28. 05 Nov, 2018 1 commit
  29. 23 Oct, 2018 1 commit
  30. 19 Oct, 2018 1 commit
  31. 18 Oct, 2018 1 commit
  32. 17 Oct, 2018 1 commit
  33. 16 Oct, 2018 1 commit
  34. 13 Oct, 2018 1 commit
    • Michael Goderbauer's avatar
      Remove all service extensions from release mode (#23038) · 8e2ca93f
      Michael Goderbauer authored
      Service extensions can only be activated in debug or profile mode, their code should never be included in release mode. This PR adds guards around all service extension registration calls that enable Dart's tree shaker to remove the extension's code in release mode, which reduces our binary size:
      
      Android Snapshot (uncompressed): minus 127,384 Bytes (-124.40KB)
      APK (compressed): minus 38,136 Bytes (-37.24KB)
      iOS Snapshot (App.framework, uncompressed): 264,304 Bytes(-258.10KB)
      
      For details: https://docs.google.com/document/d/13JlgvliCn5sWwT2K2SfDwD1NhEfxpJH9DCf22gZZru8/edit
      
      **Benchmark Regressions:** This PR may cause benchmarks to regress because it may change the timing of GC. If you notice a benchmark regression **please note down the exact set of benchmarks that regressed on this PR** and then feel free to revert. I will follow-up with a PR that forces a GC before the effected benchmarks run to get a clean baseline before re-applying this PR.
      8e2ca93f
  35. 05 Oct, 2018 2 commits
  36. 01 Oct, 2018 1 commit