Descriptiontools/android/loading: Properly detect page loading failures
Before, one page failures, Blink sided generated response were
triggering assertion in request_track.RequestTrack.
This CL fixes this issue by removing the asserts and instead
implements loading_trace.LoadingTrace.HasLoadingSucceed()
that is based on navigation trace events.
BUG=582080
Committed: https://crrev.com/c44e7bf15904d461676839524c3a850dc6d05da7
Cr-Commit-Position: refs/heads/master@{#402481}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebase #Patch Set 3 : Addresses Matt's comments #Patch Set 4 : Adds test coverage of request_track.py #Patch Set 5 : Add tests case for Network.loadingFailed #
Total comments: 2
Patch Set 6 : Addresses Colin's nit #
Dependent Patchsets: Messages
Total messages: 19 (5 generated)
|