aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/Diff/DiffOp.php
Commit message (Collapse)AuthorAgeFilesLines
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
| | | | Change-Id: I7f85d931d3b79da23e87b4e5692b2e14be8fcaa0
* Diff libraryization followupsTim Starling2023-06-201-1/+0
| | | | | | | | | | | | * Fix MW core dependencies * Remove @internal from the DiffOp classes, since ContentHandler::getDiff() exposes them, and ContentTranslation uses them. * Remove @internal from WordAccumulator, since TwoColConflict depends on it. Bug: T339184 Change-Id: I3477a3a4711dd90b8f68b2f07f49a984e4bf67b9
* Move DiffEngine and helpers to includes/libs/Diff and put them in a namespaceTim Starling2023-06-201-0/+116
I will address the dependencies on MW core in a followup. Bug: T339184 Change-Id: I892364b0c9f15c9de4cfc29c683670c172d71764