From 73b2defc1e61d695ed96052e26a84e132565a1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 26 Feb 2019 16:33:36 +0100 Subject: [PATCH] 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 --- lib/ve | 2 +- modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ve b/lib/ve index 541222565a..4669eff2bd 160000 --- a/lib/ve +++ b/lib/ve @@ -1 +1 @@ -Subproject commit 541222565aa7a177592c122a5efdddc625b57cab +Subproject commit 4669eff2bd4441da2b0c3e19cecafdbc2bcc59b8 diff --git a/modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js b/modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js index 2664d14917..958bf3def3 100644 --- a/modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js +++ b/modules/ve-mw/tests/ui/ve.ui.DiffElement.test.js @@ -34,7 +34,7 @@ QUnit.test( 'Diffing', function ( assert ) { '
' + ve.dm.mwExample.MWBlockImage.html .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"' ) + '
', expectedDescriptions: [