Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix bug add event listener to xhrhttprequest multiple times #528

Closed
wants to merge 30 commits into from

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    767f5ef View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Merge https://github.com/angular/zone.js

    # Conflicts:
    #	dist/long-stack-trace-zone.js
    #	dist/long-stack-trace-zone.min.js
    #	lib/zone-spec/long-stack-trace.ts
    #	test/zone-spec/long-stack-trace-zone.spec.ts
    JiaLiPassion committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    1db3876 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    da482b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dabc6f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. prependlistener should add listener at the beginning of the listener …

    …array.
    
    add test cases for prepend listener and once.
    JiaLiPassion committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    46533fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4ec5f1 View commit details
    Browse the repository at this point in the history
  3. use newest fetch to test

    JiaLiPassion committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    2fcaeef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58ee705 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. patch process.nextTick

    JiaLiPassion committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    c5486f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c832dd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Configuration menu
    Copy the full SHA
    508b3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2a616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39644e5 View commit details
    Browse the repository at this point in the history
  4. change var to const

    JiaLiPassion committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    058c6a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f3335f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6938214 View commit details
    Browse the repository at this point in the history
  7. change var to let

    JiaLiPassion committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    8046b67 View commit details
    Browse the repository at this point in the history
  8. add nexttick order case

    JiaLiPassion committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    285e4c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bedb768 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. fix when EventEmitter removeAllListeners has no event type parameter,…

    … should remove all listeners
    JiaLiPassion committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    1d3e3d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    e011fd3 View commit details
    Browse the repository at this point in the history
  2. modify testcases

    JiaLiPassion committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    5462fcb View commit details
    Browse the repository at this point in the history
  3. remove typo

    JiaLiPassion committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    44a17fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    300b965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d55139f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4762e65 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. add comment to removeAllListeners patch, and remove useCapturing para…

    …meter cause it is not needed
    JiaLiPassion committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    12dd13d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. update fetch to 2.0.1

    JiaLiPassion committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    c9a18c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    a65881c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab6d64 View commit details
    Browse the repository at this point in the history