r113108 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113107‎ | r113108 | r113109 >
Date:23:39, 5 March 2012
Author:tparscal
Status:ok
Tags:
Comment:
Added unit test for changes in r113105 related to bug #34924 (adding Rekonq to known browsers list)
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/jquery/jquery.client.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.client.test.js
@@ -205,6 +205,24 @@
206206 ltr: true,
207207 rtl: true
208208 }
 209+ },
 210+ // Bug #34924
 211+ 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) rekonq Safari/534.34': {
 212+ title: 'Rekonq',
 213+ platform: 'Linux i686',
 214+ profile: {
 215+ "name": "rekonq",
 216+ "layout": "webkit",
 217+ "layoutVersion": 534,
 218+ "platform": "linux",
 219+ "version": "534.34",
 220+ "versionBase": "534",
 221+ "versionNumber": 534.34
 222+ },
 223+ wikiEditor: {
 224+ ltr: true,
 225+ rtl: true
 226+ }
209227 }
210228 };
211229 $.each( uas, function() { uacount++ });

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r113105Added "Rekonq" to list of known browsers, which prevents it from being consid...tparscal23:14, 5 March 2012

Status & tagging log