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

Issue 2125273002: Fix a problem with duplicate calls to FrameFetchContext::dispatchDidFail (Closed)

Created:
4 years, 5 months ago by alex clarke (OOO till 29th)
Modified:
4 years, 5 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink, gavinp+loader_chromium.org, Nate Chapin, loading-reviews_chromium.org, scheduler-bugs_chromium.org, tyoshino+watch_chromium.org, Yoav Weiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a problem with duplicate calls to FrameFetchContext::dispatchDidFail In some circumstances FrameFetchContext::dispatchDidFail can get called twice for the same resource. This patch fixes an assumption by the blink scheduler that this scenario didn't happen. BUG=626218 Committed: https://crrev.com/4c316c6a98fd2e49bd92c3d90855cffc57df3608 Cr-Commit-Position: refs/heads/master@{#404191}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename the set #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -30 lines) Patch
M components/scheduler/renderer/web_frame_scheduler_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/scheduler/renderer/web_frame_scheduler_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/scheduler/renderer/web_view_scheduler_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/scheduler/renderer/web_view_scheduler_impl.cc View 1 3 chunks +7 lines, -9 lines 0 comments Download
M components/scheduler/renderer/web_view_scheduler_impl_unittest.cc View 1 chunk +29 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/loader/FrameFetchContext.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/platform/WebFrameScheduler.h View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2125273002/1
4 years, 5 months ago (2016-07-07 11:02:30 UTC) #2
alex clarke (OOO till 29th)
PTAL
4 years, 5 months ago (2016-07-07 11:03:45 UTC) #4
Sami
lgtm https://codereview.chromium.org/2125273002/diff/1/components/scheduler/renderer/web_view_scheduler_impl.h File components/scheduler/renderer/web_view_scheduler_impl.h (right): https://codereview.chromium.org/2125273002/diff/1/components/scheduler/renderer/web_view_scheduler_impl.h#newcode71 components/scheduler/renderer/web_view_scheduler_impl.h:71: std::set<unsigned long> pending_fetches_; naming nit: how about pending_loads_ ...
4 years, 5 months ago (2016-07-07 11:21:40 UTC) #5
alex clarke (OOO till 29th)
https://codereview.chromium.org/2125273002/diff/1/components/scheduler/renderer/web_view_scheduler_impl.h File components/scheduler/renderer/web_view_scheduler_impl.h (right): https://codereview.chromium.org/2125273002/diff/1/components/scheduler/renderer/web_view_scheduler_impl.h#newcode71 components/scheduler/renderer/web_view_scheduler_impl.h:71: std::set<unsigned long> pending_fetches_; On 2016/07/07 11:21:40, Sami wrote: > ...
4 years, 5 months ago (2016-07-07 12:10:04 UTC) #6
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-07 14:05:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2125273002/20001
4 years, 5 months ago (2016-07-07 14:06:20 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on ...
4 years, 5 months ago (2016-07-07 16:08:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2125273002/20001
4 years, 5 months ago (2016-07-07 16:09:18 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-07 18:49:26 UTC) #15
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-07 18:49:51 UTC) #16
commit-bot: I haz the power
4 years, 5 months ago (2016-07-07 18:51:45 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4c316c6a98fd2e49bd92c3d90855cffc57df3608
Cr-Commit-Position: refs/heads/master@{#404191}

Powered by Google App Engine
This is Rietveld 408576698