]> source.dussan.org Git - jquery.git/commit
Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 18 Dec 2013 14:10:42 +0000 (15:10 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 18 Dec 2013 14:11:18 +0000 (15:11 +0100)
commitc536e7e19ee6b48306ddfa6b7298b90c017af6ca
treed0681ff1930c24e5f21e28f5573ef528ed55df3b
parente2022ddeac63ebf334352c905848ae1bb5a9d21b
Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31

Chrome 31 doesn't fire Ajax requests in beforeunload event handler.
There is no way for us to workaround it and it's been fixed in Chrome 32
so let's just blacklist Chrome 31 as long as it's in TestSwarm.
See https://code.google.com/p/chromium/issues/detail?id=321241

(cherry-picked from fd0bce07584b73fb755574c4d462e0b175d1c6b6)
test/unit/ajax.js