Bug 13726 - Activity window confused when the same resource loads in two frames
Summary: Activity window confused when the same resource loads in two frames
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 21:56 PDT by Dave Hyatt
Modified: 2007-05-14 21:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2007-05-14 21:56:06 PDT
If you load an image at the same time in two subframes, then the second subframe does not get told about the load (as far as the activity window is concerned).

This happens because DocLoader's checkCachedObjectStatus bails if the status is Pending.  This causes us to never tell the bridge about the URL.
Comment 1 Dave Hyatt 2007-05-14 21:56:35 PDT
This is not a regression.