[Webkit-unassigned] [Bug 43328] REGRESSION(61234): mail.139.com login fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 13 12:05:05 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43328
--- Comment #24 from Darin Adler <darin at apple.com> 2010-09-13 12:05:05 PST ---
(From update of attachment 67447)
> + // Some web pages assume that scheduled location changes abort parsing.
> + // The old HTML parser emulated this by polling the redirect scheduler
> + // every loop to see if it had scheduled a location change. Instead we're
> + // stopping parsing if a location change is ever scheduled.
> + // FIXME: It's unclear if this is the right layer for this hack. It is
> + // possible that not all scheduled location changes should abort parsing.
> + if (DocumentParser* parser = m_frame->document()->parser())
> + parser->stopParsing();
What makes this a hack?
Is this something that should be documented in the HTML specification?
--
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