1. 12 Oct, 2018 2 commits
  2. 11 Oct, 2018 2 commits
  3. 10 Oct, 2018 2 commits
  4. 09 Oct, 2018 3 commits
  5. 08 Oct, 2018 3 commits
    • Ian Hickson's avatar
      Fix bug in AnimatedSwitcher (#22183) · 874df1ec
      Ian Hickson authored
      * Refactor AnimatedSwitcher
      
      This is mostly just a little bit of cleanup with hopefully no semantic
      changes, done to teach me how the code works so that I could fix a bug.
      
      * Add debugging information to AnimatedSwitcher
      
      * Fix AnimatedSwitcher to handle the case of back-to-back changes
      
      Previously, if a child was replaced the very next frame after it was
      added, we'd get confused because we tried to reverse the controller,
      which causes us to remove the child from the going-away list, before
      we had added the child to the list in the first place.
      
      The fix is just to move the reverse to after the add.
      874df1ec
    • Hans Muller's avatar
    • jslavitz's avatar
      Large Dropdown Menu Fix (#22594) · d422e85f
      jslavitz authored
      * Adds comments clarifying the procedure used to render the menu as well as tests verifying various dropdown menu button positioning and initial scroll states.
      d422e85f
  6. 06 Oct, 2018 1 commit
  7. 05 Oct, 2018 3 commits
  8. 04 Oct, 2018 3 commits
    • Gary Qian's avatar
      Roll engine and update tests (#22643) · 00bcffd1
      Gary Qian authored
      git log 7e3b41dc7ba6..74e68ff8b108 --no-merges --oneline
      74e68ff8b Roll src/third_party/skia 7b7805581733..66a973493468 (4 commits) (#6436)
      58fbd1fd1 Roll src/third_party/skia 4442e3138927..7b7805581733 (1 commits) (#6435)
      83151d9fc Roll src/third_party/skia 4dd17156c6e4..4442e3138927 (1 commits) (#6434)
      5fe7e377d Roll src/third_party/skia 8841085abeb9..4dd17156c6e4 (1 commits) (#6432)
      5340f4224 Revert "Use single_root_scheme when compiling platform (#6402)" (#6431)
      37fd43d43 Add deadline_now_delta argument to Engine::NotifyIdle's trace (#6419)
      4af077b29 Roll src/third_party/skia 4504a652c071..8841085abeb9 (1 commits) (#6429)
      165f3dd1c Update //third_party/benchmark dependency to 21f1eb (ToT). (#6427)
      34bd0ef87 Don’t build benchmarking binaries on Windows. (#6428)
      ae4db4469 Ensure setViewIdResourceName has the correct version guard (#6404)
      2c5d0c407 [rapidjson] Fix import statements (#6418)
      c2128fc80 Create a benchmarking target for the shell. (#6420)
      30f78af91 Raise errors on non-zero exits while creating artifacts on the bots. (#6424)
      191168cec Disable line_height tests on Windows (#6423)
      061cc6643 Fix ideographic baseline to match spec. (#6422)
      74eac1f56 Roll src/third_party/skia bfa76f20bfcf..4504a652c071 (14 commits) (#6421)
      10b45405b Implement ParagraphStyle.line_height and add tests for line_height and baselines. (#6417)
      00bcffd1
    • jslavitz's avatar
      Vertical divider (#22641) · 64029ba6
      jslavitz authored
      * Vertical divider bug fix and additional cleaning.
      64029ba6
    • Alexandre Ardhuin's avatar
      sort_constructors_first (#22575) · 2ea1d81c
      Alexandre Ardhuin authored
      2ea1d81c
  9. 03 Oct, 2018 5 commits
  10. 02 Oct, 2018 1 commit
  11. 01 Oct, 2018 1 commit
  12. 29 Sep, 2018 1 commit
  13. 28 Sep, 2018 1 commit
  14. 27 Sep, 2018 2 commits
  15. 26 Sep, 2018 1 commit
  16. 25 Sep, 2018 6 commits
  17. 23 Sep, 2018 1 commit
  18. 22 Sep, 2018 2 commits