Commit Graph

144 Commits

Author SHA1 Message Date
Zhengbo Li
a2a6dec6d5 Merge pull request #4313 from zhengbli/issue4012
Fix document.open return type
2015-08-19 14:26:15 -07:00
Zhengbo Li
b5a6161d46 Merge pull request #4318 from zhengbli/issue3999
Fix File constructor
2015-08-19 14:25:58 -07:00
zhengbli
04c54f80bb Merge branch 'master' into issue3979 2015-08-19 14:05:07 -07:00
Daniel Rosenwasser
21de00fb7e Removed inappropriate methods from the 'RegExp' interface. 2015-08-18 15:24:23 -07:00
Daniel Rosenwasser
006fc951e3 Added the '[Symbol.unscopables]' method to the 'Array<T>' interface. 2015-08-18 15:22:13 -07:00
Daniel Rosenwasser
66b17c1c73 Added the '[Symbol.species]' method to the 'RegExpConstructor' interface. 2015-08-18 15:14:37 -07:00
Daniel Rosenwasser
f56d8f5509 Added the '[Symbol.split]' method to the 'RegExp' interface. 2015-08-18 15:10:08 -07:00
Daniel Rosenwasser
e4077ec0f8 Added the '[Symbol.search]' method to the 'RegExp' interface. 2015-08-18 15:01:58 -07:00
Daniel Rosenwasser
97618104bd Added the '[Symbol.replace]' method to the 'RegExp' interface. 2015-08-18 14:58:35 -07:00
zhengbli
fcf68c278d Add Uint8ClampedArray to core.d.ts, and split call signature of method "from" 2015-08-18 13:40:17 -07:00
Daniel Rosenwasser
1e9b5e4c30 Added the '[Symbol.match]' method to the 'RegExp' interface. 2015-08-18 13:39:51 -07:00
Daniel Rosenwasser
b7fcf161d5 Added the '[Symbol.toPrimitive]' method to the 'Date' interface. 2015-08-18 13:17:27 -07:00
Daniel Rosenwasser
2682703cca Added the '[Symbol.hasInstance]' method to the 'Function' interface. 2015-08-18 13:17:23 -07:00
Daniel Rosenwasser
448f2d607d Removed 'Function.toMethod'. 2015-08-18 13:17:10 -07:00
zhengbli
20902b00e8 Remove the extension.d.ts and move the content to core.d.ts
Change the set function parameter type in TypedArrays
2015-08-14 16:27:48 -07:00
zhengbli
43f7d8ca89 Fix File constructor 2015-08-14 10:50:18 -07:00
zhengbli
cdbf2b4771 Fix document.open return type 2015-08-14 00:28:40 -07:00
Zhengbo Li
74dc5a27b5 Merge pull request #3858 from zhengbli/fixWorkerType
Update ErrorEventHandler type in worker
2015-08-10 12:24:46 -07:00
Zhengbo Li
a3ef530139 Merge pull request #3918 from zhengbli/issue3884
Change the type of window.orientation to number
2015-08-10 12:24:40 -07:00
Daniel Rosenwasser
96b02a83ca Merge pull request #3879 from Microsoft/stringifySpaceParam
Make JSON.stringify's 'space' parameter have type 'string | number'.
2015-07-20 12:55:12 -07:00
kimamula
9c9e39e7a3 Add includes method to String interface, and remove contains 2015-07-18 18:50:41 +09:00
zhengbli
efd274df38 cr feedback 2015-07-17 16:27:13 -07:00
zhengbli
6d670704a1 fix issue 3884 2015-07-17 15:44:03 -07:00
Daniel Rosenwasser
79dcc43b50 Make JSON.stringify's 'space' parameter have type 'string | number'. 2015-07-15 13:53:54 -07:00
Zhengbo Li
19793fe22d Update ErrorEventHandler type in worker 2015-07-14 13:10:08 -07:00
zhengbli
89c44f52a3 Add className property in SVGElement 2015-07-09 16:48:39 -07:00
zhengbli
9353a60cff Readd className to SVGStylable for compatibility 2015-07-09 16:09:50 -07:00
Zhengbo Li
6c4dc2815a Merge pull request #3776 from zhengbli/ms_issue2838
Fix the definition of interface ErrorEventHandler
2015-07-09 14:49:02 -07:00
Zhengbo Li
a3554a5078 Merge pull request #3773 from zhengbli/ms_issue3753
Add window.URL
2015-07-09 14:47:36 -07:00
Zhengbo Li
7fb0d4fb9d Merge pull request #3774 from zhengbli/ms_issue3613
Change the return types of several well-known functions to NodeListOf<Element>
2015-07-09 14:47:29 -07:00
Zhengbo Li
9f0fd3860f Merge pull request #3775 from zhengbli/ms_issue3220
Move className and id from HTMLElement to Element
2015-07-09 14:47:22 -07:00
Zhengbo Li
869de7391e Fix FormData constructor 2015-07-07 17:19:34 -07:00
Zhengbo Li
90779a9d87 Fix the definition of interface ErrorEventHandler 2015-07-07 17:13:52 -07:00
Zhengbo Li
91a138e395 Move className and id from HTMLElement to Element 2015-07-07 16:49:00 -07:00
Zhengbo Li
33df79d11e Correct "NodeList" to "NodeListOf" 2015-07-07 14:40:08 -07:00
Zhengbo Li
70c4f08b10 Changed the return type of several well-known functions to NodeList<Element> 2015-07-07 14:30:38 -07:00
Zhengbo Li
d6dc67d38f Add window.URL 2015-07-07 14:11:18 -07:00
Zhengbo Li
9bfdc289d9 Fix issue #3216 2015-07-01 16:22:34 -07:00
Ron Buckton
4b4a96b9dc Merge branch 'master' into asyncFunctions 2015-07-01 09:27:45 -07:00
Mohamed Hegazy
72aeb3c208 Merge pull request #3547 from Microsoft/updateMapDeclaration
Add a non-generic construct signature to Map, Set, and WeakMap
2015-06-23 17:38:49 -07:00
Mohamed Hegazy
76ec1f0fec Add a non-generic construct signature to Map, Set, and WeakMap 2015-06-17 21:28:49 -07:00
piloopin
6ee1890e94 Fix Intl.DateTimeFormat.format and Int.NumberFormatOptions signature 2015-06-17 00:57:23 +04:30
Ron Buckton
5ebad5889c Merge branch 'master' into asyncFunctions 2015-06-15 11:47:15 -07:00
Mohamed Hegazy
1a520386bb Define Array.isArray using a type predicate 2015-06-12 09:32:15 -07:00
Ron Buckton
6fc07e65f5 Merged branch 'master' into asyncFunctions 2015-06-10 12:31:35 -07:00
SaschaNaz
cc85807103 adding iterators to DOM interfaces 2015-06-05 20:54:22 +09:00
Ron Buckton
9560d6f1e9 Merge branch 'master' into asyncFunctions 2015-06-04 11:53:51 -07:00
Zhengbo Li
d3c7e2bff7 Add other overloads for texImage2D and texSubImage2D 2015-06-03 16:41:05 -07:00
Zhengbo Li
c7b2fe016d Remove the DocumentEvent itself from createEvent overload. 2015-06-03 13:40:36 -07:00
Zhengbo Li
8b62a326d4 Dom lib file bug fix
Fix #3344; removed duplicated overloads for ``createEvent`` and some
minor fixes.
2015-06-02 19:22:03 -07:00