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

Issue 17463006: Fix a history bug where a reload is given a standard load's history entry. (Closed)

Created:
7 years, 6 months ago by Nate Chapin
Modified:
7 years, 6 months ago
Reviewers:
abarth-chromium
CC:
blink-reviews, Nate Chapin, eae+blinkwatch, gavinp+loader_chromium.org
Visibility:
Public.

Description

Fix a history bug where a reload is given a standard load's history entry. If a resource load is started after the load event and a reload is triggered before that resource load finishes, the load will be cancelled and in doing so will incorrectly revert the new load's load type to FrameLoadTypeStandard. This was regressed in r148684 BUG=241581 TEST=http/tests/history/reload-during-load-after-load-event.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152781

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -8 lines) Patch
A LayoutTests/http/tests/history/reload-during-load-after-load-event.html View 1 chunk +30 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/history/reload-during-load-after-load-event-expected.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/loader/FrameLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 5 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nate Chapin
7 years, 6 months ago (2013-06-19 20:07:52 UTC) #1
abarth-chromium
lgtm Ok
7 years, 6 months ago (2013-06-19 20:18:15 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/17463006/1
7 years, 6 months ago (2013-06-20 01:49:09 UTC) #3
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 12:38:46 UTC) #4
Message was sent while issue was closed.
Change committed as 152781

Powered by Google App Engine
This is Rietveld 408576698