[Webkit-unassigned] [Bug 30457] New: Allow image requests started from unload handlers to outlive the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 14:07:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30457

           Summary: Allow image requests started from unload handlers to
                    outlive the page
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jam at chromium.org


Creating a bug from the discussion on webkit-dev.  There's consensus for
allowing images loaded in unload handlers to outlive the page, in order to
maintain compatibility with IE.  This hack is used by a bunch of ad networks
for tracking purposes.  Since the image doesn't currently outlive the page,
they resort to simulating sleep() in JavaScript by busy looping.  By letting
the image load outlive the page, the goal is that web developers won't resort
to such hacks which hurt the user.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list