openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Knockout JS
Settings
|
Report Duplicate
26
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 20 hours
ago.
Oct 31, 2023 — Oct 31, 2024
Showing page 13 of 60
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make parseHtmlFragment tests more truthful - they should be failing on old IE
Steven Sanderson
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.
Michael Best
More...
about 9 years ago
Fix textInput test in IE9 (see #1788)
Michael Best
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.
Michael Best
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.
Michael Best
More...
about 9 years ago
IE needs an element to be added to the document before it will call event handlers.
Michael Best
More...
about 9 years ago
Merge pull request #1855 from massimoahmadi/patch-1
Michael Best
More...
about 9 years ago
Fix for potential memory leak
Massimo Ahmadi
More...
about 9 years ago
Merge pull request #1841 from knockout/faster-computeds
Steven Sanderson
More...
about 9 years ago
A couple of style updates.
Michael Best
More...
about 9 years ago
Give names to a couple of previously-anonymous functions
Steven Sanderson
More...
about 9 years ago
Reduce ko.computed evaluation overhead by about 40%
Steven Sanderson
More...
about 9 years ago
Rename getSymbolOrString to createSymbolOrString
Steven Sanderson
More...
about 9 years ago
Use Symbol to hide _state property on computeds where supported
Steven Sanderson
More...
about 9 years ago
Refactor ko.computed dispose code to reduce the number of anonymous functions (from three to one).
Michael Best
More...
about 9 years ago
Clean up ko.computed code
Michael Best
More...
about 9 years ago
Migrate out some of the dispose callback stuff. This is all quite tangled up and could use further refactoring.
Steven Sanderson
More...
about 9 years ago
Export 'ko.computed' functions just once, not per-instance
Steven Sanderson
More...
about 9 years ago
Migrate pureComputed and deferred computed overrides to shared function instances
Steven Sanderson
More...
about 9 years ago
Migrate most of ko.computed's per-instance functions on to its prototype
Steven Sanderson
More...
about 9 years ago
Move all computed state onto an object
Steven Sanderson
More...
about 9 years ago
Move computed's internal state vars all to one place
Steven Sanderson
More...
about 9 years ago
Merge pull request #1840 from knockout/faster-observables
Steven Sanderson
More...
about 9 years ago
Merge pull request #1839 from knockout/only-parse-named-template-if-needed
Ryan Niemeyer
More...
about 9 years ago
Clean up some duplicate code in native template engine specs
Michael Best
More...
about 9 years ago
Retain encapsulation of _latestValue using ES2015 'Symbol' where available
Steven Sanderson
More...
about 9 years ago
Make observables 2-3 times faster to instantiate, and reduce their memory use by over half
Steven Sanderson
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.
Michael Best
More...
about 9 years ago
fix trailing space
Michael Best
More...
about 9 years ago
Merge pull request #1838 from borkxs/patch-1
Michael Best
More...
about 9 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
59
60
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree