Bug 120798

Summary: FrameLoader: Convert three little loops to using Vector<Ref<Frame>>.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Page LoadingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Andreas Kling
Reported 2013-09-05 14:42:16 PDT
FrameLoader: Convert three little loops to using Vector<Ref<Frame>>.
Attachments
Patch (3.70 KB, patch)
2013-09-05 14:45 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-09-05 14:45:43 PDT
Antti Koivisto
Comment 2 2013-09-05 14:53:04 PDT
Comment on attachment 210666 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=210666&action=review > Source/WebCore/loader/FrameLoader.cpp:2323 > for (Frame* child = m_frame.tree().lastChild(); child; child = child->tree().previousSibling()) These look bit last season. Wonder if we should add FrameIterator?
Andreas Kling
Comment 3 2013-09-05 18:06:18 PDT
(In reply to comment #2) > (From update of attachment 210666 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=210666&action=review > > > Source/WebCore/loader/FrameLoader.cpp:2323 > > for (Frame* child = m_frame.tree().lastChild(); child; child = child->tree().previousSibling()) > > These look bit last season. Wonder if we should add FrameIterator? That sounds like fun.
WebKit Commit Bot
Comment 4 2013-09-05 18:33:06 PDT
Comment on attachment 210666 [details] Patch Clearing flags on attachment: 210666 Committed r155168: <http://trac.webkit.org/changeset/155168>
WebKit Commit Bot
Comment 5 2013-09-05 18:33:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.