1. 25 7月, 2017 2 次提交
  2. 22 7月, 2017 3 次提交
  3. 19 7月, 2017 1 次提交
  4. 14 7月, 2017 1 次提交
  5. 12 7月, 2017 1 次提交
    • E
      [content handler] Fix waiting for GPU. (#3858) · 98807038
      Erik Gilling 提交于
      Previously WaitForFirstDisplayDriver() would return, prematurely,
      on the first event in "/dev/class/display".  This would cause apps
      started before the GPU driver came up to fall back on SW
      rendering.
      98807038
  6. 08 7月, 2017 1 次提交
  7. 07 7月, 2017 1 次提交
  8. 30 6月, 2017 1 次提交
  9. 28 6月, 2017 2 次提交
  10. 27 6月, 2017 1 次提交
  11. 24 6月, 2017 3 次提交
  12. 21 6月, 2017 1 次提交
    • I
      Name flutter_runner processes after the app they're running (#3803) · 63ef135e
      Ian McKellar 提交于
      Currently in `ps` all apps running under the Flutter content handler
      show up as `flutter_runner`. This makes them hard to identify. This
      change names the process after the final path component URL of the
      application that's launched, prefixed with "flutter:".
      
      In theory we could run more than one Flutter application in a single
      content handler process, but we don't right now. If we do this logic
      would have to change.
      63ef135e
  13. 13 6月, 2017 1 次提交
  14. 09 6月, 2017 1 次提交
  15. 07 6月, 2017 3 次提交
  16. 06 6月, 2017 1 次提交
  17. 03 6月, 2017 1 次提交
  18. 27 5月, 2017 1 次提交
  19. 24 5月, 2017 1 次提交
  20. 18 5月, 2017 2 次提交
  21. 17 5月, 2017 1 次提交
  22. 13 5月, 2017 2 次提交
  23. 11 5月, 2017 2 次提交
  24. 10 5月, 2017 3 次提交
  25. 06 5月, 2017 1 次提交
  26. 28 4月, 2017 1 次提交
    • A
      Remove the direct input layer. (#3634) · 2bb12e57
      Adam Barth 提交于
      Instead of updating to match new HID touchscreen hacks exposed by
      magenta, just remove the direct input layer entirely.  Mozart all the
      time from now on.
      2bb12e57
  27. 18 4月, 2017 1 次提交