1. 19 7月, 2017 1 次提交
  2. 25 3月, 2017 1 次提交
  3. 21 10月, 2016 1 次提交
  4. 11 10月, 2016 1 次提交
  5. 08 10月, 2016 1 次提交
  6. 08 9月, 2016 1 次提交
  7. 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
  8. 13 8月, 2016 3 次提交
  9. 10 8月, 2016 1 次提交
  10. 06 8月, 2016 1 次提交
  11. 04 8月, 2016 2 次提交
  12. 15 6月, 2016 2 次提交
  13. 14 6月, 2016 1 次提交
  14. 11 6月, 2016 1 次提交
  15. 02 4月, 2016 1 次提交
  16. 04 3月, 2016 1 次提交
    • A
      Remove DrawLooper · c266534d
      Adam Barth 提交于
      We used to use DrawLooper for drawing shadows, but we don't use it anymore.
      c266534d
  17. 13 2月, 2016 1 次提交
  18. 09 1月, 2016 1 次提交
  19. 08 1月, 2016 1 次提交
  20. 05 1月, 2016 1 次提交
  21. 29 12月, 2015 5 次提交
  22. 26 12月, 2015 1 次提交
  23. 24 12月, 2015 1 次提交
    • A
      Remove IDL from engine/core/compositing · e3c12b1d
      Adam Barth 提交于
      Rather than using IDL code generation, we now use some template magic to
      generate this code. No all the code is template-generated yet, but this
      patch is a start in that direction.
      e3c12b1d
  24. 19 11月, 2015 1 次提交
    • A
      Remove ui.tracing · a743fbf2
      Adam Barth 提交于
      This feature is redundant with the Timeline in dart:developer. I've already
      switched all the clients over to using dart:developer.
      a743fbf2
  25. 06 11月, 2015 1 次提交
  26. 30 10月, 2015 1 次提交
  27. 28 10月, 2015 1 次提交
  28. 25 10月, 2015 1 次提交
  29. 24 10月, 2015 1 次提交
    • A
      Remove the DOM and CSS · a5768f27
      Adam Barth 提交于
      We don't use the DOM or CSS anymore. Instead, we work directly with the render
      tree.
      a5768f27
  30. 23 10月, 2015 1 次提交
    • A
      Make NewTextPainter actually work · eb594bff
      Adam Barth 提交于
      The NewTextPainter is still disabled by default. A future patch will flip the
      flag to enable it.
      
      This patch uses a new approach to writing bindings by encoding data into array
      buffers. This approach is more efficient than the existing IDL based approach.
      If this works out well, we should convert our other performance-sensitive
      interfaces to this approach in future patches.
      eb594bff
  31. 13 10月, 2015 1 次提交