Commit Graph

49 Commits

Author SHA1 Message Date
gandjustas
409b1c7961 Merged with master 2015-07-20 19:45:21 +03:00
gandjustas
ae2581f4ce Fixed Travis-CI build 2015-07-20 19:37:28 +03:00
gandjustas
45a629eceb Merged with upstream 2015-07-20 18:04:48 +03:00
gandjustas
3cc4192c1a Fixed tests for microsoft-ajax.d.ts 2015-07-20 01:36:19 +03:00
gandjustas
c068c64bce Refactored sharepoint.d.ts to use microsoft.ajax.d.ts, added\fixed some definitions 2015-05-17 00:47:08 +03:00
vvakame
8d7f10e030 fix microsoft-ajax/microsoft.ajax-tests.ts compile error 2015-04-15 23:32:15 +09:00
Genady Sergeev
d23701f380 Added get_element and get/set_id properties. 2014-10-29 11:33:55 +02:00
vvakame
d7eda75d53 fix microsoft-ajax/microsoft.ajax.d.ts 2014-10-07 14:47:55 +09:00
Stuart Moore
51dd52165b Corrected the microsoft-ajax PageLoadingEventArgs class.
Note that although the documentation sometimes incorrectly refers to get_panelsDeleted()  - e.g. on http://msdn.microsoft.com/en-us/library/bb397684%28v=vs.100%29.aspx - the actual function is get_panelsDeleting() - see http://msdn.microsoft.com/en-us/library/bb310960%28v=vs.100%29.aspx
2014-07-01 17:31:44 +01:00
Patrick Magee
ed742eda2f Added Sys.UI.DomEvent definitions and tests.
Made some tests have Explicitly typed variables to see immediately the returning type.
2014-05-31 22:26:20 +01:00
Patrick Magee
cfc14059a1 Fixed definition issue where PageRequestManager extends from EventArgs which is invalid. 2014-05-31 22:03:13 +01:00
Patrick Magee
865f1e6970 Added arg definition methods to the event handlers in the Tests for PageRequestManager. 2014-05-31 20:18:52 +01:00
Patrick Magee
8c715e9f85 Fixed PageRequestManager event handlers and definitions to take in the correct EventArgs type.
Corrected tests to reflect the definitions.
2014-05-31 20:12:49 +01:00
Patrick Magee
27bbb4195c Added Sys.UI.DomElement definitions and tests.
Added Sys.UI.Point definitions and tests.

Fixed minor definitions with some overrides.
2014-05-31 19:52:15 +01:00
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
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
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
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
Steve Ognibene
d87ed0be2e Refactoring to ensure each set of tests is in its own function
removed //#region declarations as the functions provide the same
functionality (for compilation testing purposes anyway) plus eliminate
scope conflicts.
2014-05-17 11:47:40 -04:00
Steve Ognibene
489927d0b8 Work on getting extensions for base types working
-New MicrosoftAjaxBaseTypeExtensions module
-A few other minor enhancements and JS doc stuff
2014-05-17 11:46:38 -04:00
Patrick Magee
07ace1a8e9 Added more tests
Global shortcut method tests
Application load event tests
collection change tests
command event arg tests
Component tests
Culture info tests
2014-04-10 08:16:31 +01:00
Patrick Magee
13800d9fb0 Added missing global functions
Beginning of some typescript tests to check typing are working.

Need to resolve issue with extensions of built in types from lib.d.ts
Array, Boolean, Number etc.
2014-04-07 09:20:29 +01:00
Patrick Magee
c5fcfbfc87 EventArg type definitions 2014-03-20 08:43:43 +00:00
Patrick Magee
25a829db98 Added WebRequestExecutor definitions 2014-03-19 09:11:48 +00:00
Patrick Magee
44446bfc6c Added more definitions 2014-03-18 09:20:15 +00:00
Patrick Magee
cdc76877d4 Added BeginRequestEventArgs defintion 2014-03-17 09:11:53 +00:00
Patrick Magee
6ad82f88bd Added more definitions from the documentation
Mainly in the Sys Namespace.
2014-03-17 08:41:09 +00:00
Patrick Magee
96bcc5b084 Added more defnitions and added @see JSDoc
Including CollectionChange, Observer, Enumeration, IDisposable,
INotifyDisposing, INotifyPropertyChanged including
NotifyCollectionChangedEventArgs
2014-03-14 09:16:16 +00:00
Patrick Magee
d46fe63ef9 Sys classes added definitions need to be added.
Added and defined IContainer interface, other interfaces need to be
defined.
2014-03-13 09:29:22 +00:00
Patrick Magee
e6904219b6 Fixed some JSDocs and finished Component
Added CultureInfo definition
2014-03-13 08:40:43 +00:00
Patrick Magee
950b2ece20 Added Type definitions 2014-03-11 09:26:35 +00:00
Patrick Magee
fd32c98a5b Added UI classes to the definitions
Still need to add methods, properties, fields, events
2014-03-10 09:21:22 +00:00
Patrick Magee
c27ec00609 Formatting changes. 2014-03-10 00:00:00 +00:00
Patrick Magee
fc49b70da4 Added WebForms namespace.
Added some preliminary classes from documentation.
2014-03-09 23:57:57 +00:00
Patrick Magee
d798efd2ba Beginning of microsoft ajax definitions
This is preliminary and is the foundation. Still need to add to the
namespaces that have been declared and port over documentation including
testing and re-view all static methods and event handler function
arguments.

No testing has been completed.
2014-03-09 22:09:53 +00:00