Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

feat(firstrun): Add fx_firstrun_v2 events to support new firstrun flow. #4717

Merged
merged 2 commits into from
Feb 13, 2017

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    1597544 View commit details
    Browse the repository at this point in the history
  2. feat(firstrun): Add fx_firstrun_v2 events to support new firstrun flow.

    Add several new events that are reported to the parent IFRAME:
    
    * `navigated` called whenever the user opens a new page
    * `form_enabled` called whenever the form is enabled
    * `form_disabled` called whenever the form is disabled
    * `form_engaged` called whenever the user modifies an input element
    
    A lot of unit test suites needed to be updated to create the Views with
    a notifier reference.
    Shane Tomlinson authored and vladikoff committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    836eaab View commit details
    Browse the repository at this point in the history