Revert "Add wait for target update after navigation"

This reverts commit 6936eb033ac1369fc2d9f8bb40af8da0f972b81d.

Reason for revert: Causing test failures in Chromium, blocking the roller from Catapult to Chromium.

Failure Link: https://chromium-review.git.corp.google.com/c/chromium/src/+/8006011

Original change's description:
> Add wait for target update after navigation
>
> Test |testGetUpdatedInspectableContextsUpdateContextsData| is flaky: we
> got empty url in |/json| response, but after small time url become not
> empty.
> In some cases |/json| request arrive to main process before arrive
> message |DidCommitNavigation|. So we need wait for message arrive to
> main process after navigation completed
>
> Change-Id: Ibec8b8b4ca9227231386ccc075e16edaec0eb45d
> Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/8005475
> Auto-Submit: Victor Samun <victorsamun@yandex-team.ru>
> Reviewed-by: John Chen <johnchen@chromium.org>
> Reviewed-by: Farid (Mojtaba) Faridzad <faridzad@google.com>
> Commit-Queue: Farid (Mojtaba) Faridzad <faridzad@google.com>

Change-Id: I67f55487b7c472e4db31cab4147e4ee7ae43021c
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/8074864
Reviewed-by: Farid (Mojtaba) Faridzad <faridzad@google.com>
Commit-Queue: John Chen <johnchen@chromium.org>
Auto-Submit: John Chen <johnchen@chromium.org>
1 file changed
tree: 796dd1bf02d8d00941d854e44d14552e0930f5e0
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. hooks/
  10. infra/
  11. netlog_viewer/
  12. perf_issue_service/
  13. skia_bridge/
  14. systrace/
  15. telemetry/
  16. third_party/
  17. trace_processor/
  18. tracing/
  19. .eslintignore
  20. .eslintrc
  21. .gcloudignore
  22. .gitignore
  23. .gitmodules
  24. .style.yapf
  25. .vpython3
  26. .yapfignore
  27. AUTHORS
  28. BUILD.gn
  29. codereview.settings
  30. CONTRIBUTING.md
  31. DEPS
  32. DIR_METADATA
  33. generate_telemetry_build.py
  34. LICENSE
  35. navbar.md
  36. OWNERS
  37. PRESUBMIT.py
  38. pylintrc
  39. README.md
  40. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide