1
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 16 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start of checkins for syntatic sugar for dojo.NodeList. This doesn't directly add sugar, but other methods will want/need dojo.connectPublisher(). Refs #4205 More... almost 17 years ago
Refs #4183. Porting XHR IFrame Proxy. Cleared core change with Alex. More... almost 17 years ago
Fixed typo in html.js. Tweaked the default DnD avatar for better visibility. Fixes #4210. More... almost 17 years ago
Fix typo I made in 'faux declaration' of getComputedStyle. Refs #3961 More... almost 17 years ago
Use new docparser comment feature for 'faux declaration'. Refs #3961 More... almost 17 years ago
Fixes #3845. Needless double transform of form info, but also pointed to an issue with dojo.queryToObject, it was not calling decodeURIComponent for the query names. Fixed that too. More... almost 17 years ago
[[BR]]Aggressive leak protection on IE7 (which is more broken than we had hoped), fixes #4141.[[BR]] [[BR]]Indirect listener from disconnect package, fixes #4142.[[BR]] [[BR]]Remove closure over 'node' in _fixCallback on IE, fixes #4159.[[BR]] [[BR]]Key hack to normalize arrow and page keys on Safari for Windows, fixes #4129.[[BR]] More... almost 17 years ago
Make toPixelValue translate 'medium' to 4, hack refs #3874.[[BR]] Repair scrolling adjustment in _abs, fixes #3455. More... almost 17 years ago
dojo.removeClass() changes the className only if it is different after removal. Refs #4125. More... almost 17 years ago
remove some spruious function calls in the fast path on IE. Ensure that form disambiguation code still in play on IE and opera (where it's still, apparently, a problem). Refs #3244 More... almost 17 years ago
Fixes #3984: adds a djConfig option to turn off the json-comment warning when using handleAs: 'json' with the xhr calls. Changed the handleAs names for dojo.io.iframe to be consistent with xhr handleAs names. Using dojo.fromJson in the dojo.io.iframe 'json' handleAs logic branch. Added some more unit tests for dojo.io.iframe. More... almost 17 years ago
Make sumAncestorProperties do what it says it will do (+test), fixes #1965. More... almost 17 years ago
Less zealousness when clobbering keyCodes in preventDefault for IE, refs #4064. More... almost 17 years ago
Refs #3733. Need to put the function definition above the call, otherwise bad things happen with shrinksafe. More... almost 17 years ago
Fixes #3733: Exposes semi-public method to cancel all pending IO requests. More... almost 17 years ago
Fix setSelectable() on IE to affect the selectability of all the subnodes. This makes IE function like Mozilla. To test this change, just try selecting the label on a tab (TabContainer.js). Fixes #1031. More... almost 17 years ago
On IE7 Alpha(Filter opacity=100) makes text look fuzzy so remove it altogether. Fixes fuzzy text on Dialog. Fixes #2661. More... almost 17 years ago
Prevent in-flight leakage on IE. fixes #2357 More... almost 17 years ago
adding better in-code docs for xhr.js. Fixes #3975 More... almost 17 years ago
ensure that XML documents are passed back unserialized on IE, even when it's being lame. Fixes #3294 More... almost 17 years ago
Fixes #2982. Changed ele.id to ele.attributes.id.value. Added a testcase for the IE getElementById bug. More... almost 17 years ago
Minor style, spelling changes. Refs #2556 More... almost 17 years ago
Comments hopefully clarified, refs #2556. More... almost 17 years ago
Fix comments (evt is obviously not optional). Refs #2556. More... almost 17 years ago
Patch to 0.9 for form handling issue. fixes #2844 More... almost 17 years ago
Added dojo.trim() (one-liner), and dojo.string.trim(). Thx Steven Levithan. Fixes #3731. More... almost 17 years ago
Ugh. We were off by a scrollbar. Fixed logic in getIeDocumentElementOffset (thanks, Justin) Refs #3720 More... almost 17 years ago
Patch to workaround BiDi problems calculating offsets on IE. Fixes #3115 More... almost 17 years ago
Patch to workaround BiDi problems calculating offsets on IE. Fixes #3115 More... almost 17 years ago
Prevent _getMarginBox and _sumAncestorProperties from calling getComputedStyle on non style-bearing objects (i.e. document). Refs #3620. More... almost 17 years ago