[Webkit-unassigned] [Bug 43328] mail.139.com login fails since nightly build 61351

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 23:08:30 PDT 2010


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





--- Comment #10 from Adam Barth <abarth at webkit.org>  2010-08-02 23:08:30 PST ---
> Sorry again. The execution sequence is just a guess and not confirmed.

They're both asynchronous, but they're going to the same task queue, so they should come out in the same order.  The race might be if the first navigation gets far enough along not to be cancelled by the second navigation.

In any case, I tried your test case in Safari 5, Firefox 3.6, and the Chrome Dev channel.  In Safari 5 and Firefox 3.6, the script won.  In the Dev channel, the meta-refresh won.  We should at least understand why our behavior changed and hopefully make this case work like it did before.

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