0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused method left behind in 985e9c8 More... over 10 years ago
SimplePromise now passes all Promises/A+ tests. More... over 10 years ago
Generate RequireJS-friendly wrapper. More... over 10 years ago
Added link to renderer tests issue to README. More... over 10 years ago
Stream parsers for ASS and SRT. More... over 10 years ago
Updated README for the new API. More... over 10 years ago
Changed SRT parser to a stream parser as well. More... over 10 years ago
The whole-file ASS parser is now a simpler version that reads line-by-line from a stream. More... over 10 years ago
Moved DeferredPromise to utility.ts More... over 10 years ago
Implemented Promise.resolve() in SimplePromise More... over 10 years ago
Fixed line endings. More... over 10 years ago
Fixed one instance of accessing a property with string indexer instead of dot-notation. More... over 10 years ago
Move the license header out of the wrapper. More... over 10 years ago
Emit a space after the "function" keyword of anonymous functions. More... over 10 years ago
Fixed some JSHint errors. More... over 10 years ago
Updated TypeScript to v1.1 More... over 10 years ago
Drain both fulfill and reject handlers at the same time when resolving or rejecting a SimplePromise. More... over 10 years ago
Reject the corresponding deferred when cancelling a request. More... over 10 years ago
Workaround for https://github.com/mishoo/UglifyJS2/pull/549 More... over 10 years ago
Replaced WorkerPromise with browser's Promise implementation if available, and a proper SimplePromise otherwise. More... over 10 years ago
Added test for webworker parse failure. More... over 10 years ago
Added parameter to libjass.createWorker() to specify the path to libjass.js, in case the browser doesn't support document.currentScript More... over 10 years ago
Don't call response callback with its own exception. More... over 10 years ago
Put TOC in a <nav> instead of a <section> More... over 10 years ago
Actually use the parameter passed to the documentation generator task. More... over 10 years ago
Align copyright header in libjass.min.js correctly. More... over 10 years ago
Added @link JSDoc annotations. More... over 10 years ago
Fixed JS error when location.hash is empty or not a valid id. More... over 10 years ago
Added missing @return and @type JSDoc annotations. More... over 10 years ago
Fixed missing and incorrect JSDoc. More... over 10 years ago