DevTools: ensure request time is never negative.
1. Do not initialize 'receive' timestamp with -1. Quoting the spec: "The send, wait and receive timings are not optional and must have non-negative values." 2. Account for a possibility of blocked, dns, connect and ssl fields beeing -1. Bug: 760547 Change-Id: I82693812a2f7aea1edfea53d85212e0f09d43360 Reviewed-on: https://chromium-review.googlesource.com/835471Reviewed-by:Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Eugene Ostroukhov <eostroukhov@chromium.org> Cr-Commit-Position: refs/heads/master@{#526883}
Showing
Please register or sign in to comment