-
Notifications
You must be signed in to change notification settings - Fork 405
Comparing changes
Open a pull request
base repository: angular/zone.js
base: 1929c0d
head repository: angular/zone.js
compare: ebd4526
- 20 commits
- 57 files changed
- 11 contributors
Commits on Apr 7, 2016
-
fix(xhr): XHR macrotasks allow abort after XHR has completed (#311)
Avoid throwing an error if an XHR is aborted after it has already been sent and completed (this throws no error in the browser, and zones should not introduce a new error).
Configuration menu - View commit details
-
Copy full SHA for c70f011 - Browse repository at this point
Copy the full SHA c70f011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96176b6 - Browse repository at this point
Copy the full SHA 96176b6View commit details
Commits on Apr 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ae6a4f8 - Browse repository at this point
Copy the full SHA ae6a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc94b4 - Browse repository at this point
Copy the full SHA 0bc94b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01cec16 - Browse repository at this point
Copy the full SHA 01cec16View commit details -
feat(zonespec): add a spec for synchronous tests (#294)
Will throw an exception if any asynchornous microtask or macrotask is scheduled. Allows event tasks to be scheduled.
Configuration menu - View commit details
-
Copy full SHA for 55da3d8 - Browse repository at this point
Copy the full SHA 55da3d8View commit details -
fix(WebSocket patch): fix WebSocket constants copy (#299)
fix(WebSocket patch): fix WebSocket constants copy (#299)
Configuration menu - View commit details
-
Copy full SHA for 5dc4339 - Browse repository at this point
Copy the full SHA 5dc4339View commit details -
fix: Suppress closure compiler warnings about unknown 'process' varia…
…ble. Needed to compile angular2 apps with closure compiler. Closes #295
Configuration menu - View commit details
-
Copy full SHA for e125173 - Browse repository at this point
Copy the full SHA e125173View commit details -
fix(setTimeout): fix for #290, allow clearTimeout to be called in set…
…Timeout callback Closes #301
Configuration menu - View commit details
-
Copy full SHA for a6967ad - Browse repository at this point
Copy the full SHA a6967adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d5dc7 - Browse repository at this point
Copy the full SHA f8d5dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1e973 - Browse repository at this point
Copy the full SHA cc1e973View commit details
Commits on Apr 12, 2016
-
chore: lots of cleanup in preparation for a node.js entry point
Move common files and tests into `common` folders. Rename test util to `test-util` for clarity. Remove unused `brick` test.
Configuration menu - View commit details
-
Copy full SHA for ea4c480 - Browse repository at this point
Copy the full SHA ea4c480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001b5a9 - Browse repository at this point
Copy the full SHA 001b5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4c3f3 - Browse repository at this point
Copy the full SHA aa4c3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6945852 - Browse repository at this point
Copy the full SHA 6945852View commit details -
Add a starting point for Zones-for-Node.js.
Configuration menu - View commit details
-
Copy full SHA for 29fc5d2 - Browse repository at this point
Copy the full SHA 29fc5d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2063814 - Browse repository at this point
Copy the full SHA 2063814View commit details -
test(node): add task to run a subset of tests on node
`npm run test-node` or `gulp test/node` will now run tests on node.js. These are also run on TravisCI. Clean up gulp build.
Configuration menu - View commit details
-
Copy full SHA for 89530fe - Browse repository at this point
Copy the full SHA 89530feView commit details
Commits on Apr 14, 2016
-
test(node): add setInterval, Promise, and setTimeout tests to node su…
…ite (#322) Also add ZoneSpec tests.
Configuration menu - View commit details
-
Copy full SHA for a95b13b - Browse repository at this point
Copy the full SHA a95b13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd4526 - Browse repository at this point
Copy the full SHA ebd4526View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1929c0d...ebd4526