[Webkit-unassigned] [Bug 17598] New: FrameLoader should treat all location changes during onload as redirects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 28 16:51:29 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=17598
Summary: FrameLoader should treat all location changes during
onload as redirects
Product: WebKit
Version: 525+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zerodpx at gmail.com
Currently the FrameLoader treats some types of location changes as redirects:
meta refresh 0, setting document.location.href (I think this is treated as a
redirect at any time, though perhaps it should only be treated as such
before/during onload). Other cases can fall through the cracks, however. For
example, a page that has an onload handler that does a form.submit with a form
action that's a different URL to load should be treated as a client redirect,
but is not.
I think any location change before/during onload should be treated as a
redirect, but the example above is the only concrete case where I know this
doesn't happen; maybe there are others.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list