[Webkit-unassigned] [Bug 33828] Crash in Page::backForwardList when using History object from a detached window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 09:48:51 PST 2010


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





--- Comment #2 from Brady Eidson <beidson at apple.com>  2010-01-19 09:48:51 PST ---
The question of "does a detached frame even have a back/forward list to
manipulate?" already has an answer elsewhere in our code - calling
history.length() on a detached frame will return 0 (not even 1!!)

I'm pretty sure an early return is the right way to go here.  If we later
uncover an incompatibility with the spec or the real web, then we can do what's
needed to fix that.

-- 
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