[Pkg-javascript-commits] [dojo] branch upstream updated (ebf1eb9 -> 5c20664)
David Prévot
taffit at moszumanska.debian.org
Sun Sep 14 15:39:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch upstream
in repository dojo.
from ebf1eb9 Drop sourceless files
new 2c050a5 Updating source version to 1.10.1-pre
new 1bfedca Output domReady errors through console.error, preserving the error object and stack, fixes #17349
new 2d971a9 Fix IE11 test_scroll failures. Trident is more like IE9+ than we would have guessed.
new 0e056ab Refs #18168. Rework dojo/on's way to decide about using event delegation. Now uses feature detection, which fixes the event handling currently broken on Safari iOS 8 beta
new ce1ef9d Squashed commit of the following:
new c7eddeb Add Blob support for Safari <7
new 1e6ec23 Remove references to globals through `this` in AMD factories
new 108c3f4 Port Node.js loader plugin fixes from d2c
new 8bc5e8c Refs #18168. dojo/on: adjust feature detection such that it also works in iOS 8 (beta) with a built dojo/on stripping the strict mode
new 8f1302b refs #18225, dom-construct inline documentation update
new 64ef69b Use updated source mapping standard syntax for legacy injection
new 2bde291 Fix #18254
new d0c29da Updating metadata for 1.10.1
new c547212 Imported Upstream version 1.10.1+dfsg
new d66214b Strip away copyrighted ICC profiles
new e1e40f4 Drop incorrect executable bit from non-executable files
new 5c20664 Make script executable
The 17 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.
Summary of changes:
dijit/Calendar.js | 2 +-
dijit/CalendarLite.js | 3 +-
dijit/_HasDropDown.js | 6 +-
dijit/_TimePicker.js | 40 +-
dijit/_editor/RichText.js | 14 +-
dijit/form/NumberTextBox.js | 2 +-
dijit/form/_DateTimeTextBox.js | 19 +-
dijit/form/_ToggleButtonMixin.js | 6 +
dijit/layout/BorderContainer.js | 9 +
dijit/layout/LayoutContainer.js | 4 +
dijit/package.json | 4 +-
dijit/templates/CheckedMenuItem.html | 2 +-
dijit/tests/_TimePicker.html | 8 +
dijit/tests/form/CheckBox.html | 11 +
dijit/tests/form/robot/TimeTextBox.html | 53 +
dijit/tests/form/robot/ValidationTextBox.html | 14 +
dijit/tests/form/test_DateTextBox.html | 251 ++---
dijit/tests/form/test_TimeTextBox.html | 52 +-
dijit/tests/form/test_validate.html | 93 +-
dijit/tests/robot/TooltipDialog_mouse.html | 2 +-
dijit/tests/test_TitlePane.html | 2 +-
dijit/tests/tree/Tree_with_JRS.html | 2 +-
dijit/themes/dijit.css | 6 +-
dojo/_base/config.js | 3 +-
dojo/_base/kernel.js | 9 +-
dojo/_base/window.js | 2 +-
dojo/dojo.js | 2 +-
dojo/dom-construct.js | 22 +-
dojo/domReady.js | 4 +-
dojo/has.js | 2 +-
dojo/node.js | 90 +-
dojo/on.js | 50 +-
dojo/package.json | 2 +-
dojo/request/handlers.js | 4 +
dojo/request/iframe.js | 2 +-
dojo/request/script.js | 5 +-
dojo/request/xhr.js | 19 +-
dojo/tests/on/on.js | 9 +
dojo/tests/window/test_scroll.html | 9 +-
dojo/window.js | 8 +-
dojox/analytics/plugins/consoleMessages.js | 4 +-
dojox/app/View.js | 12 +-
dojox/app/ViewBase.js | 12 +-
dojox/app/main.js | 12 +-
dojox/app/tests/doh/error.js | 4 +-
dojox/app/utils/nls.js | 8 +-
dojox/calendar/ColumnViewSecondarySheet.js | 80 +-
dojox/calendar/SimpleColumnView.js | 1182 +++++++++++-----------
dojox/calendar/Touch.js | 2 +-
dojox/calendar/tests/columntablet.html | 11 -
dojox/calendar/tests/jsonrest.html | 7 +-
dojox/calendar/time.js | 2 +-
dojox/charting/StoreSeries.js | 2 +-
dojox/date/hebrew/locale.js | 2 +-
dojox/encoding/digests/SHA224.js | 63 +-
dojox/encoding/digests/SHA256.js | 63 +-
dojox/encoding/digests/SHA384.js | 63 +-
dojox/encoding/digests/SHA512.js | 62 +-
dojox/encoding/digests/_sha2.js | 69 ++
dojox/encoding/tests/digests/SHA224.js | 6 +
dojox/encoding/tests/digests/SHA256.js | 6 +
dojox/encoding/tests/digests/SHA384.js | 6 +
dojox/encoding/tests/digests/SHA512.js | 6 +
dojox/form/resources/CheckedMultiSelect.css | 8 +-
dojox/gantt/GanttChart.js | 4 +-
dojox/gantt/tests/test_Gantt.html | 22 +-
dojox/gfx/_base.js | 14 +-
dojox/gfx/utils.js | 4 +
dojox/gfx/vml.js | 16 +-
dojox/grid/enhanced/nls/EnhancedGrid.js | 4 +-
dojox/grid/enhanced/plugins/IndirectSelection.js | 2 +-
dojox/html/ext-dojo/style.js | 4 +-
dojox/html/metrics.js | 17 +-
dojox/layout/ContentPane.js | 10 +-
dojox/layout/ResizeHandle.js | 66 +-
dojox/mobile/Switch.js | 2 +-
dojox/mobile/_compat.js | 49 -
dojox/mobile/deviceTheme.js | 10 +
dojox/mobile/tests/test_FormControls.html | 3 +
dojox/mobile/themes/windows/ListItem.css | 1 -
dojox/mobile/themes/windows/variables.less | 1 -
dojox/package.json | 6 +-
dojox/widget/ColorPicker.js | 2 +-
dojox/widget/Standby.js | 31 +-
util/build/version.js | 4 +-
util/doh/_nodeRunner.js | 2 +-
util/doh/_rhinoRunner.js | 2 +-
util/doh/mobileRunner.html | 2 +-
util/doh/package.json | 2 +-
util/doh/runner.html | 2 +-
util/package.json | 2 +-
91 files changed, 1488 insertions(+), 1335 deletions(-)
create mode 100644 dojox/encoding/digests/_sha2.js
--
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