[Pkg-javascript-commits] [dojo] annotated tag 1.8.6 created (now f8ebb3b)
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to annotated tag 1.8.6
in repository dojo.
at f8ebb3b (tag)
tagging 0d1a70d8deec59c4a8afbddf82a10ecb8f8e5a05 (commit)
replaces 1.8.5
tagged by Colin Snover
on Thu Feb 20 11:48:25 2014 -0800
- Log -----------------------------------------------------------------
Release 1.8.6
Bill Keese (3):
Use IE's native focusin/focusout support for IE9+ too, avoiding asynchronous focus notification, fixes #16968, #16970, and refs #16926, #16972 !strict.
Refactor robot so initRobot() is implemented as an asynchronous test fixture, rather than using monkey patching code that doesn't work well, having two places calling doh._run() in a race condition. This design also makes better code separation between vanilla DOH and robot.
Refactor robot so startRobot() is implemented as an asynchronous test fixture, rather than monkey patching doh.run(). This design makes better code separation between vanilla DOH and robot.
Brandon Payton (1):
Make selective fixes to the date/locale tests based on what Mark Hays did for 1.9
Bryan Forbes (2):
Fix star mapping, aliasing, and pathing for built layers.
Always return QueryResults from map and filter (1.8 backport)
Clement Mathieu (1):
fix regression introduced by #17155
Colin Snover (15):
Fix Git revision not being correctly added to version object.
Updating source version to 1.8.6-pre
Make SimpleQueryEngine sort Dates correctly
Revert "Fix IE11 sniffing. Fixes #17311."
Add Microsoft-recommended UA sniff for IE11
Add Trident UA to match every other UA
Correct detection of focusin support
Improve focusin detection support
Position test element so it is actually fixed to viewport
Remove dumb speed test that compares against an old API we will never restore
Do not execute dojo/on until DOM is ready
Revert "Do not execute dojo/on until DOM is ready"
Just use onfocusin as a detection test for focusin support
Add missing host-node and host-rhino rules to has.js
Updating metadata for 1.8.6
Eduardo Matos (2):
Fix emit events on 'window' and 'document' objects
Fix emit events on 'window' and 'document' objects
Patrick Ruzand (1):
Enable consumption of old 1.6 built root bundles
Rawld Gill (1):
improve i18n preload to take advantage of partially flattened locales, fixes #17155
doughays-dojo (1):
Fixes #17621. Backport 560b804f-0ae3-0310-86f3-f6aa0a117693 to 1.8.
mahays0 (1):
Fix IE11 sniffing. Fixes #17311.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new dc0c11a Using r29460 to create a branch named 1.8.
new 51f3161 merge [29467], [29470], [29471] to 1.8/ branch, refs #13101 !strict
new 1b55198 fix touch.move on iOS4, thanks edurocher, fixes #15831 on 1.8/ branch !strict
new a02f4c2 options param is supposed to be optional, fixes #15845 on 1.8/ branch
new 31bb6a2 backport [29745] and [29746] to 1.8 branch, fixes #15838 on 1.8/ branch !strict.
new 9b8e231 fix setting of dojo.store.Observable global, fixes #15848 on 1.8/ branch !strict
new 8925e31 Update dojo/request documentation. refs #15594 !strict
new 2c88983 Fix arguments for "done" event. refs #15854
new ffc6bd0 Various DOH robot updates:
new 07ff922 Fixes #15880. Update "he" translations.
new 4a5a5ff Properly call RequestTimeoutError. refs #15182 !strict
new 3a7a1dd Fix bug collecting <script>'s that appear after normal child nodes. Issue was with unwinding the stack (ie, moving from a child to the parent). Fixes #15871 on 1.8/ branch !strict.
new 37dcd66 If there's an DOMNode with id="on", don't get confused into thinking that window.on() is a function you can call. Fixes #15888, refs #15871 on 1.8 branch !strict.
new 4b87def Fix for multiversion support for parser, etc. Use local require() method provided by define(), not global one. Also addresses AMD-loader compatibility, since not all AMD loaders are guaranteed to have a global require() method. Fixes #15539 on 1.8 branch !strict.
new 9cd3bcb refs #13101, clean-up docs in 1.8 branch
new ab8c416 dojo.byId -> dom.byId in io/iframe.js; fixes #15940 on 1.8 branch !strict
new 5393ee0 Fixes #15892 !strict, using lang.delegate to change evt.target. also back ported to 1.8.x branch
new 3901dc2 Replace dojo.deprecated with kernel.deprecated, fixes #15955 on 1.8 branch !strict
new b7cee4c Fixes #15892 !strict, create new event obj by mixin rather than lang.delegate for changing evt.target, also back ported to 1.8.x branch
new 7e5e2d0 Fix position getting set on form in DOM for 1.8. refs #15939 !strict
new fff4156 backport to 1.8 branch: fix parentConstrainedMoveable class declaration for backward compat (missed dojo prefix). refs #16035
new ffad2fa backport [29688]; fixes #15952; !strict
new 0e89b51 Check ioArgs when adding dead scripts (1.8 backport). refs #15890 !strict
new fe1d488 Added back-compat properties to errors (1.8 backport). refs #16023 !strict
new 12f13f8 Fix feature detection for switching mouse click constants, fixes #15404 !strict
new e147d7d Improve handling of progback results
new d49f4be Make evt.touches available on iOS6 for touch.move synthetic event, fixes #16090 !strict on 1.8/ branch. Thanks to Adrian for patch.
new 3340930 Fix mixed content warning on IE7, fixes #16013 on 1.8 branch !strict.
new 95f1f71 Merge [29755] to 1.8 branch, making dojox.dnd.manager() available again, fixes #16029, #16036 !strict.
new 376d974 Fix request/script ignoring callback parameter as first URL argument (1.8 backport). refs #16240 !strict
new 1aea4b1 Prevent text selection while dragging on desktop, fixes #16328 on 1.8/ branch !strict. But continue to *not* call preventDefault() on mobile because it will break things completely, refs #15838.
new d43254d Refs #16110. Backport [29787] to 1.7.5 and 1.8.2 to future proof the HTML CSS browser class list against browser updates.
new 0e3e080 IE9+ do not have bugs in offsets, so stop trying to "fix" them. This is why browser sniffs are bad. Refs #12342. Backport to 1.8.
new 676e225 As it turns out, has("ie") returns undefined, not false, so it does not need to be checked twice. Refs #12342. Backport to 1.8.
new b7ea152 IE9 does actually continue to do the wrong thing in quirks mode, it just doesn't do quirks mode in iframes of standards mode documents. Refs #12342, #14321. Backport to 1.8.
new 8a4258d Disable quirks mode tests in IE9+ in the test runner. Fixes #14321. Backport to 1.8. !strict
new e03cc93 Less convoluted browser test. Refs #14321. Backport to 1.8. !strict
new 28d7c1a Query engine should not be tested in quirks mode. Fixes #16113. Backport to 1.8.
new edb5b3d Disable more quirks tests in IE9+. Refs #14321. Backport to 1.8. !strict
new 60a3286 IE10 even in quirks mode does not support filters for opacity. Fixes #16117. Backport to 1.8.
new 10ceed5 Do not use dojo.query in query tests. Fixes #16381. Backport to 1.8
new b13f560 fixes #16072. Fixes some missing error reporting (with Mark blessing). !strict
new 6aafa02 Refs #15880, #14530. Updated th/colors.js
new f8bed4f Fixes #16411. IE only needed a workaround for rounding [0.5,0.95) instead [0.5,1.0). Added automated tests. !strict
new 2d5a6f6 Don't make copy of event object. It appears to be unnecessary, and it triggers an iOS6 bug with properties in the event object being marked as non-enumerable. Fixes #16108, #16090 on 1.8/ branch !strict.
new ed1dc2a Fixes #12342. Refactor destroy and empty to work with IE9/10 and avoid multi-doc exceptions. Backported attr_reconnect test to 1.7 to work with IE10.
new ec60c7b Improve dom.setSelectable impl w/ feature detection and test page on 1.8 branch; refs #15990 !strict
new 191a849 remove code no longer needed for opera 12, fixes #16371 on 1.8 branch !strict
new 4fb21f3 Backport acme selector fix for IE10 quirks mode to 1.8 branch, fixes #16418 on 1.8 branch !strict.
new 77cac88 Disable test for attribute case sensitivity in quirks mode, since it's browser dependent and we don't want to bother "fixing" it, whatever that would mean. Avoids test failure on FF. Refs #8775, #14874 on 1.8 branch.
new 8a62e68 minimal fix on 1.8 branch to avoid mixed content warning on IE8, fixes #16429 on 1.8 branch !strict
new d8d8921 fixed type; refs #16220; !strict
new 3faede1 Workaround IE10's bizarre JIT bug, fixes #16425 !strict
new 14caac5 run scripts against CLDR v21 Refs #13906, #15424
new eaad057 Add missing translations Refs #13906
new 8c80635 backport [29405] test failure fix to 1.8 branch, refs #15773
new 58216f2 Deprecate dojo/html::_emptyNode() since it just calls dojo/dom-construct::empty(). Also, add setTimeout() to test case to avoid so many warning from sIEve. Refs #16481 on 1.8 branch !strict.
new 62b7417 Remove single quotes in date-time template. Fixes #16447 on 1.8 branch
new 4c8aab5 Fixes #16120. Add Math.round to fix IE10 partial px tests. Change event coordinate test to not use e.offsetX since IE10 gives an incorrect value for this in RTL mode. Backport thru 1.6.
new 596f57b make has("touch") return true for surface, fixes #16569 on 1.8 branch !strict
new eef5a82 Fix adding the callback to the URL (1.8 backport). refs #16408 !strict
new 62edc04 backport [30397] and [30398] to 1.8 branch, to support machines with both touch and mouse, fixes #13048 on 1.8 branch !strict
new 72c8c23 Refs #16115. Backport [30447] to 1.8. !strict
new 4f38ff8 Fixes #16115. Backport [30493] to 1.6. Tweak test_scroll.html to correctly run deferred doh tests within a getTestCallback method. !strict
new 7e6dd42 dojo/node can now load CommonJS modules dependent on modules that try to detect AMD, refs #16414
new dee9638 Revise conditions under which dojo/when creates a promise; fixes #16667 in 1.8 branch !strict
new 30111b4 Fix incorrect non-portable reference to dojo package. Refs #16414. 1.8 backport
new f875cd7 Fix incorrect non-portable reference to dojo package. Refs #15187. Backport to 1.8
new 2a4eb23 Fix leak in dojo/io/script (1.8 backport). !strict refs #16755
new 02f58e3 Catch handler exceptions in node provider (1.8 backport). !strict refs #16526
new 86c4c89 Fix content-type casing issues (1.8 backport). !strict refs #16532
new 7d84626 fix regression from [28465] where errors don't get reported, fixes #16813 and refs #15118, #14591 on 1.8/ branch, thanks Jared, !strict.
new 91659c3 Copy properties for mobile FF, backport, refs #16649 !strict
new d453fe5 Fixes #16767. Correct typos. !strict
new 59fc5e5 Fixes circular reference between promises. (1.8 backport) !strict refs #16794
new e24209a Backport of r30987 to 1.8 branch, refs #15862 !strict
new 336b359 Fixes #16833. Use removeNode on IE to avoid leaks when event handlers are on the node and removeChild everywhere else. Backport thru 1.6. !strict
new 7d488ff Refs #16833. svg nodes do not have a removeNode method, but don't seem to leak either with removeChild. !strict
new edf4b02 Fixes #16975. Remove leak when calling empty() on SVG elements (all browsers). On IE, use removeChild instead of removeNode on SVG elements since they don't inherit removeNode from HTMLElement and SVG/removeNode is incorrectly implemented. Backport thru 1.6. Add additional strict and quirks automated tests to make sure empty() and destroy() are working correctly with SVG and OBJECT nodes, and since these element's behavior seem dependent on the document's compatM [...]
new 43be0e1 Fix error with .orphan() in request/iframe (1.8 backport). refs #15383 !strict
new 3d25d1e Clear references within dojo/aspect when handles are removed to avoid over-retention of objects when a user removes a handle and then does not dereference the handle. Fixes #17048.
new eac6ae4 Remove incorrect method call. Fixes #17048. !strict due to strict mode Backport to 1.8
new 3da6780 When there's a querySelectorAll in the DOM, but no qSA in responseXml, parse responseText with DOMParser. (1.8 backport) refs #15631 !strict
new bbf50e9 Fix dojo/request XML test for people that still have short_open_tag turned on in PHP. Fixes #15631. Backport to 1.8
new a48e75e Fix dojo/ready to not blindly make calls to methods that might not exist on the require object. Fixes #15616. !strict Backport to 1.8
new 4725ce6 Fixes relative paths when using dojo/node, fixes #16414 (cherry picked from commit ddb069635e9577560db37f42025be93e1ea19f09)
new 585eba5 Only require selector/_loader when DOM present. Fixes #17138. (cherry picked from commit f8c0a982ec0ba4debb21713a27732fcfafb527f1)
new cf37ef0 Updating metadata for 1.8.5
new 28e1f7c Fix IE11 sniffing. Fixes #17311. (cherry picked from commit f58c0e19ce509398985908688a768c8fb41191b8)
new 0e5638b Fix Git revision not being correctly added to version object.
new c21397f Updating source version to 1.8.6-pre
new f3cbbaf Enable consumption of old 1.6 built root bundles
new 478b7be Make SimpleQueryEngine sort Dates correctly
new 3e5df07 Fix emit events on 'window' and 'document' objects (cherry picked from commit 3beccffc21fbcd3e21681fc74a29b0c56a31572f)
new 9d5d0a6 Fix star mapping, aliasing, and pathing for built layers.
new 47fa9df Fixes #17621. Backport 560b804f-0ae3-0310-86f3-f6aa0a117693 to 1.8.
new d76bd85 improve i18n preload to take advantage of partially flattened locales, fixes #17155
new 772563c Revert "Fix IE11 sniffing. Fixes #17311."
new fea66d3 Add Microsoft-recommended UA sniff for IE11
new 136ac4e Add Trident UA to match every other UA
new d34b6a5 Always return QueryResults from map and filter (1.8 backport)
new b9ab7f5 Use IE's native focusin/focusout support for IE9+ too, avoiding asynchronous focus notification, fixes #16968, #16970, and refs #16926, #16972 !strict.
new 90ee9bf Correct detection of focusin support
new c40eec6 Improve focusin detection support
new 9648ab5 Position test element so it is actually fixed to viewport
new d7ec9bb Remove dumb speed test that compares against an old API we will never restore
new c2034f3 Make selective fixes to the date/locale tests based on what Mark Hays did for 1.9
new 57cacb6 Refactor robot so initRobot() is implemented as an asynchronous test fixture, rather than using monkey patching code that doesn't work well, having two places calling doh._run() in a race condition. This design also makes better code separation between vanilla DOH and robot.
new c52544a Refactor robot so startRobot() is implemented as an asynchronous test fixture, rather than monkey patching doh.run(). This design makes better code separation between vanilla DOH and robot.
new 5a93bd3 Do not execute dojo/on until DOM is ready
new 47c2126 Fix emit events on 'window' and 'document' objects
new 72a58df Revert "Do not execute dojo/on until DOM is ready"
new e2c3f17 fix regression introduced by #17155
new deb09c1 Just use onfocusin as a detection test for focusin support
new d4c0bbf Add missing host-node and host-rhino rules to has.js
new 0d1a70d Updating metadata for 1.8.6
The 116 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list