mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
c10ba0885f
New changes: a2e9331 Use forked version of DiffMatchPatch with abstract string methods 6aa2023 TransactionProcessor: Fix bug where annotation events could be emitted on the wrong nodes b8b67d2 DocumentSynchronizer: Simplify pushRebuild() API ed84b86 Add TransactionProcessor tests for wrapping, unwrapping and rewrapping 88764aa Remove presynchronize, use precommit instead d704cbf tests: Fix offset numbering in getBranchNodeFromOffset test case 5eabbb2 VisualDiff: Add performance shortcuts to compareElements 2492fd0 Add comment for VisualDiff test store merge hack Change-Id: Ica7185201e095a3a5da32a75c95bc2b90806568c
72 lines
1.1 KiB
JSON
72 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "VisualEditor (MediaWiki extension)",
|
|
"groups": [
|
|
{
|
|
"name": "Initialization",
|
|
"classes": [
|
|
"mw.libs.ve*",
|
|
"ve.init.mw*"
|
|
]
|
|
},
|
|
{
|
|
"name": "Switching",
|
|
"classes": [
|
|
"mw.libs.ve.SwitchConfirmDialog"
|
|
]
|
|
},
|
|
{
|
|
"name": "User Interface",
|
|
"classes": [
|
|
"ve.ui.MW*Page",
|
|
"ve.ui.MW*Window"
|
|
]
|
|
},
|
|
{
|
|
"name": "Data Model",
|
|
"classes": [
|
|
"ve.dm.MW*Surface",
|
|
"ve.dm.MW*SurfaceFragment"
|
|
]
|
|
},
|
|
{
|
|
"name": "ContentEditable",
|
|
"classes": [
|
|
"ve.ce.MW*Surface"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VisualEditor (core) unused parts",
|
|
"groups": [
|
|
{
|
|
"name": "Standalone",
|
|
"classes": [
|
|
"ve.init.sa*"
|
|
],
|
|
"name": "Visual Diffing",
|
|
"classes": [
|
|
"ve.DiffTreeNode",
|
|
"ve.DiffMatchPatch",
|
|
"ve.dm.VisualDiff",
|
|
"ve.ui.DiffDialog",
|
|
"ve.ui.DiffElement"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream (MediaWiki)",
|
|
"groups": [
|
|
{
|
|
"name": "MediaWiki",
|
|
"classes": [
|
|
"mw.Title",
|
|
"mw.widgets.*Widget"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|