1. 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
    • brandondiamond's avatar
      c161ac89
    • 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
  2. 07 Aug, 2019 1 commit
  3. 11 Jul, 2019 1 commit
  4. 09 Jul, 2019 2 commits
  5. 03 Jul, 2019 1 commit
  6. 02 Jul, 2019 1 commit
  7. 28 Jun, 2019 1 commit
  8. 27 Jun, 2019 1 commit
  9. 20 Jun, 2019 1 commit
  10. 19 Jun, 2019 1 commit
  11. 04 Jun, 2019 2 commits
  12. 03 Jun, 2019 1 commit
  13. 25 May, 2019 1 commit
    • Chris Bracken's avatar
      Americanise spellings (#33323) · 156b4220
      Chris Bracken authored
      Updates documentation and non-public API to use American spellings for
      consistency with the rest of the codebase.
      
      No changes to behaviour... other than how it's spelt.
      156b4220
  14. 14 May, 2019 1 commit
  15. 01 May, 2019 1 commit
  16. 10 Apr, 2019 1 commit
  17. 11 Mar, 2019 1 commit
  18. 06 Mar, 2019 1 commit
  19. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  20. 21 Feb, 2019 1 commit
  21. 29 Jan, 2019 3 commits
  22. 16 Jan, 2019 1 commit
  23. 21 Dec, 2018 1 commit
  24. 18 Dec, 2018 1 commit
  25. 15 Dec, 2018 1 commit
  26. 14 Dec, 2018 1 commit
  27. 13 Dec, 2018 1 commit
  28. 10 Dec, 2018 1 commit
  29. 08 Nov, 2018 1 commit
  30. 03 Nov, 2018 1 commit
  31. 31 Oct, 2018 1 commit
  32. 29 Oct, 2018 1 commit
  33. 25 Oct, 2018 1 commit
  34. 17 Oct, 2018 1 commit