Jforrester has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/346827 )

Change subject: Update VE core submodule to master (64daeb4b5)
......................................................................

Update VE core submodule to master (64daeb4b5)

New changes:
dc0cad28c tests: Factor out ve.dm.TestRebaseClient/Server into their own files
98061108b Convert RebaseServer tests to data provider
3e746a51b Update OOjs to v2.0.0
16231a812 [BREAKING CHANGE] Drop support for Internet Explorer 9
64daeb4b5 Localisation updates from https://translatewiki.net.

Bug: T162277
Change-Id: If17c6a3fac0920db29f80069f344ffd6be46c3c9
---
M .jsduck/categories.json
M lib/ve
M modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js
3 files changed, 5 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/27/346827/1

diff --git a/.jsduck/categories.json b/.jsduck/categories.json
index 14a4ea9..24ca660 100644
--- a/.jsduck/categories.json
+++ b/.jsduck/categories.json
@@ -193,7 +193,9 @@
                                        "ve.QUnit",
                                        "ve.QUnit.assert",
                                        "ve.ce.TestOffset",
-                                       "ve.ce.TestRunner"
+                                       "ve.ce.TestRunner",
+                                       "ve.dm.TestRebaseClient",
+                                       "ve.dm.TestRebaseServer"
                                ]
                        }
                ]
diff --git a/lib/ve b/lib/ve
index 19a6c38..64daeb4 160000
--- a/lib/ve
+++ b/lib/ve
@@ -1 +1 @@
-Subproject commit 19a6c389cce3f69bd629140a193d382af42868d8
+Subproject commit 64daeb4b508e01256619c4d9e3c176adc9bdaf23
diff --git a/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js 
b/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js
index 7a0c625..42992c8 100644
--- a/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js
+++ b/modules/ve-mw/init/targets/ve.init.mw.DesktopArticleTarget.init.js
@@ -3,13 +3,11 @@
  *
  * This file must remain as widely compatible as the base compatibility
  * for MediaWiki itself (see mediawiki/core:/resources/startup.js).
- * Avoid use of: ES5, SVG, HTML5 DOM, ContentEditable etc.
+ * Avoid use of: SVG, HTML5 DOM, ContentEditable etc.
  *
  * @copyright 2011-2017 VisualEditor Team and others; see AUTHORS.txt
  * @license The MIT License (MIT); see LICENSE.txt
  */
-
-/* eslint-ecmaVersion 3 */
 
 /**
  * Platform preparation for the MediaWiki view page. This loads (when user 
needs it) the
@@ -138,8 +136,6 @@
                                        } );
                                        // Add modules specific to desktop 
(modules shared between desktop
                                        // and mobile are already added by 
TargetLoader)
-                                       // Note: it's safe to use .forEach() 
(ES5) here, because this code will
-                                       // never be called if the browser 
doesn't support ES5
                                        [ 
'ext.visualEditor.desktopArticleTarget' ]
                                                // Add requested plugins
                                                .concat( plugins )

-- 
To view, visit https://gerrit.wikimedia.org/r/346827
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If17c6a3fac0920db29f80069f344ffd6be46c3c9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to