1. 23 May, 2018 39 commits
  2. 22 May, 2018 1 commit
    • Roger McFarlane's avatar
      [autofill] Fix flaky interatcive/isolation test · 450d4a7d
      Roger McFarlane authored
      The test has an inherent race between triggering the showing of
      suggestions and starting the loop to wait for notification that
      the suggestions have been shown.
      
      The test was asserting that the loop had been started before
      quiting. Removed this (racily invalid) insertion.
      
      Also switched over to use base::RunLoop instead of using
      content::MessageLoopRunner (per crbug.com/668707), to remove
      additional flakiness.
      
      Bug: 843935, 668707
      Change-Id: I3084b64697983b64c34fedd26e690d419807f2a8
      Reviewed-on: https://chromium-review.googlesource.com/1069531
      Commit-Queue: Roger McFarlane <rogerm@chromium.org>
      Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#560842}
      450d4a7d