1. 14 Nov, 2019 1 commit
  2. 11 Nov, 2019 1 commit
  3. 28 Oct, 2019 1 commit
  4. 25 Oct, 2019 1 commit
  5. 22 Oct, 2019 1 commit
  6. 21 Oct, 2019 1 commit
  7. 18 Oct, 2019 1 commit
  8. 17 Oct, 2019 2 commits
    • Jaumard's avatar
    • Greg Spencer's avatar
      Re-implement hardware keyboard text selection. (#42879) · a7aa6616
      Greg Spencer authored
      This re-implements keyboard text selection so that it will work on platforms other than Android (e.g. macOS, Linux, etc.).
      
      Also, fixed a number of bugs in editing selection via a hardware keyboard (unable to select backwards, incorrect conversion to ASCII when cutting to clipboard, lack of support for CTRL-SHIFT-ARROW word selection, etc.).
      
      Did not address the keyboard locale issues that remain, or add platform specific switches for the bindings. All that will need some more design work before implementing them.
      
      Related Issues
      Fixes #31951
      a7aa6616
  9. 15 Oct, 2019 1 commit
  10. 10 Oct, 2019 1 commit
  11. 09 Oct, 2019 1 commit
  12. 04 Oct, 2019 1 commit
  13. 30 Sep, 2019 1 commit
  14. 27 Sep, 2019 1 commit
  15. 24 Sep, 2019 2 commits
  16. 17 Sep, 2019 1 commit
  17. 06 Sep, 2019 1 commit
  18. 26 Aug, 2019 1 commit
  19. 21 Aug, 2019 1 commit
  20. 19 Aug, 2019 1 commit
  21. 16 Aug, 2019 3 commits
    • 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
    • Tom Robinson's avatar
      Fix getOffsetToReveal for growthDirection reversed and AxisDirection down or right (#38441) · 1d03459f
      Tom Robinson authored
      * Take growth direction into account when computing value for getOffsetForReveal in AxisDirection.right and .up conditions.
      
      * Add alignment 1.0 test to left - reverse growth
      
      * Add Reverse List showOnScreen test
      
      * Formatting fix.
      1d03459f
    • Tom Robinson's avatar
      Change RenderObject.getTransformTo to include ancestor. (#37652) · 0b3f2f61
      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.
      0b3f2f61
  22. 08 Aug, 2019 1 commit
  23. 07 Aug, 2019 1 commit
  24. 06 Aug, 2019 1 commit
  25. 02 Aug, 2019 1 commit
    • Chris Yang's avatar
      Extract common PlatformView functionality: Painting and Semantics (#36955) · 9553f8da
      Chris Yang authored
      * painting and semantics
      
      * more comments
      
      * fixing ci
      
      * review fixes
      
      * add assert for id
      
      * rename custom layer factory to layer builder
      
      * review updates
      
      * partial review fixes
      
      * some doc updates
      
      * more doc updates
      
      * only expose getter for id in PlatformViewController
      
      * doc updates/removing all the  references
      
      * remove extra
      
      * more doc updates
      
      * some doc updates
      
      * more doc fixes
      
      * review fixes
      9553f8da
  26. 28 Jul, 2019 1 commit
  27. 24 Jul, 2019 1 commit
  28. 12 Jul, 2019 2 commits
    • Kate Lovett's avatar
      Revert "Part 1: Skia Gold Testing (#33688)" (#36094) · 8809f698
      Kate Lovett authored
      This reverts commit eb0b1790.
      Skia Gold post-submit test were failing due to the service account not being found on Cirrus.
      8809f698
    • Kate Lovett's avatar
      Part 1: Skia Gold Testing (#33688) · eb0b1790
      Kate Lovett authored
      * Fresh PR for Gold integration.
      
      * Nits
      
      * WIP
      
      * Artifacts from merge
      
      * Changed some platform dependencies for web, added library prefix notation for Skia Gold test names.
      
      * Updating for CI implementation
      
      * Write out service account
      
      * Writing to skip out
      
      * WIP
      
      * ++
      
      * Fixing depot tools deps
      
      * Windows depot_tools
      
      * Fixing setup scripts
      
      * ++
      
      * depot tools
      
      * ++
      
      * WIP
      
      * Tracing depot_tools clone
      
      * WIP
      
      * ++
      
      * analyzer
      
      * WIP
      
      * chrome typo
      
      * copy artifact
      
      * Working on tests
      
      * Code cleanup
      
      * ++
      
      * Code cleanup, updated tests
      
      * ++ review feedback
      
      * Review
      
      * Analyzer
      
      * Review feedback
      
      * Nits from review
      
      * PRogress
      
      * ++
      
      * Fixing tests
      
      * ++
      
      * Testing repo route
      
      * Just needing documention around new structures.
      
      * cleanup
      
      * Analyzer
      
      * Documentation updates
      
      * Documentation updates
      
      * Cirrus updates
      
      * cirrus nit
      
      * Review feedback
      
      * Review feedback
      
      * Fixing skip comparator
      
      * Fix base directory for Skia Gold case
      
      * ++
      
      * Feedback
      
      * ++
      
      * Fixed uri assertion
      
      * Made GoldensClient abstract, altered SkiaGoldClient constructor
      
      * Analyzer
      eb0b1790
  29. 11 Jul, 2019 1 commit
  30. 03 Jul, 2019 2 commits
  31. 02 Jul, 2019 1 commit
  32. 25 Jun, 2019 2 commits
  33. 20 Jun, 2019 1 commit