- 31 Aug, 2020 1 commit
-
-
Jonah Williams authored
Previous benchmarks have established the performance of sync*. Additionally, why allocate a list when you don't need to? Since these APIs are private, they can be re-arranged a bit to avoid creating as many lists. Will probably not have a large effect on benchmarks
-
- 27 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 21 Aug, 2020 1 commit
-
-
Ian Hickson authored
-
- 17 Aug, 2020 1 commit
-
-
chenjianguang authored
-
- 14 Aug, 2020 1 commit
-
-
Nolan Scobie authored
-
- 06 Aug, 2020 1 commit
-
-
Nolan Scobie authored
* Add punctuation for unterminated sentences in doc comments * Addressing review nit
-
- 28 Jul, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 24 Jul, 2020 1 commit
-
-
Kate Lovett authored
-
- 14 Jul, 2020 2 commits
-
-
Andre authored
* Improve error reporting for RenderObject visitChildren errors * Nits and fixes
-
Todd Volkert authored
-
- 16 Jun, 2020 1 commit
-
-
Michael Goderbauer authored
* Word substitutions * ++
-
- 11 Jun, 2020 1 commit
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
- 03 Jun, 2020 1 commit
-
-
Dan Field authored
-
- 05 Mar, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 Feb, 2020 1 commit
-
-
Ferhat authored
-
- 12 Feb, 2020 1 commit
-
-
Jacob Richman authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2020 1 commit
-
-
creativecreatorormaybenot authored
-
- 05 Feb, 2020 1 commit
-
-
creativecreatorormaybenot authored
provide Guidance for MultiChildRenderObjectWidget implementations
-
- 03 Feb, 2020 1 commit
-
-
creativecreatorormaybenot authored
-
- 15 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 08 Jan, 2020 1 commit
-
-
Greg Spencer authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Dec, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false in flutter/lib/src/rendering * address review comments
-
- 03 Dec, 2019 1 commit
-
-
Dan Field authored
-
- 27 Nov, 2019 2 commits
-
-
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
-
Ian Hickson authored
-
- 14 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 24 Sep, 2019 3 commits
-
-
chunhtai authored
* Implement system fonts system channel listener
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 16 Aug, 2019 3 commits
-
-
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.
-
brandondiamond authored
-
Tom Robinson authored
getTransformTo now includes ancestor in the transform it returns, except for if ancestor is the root view, ensuring that the transform remains in logical pixel space.
-
- 07 Aug, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 09 Jul, 2019 2 commits
-
-
chunhtai authored
Rendering errors with root causes in the widget layer should have a reference to the widget (#32511)
-
Michael Goderbauer authored
-
- 03 Jul, 2019 1 commit
-
-
Dan Field authored
-
- 02 Jul, 2019 1 commit
-
-
Alexandre Ardhuin authored
* more ui-as-code * address review comments
-