Commit Graph
2713 Commits
Author SHA1 Message Date
RupertAvery e3d4e2fd68 change bool to boolean 2013-11-10 17:13:43 +08:00
RupertAvery 417b93032f added Strict Contextual Escaping services and providers 2013-11-10 17:11:26 +08:00
basarat dbb2bb6b15 infrastructure: naming review for Print functions 2013-11-10 19:49:57 +11:00
basarat ef2d61cff4 infrastructure: keep a reference to execResult instead of only exit code to possibly print the stderr stream contents 2013-11-10 19:46:45 +11:00
basarat a5c59d1e26 infrastructure : cosmetic changes to test runner 2013-11-10 18:57:46 +11:00
Diullei Gomes 4af79b4a66 Merge pull request #1118 from flxf/emberdebounce
Ember.run.{debounce,throttle,later} have variable arguments
2013-11-09 16:15:14 -08:00
basarat 8333d81576 Merge pull request #1240 from enrapt-mochizuki/add_jquery_base64_support
add jquery.base64 support
2013-11-08 15:11:17 -08:00
mochizuki 9240dabe54 add jquery.base64 support 2013-11-08 23:36:00 +09:00
basarat 46a1d97e62 Merge pull request #1239 from nycdotnet/master
qUnit fix
2013-11-08 00:34:50 -08:00
basarat 6fb1f59b6c Merge pull request #1238 from tvonclef/master
Updating jquery.flot.d.ts. Fixing type for seriesOptions.color
2013-11-08 00:33:33 -08:00
basarat c34c74f5cd Merge pull request #1235 from rgripper/master
updated to 0.6.4
2013-11-08 00:22:51 -08:00
nycdotnet e8b6bd4ada Fix for error with TypeScript 0.9.5
"Generic type references must include all type arguments".
2013-11-07 22:03:59 -05:00
basarat 4149755746 Merge pull request #1236 from johnnyreilly/master
Knockout:Dealt with implicit any in knockout.d.ts and knockout.amd.ts
2013-11-07 15:24:31 -08:00
Tom von Clef 81666ce70c Updating jquery.flot.d.ts. Fixing type for seriesOptions.color
Flot allows the color to be a number or a string. 

See: https://github.com/flot/flot/blob/master/API.md

------------
> The format of a single series object is as follows:
'''javascript
{
    color: color or number
    // other stuff
}
'''

> If you don't specify color, the series will get a color from the 
> auto-generated colors. The color is either a CSS color 
> specification (like "rgb(255, 100, 123)") or an integer that 
> specifies which of auto-generated colors to select, e.g. 0 will get 
> color no. 0, etc.
2013-11-07 13:51:24 -05:00
John Reilly a5c43a43fb Knockout: removed implicit any from knockout.amd.ts 2013-11-07 14:38:49 +00:00
John Reilly af41ded271 Knockout: dateItemAlias is optional 2013-11-07 12:16:09 +00:00
John Reilly 48986647b4 Knockout:Dealt with implicit any in knockout.d.ts
There are probably still more overloads required for renderTemplate and
renderTemplateForEach as these methods do a lot of different things and
allow many possibilites in terms of types of arguments to be passed.
2013-11-07 11:57:38 +00:00
Vladimir Zotov db1949e95b updated to 0.6.4 2013-11-07 14:55:25 +04:00
basarat b7849122dd Merge pull request #1233 from johnnyreilly/master
jQuery UI / Modernizr: remove implicit anys
2013-11-06 13:05:29 -08:00
basarat 78450b5bd3 Merge pull request #1232 from borisyankov/JudahGabriel-NProgress
Judah gabriel n progress
2013-11-06 12:57:58 -08:00
John Reilly 0542b75803 jQuery UI / Modernizr: remove implicit anys 2013-11-06 15:47:24 +00:00
basarat f537f00e01 test fix 2013-11-06 21:14:15 +11:00
basarat 619b8b74a3 Merge branch 'NProgress' of https://github.com/JudahGabriel/DefinitelyTyped into JudahGabriel-NProgress 2013-11-06 21:06:42 +11:00
basarat e56d663c79 Merge pull request #1231 from ChaosinaCan/master
Match chrome.runtime to spec
2013-11-05 22:09:06 -08:00
basarat e109a99fe4 Merge pull request #1230 from ChaosinaCan/patch-1
Add windowId property to removeInfo object
2013-11-05 21:35:14 -08:00
Joel Spadin b75bf0ee3c Match chrome.runtime to spec
This patch adds missing functions and events to chrome.runtime to match
the API docs at http://developer.chrome.com/extensions/runtime.html.

