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
Fixes #6909: xhr calls were not being aborted onunload in IE7 since typeof xhr.abort is 'object' in that case, and not 'function'. More... almost 16 years ago
Fixes #5180: move gears detection out of Dojo Base. Now in a dojo.gears module. Tested change in FF3 with Gears, using dojox.off and dojox.storage demos. \!strict More... almost 16 years ago
Refs #6793: Expanded error callback documentation to reflect recent changes to try/catch behavior. More... almost 16 years ago
refs #6793, add information about what an error case is for the error handler for xhr More... almost 16 years ago
Refs #6863: small try/catch error reporting cleanup. More... almost 16 years ago
Fixes #7052. the _listeners array was effectively a public, global value. Making it unique per dojo._scopeName. Reviewed change with sjmiles. Tested on IE 6. \!strict More... almost 16 years ago
Fixes #6863. Only use try/catch in the djConfig.isDebug = false case. Otherwise, let the original exception escape to allow easier debugging. \!strict for _base/fx.js (error on line unrelated to changes for this ticket) More... almost 16 years ago
size saving patch from phiggins. Nice work. Refs #3961 !strict More... almost 16 years ago
some more byte scrimping. Refs #3961 !strict More... almost 16 years ago
adding non-destructive filters updating for opacity setting. Also ensuring that we tickle the zoom bit. Also adding tests to ensure that we handle dojo.attr(node, "class", "..."); correctly. Fixes #6618. Fixes #6957. Fixes #6937. !strict More... about 16 years ago
Fixes for cross-window widget creation. Make sure not to create a node in one document but then insert it into another. (Always use dojo.withDoc.) Otherwise, IE gets upset. Fixes #6791. Thanks Masato! (IBM, CCLA on file) !strict More... about 16 years ago
refs #6665 Updated _fixAttrName and hasAttr to deal with idiosyncracies of htmlFor and for attributes. Created tests. !strict More... about 16 years ago
Refs #6793. Doc typo, remove extra wording. More... about 16 years ago
refs #6021 - typo More... about 16 years ago
Fixes #6380. Forgot to account for json-comment-optional. Thanks to gregwilkins for tracking down the issue. More... about 16 years ago
Fixes #6380. Applying patch from Kris Zyp to deprecate json-comment-filtered. Updated 1.2 release notes too. More... about 16 years ago
Fix for unknown xml mime-type issue with IE. Generic fix also fixes the file:// issue with xml files, but required minor UT change to not fail. Test in question is a bit hokey to begin with, passing a fake xml DOM to the handler seems a bit .. odd (and doesn't really test much). fixes #5388 More... about 16 years ago
References #6667 !strict. Add new charOrCode member to key event object to simplify code, removing the need to check both charCode/keyChar AND keyCode when looking for specific keys. Reviewed by sjmiles. More... about 16 years ago
Fixes #6525: all xhr calls go through dojo.xhr now. Thanks to Kris Zyp for the patch. I applied it with a slight mod to the postData and putData detection. Nice patch that reduces the code footprint, thanks Kris! Also fixed an incorrect test. More... about 16 years ago
Return undefined for JSON requests with HTTP Status 204, rather than throw, since it's successful by definition. Fixes #6601 Fix typo in dojo.query comments and style of assignments in conditionals. !strict More... about 16 years ago
Refs #6276. Make sure the attribute IDs are multiversion aware. \!strict More... about 16 years ago
update to ensure that re-setting an event handler via dojo.attr() correctly handles dis-connection. misc size reductions. The case where dojo.connect() sets a handler and then dojo.attr() sets one will NOT be handled. Updates to tests. Fixes #6310. Fixes #6234. !strict More... about 16 years ago
Clean up docs. Refs #5962 !strict More... about 16 years ago
Clean up docs. Refs #5962 !strict More... about 16 years ago
Clean up docs. Refs #5962 !strict More... about 16 years ago
Clean up docs. Refs #5962 !strict More... about 16 years ago
update docs and default behavior for dijit.Form and dojo.attr to make it crystal clear that unified Dojo event handling is in play when using event handlers specified by dojo.attr() and that browser-specific hacks may no longer work as expected. Fixes #6280. !strict More... about 16 years ago
Refs #6276. Allow multiversion support. \!strict More... about 16 years ago
fixes dojo.style() calculation of computed heights on IE 6 when node.style.height = "auto" is set explicitly. Skip deprecated getBoxObjectFor() call for FF3 for performance and forward-compat. All unit tests run on IE 6, FF3, and Safari. Fixes #6143. !strict More... about 16 years ago
update form processing to work on IE. Fixes #6113. Updates test page and docs in dijit.form.Form as well. !strict More... over 16 years ago