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

Issue 268743003: [XHR] Delete an incorrect ASSERT (Closed)

Created:
6 years, 7 months ago by yhirano
Modified:
6 years, 7 months ago
Reviewers:
Nate Chapin
CC:
blink-reviews, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[XHR] Delete an incorrect ASSERT Resource::revalidationSucceeded ASSERTs that the resource exists in the memory cache. But the assumption is not correct because an ongoing revalidation request can be evicted by the reloading request for the same URL. Because no one relies on the assumption, the assert can be deleted. BUG=370792 R=japhet@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173711

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -4 lines) Patch
A LayoutTests/http/tests/xmlhttprequest/duplicate-revalidation-reload.html View 1 1 chunk +51 lines, -0 lines 0 comments Download
A + LayoutTests/http/tests/xmlhttprequest/duplicate-revalidation-reload-expected.txt View 1 1 chunk +4 lines, -3 lines 0 comments Download
M Source/core/fetch/Resource.cpp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
yhirano
6 years, 7 months ago (2014-05-02 09:46:40 UTC) #1
yhirano
The assumption was once correct, but https://src.chromium.org/viewvc/blink?revision=171184&view=revision violated it. I think the assumption can be ...
6 years, 7 months ago (2014-05-02 09:57:49 UTC) #2
Nate Chapin
On 2014/05/02 09:57:49, yhirano (OOO until May 6) wrote: > The assumption was once correct, ...
6 years, 7 months ago (2014-05-02 16:33:20 UTC) #3
yhirano
On 2014/05/02 16:33:20, Nate Chapin wrote: > On 2014/05/02 09:57:49, yhirano (OOO until May 6) ...
6 years, 7 months ago (2014-05-07 08:22:58 UTC) #4
Nate Chapin
Thanks! LGTM
6 years, 7 months ago (2014-05-08 18:07:38 UTC) #5
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 7 months ago (2014-05-08 23:12:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/268743003/20001
6 years, 7 months ago (2014-05-08 23:14:20 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 00:30:53 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 01:04:20 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/6262)
6 years, 7 months ago (2014-05-09 01:04:20 UTC) #10
yhirano
The CQ bit was checked by yhirano@chromium.org
6 years, 7 months ago (2014-05-09 02:01:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/268743003/20001
6 years, 7 months ago (2014-05-09 02:02:26 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 02:44:09 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 03:44:17 UTC) #14
Message was sent while issue was closed.
Change committed as 173711

Powered by Google App Engine
This is Rietveld 408576698