RESOLVED FIXED 29948
Factor RedirectScheduler out of FrameLoader
https://bugs.webkit.org/show_bug.cgi?id=29948
Summary Factor RedirectScheduler out of FrameLoader
Adam Barth
Reported 2009-09-30 19:29:36 PDT
The code for dealing with redirect scheduling is a separable concern from the main "loading a frame" task of the FrameLoader. I'm going to take this in baby steps to help make the changes reviewable. Patch forthcoming.
Attachments
Patch v1 (28.52 KB, patch)
2009-09-30 19:34 PDT, Adam Barth
mjs: review+
Adam Barth
Comment 1 2009-09-30 19:34:49 PDT
Created attachment 40417 [details] Patch v1
Adam Barth
Comment 2 2009-09-30 19:40:13 PDT
I should also say that I'll remove the FrameLoader::schedule* methods in a future patch. I didn't want to touch all the clients in this patch.
Sam Weinig
Comment 3 2009-09-30 20:00:20 PDT
Can RedirectScheduler go in its own file?
Adam Barth
Comment 4 2009-09-30 20:03:12 PDT
(In reply to comment #3) > Can RedirectScheduler go in its own file? Absolutely. I just wanted to make the diff easier to read.
Adam Barth
Comment 5 2009-09-30 20:19:14 PDT
Maciej Stachowiak
Comment 6 2009-09-30 21:07:43 PDT
Comment on attachment 40417 [details] Patch v1 I suggest removing this comment, we don't need to worry about the next line being removed accidentally since it would break the build: // We need an explicit dtor because ScheduledRedirection is an incomplete type here. r=me
Adam Barth
Comment 7 2009-09-30 21:25:51 PDT
Note You need to log in before you can comment on or make changes to this bug.