Commit Graph
5049 Commits
Author SHA1 Message Date
Patrick Magee bb07dae8ab Added error fields to test. 2014-05-28 14:30:50 +01:00
Patrick Magee c92d26b615 Added PageRequestManager Tests and EndRequestEventArgs Tests
Minor changes to PageRequestManager definitions and Browser
2014-05-28 14:17:51 +01:00
Patrick Magee 38e236edbe Added NetworkRequestEventArgs and WebRequestManager definitions and tests. 2014-05-26 22:43:39 +01:00
Patrick Magee a6ff228746 Region cleanup for Web Essentials //#region support. 2014-05-26 21:47:48 +01:00
Patrick Magee 61175f7598 Sys.EventArgs definitions and tests 2014-05-26 21:47:23 +01:00
Patrick Magee 2c056a113e Cleaned up StringBuilder ToString definition overload with optional parameter. 2014-05-26 21:43:16 +01:00
Patrick Magee b77e343551 Added Sys.StringBuilder tests 2014-05-26 21:37:04 +01:00
Patrick Magee dee274ce0b Added missing definitions, Sys.Debug tests
Added missing properties to Component definitions.
Added debug tests.
Fixed invalid definitions for Debug class, documentation doesn't state
that these methods are static, but the examples appear that Debug is
singleton and methods are static.

Cleaned up Observer definition methods / properties.

Sys.Res Tests have been added and definitions added missing static.
2014-05-26 21:20:14 +01:00
Bart van der Schoor 3cf31761ec Merge pull request #2247 from Bartvds/streamy
added defs for some (stream) utils
2014-05-26 14:36:36 +02:00
Bart van der Schoor 9dcf0cdad6 Merge pull request #2246 from Bartvds/chai-assert
updated chai-assert.d.ts
2014-05-26 14:36:01 +02:00
Bart van der Schoor cc82b36997 added defs for some (stream) utils 2014-05-26 14:31:30 +02:00
Bart van der Schoor adb3a29aa8 updated chai-assert.d.ts
fixed chai test
2014-05-26 14:29:32 +02:00
Masahiro Wakame 99d0cb46d8 Merge pull request #2053 from abustany/fix-leaflet-tilelayer
Leaflet: Fix the L.tileLayer function typing
2014-05-26 12:39:35 +09:00
Masahiro Wakame ce7016be77 Merge pull request #2245 from pjmagee/master
More tests and definitions added for profile service
2014-05-26 12:03:37 +09:00
Masahiro Wakame 42a4019187 Merge pull request #2244 from nmalaguti/master
Added typings for sqlite3
2014-05-26 11:57:36 +09:00
Masahiro Wakame c96231d8e4 Merge pull request #2240 from JeroMiya/angularMocksInjectOverload
angular.mock.inject overload taking array DI syntax
2014-05-26 11:27:54 +09:00
Masahiro Wakame 1ed954097e Merge pull request #2237 from pspi/protractor-buttontext
Add protractor button text locators.
2014-05-26 11:14:00 +09:00
Masahiro Wakame b1594f0405 Merge pull request #2233 from audsKu/patch-3
Update signature of call target for selection.call
2014-05-26 11:10:14 +09:00
Masahiro Wakame eac77f4785 Merge pull request #2231 from fredrik-holmqvist/patch-1
Fixed stringTokenize return type
2014-05-26 11:02:25 +09:00
Masahiro Wakame 500c19e410 Merge pull request #2222 from kerug/update-long
Updated long.d.ts
2014-05-26 11:00:00 +09:00
Masahiro Wakame 27edb5e2de Merge pull request #2215 from rob-alarcon/jquery-fileupload
add file definitions for jQuery FileUpload plugin
2014-05-26 10:58:59 +09:00
Patrick Magee b95b94765d Fixed definition signatures to pass npm test 2014-05-26 01:03:39 +01:00
Patrick Magee 63f3460679 Added missing browser properties to test. 2014-05-26 01:00:50 +01:00
Patrick Magee 1fb2e3990c Further profile service definitions and tests 2014-05-25 22:42:41 +01:00
Patrick Magee 6be4ce0be0 Added Profile Service definitions
Removed spaces and added profile service tests.
2014-05-25 22:17:55 +01:00
Nick Malaguti 0bf411c6a5 Added sqlite3 to CONTRIBUTORS.md 2014-05-25 16:56:22 -04:00
Nick Malaguti 100b96f98f Added typings for sqlite3 2014-05-25 16:50:42 -04:00
John Reilly 5d5ef220da Merge pull request #2243 from pjmagee/master
The majority of the definitions are complete.
2014-05-25 21:18:28 +01:00
Patrick Magee a73f6c8b11 Fixed issues with running npm test
Identified several issues in many places both in tests and definitions.
Fixed.
2014-05-25 19:56:10 +01:00
Patrick Magee 4eb8d6a164 Spacing and formatting. 2014-05-25 18:50:25 +01:00
Patrick Magee 3e1b41f4c3 Further Base Type Extension tests
Realised i put all the base extensions into the declared module of
BaseClassExtensions but shouldn't have.

