jenkins-bot has submitted this change and it was merged. Change subject: (bug 42604) fix faulty browser detection code for Opera ......................................................................
(bug 42604) fix faulty browser detection code for Opera Opera's `navigator.userAgent` might not include the "Version/major.minor" part, causing the code relying on it being present to blow up. This patch fixes the issue. Also added tests for Opera. Change-Id: I9ceb7517e00042366e45cf13aa89262ed19709c0 --- M resources/jquery/jquery.client.js M tests/qunit/suites/resources/jquery/jquery.client.test.js 2 files changed, 42 insertions(+), 2 deletions(-) Approvals: Krinkle: Looks good to me, approved Martineznovo: Looks good to me, but someone else must approve Huji: Looks good to me, but someone else must approve jenkins-bot: Verified; Looks good to me, but someone else must approve -- To view, visit https://gerrit.wikimedia.org/r/36350 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ceb7517e00042366e45cf13aa89262ed19709c0 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Matmarex <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Huji <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Martineznovo <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: awjrichards <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
