NEW 13726
Activity window confused when the same resource loads in two frames
https://bugs.webkit.org/show_bug.cgi?id=13726
Summary Activity window confused when the same resource loads in two frames
Dave Hyatt
Reported 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.
Attachments
Dave Hyatt
Comment 1 2007-05-14 21:56:35 PDT
This is not a regression.
Note You need to log in before you can comment on or make changes to this bug.