mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Update VE core submodule to master (5268def)
New changes: 49f66aa Localisation updates from https://translatewiki.net. ff1250e Update jQuery Client to v2.0.0 9186ae4 Revert "Update jQuery Client to v2.0.0" 0886bf1 Localisation updates from https://translatewiki.net. 1908c66 Follow-up 0886bf1: Re-fix the build by adding the new 'cjy-hant' language cc6e96a EventLogger: fix output duplication and add jshint format flag 1194b70 IME tests: Make compliant with our code style fe4a7ae IME tests: Add OS X native Japanese Hiragana & Katakana 325c743 Localisation updates from https://translatewiki.net. 05788b1 Update paste target selection hack to use focusedNode text when possible 7b43b34 Set default context cursor to 'default' 5c5a80f Add #hasContent method to ElementLinearData 6625cd3 Add placeholder functionality to the surface Local changes: * Add new IME tests to the hooks file Change-Id: I132ad2627c6d54236848812c404731c5c9d4183a
This commit is contained in:
parent
1beb1cb386
commit
59199de1c4
|
@ -556,6 +556,8 @@ class VisualEditorHooks {
|
|||
'lib/ve/tests/ce/imetests/backspace-chromium-ubuntu-none.js',
|
||||
'lib/ve/tests/ce/imetests/backspace-firefox-ubuntu-none.js',
|
||||
'lib/ve/tests/ce/imetests/backspace-ie-win-none.js',
|
||||
'lib/ve/tests/ce/imetests/input-chrome-mac-native-japanese-hiragana.js',
|
||||
'lib/ve/tests/ce/imetests/input-chrome-mac-native-japanese-katakana.js',
|
||||
'lib/ve/tests/ce/imetests/input-chrome-win-chinese-traditional-handwriting.js',
|
||||
'lib/ve/tests/ce/imetests/input-chrome-win-greek.js',
|
||||
'lib/ve/tests/ce/imetests/input-chrome-win-welsh.js',
|
||||
|
@ -564,6 +566,8 @@ class VisualEditorHooks {
|
|||
'-hiraganaonly.js',
|
||||
'lib/ve/tests/ce/imetests/input-chromium-ubuntu-ibus-korean-korean.js',
|
||||
'lib/ve/tests/ce/imetests/input-chromium-ubuntu-ibus-malayalam-swanalekha.js',
|
||||
'lib/ve/tests/ce/imetests/input-firefox-mac-native-japanese-hiragana.js',
|
||||
'lib/ve/tests/ce/imetests/input-firefox-mac-native-japanese-katakana.js',
|
||||
'lib/ve/tests/ce/imetests/input-firefox-ubuntu-ibus-chinese-cantonese.js',
|
||||
'lib/ve/tests/ce/imetests/input-firefox-ubuntu-ibus-japanese-anthy--hiraganaonly.js',
|
||||
'lib/ve/tests/ce/imetests/input-firefox-ubuntu-ibus-korean-korean.js',
|
||||
|
@ -575,6 +579,8 @@ class VisualEditorHooks {
|
|||
'lib/ve/tests/ce/imetests/input-ie-win-greek.js',
|
||||
'lib/ve/tests/ce/imetests/input-ie-win-korean.js',
|
||||
'lib/ve/tests/ce/imetests/input-ie-win-welsh.js',
|
||||
'lib/ve/tests/ce/imetests/input-safari-mac-native-japanese-hiragana.js',
|
||||
'lib/ve/tests/ce/imetests/input-safari-mac-native-japanese-katakana.js',
|
||||
'lib/ve/tests/ce/imetests/leftarrow-chromium-ubuntu-none.js',
|
||||
'lib/ve/tests/ce/imetests/leftarrow-firefox-ubuntu-none.js',
|
||||
'lib/ve/tests/ce/imetests/leftarrow-ie-win-none.js',
|
||||
|
|
2
lib/ve
2
lib/ve
|
@ -1 +1 @@
|
|||
Subproject commit b4dcdf8fa496f2a8aeac25675d3e46d1dad60217
|
||||
Subproject commit 5268def0f86922642f32ca9d3e77d818f6eaef8e
|
Loading…
Reference in a new issue