Add idb to third_party.

This library is useful for interfacing with IndexedDB using promises, rather
than the traditional way of using request objects and specifying event
handlers.

Bug: chromium:855252
Change-Id: I20f4760d2a07e755432950c140f5884019b20f9a
Reviewed-on: https://chromium-review.googlesource.com/1111005
Commit-Queue: Sam Balana <sbalana@google.com>
Reviewed-by: Ben Hayden <benjhayden@chromium.org>
Reviewed-by: Annie Sullivan <sullivan@chromium.org>
3 files changed
tree: 14ef84e81ce836be35b21bd1db903d6cd936b58d
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gitignore
  22. .vpython
  23. AUTHORS
  24. codereview.settings
  25. CONTRIBUTING.md
  26. LICENSE
  27. navbar.md
  28. OWNERS
  29. PRESUBMIT.py
  30. pylintrc
  31. README.md
  32. 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

Current build status