Commit Graph
8127 Commits
Author SHA1 Message Date
NN 70e3022f3c Type formData property.
According to the documentation: "dictionary is present and for each key contains the list of all values for that key" .
https://developer.chrome.com/extensions/webRequest
2015-02-10 16:32:30 +02:00
Horiuchi_H 35fffaa44b Merge pull request #3614 from Deathspike/master
Update big-integer with bitwise operations
2015-02-10 11:27:11 +09:00
Masahiro Wakame 1ac6d46fdd Merge pull request #3624 from borisyankov/bump-node.js-version
bump node.js version
2015-02-10 08:55:43 +09:00
vvakame 293a11e1da fix line feed char 2015-02-10 08:45:33 +09:00
Roel van Uden 6de136877a Fix the NOT method declaration as per feedback 2015-02-09 18:43:41 +01:00
vvakame e53e146af4 update CONTRIBUTORS.md 2015-02-10 00:08:29 +09:00
vvakame a40f8fc044 bump node.js version 2015-02-10 00:07:01 +09:00
Masahiro Wakame 19d8510e10 Merge pull request #3621 from qinfchen/webcola_node
add node type to webcola
2015-02-09 23:40:17 +09:00
Masahiro Wakame 2af4507890 Merge pull request #3618 from DerKnerd/patch-1
Update page.d.ts
2015-02-09 23:39:04 +09:00
Masahiro Wakame a1a5399e3f Merge pull request #3599 from NN---/patch-12
Add common interfaces to webNavigation events.
2015-02-09 23:37:47 +09:00
Masahiro Wakame dc23cbfdc6 Merge pull request #3609 from biswarup91/patch-2
Fixed config type of $upload.http()
2015-02-09 23:30:51 +09:00
Masahiro Wakame f12dcf073e Merge pull request #3608 from fullflavedave/master
Fixed class definitions.
2015-02-09 22:59:12 +09:00
Horiuchi_H d728603c7c Merge pull request #3611 from falsandtru/patch-1
Remove duplicate property
2015-02-09 16:06:05 +09:00
Horiuchi_H b1d8f714c3 Merge pull request #3620 from qinfchen/autoRescale
Change sigmajs autoRescale type to "any"
2015-02-09 15:56:26 +09:00
Horiuchi_H 685b996e7f Merge pull request #3617 from falsandtru/jquery-extend-branch/indent
Fix indent
2015-02-09 15:54:08 +09:00
Horiuchi_H 556741223f Merge pull request #3619 from chitoku-k/twitter
Add Twitter for Websites definitions
2015-02-09 15:50:01 +09:00
Qinfeng Chen f24f4f3a2f add node type to webcola 2015-02-08 18:38:40 -05:00
Qinfeng Chen 87548ae109 Change sigmajs autoRescale type to "any"
autoRescale can be either a boolean type or an array
2015-02-08 18:33:04 -05:00
Chitoku ef9449114b Add Twitter for Websites definitions 2015-02-08 04:47:16 +09:00
Imanuel Ulbricht 21d56d0dcb Update page.d.ts 2015-02-07 19:15:37 +01:00
falsandtru f99a90aadd Fix indent 2015-02-07 22:55:07 +09:00
John Reilly b0c9a94cad Merge pull request #3612 from falsandtru/jquery-extend
Fix jquery type definitions
2015-02-07 13:09:09 +00:00
falsandtru 722b0eb382 Merge branch 'jquery-extend-branch/fix' into jquery-extend 2015-02-07 19:17:40 +09:00
falsandtru 8b97c36adc Fix jquery type definitions 2015-02-07 19:17:21 +09:00
falsandtru 19e884e1ed Merge branch 'jquery-extend-branch/definition' into jquery-extend 2015-02-07 09:37:40 +09:00
falsandtru 44cc583343 Fix jquery type definitions 2015-02-07 09:37:11 +09:00
Roel van Uden 9aa2d37c93 Update big-integer with bitwise operations 2015-02-06 21:48:53 +01:00
falsandtru fd9fe2a44e Remove duplicate property
Remove duplicate property.
2015-02-06 22:36:06 +09:00
Biswarup Pal 9f41619a13 Fixed config type of $upload.http()
$upload.http() is used to send the file binary or any data to the server through the 'data' field in the config object, not the 'file' field. Hence, its config type should be just ng.IRequestConfig, and not ng.IFileUploadConfig
2015-02-06 13:39:48 +05:30
Dave Allen 0a6c8b63f8 Fixed reference to definitions in test file. 2015-02-05 14:56:15 -08:00
Dave Allen 8e09840c4b Fixed header at top of definition file. 2015-02-05 14:55:00 -08:00
Dave Allen a8c07f3288 Fixed class definitions. 2015-02-05 14:49:46 -08:00
NN 09f72a0793 Fix typo.
CallbackTransitionDetails is a better name for the interface.
2015-02-05 16:58:27 +02:00
vvakame 42c8a3b74c update CONTRIBUTORS.md 2015-02-05 22:16:36 +09:00
Masahiro Wakame 33139ad1bc Merge pull request #3604 from toha73/master
KoLiteCommandOptions.execute must be a function
2015-02-05 22:15:38 +09:00
Masahiro Wakame eec15ceabb Merge pull request #2970 from codler/master
Add Ractive definition
2015-02-05 22:14:19 +09:00
Masahiro Wakame 876d6cc5be Merge pull request #3603 from chrootsu/sockjs-node-connection-id
Added the Connection.id property to sockjs-node definitions
2015-02-05 22:13:03 +09:00
Masahiro Wakame d5780a6134 Merge pull request #3601 from lpperras/master
Add element Validator union to support JQuery object.
2015-02-05 22:09:46 +09:00
Masahiro Wakame 49079af931 Merge pull request #3583 from reppners/node_mdns
+ node_mdns typings + test
2015-02-05 22:03:00 +09:00
Masahiro Wakame d36af67aa4 Merge pull request #3584 from reppners/node-byline
+ node-byline typings + test
2015-02-05 22:01:57 +09:00
Torbjörn Hansson aaf7d88e11 KoLiteCommandOptions.execute must be a function
Before this it caused the options-object to be of any object (function,
number, array etc).
2015-02-05 10:22:46 +01:00
Han Lin Yap 69f00df499 Fix header 2015-02-05 09:43:10 +01:00
Han Lin Yap f087c3c0ed Add Ractive definition as Ghost module 2015-02-05 09:32:02 +01:00
Ilya Mochalov 684b09492d Added the Connection.id property to sockjs-node definitions 2015-02-05 07:21:44 +05:00
Louis-Philippe Perras e8a6d12dc7 Updated the tests test JQuery param.
Added a new test to validate that the element union now accepts JQuery object.
2015-02-04 18:09:38 -05:00
Louis-Philippe Perras d34679d362 Allowed JQuery object to the element Validator. 2015-02-04 18:08:11 -05:00
Louis-Philippe Perras e812a67009 Merge pull request #1 from borisyankov/master
Update from latest master.
2015-02-04 18:04:32 -05:00
reppners 93d6dd7a35 + moved interface into module since typescript allows module extension
+ renamed to mdns
2015-02-04 20:58:25 +01:00
reppners 8785bc9d4d + rename to byline 2015-02-04 20:53:22 +01:00
NN 4205138a7c Add common interfaces to webNavigation events.
Rename WebRequestCallbackDetails -> CallbackDetails , it is already in chrome.webRequest module.
Fix code formatting.
2015-02-04 21:52:40 +02:00