1. 06 Aug, 2020 1 commit
  2. 29 Jul, 2020 2 commits
  3. 23 Jul, 2020 1 commit
  4. 16 Jul, 2020 1 commit
  5. 11 Jun, 2020 1 commit
  6. 09 Jun, 2020 1 commit
  7. 08 Jun, 2020 2 commits
  8. 06 Jun, 2020 2 commits
  9. 31 May, 2020 1 commit
  10. 28 May, 2020 1 commit
    • Helin Shiah's avatar
      Add function to set structured error early (#58118) · 479f3703
      Helin Shiah authored
      * Add function to set structured error early
      
      * Remove unused imports
      
      * Save test handler in setUp
      
      * Add utils file for shared test service
      
      * Rename structured error functions
      
      * Use setUpAll to save error handler and call initStructuredError from other init
      
      * Rename widget inspector test service
      
      * Remove debugging print statement
      
      * Move error handling setting back to initServiceExtensions
      
      * Rename structured error handler in test
      
      * Namespace environment variable
      
      * Rename test
      479f3703
  11. 27 Apr, 2020 1 commit
  12. 23 Apr, 2020 2 commits
  13. 06 Apr, 2020 1 commit
  14. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83
  15. 30 Jan, 2020 1 commit
  16. 09 Jan, 2020 1 commit
  17. 07 Jan, 2020 1 commit
  18. 04 Dec, 2019 1 commit
  19. 03 Dec, 2019 1 commit
  20. 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
  21. 26 Nov, 2019 1 commit
  22. 22 Nov, 2019 1 commit
  23. 15 Oct, 2019 1 commit
  24. 14 Oct, 2019 1 commit
  25. 10 Oct, 2019 1 commit
  26. 04 Oct, 2019 1 commit
  27. 30 Sep, 2019 1 commit
  28. 24 Sep, 2019 1 commit
  29. 17 Sep, 2019 1 commit
  30. 28 Aug, 2019 1 commit
  31. 16 Aug, 2019 1 commit
    • Yegor's avatar
      Teach render objects to reuse engine layers (#36402) · 34c69265
      Yegor authored
      Teach Layer and its implementations, RenderObject and its implementations, and PaintingContext to reuse engine layers. The idea is that a concrete RenderObject creates a Layer and holds on to it as long as it needs it (i.e. when it is composited, and the layer type does not change). In return, each Layer object holds on to an EngineLayer and reports it to the engine via addRetained and oldLayer. This allows the Web engine to reuse DOM elements across frames. Without it, each frame drops all previously rendered HTML and regenerates it from scratch.
      34c69265
  32. 24 Jul, 2019 1 commit
  33. 09 Jul, 2019 1 commit
  34. 02 Jul, 2019 1 commit
  35. 13 Jun, 2019 1 commit
  36. 07 Jun, 2019 1 commit