Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Issue 853083003: Try to test a theoretical problem: (Closed)

Created:
5 years, 11 months ago by Charlie Reis
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Try to test a theoretical problem: 1) Load page 1. 2) Start a slow load to page 2. 3) DidStartLoading for page 2 resets frames_in_progress count. 4) DidStartLoading for page 1's iframe also increments count (possible?). 5) Page 2 commits and gets to DidStopLoading. Does the count ever reach 0? BUG=429399

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -0 lines) Patch
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_browsertest.cc View 5 chunks +66 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
Charlie Reis
3 years, 5 months ago (2017-07-11 22:41:17 UTC) #1
Description was changed from

==========
Try to test a theoretical problem:
1) Load page 1.
2) Start a slow load to page 2.
3) DidStartLoading for page 2 resets frames_in_progress count.
4) DidStartLoading for page 1's iframe also increments count (possible?).
5) Page 2 commits and gets to DidStopLoading.

Does the count ever reach 0?

BUG=429399
==========

to

==========
Try to test a theoretical problem:
1) Load page 1.
2) Start a slow load to page 2.
3) DidStartLoading for page 2 resets frames_in_progress count.
4) DidStartLoading for page 1's iframe also increments count (possible?).
5) Page 2 commits and gets to DidStopLoading.

Does the count ever reach 0?

BUG=429399
==========

Powered by Google App Engine
This is Rietveld 408576698