Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

7/11 master -> stable #186

Merged
merged 10 commits into from
Jul 11, 2013
Merged

7/11 master -> stable #186

merged 10 commits into from
Jul 11, 2013

Commits on Jun 17, 2013

  1. Configuration menu
    Copy the full SHA
    9f888b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from arv/event-path

    Event path should always originate from target
    Steve Orvell committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    e6e4c3a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. Fix Firefox 24 issue related to FocusEvent

    FF24 does not support `document.createEvent('FocusEvent')` and to create a new
    FocusEvent we need to use `new FocusEvent('x')`.
    
    IE on the other hand does not support event constructors so we have to branch
    here.
    arv committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    f183806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    148bbe4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #174 from arv/firefox-24-focus-event

    Fix Firefox 24 issue related to FocusEvent
    dfreedm committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    9e869f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Merge pull request #175 from arv/disable-default-prevented-test-in-ie

    Disable defaultPrevented test in IE
    dfreedm committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    befe80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e7fc49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from arv/event-on-non-element-document-nodes

    Fix issue with events and non Element/Document nodes
    dfreedm committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    4f1adb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2013

  1. test: update karma config

    Yvonne Yip committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    bfac2a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2013

  1. use build manifest

    dfreedm committed Jul 4, 2013
    Configuration menu
    Copy the full SHA
    9977598 View commit details
    Browse the repository at this point in the history