Bug 6239

Summary: Move some frame traversal logic from WebDataSource to WebFrame
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: WebKit APIAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
the patch ggaren: review+

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.