browser_gestureSupport.js File Reference

Go to the source code of this file.

Functions

function test ()
 
function test_gestureListener (evt)
 
function test_helper1 (type, direction, delta, modifiers)
 
function test_TestEventListeners ()
 
function test_eventDispatchListener (evt)
 
function test_helper2 (type, direction, delta, altKey, ctrlKey, shiftKey, metaKey)
 
function test_TestEventCreation ()
 
function test_EnsureConstantsAreDisjoint ()
 
function test_emitLatchedEvents (eventPrefix, initialDelta, cmd)
 
function test_addCommand (prefName, id)
 
function test_removeCommand (cmd)
 
function test_latchedGesture (gesture, inc, dec, eventPrefix)
 
function test_thresholdGesture (gesture, inc, dec, eventPrefix)
 
function test_swipeGestures ()
 

Variables

let test_utils
 
let test_commandset
 
let test_prefBranch = "browser.gesture."
 
let test_eventCount = 0
 
let test_expectedType
 
let test_expectedDirection
 
let test_expectedDelta
 
let test_expectedModifiers
 

Function Documentation

function test ( )

Definition at line 48 of file browser_gestureSupport.js.

Here is the call graph for this function:

function test_addCommand (   prefName,
  id 
)

Definition at line 346 of file browser_gestureSupport.js.

Here is the caller graph for this function:

function test_emitLatchedEvents (   eventPrefix,
  initialDelta,
  cmd 
)

Definition at line 271 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_EnsureConstantsAreDisjoint ( )

Definition at line 249 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_eventDispatchListener (   evt)

Definition at line 182 of file browser_gestureSupport.js.

Here is the caller graph for this function:

function test_gestureListener (   evt)

Definition at line 82 of file browser_gestureSupport.js.

Here is the caller graph for this function:

function test_helper1 (   type,
  direction,
  delta,
  modifiers 
)

Definition at line 114 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_helper2 (   type,
  direction,
  delta,
  altKey,
  ctrlKey,
  shiftKey,
  metaKey 
)

Definition at line 188 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_latchedGesture (   gesture,
  inc,
  dec,
  eventPrefix 
)

Definition at line 366 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_removeCommand (   cmd)

Definition at line 359 of file browser_gestureSupport.js.

Here is the caller graph for this function:

function test_swipeGestures ( )

Definition at line 445 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_TestEventCreation ( )

Definition at line 240 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_TestEventListeners ( )

Definition at line 131 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test_thresholdGesture (   gesture,
  inc,
  dec,
  eventPrefix 
)

Definition at line 391 of file browser_gestureSupport.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

let test_commandset

Definition at line 45 of file browser_gestureSupport.js.

let test_eventCount = 0

Definition at line 76 of file browser_gestureSupport.js.

let test_expectedDelta

Definition at line 79 of file browser_gestureSupport.js.

let test_expectedDirection

Definition at line 78 of file browser_gestureSupport.js.

let test_expectedModifiers

Definition at line 80 of file browser_gestureSupport.js.

let test_expectedType

Definition at line 77 of file browser_gestureSupport.js.

let test_prefBranch = "browser.gesture."

Definition at line 46 of file browser_gestureSupport.js.

let test_utils

Definition at line 44 of file browser_gestureSupport.js.