WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
120798
FrameLoader: Convert three little loops to using Vector<Ref<Frame>>.
https://bugs.webkit.org/show_bug.cgi?id=120798
Summary
FrameLoader: Convert three little loops to using Vector<Ref<Frame>>.
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2013-09-05 14:45:43 PDT
Created
attachment 210666
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug