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 @@
206
206
ltr: true,
207
207
rtl: true
208
208
}
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
+ }
209
227
}
210
228
};
211
229
$.each( uas, function() { uacount++ });
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r113105
Added "Rekonq" to list of known browsers, which prevents it from being consid...
tparscal
23:14, 5 March 2012
Status & tagging log
19:21, 7 March 2012
Krinkle
(
talk
|
contribs
)
changed the
status
of r113108
[
removed:
new
added:
ok]