mediawiki-extensions-Popups/tests
Sam Smith df441982fa {LINK,PREVIEW}_ABANDON_END logs an event
Since the user can dwell on a link, abandon it while moving to dwell on
the preview and vice versa:

* The time at which the link/preview was abandoned is recorded and can
  be updated.
* The event can only be queued when the link/preview has definitely been
  abandoned.

Reducer changes:
* Make the eventLogging reducer:
  * Calculate the time it took to show the preview.
  * Mark the interaction as finished when the user abandons the link or
    the preview.
  * Queue a "dismissed" event if the preview hasn't been shown or a
    "dwelledButAbandoned" event if it has when the abandon has
    finalized.

Bug: T152225
Change-Id: I6a254136f615484fc26e440fe5125289e74688a6
2016-12-12 19:00:33 +00:00
..
browser Disable QUnit and acceptance tests 2016-11-08 09:31:51 +00:00
qunit {LINK,PREVIEW}_ABANDON_END logs an event 2016-12-12 19:00:33 +00:00
.jscsrc.js Update linting and enable command line QUnit 2016-11-08 13:56:17 -05:00