Added boolean to BaseClassExtensions to test Parse method.
2014-05-25 18:49:26 +01:00
Patrick Magee f1dabc3be2 Added further tests and cleaned up tests. 2014-05-25 18:11:29 +01:00
Patrick Magee cfa54ee0ae Moved ECMAScript Extensions
Moved extensions into a new declared module
MicrosoftAjaxBaseTypeExtensions which can be used to cast between the
real and declared type because lib.d.ts already has these types defined
and cannot easily extend them.
2014-05-25 18:11:02 +01:00
Patrick Magee d9bfaa5a61 Updated contributors with Microsoft Ajax
Added Project Name, Project URL, Typed definitions author name and
Github link.
2014-05-25 17:18:12 +01:00
Patrick Magee f715b48036 Further definitions have been added
Removed some whitespaces added code formatting.
Adding definitions to Sys.UI namespace.
Added Sys.UI.Key test.
2014-05-25 17:13:34 +01:00
Jeremy Bell 479dd1442e fixed errors from --noImplicitAny option 2014-05-23 17:55:24 -04:00
Jeremy Bell 9e30ccf2e5 Added overload to angular.mock.inject function to allow array-style dependency injection, which the function supports. Added test excercising the overload. 2014-05-23 17:47:07 -04:00
Basarat Ali Syed 04dce16790 Merge pull request #2238 from borisyankov/def/node-http
feat(nodejs) added stronger typing for http status codes
2014-05-23 20:13:09 +10:00
basarat dd5499cc0d feat(nodejs) added stronger typing for http status codes 2014-05-23 20:08:56 +10:00
pspi 9515c65ee3 Add protractor button text locators. 2014-05-23 12:34:07 +03:00
Bart van der Schoor 568cb00761 Merge pull request #2234 from advancedrei/master
Auth0: Other UserProfile definitions, etc.
2014-05-22 19:55:27 +02:00
AdvancedREI 5ad3449648 Auth0: Other UserProfile definitions, etc.
Also includes a couple browser window extensions necessary for
interacting with the API.
2014-05-22 10:44:17 -07:00
Bart van der Schoor df4123e8a6 Merge pull request #2183 from advancedrei/master
Added Auth0 definitions for JS API and widget
2014-05-22 19:32:57 +02:00
Audrey 2cce02bc82 Update signature of call target for selection.call
Per https://github.com/mbostock/d3/wiki/Selections#call
2014-05-22 11:51:11 -04:00
kerug 2dae63556a Fixed interface 2014-05-22 21:05:24 +09:00
Igorbek 73a3d72238 Merge pull request #2232 from Igorbek/master
RxJS: updated to version 2.2.24
2014-05-22 15:48:32 +04:00
Igor Oleinikov 82470fa603 Merge branch 'RxJS' 2014-05-22 15:08:26 +04:00
Igor Oleinikov c132321667 RxJS: Updated to version 2.2.24 2014-05-22 15:06:28 +04:00
Fredrik Holmqvist 1c50915a79 Fixed stringTokenize return type
The util function stringTokenize returns an string array according to the knockout source
2014-05-22 11:49:28 +02:00
Masahiro Wakame a0cb9b458f Merge pull request #2230 from vvakame/add-vinyl
Add vinyl
2014-05-22 13:56:53 +09:00