jenkins-bot has submitted this change and it was merged.

Change subject: Update VE core submodule to master (90bb24f)
......................................................................


Update VE core submodule to master (90bb24f)

New changes:
65d4858 README: Add devDependencies badge
4d88b3a Replace boolean checks of getSlugAtOffset with hasSlugAtOffset
b0edb58 Add getNativeRange method with optional DM range argument
f59bb20 Separate computation of highlights from rendering
4face58 Remove getSelection*Client* methods
c94234a Rename inlineRects to startAndEndRects everywhere
69c42c2 Allow specification of range when getting selection rectangles
7883250 Provide a method to get all the rectangles for a given selection
c346ebd Work around Chrome's Range.getClientRects bug

Change-Id: Idb695a64353177e5e5210bae3c4202e701f4d95e
---
M .docs/config.json
M lib/ve
2 files changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.docs/config.json b/.docs/config.json
index 9558583..9290954 100644
--- a/.docs/config.json
+++ b/.docs/config.json
@@ -6,7 +6,7 @@
        "--warnings": ["-nodoc(class,public)"],
        "--builtin-classes": true,
        "--warnings-exit-nonzero": true,
-       "--external": "HTMLDocument,Window,Node,Set",
+       "--external": "HTMLDocument,Window,Node,Set,Range,Selection,ClientRect",
        "--output": "../docs",
        "--": [
                "./external.js",
diff --git a/lib/ve b/lib/ve
index d6904b5..90bb24f 160000
--- a/lib/ve
+++ b/lib/ve
-Subproject commit d6904b567e3b6cdf722d5470d715c67ff39f7210
+Subproject commit 90bb24fe20ee025b0eec8e0cc5d718d02ff4a218

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idb695a64353177e5e5210bae3c4202e701f4d95e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to