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
ifdef's for the core to create a webkit-only version for use in, e.g., mobile devices. Refs #8447 More... over 15 years ago
Fixes #8367. Per jburke, unset cached dojo._bodyLtr in withGlobal and withDoc. Had to call delete since _isBodyLtr returns whatever value is set (null/undefined/true/false). More... over 15 years ago
refNode can be a string too --- making sure to count it in when attrs is missing, !strict, refs #8446. More... over 15 years ago
More inlined docs changes, !strict, refs #8446. More... over 15 years ago
Removing unnecessary notes from the inlined documentation, !strict, refs #8446. More... over 15 years ago
Adding the handling of missing attrs with a unit test, !strict, refs #8446. More... over 15 years ago
Adding dojo._toDom() functionality top dojo.create() with unit tests, !strict, refs #8446. More... over 15 years ago
Implementing replace/only placing options with tests, !strict, refs #8380. More... over 15 years ago
Adding the HTML fragment support to dojo.place(), !strict, refs #7890. More... over 15 years ago
Renaming dojo.toDom() to dojo._toDom(), updating all known referencing, !strict, refs #7890. More... over 15 years ago
Removing fieldset-related records in the tag wrapping dictionary, !strict, refs #7890. More... over 15 years ago
Taking out the HTML cleanup code, !strict, refs #7890. More... over 15 years ago
Implementing James Burke's suggestion to return a singular element directly without wrapping it in DocumentFragment, !strict, refs #7890. More... over 15 years ago
Acting on James Burke's suggesting to simplify the placement of DocumentFragment, !strict, refs #7890. More... over 15 years ago
Adding dojo.toDom() to process dojo.attr(node, "innerHTML", frag) on IE correctly, minor changes in dojo.toDom() to save bytes, correcting the argument override in html element tests, adding unit tests for new functionality, !strict, refs #7890. More... over 15 years ago
Making the unique string scope-based, !strict, refs #7890. More... over 15 years ago
Adding more elements to the self closed tag dictionary, and to the wrap dictionary, !strict, refs #7890. More... over 15 years ago
Adding dojo.toDom() with unit tests, the code by James Burke (thank you!) with minor optimizations, and an extra argument to specify the document explicitly, !strict, refs #7890. More... over 15 years ago
Implementing dojo.empty() with unit tests, !strict, refs #7976. More... over 15 years ago
Fixes #8344 !strict. Change readonly to readOnly for all browsers. More... over 15 years ago
refs #7802 and refs #7461 - adding better docs for dojo.create (noting about alias to dojo.doc.createElement) and adding other examples. !strict More... over 15 years ago
dojo._base.html: verified the problem, added the fix, modified tests, fixes #7920, !strict. More... over 15 years ago
refs #7975 and refs #7802 - adding dojo.destroy as an alias to dojo._destroyElement (leglizing the usage), and adds simple version of dojo.create following the API: More... over 15 years ago
refs #7390 - giving vars breathing room, spacing var lists, etc. non-changing. !strict More... over 15 years ago
i think this refs #7461 - a [meta] doc/style cleanup - but cannot reach trac to look up. adding example: tags and small style cleanups. !strict More... over 15 years ago
Refs #8310: rolling back r16125, there is a larger question about supporting fetching properties of a DOM element vs things via getAttribute() and things that are considered true dom attributes. Adding all of those dom properties to _attrProps is not scalable. \!strict More... over 15 years ago
Fixes #8310, dojo.attr should work with defaultValue. \!strict More... over 15 years ago
fixes #7896: readonly needs to be treated different (just as tabindex) for IE<8 !strict More... over 15 years ago
Fixes #8270: Chrome: doojo.coords incorrect value on width. \!strict More... over 15 years ago
Fix dojo.coords() on IE in quirksmode. Patch from Nic (CLA on file), thanks Nic! Fixes #8047, refs #8247 !strict. More... over 15 years ago