Make sure snap_page combined iframe serialized dom

The original CL is in https://codereview.chromium.org/3017573002/ and now moved
here due to transition of code review server from gerrit to rietveld.

This patch also include refactoring the code for transmitting large JSON object
to a separate method & unittest it.

BUG=chromium:763119

Change-Id: If5c00a45ecd7f91e8cbac60340a4f2124872da45
Reviewed-on: https://chromium-review.googlesource.com/690855
Reviewed-by: Walter Korman <wkorman@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
2 files changed
tree: 9e2075ad2f463f83a518315ce294be9bcc855de6
  1. bin/
  2. catapult_base/
  3. catapult_build/
  4. common/
  5. dashboard/
  6. dependency_manager/
  7. devil/
  8. docs/
  9. experimental/
  10. firefighter/
  11. hooks/
  12. infra/
  13. netlog_viewer/
  14. systrace/
  15. telemetry/
  16. third_party/
  17. trace_processor/
  18. tracing/
  19. web_page_replay_go/
  20. .eslintignore
  21. .eslintrc
  22. .gitignore
  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