Bug 6239 - Move some frame traversal logic from WebDataSource to WebFrame
Summary: Move some frame traversal logic from WebDataSource to WebFrame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-24 23:36 PST by Maciej Stachowiak
Modified: 2005-12-25 03:32 PST (History)
0 users

See Also:


Attachments
the patch (19.18 KB, patch)
2005-12-25 00:07 PST, Maciej Stachowiak
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2005-12-24 23:36:54 PST
It would be good to move any frame traversal type logic (at least anything that uses _internalChildFrames 
for the sake of performance) down to WebFrame in preparation for moving frame tree management across 
the bridge.
Comment 1 Maciej Stachowiak 2005-12-25 00:07:54 PST
Created attachment 5278 [details]
the patch
Comment 2 Geoffrey Garen 2005-12-25 01:25:10 PST
Comment on attachment 5278 [details]
the patch

r=me after removing confusing no-longer-pertinant comment.