[Pkg-javascript-commits] [dojo] annotated tag 1.7.6 created (now a81bf39)

David Prévot taffit at moszumanska.debian.org
Sun Sep 14 16:23:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag 1.7.6
in repository dojo.

        at  a81bf39   (tag)
   tagging  8a5954d2ab17c29d5f1c9d834864582dbfae04f3 (commit)
  replaces  1.7.5
 tagged by  Colin Snover
        on  Fri Sep 12 11:53:34 2014 -0700

- Log -----------------------------------------------------------------
Release 1.7.6

Bill Keese (5):
      Make sure that domReady(), when used as a function rather than a plugin, executes registered callbacks sequentially.    This is how ready() is supposed to work, so it makes sense for domReady() to follow suit.
      Fix MID's in dojo/ and dijit/ modules to be relative paths (when possible), and convert "." --> "./main".
      Use IE's native focusin/focusout support for IE9+ too.
      Do mousemove timing in javascript, rather than in java.   This is getting intermittent failures on Tree_dnd.html but I think I can resolve them after the next checkin, where I monitor events on the document to tell when java robot actually executes each command.   Refs #15590 !strict.
      Refactor robot so initRobot() and startRobot() are implemented as an asynchronous test fixtures.

Brandon Payton (1):
      Update dojo/window.scrollIntoView to avoid iOS body scroll reset, fixes #17740

Colin Snover (11):
      Fix Git revision not being correctly added to version object.
      Updating source version to 1.7.6-pre
      Make SimpleQueryEngine sort Dates correctly
      Add missing host-node and host-rhino rules to has.js
      Do not use -ms-user-select to prevent selection of elements in IE
      Remove dumb speed test that compares against an old API we will never restore
      Remove references to globals through `this` in AMD factories
      Fix bad logic in xhr that tries to avoid double-setting Content-Type
      Use updated source mapping standard syntax for legacy injection
      Fix bad backport in 570591de9d865daa499e7a04605c158c03585c52
      Updating metadata for 1.7.6

Eduardo Matos (1):
      Fix emit events on 'window' and 'document' objects

Eugene Lazutkin (1):
      Sniffing cssFloat on a node, thx Bill, !strict, fixes #16540.

James Morrin (1):
      Fix #16296 console.debug(NaN) produces error in IE9

Kris Zyp (1):
      Only set idProperty if identifier provided, fixes #17557

Patrick Ruzand (1):
      Enable consumption of old 1.6 built root bundles

Scott Davis (1):
      Prevent `baseUrl` global variable creation.

dylans (1):
      fixes #17968, remove failing jsonp rpc test due to yahoo search API service no longer being available

mahays0 (3):
      Fix IE11 sniffing. Fixes #17311.
      Fix IE11 test_scroll failures.
      Change has("ie") to return undefined for IE11+, and instead

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  926898d   Fix IE11 sniffing. Fixes #17311. (cherry picked from commit f58c0e19ce509398985908688a768c8fb41191b8) (cherry picked from commit 28e1f7c31de5a407a0c095038bf851518085bffc)
       new  95b0c72   Fix Git revision not being correctly added to version object.
       new  1e85dfe   Updating source version to 1.7.6-pre
       new  0920822   Enable consumption of old 1.6 built root bundles
       new  2d440d7   Make SimpleQueryEngine sort Dates correctly
       new  84522c9   Fix emit events on 'window' and 'document' objects (cherry picked from commit 3beccffc21fbcd3e21681fc74a29b0c56a31572f)
       new  adaa898   Add missing host-node and host-rhino rules to has.js
       new  1f3bda7   Update dojo/window.scrollIntoView to avoid iOS body scroll reset, fixes #17740
       new  0299ef0   Fix #16296 console.debug(NaN) produces error in IE9
       new  12edacb   Only set idProperty if identifier provided, fixes #17557
       new  c26e8fb   Prevent `baseUrl` global variable creation.
       new  3066a3c   Do not use -ms-user-select to prevent selection of elements in IE
       new  787848c   fixes #17968, remove failing jsonp rpc test due to yahoo search API service no longer being available
       new  3321e70   Fix IE11 test_scroll failures. Trident is more like IE9+ than we would have guessed.
       new  71e6969   Make sure that domReady(), when used as a function rather than a plugin, executes registered callbacks sequentially.    This is how ready() is supposed to work, so it makes sense for domReady() to follow suit.
       new  a60da77   Change has("ie") to return undefined for IE11+, and instead has("trident") returns true.  Unfixes #17311 on 1.7 branch.
       new  1ae57b1   Remove dumb speed test that compares against an old API we will never restore
       new  680bb98   Fix MID's in dojo/ and dijit/ modules to be relative paths (when possible), and convert "." --> "./main".
       new  570591d   Use IE's native focusin/focusout support for IE9+ too. Avoids asynchronous focus notification.
       new  605243e   Sniffing cssFloat on a node, thx Bill, !strict, fixes #16540.
       new  b62a507   Do mousemove timing in javascript, rather than in java.   This is getting intermittent failures on Tree_dnd.html but I think I can resolve them after the next checkin, where I monitor events on the document to tell when java robot actually executes each command.   Refs #15590 !strict.
       new  958ada1   Refactor robot so initRobot() and startRobot() are implemented as an asynchronous test fixtures. Also fixes priority of ready() call inside DOH.   The default priority is 1000, so we need to be higher than that, so that DOH doesn't execute until the iframe's dojo.ready() call has finished
       new  6a3d975   Remove references to globals through `this` in AMD factories
       new  33e102d   Fix bad logic in xhr that tries to avoid double-setting Content-Type
       new  edd76ff   Use updated source mapping standard syntax for legacy injection
       new  b4f2945   Fix bad backport in 570591de9d865daa499e7a04605c158c03585c52
       new  8a5954d   Updating metadata for 1.7.6

The 27 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