1. 20 6月, 2017 1 次提交
  2. 17 6月, 2017 2 次提交
  3. 04 2月, 2017 1 次提交
  4. 18 1月, 2017 2 次提交
  5. 01 11月, 2016 1 次提交
    • J
      Fix a leak of RenderObjects in Paragraph/ParagraphBuilder (#3189) · cdd7db26
      Jason Simmons 提交于
      The RenderView destructor does not delete its descendants.
      RenderObject::destroy must be called to delete the object tree along with
      other cleanup tasks.
      
      Also associate a CustomFontData with dynamically loaded fonts in order to get
      the desired FontDataCache behavior at RenderObject::destroy time.
      cdd7db26
  6. 26 10月, 2016 1 次提交
  7. 29 9月, 2016 1 次提交
  8. 27 9月, 2016 1 次提交
  9. 16 9月, 2016 2 次提交
  10. 08 9月, 2016 1 次提交
  11. 18 8月, 2016 1 次提交
    • A
      Add stubs for text handling on Fuchsia (#2935) · a5c3a313
      Adam Barth 提交于
      We don't yet have support for text on Fuchsia. This patch add stub
      implementations of Paragraph and ParagraphBuilder so that Flutter apps
      that use text don't error out. Instead, the text is 0x0 and invisible.
      
      Also, teach MojoServices not to crash if it hasn't been created by the
      time Dart tries to use it.
      a5c3a313
  12. 13 8月, 2016 1 次提交