26
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Oct 31, 2023 — Oct 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make parseHtmlFragment tests more truthful - they should be failing on old IE More... about 9 years ago
In IE, the blur method doesn't always cause the element to lose focus (for example, if the window is not in focus). Use another method to blur the element that does seem to be reliable in IE. More... about 9 years ago
Fix textInput test in IE9 (see #1788) More... about 9 years ago
Update test to pass in old IE; use latest version of jQuery in tests; rename function added in previous commit. More... about 9 years ago
Work around fact that latest 1.x jQuery doesn't correctly parse elements like with tr-component, tbody-component, etc. Also fix issue with parsed <option> being selected in IE 8. More... about 9 years ago
IE needs an element to be added to the document before it will call event handlers. More... about 9 years ago
Merge pull request #1855 from massimoahmadi/patch-1 More... about 9 years ago
Fix for potential memory leak More... about 9 years ago
Merge pull request #1841 from knockout/faster-computeds More... about 9 years ago
A couple of style updates. More... about 9 years ago
Give names to a couple of previously-anonymous functions More... about 9 years ago
Reduce ko.computed evaluation overhead by about 40% More... about 9 years ago
Rename getSymbolOrString to createSymbolOrString More... about 9 years ago
Use Symbol to hide _state property on computeds where supported More... about 9 years ago
Refactor ko.computed dispose code to reduce the number of anonymous functions (from three to one). More... about 9 years ago
Clean up ko.computed code More... about 9 years ago
Migrate out some of the dispose callback stuff. This is all quite tangled up and could use further refactoring. More... about 9 years ago
Export 'ko.computed' functions just once, not per-instance More... about 9 years ago
Migrate pureComputed and deferred computed overrides to shared function instances More... about 9 years ago
Migrate most of ko.computed's per-instance functions on to its prototype More... about 9 years ago
Move all computed state onto an object More... about 9 years ago
Move computed's internal state vars all to one place More... about 9 years ago
Merge pull request #1840 from knockout/faster-observables More... about 9 years ago
Merge pull request #1839 from knockout/only-parse-named-template-if-needed More... about 9 years ago
Clean up some duplicate code in native template engine specs More... about 9 years ago
Retain encapsulation of _latestValue using ES2015 'Symbol' where available More... about 9 years ago
Make observables 2-3 times faster to instantiate, and reduce their memory use by over half More... about 9 years ago
For named templates that use <template> or a normal element, use the element directly as the template for cloning nodes. This is instead of parsing the innerHTML. More... about 9 years ago
fix trailing space More... about 9 years ago
Merge pull request #1838 from borkxs/patch-1 More... about 9 years ago