]> 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:10:42 +0000 (15:10 +0100)
commitfd0bce07584b73fb755574c4d462e0b175d1c6b6
tree53d1190288c25c48fa8c0641e26ed6198bdba7ab
parent846771081c038f523612087d76deb3c853e252fd
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
test/unit/ajax.js