Bug 6368 - move frame management and finding code from WebKit to WebCore
Summary: move frame management and finding code from WebKit to WebCore
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: 2006-01-04 01:22 PST by Maciej Stachowiak
Modified: 2006-01-04 15:58 PST (History)
0 users

See Also:


Attachments
the patch (54.57 KB, patch)
2006-01-04 01:27 PST, Maciej Stachowiak
darin: 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 2006-01-04 01:22:46 PST
All the code to manage frame names and find frames by name should be moved to WebCore now that 
WebCore owns the frame tree.
Comment 1 Maciej Stachowiak 2006-01-04 01:27:05 PST
Created attachment 5474 [details]
the patch