Support recent Phabricator dom in diffDomFunctions
Created by: lguychard
Adds support for recent versions of the Phabricator DOM, where the line number in Differential revisions is represented as a <td data-n="42">
, not as <th>42</th>
. Maintains backwards compatibility.
Test plan: unit tests, manually tested on local Phabricator instance.