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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/zone.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44b5ee4
Choose a base ref
...
head repository: angular/zone.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b3e779
Choose a head ref
  • 13 commits
  • 32 files changed
  • 8 contributors

Commits on Mar 17, 2016

  1. fix(patching): call native cancel method

    Fixes #278
    
    Closes #279
    alexeagle authored and mhevery committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    5783663 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Configuration menu
    Copy the full SHA
    55aa08f View commit details
    Browse the repository at this point in the history
  2. chore: build

    mhevery committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    74b4b97 View commit details
    Browse the repository at this point in the history
  3. fix: disable safari 7

    mhevery committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    4a4d4f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. fix(browser/utils): calling removeEventListener twice with the same a…

    …rgs should not cause errors
    
    Closes #283
    
    Closes #284
    sjelin authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    1787339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dba019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e72c01 View commit details
    Browse the repository at this point in the history
  4. docs(developer): add developer notes and fix karma local run

    Add very basic developer notes on how to test and submit changes.
    
    Fix the license info at the end of README.md.
    
    Fix the local karma config so it actually runs firefox.
    
    Closes #285
    juliemr authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    4d108ce View commit details
    Browse the repository at this point in the history
  5. feat(zonespec): add a spec for asynchronous tests

    This spec is constructed with a done callback and a fail callback,
    and waits until all asynchronous tasks are completed before
    exiting.
    
    Closes #275
    juliemr authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    aeeb05c View commit details
    Browse the repository at this point in the history
  6. fix(WebSocket patch): keep WebSocket constants

    Closes #267
    mtsmfm authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    f25b087 View commit details
    Browse the repository at this point in the history
  7. fix(utils): add the ability to prevent the default action of onEvent …

    …(onclick, onpaste,etc..) by returning false.
    
    Closes #236
    poxrud authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    99940c3 View commit details
    Browse the repository at this point in the history
  8. feat(indexdb): Added property patches and event target methods as wel…

    …l as tests for Indexed DB
    
    Closes #204
    gionkunz authored and mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    84a251f View commit details
    Browse the repository at this point in the history
  9. chore: v0.6.5

    mhevery committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    9b3e779 View commit details
    Browse the repository at this point in the history
Loading