Update VE core submodule to master (4669eff2b)

New changes:
0d28d49e7 ve.transformStyleAttributes: Update browser bug workaround comments
f51b718d0 Localisation updates from https://translatewiki.net.
b0d33a88a Use 'then' for opening/opened promises
40e98a759 Abort opening window for insertion when in readonly mode
744dc8cfa FragmentWindow: Add missing mixins, rename logic in WindowAction
ac5c18052 ve.ui.DiffElement: Don't always target links to new window

Bug: T210142
Change-Id: If07a40fff92fc739b7c6f954c3b89ad3fd7bdfd5
This commit is contained in:
Bartosz Dziewoński 2019-02-26 16:33:36 +01:00
parent 86a1995662
commit 73b2defc1e
2 changed files with 2 additions and 2 deletions

2
lib/ve

@ -1 +1 @@
Subproject commit 541222565aa7a177592c122a5efdddc625b57cab Subproject commit 4669eff2bd4441da2b0c3e19cecafdbc2bcc59b8

View file

@ -34,7 +34,7 @@ QUnit.test( 'Diffing', function ( assert ) {
'<div class="ve-ui-diffElement-doc-child-change">' + '<div class="ve-ui-diffElement-doc-child-change">' +
ve.dm.mwExample.MWBlockImage.html ve.dm.mwExample.MWBlockImage.html
.replace( 'width="1"', 'width="3"' ) .replace( 'width="1"', 'width="3"' )
.replace( 'href="Foo"', 'href="' + ve.resolveUrl( 'Foo', ve.dm.example.base ) + '" rel="noopener" target="_blank"' ) .replace( 'href="Foo"', 'href="' + ve.resolveUrl( 'Foo', ve.dm.example.base ) + '"' )
.replace( 'foobar"', 'foobar" data-diff-action="structural-change" data-diff-id="0"' ) + .replace( 'foobar"', 'foobar" data-diff-action="structural-change" data-diff-id="0"' ) +
'</div>', '</div>',
expectedDescriptions: [ expectedDescriptions: [