[PATCH STABLE] hgweb: update canvas.width before dynamically redrawing graph (issue2683)
Yuya Nishihara
yuya at tcha.org
Sun Jan 24 14:06:16 UTC 2016
On Sat, 23 Jan 2016 17:36:08 +0800, Anton Shestakov wrote:
> # HG changeset patch
> # User Anton Shestakov <av6 at dwimlabs.net>
> # Date 1453541491 -28800
> # Sat Jan 23 17:31:31 2016 +0800
> # Branch stable
> # Node ID f157e395b65fd6ff55b018b506ee96700bf9c610
> # Parent 4c6053a6b17d682b34fb88bbeb5e94ed9085d900
> hgweb: update canvas.width before dynamically redrawing graph (issue2683)
> We can safely set canvas width to the new value we get from the AJAX request
> because every time graph is updated, it is completely redrawn using all the
> requested nodes (in the case above it will use /graph/2?revcount=61), so the
> value is guaranteed not to decrease.
LGTM, pushed to the clowncopter, thanks.
More information about the Mercurial-devel
mailing list