Files
gerrit/polygerrit-ui/app
Ole Rehmsen e5c377cf7a Move hover handling out of gr-diff-comment
The only code that is interested in hover events from gr-comment-diff is
in gr-diff-highlight, which is used only by gr-diff. For these reasons,
it makes more sense for gr-diff (or gr-diff-highlight) to subscribe to
the native hover events of the comment threads associated with it, and
not require gr-comment to expose any custom events for that. This also
has the benefit that it reduces the requirements on thread elements:
They can just fire regular mouseenter and mouseleave events like any
DOMElement would. This makes it easier to use gr-diff with different
comment thread element implementations.

I used this change to also make the unit tests for this more meaningful
and not stub out all the interesting parts.

Change-Id: I1a969bb6a7092bc433039662cd2034dd7141e4ca
2018-11-19 16:14:38 +01:00
..
2018-11-14 17:50:26 +00:00
2018-10-19 10:48:20 -07:00
2018-08-14 12:29:00 -07:00
2018-09-19 14:08:46 -07:00
2018-03-02 09:55:02 -08:00
2018-11-12 19:00:57 +00:00
2018-08-14 11:01:14 -07:00