It also removes some members from chrome.extension, as they belonged in
chrome.runtime instead.
2013-11-05 23:25:05 -06:00
basarat 5db39377bf Merge pull request #1229 from danludwig/danludwig/work
Add support for ColumnChart and LineChart to google.visualizations.
2013-11-05 20:52:23 -08:00
Judah Gabriel Himango a717bb62fc Docs for return values 2013-11-05 22:51:23 -06:00
Joel Spadin 04bf22d402 Add windowId property to removeInfo object
The removeInfo object passed to listeners for chrome.tabs.onRemove should have a "windowId" property.
2013-11-05 22:48:40 -06:00
Judah Gabriel Himango b7171d1969 Typed return vals 2013-11-05 22:46:31 -06:00
Dan Ludwig 3ea82f103b Add support for ColumnChart and LineChart to google.visualizations definition.
This also adds limited support for DataView, more event methods, and more
methods to GeoChart.
2013-11-05 20:29:02 -05:00
basarat 7e81971a23 Merge pull request #1226 from johnnyreilly/master
Knockout:Removed non-generic overloads from utils / Globalize: reduced implicit anys
2013-11-05 16:05:38 -08:00
basarat cdd8ba733e Merge pull request #1203 from Igorbek/master
Minor changes in knockout; Added knockout.rx definitions
2013-11-05 16:03:03 -08:00
basarat 7428e277eb Merge pull request #1224 from danfma/master
Some knockout fixes
2013-11-05 16:01:59 -08:00
Judah Gabriel Himango cb3a8060f4 NProgress typings 2013-11-05 14:39:49 -06:00
John Reilly b63705a0ca Globalize: reduced the number of implicit anys 2013-11-05 14:32:55 +00:00
John Reilly 653653dfaa Knockout:Removed non-generic overloads from utils
As far as I can tell these no longer fulfil a purpose and aren't needed
for backward compatibility.  As an aside they appear to currently
confuse the TypeScript compiler as well (see
https://typescript.codeplex.com/workitem/1865 )
2013-11-05 12:17:20 +00:00
Daniel Ferreira Monteiro Alves b45771bc28 Fix on extend method and others for compatibility with Knockout 3 2013-11-05 04:29:31 -02:00
Daniel Ferreira Monteiro Alves f69ef781fa Merge remote-tracking branch 'upstream/master'
Conflicts:
	jquery/jquery.d.ts
2013-11-05 04:23:06 -02:00
basarat 38b61c2113 Merge pull request #1197 from jonathanhedren/master
Added Twitter Flight definitions
2013-11-04 15:41:46 -08:00
basarat d163df0d13 Merge pull request #1222 from pushplay/master
jQuery CLEditor plugin
2013-11-04 15:40:14 -08:00
basarat 4ae5fdf20b Merge pull request #1220 from hastebrot/master
angular.d.ts: ng.$interval added in Angular 1.2.0-rc3, closes #1216
2013-11-04 15:38:13 -08:00
Jeffery Grajkowski ec450681e6 jQuery CLEditor plugin 2013-11-04 14:25:14 -08:00
hastebrot b932dcc188 Merge branch 'master' of https://github.com/hastebrot/DefinitelyTyped 2013-11-04 13:37:40 +01:00
hastebrot 6e39fe3652 Add; IntervalService to angular.d.ts 2013-11-04 13:28:40 +01:00
basarat 9948267363 Merge pull request #1215 from jvilk/master
[Node] Fix Buffer.copy signature
2013-11-03 18:05:57 -08:00
John Vilk b6f524aa2f Buffer.copy() returns the number of bytes copied.
I know it's not mentioned in the documentation, but the Node unit tests check for this behavior, e.g. https://github.com/joyent/node/blob/master/test/simple/test-buffer.js#L54
2013-11-03 04:17:31 -05:00
jvilk 569e4ae8b7 Merge pull request #1 from borisyankov/master
Updating local fork
2013-11-03 01:15:52 -08:00
basarat 4cec3659c7 Merge pull request #1214 from ashwinr/master
type directive factory with Function type
2013-11-01 16:31:10 -07:00
basarat 6cd538674b Merge pull request #1213 from johnnyreilly/master
Modernizr: added autofocus support
2013-11-01 16:27:00 -07:00