[Pkg-javascript-commits] [dojo] 16/18: Imported Debian patch 1.7.2+dfsg-1

David Prévot taffit at alioth.debian.org
Fri Oct 25 19:59:34 UTC 2013


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

taffit pushed a commit to branch master
in repository dojo.

commit c8313a3f53e9789e4b6a2b783be34c6f7165da67
Merge: 2a5d814 28044c1
Author: Jason Morawski <rpgdude1 at gmail.com>
Date:   Mon Feb 20 16:14:59 2012 -0500

    Imported Debian patch 1.7.2+dfsg-1

 debian/changelog                                   |    9 +
 debian/control                                     |    2 +-
 debian/rules                                       |   10 +-
 dijit/BackgroundIframe.js                          |  113 +
 dijit/Calendar.js                                  |  578 +-
 dijit/CalendarLite.js                              |  451 +
 dijit/CheckedMenuItem.js                           |   34 +-
 dijit/ColorPalette.js                              |   75 +-
 dijit/Declaration.js                               |   74 +-
 dijit/Dialog.js                                    |  481 +-
 dijit/DialogUnderlay.js                            |   45 +-
 dijit/DropDownMenu.js                              |   62 +
 dijit/Editor.js                                    |  387 +-
 dijit/InlineEditBox.js                             |  572 +-
 dijit/Menu.js                                      |  576 +-
 dijit/MenuBar.js                                   |   35 +-
 dijit/MenuBarItem.js                               |   37 +-
 dijit/MenuItem.js                                  |   77 +-
 dijit/MenuSeparator.js                             |   31 +-
 dijit/PopupMenuBarItem.js                          |   21 +-
 dijit/PopupMenuItem.js                             |   51 +-
 dijit/ProgressBar.js                               |   59 +-
 dijit/TitlePane.js                                 |  102 +-
 dijit/Toolbar.js                                   |   71 +-
 dijit/ToolbarSeparator.js                          |   31 +-
 dijit/Tooltip.js                                   |  345 +-
 dijit/TooltipDialog.js                             |  272 +-
 dijit/Tree.js                                      |  416 +-
 dijit/WidgetSet.js                                 |  229 +
 dijit/_BidiSupport.js                              |   69 +
 dijit/_Calendar.js                                 |   20 +-
 dijit/_Contained.js                                |  112 +-
 dijit/_Container.js                                |   69 +-
 dijit/_CssStateMixin.js                            |   64 +-
 dijit/_DialogMixin.js                              |   25 +-
 dijit/_FocusMixin.js                               |   73 +
 dijit/_HasDropDown.js                              |  206 +-
 dijit/_KeyNavContainer.js                          |  118 +-
 dijit/_MenuBase.js                                 |  391 +
 dijit/_OnDijitClickMixin.js                        |  125 +
 dijit/_PaletteMixin.js                             |  120 +-
 dijit/_Templated.js                                |  344 +-
 dijit/_TemplatedMixin.js                           |  304 +
 dijit/_TimePicker.js                               |  189 +-
 dijit/_Widget.js                                   |  341 +-
 dijit/_WidgetBase.js                               |  527 +-
 dijit/_WidgetsInTemplateMixin.js                   |   61 +
 dijit/_base.js                                     |   22 +-
 dijit/_base/focus.js                               |  721 +-
 dijit/_base/manager.js                             |  489 +-
 dijit/_base/place.js                               |  489 +-
 dijit/_base/popup.js                               |  427 +-
 dijit/_base/scroll.js                              |   22 +-
 dijit/_base/sniff.js                               |   16 +-
 dijit/_base/typematic.js                           |  184 +-
 dijit/_base/wai.js                                 |  232 +-
 dijit/_base/window.js                              |   18 +-
 dijit/_editor/RichText.js                          | 1429 +-
 dijit/_editor/_Plugin.js                           |   50 +-
 dijit/_editor/html.js                              |   20 +-
 dijit/_editor/nls/FontChoice.js                    |    2 +
 dijit/_editor/nls/LinkDialog.js                    |    2 +
 dijit/_editor/nls/az/FontChoice.js                 |   27 +
 dijit/_editor/nls/az/LinkDialog.js                 |   16 +
 dijit/_editor/nls/az/commands.js                   |   52 +
 dijit/_editor/nls/commands.js                      |    2 +
 dijit/_editor/nls/hr/FontChoice.js                 |   25 +
 dijit/_editor/nls/hr/LinkDialog.js                 |   14 +
 dijit/_editor/nls/hr/commands.js                   |   51 +
 dijit/_editor/plugins/AlwaysShowToolbar.js         |   82 +-
 dijit/_editor/plugins/EnterKeyHandling.js          |  239 +-
 dijit/_editor/plugins/FontChoice.js                |  171 +-
 dijit/_editor/plugins/FullScreen.js                |  207 +-
 dijit/_editor/plugins/LinkDialog.js                |  331 +-
 dijit/_editor/plugins/NewPage.js                   |   48 +-
 dijit/_editor/plugins/Print.js                     |   52 +-
 dijit/_editor/plugins/TabIndent.js                 |   46 +-
 dijit/_editor/plugins/TextColor.js                 |   90 +-
 dijit/_editor/plugins/ToggleDir.js                 |   51 +-
 dijit/_editor/plugins/ViewSource.js                |  188 +-
 dijit/_editor/range.js                             |  208 +-
 dijit/_editor/selection.js                         |  104 +-
 dijit/_tree/dndSource.js                           |   23 +-
 dijit/a11y.js                                      |  177 +
 dijit/dijit-all.js                                 |   73 +-
 dijit/dijit.js                                     |   34 +-
 dijit/dijit.profile.js                             |   39 +
 dijit/focus.js                                     |  389 +
 dijit/form/Button.js                               |  333 +-
 dijit/form/CheckBox.js                             |  167 +-
 dijit/form/ComboBox.js                             | 1216 +-
 dijit/form/ComboBoxMixin.js                        |  146 +
 dijit/form/ComboButton.js                          |   87 +-
 dijit/form/CurrencyTextBox.js                      |   72 +-
 dijit/form/DataList.js                             |   63 +
 dijit/form/DateTextBox.js                          |   34 +-
 dijit/form/DropDownButton.js                       |  103 +-
 dijit/form/FilteringSelect.js                      |  134 +-
 dijit/form/Form.js                                 |   83 +-
 dijit/form/HorizontalRule.js                       |   24 +-
 dijit/form/HorizontalRuleLabels.js                 |   27 +-
 dijit/form/HorizontalSlider.js                     |  183 +-
 dijit/form/MappedTextBox.js                        |   87 +-
 dijit/form/MultiSelect.js                          |   72 +-
 dijit/form/NumberSpinner.js                        |   31 +-
 dijit/form/NumberTextBox.js                        |  108 +-
 dijit/form/RadioButton.js                          |   22 +-
 dijit/form/RangeBoundTextBox.js                    |  141 +-
 dijit/form/Select.js                               |  149 +-
 dijit/form/SimpleTextarea.js                       |   46 +-
 dijit/form/Slider.js                               |   21 +-
 dijit/form/TextBox.js                              |  459 +-
 dijit/form/Textarea.js                             |  151 +-
 dijit/form/TimeTextBox.js                          |   62 +-
 dijit/form/ToggleButton.js                         |   31 +-
 dijit/form/ValidationTextBox.js                    |  268 +-
 dijit/form/VerticalRule.js                         |   42 +-
 dijit/form/VerticalRuleLabels.js                   |   38 +-
 dijit/form/VerticalSlider.js                       |   55 +-
 dijit/form/_AutoCompleterMixin.js                  |  764 +
 dijit/form/_ButtonMixin.js                         |   85 +
 dijit/form/_CheckBoxMixin.js                       |   77 +
 dijit/form/_ComboBoxMenu.js                        |  138 +
 dijit/form/_ComboBoxMenuMixin.js                   |  191 +
 dijit/form/_DateTimeTextBox.js                     |  109 +-
 dijit/form/_ExpandingTextAreaMixin.js              |  121 +
 dijit/form/_FormMixin.js                           |  199 +-
 dijit/form/_FormSelectWidget.js                    |  153 +-
 dijit/form/_FormValueMixin.js                      |   95 +
 dijit/form/_FormValueWidget.js                     |   58 +
 dijit/form/_FormWidget.js                          |  374 +-
 dijit/form/_FormWidgetMixin.js                     |  231 +
 dijit/form/_ListBase.js                            |  123 +
 dijit/form/_ListMouseMixin.js                      |   96 +
 dijit/form/_RadioButtonMixin.js                    |   70 +
 dijit/form/_Spinner.js                             |   72 +-
 dijit/form/_TextBoxMixin.js                        |  408 +
 dijit/form/_ToggleButtonMixin.js                   |   51 +
 dijit/form/nls/ComboBox.js                         |    2 +
 dijit/form/nls/Textarea.js                         |    4 +-
 dijit/form/nls/az/ComboBox.js                      |    8 +
 dijit/form/nls/az/Textarea.js                      |    8 +
 dijit/form/nls/az/validate.js                      |    9 +
 dijit/form/nls/hr/ComboBox.js                      |    6 +
 dijit/form/nls/hr/Textarea.js                      |    9 +
 dijit/form/nls/hr/validate.js                      |    7 +
 dijit/form/nls/validate.js                         |    2 +
 dijit/form/templates/Button.html                   |   16 +-
 dijit/form/templates/CheckBox.html                 |    4 +-
 dijit/form/templates/ComboButton.html              |   14 +-
 dijit/form/templates/DropDownBox.html              |    6 +-
 dijit/form/templates/DropDownButton.html           |   10 +-
 dijit/form/templates/HorizontalSlider.html         |   24 +-
 dijit/form/templates/Select.html                   |    8 +-
 dijit/form/templates/Spinner.html                  |    8 +-
 dijit/form/templates/TextBox.html                  |    2 +-
 dijit/form/templates/ValidationTextBox.html        |    4 +-
 dijit/form/templates/VerticalSlider.html           |   24 +-
 dijit/hccss.js                                     |   52 +
 dijit/icons/commonIcons.css                        |   11 +-
 dijit/icons/commonIcons_rtl.css                    |   12 +-
 dijit/icons/editorIcons.css                        |    2 +-
 dijit/layout/AccordionContainer.js                 |  537 +-
 dijit/layout/AccordionPane.js                      |   36 +-
 dijit/layout/BorderContainer.js                    |  524 +-
 dijit/layout/ContentPane.js                        |  157 +-
 dijit/layout/LayoutContainer.js                    |   62 +-
 dijit/layout/LinkPane.js                           |   75 +-
 dijit/layout/ScrollingTabController.js             |  185 +-
 dijit/layout/SplitContainer.js                     |  176 +-
 dijit/layout/StackContainer.js                     |  181 +-
 dijit/layout/StackController.js                    |  607 +-
 dijit/layout/TabContainer.js                       |   32 +-
 dijit/layout/TabController.js                      |  283 +-
 dijit/layout/_ContentPaneResizeMixin.js            |   83 +-
 dijit/layout/_LayoutWidget.js                      |  199 +-
 dijit/layout/_TabContainerBase.js                  |   56 +-
 dijit/layout/templates/AccordionButton.html        |    8 +-
 dijit/layout/templates/ScrollingTabController.html |   29 +-
 dijit/layout/templates/TabContainer.html           |    6 +-
 .../templates/_ScrollingTabControllerButton.html   |   10 +-
 dijit/layout/templates/_TabButton.html             |   18 +-
 dijit/layout/utils.js                              |  141 +
 dijit/lib/main.js                                  |   13 -
 dijit/main.js                                      |   10 +
 dijit/nls/az/common.js                             |   10 +
 dijit/nls/az/loading.js                            |    8 +
 dijit/nls/common.js                                |    2 +
 dijit/nls/hr/common.js                             |    8 +
 dijit/nls/hr/loading.js                            |    6 +
 dijit/nls/loading.js                               |    2 +
 dijit/package.json                                 |   45 +-
 dijit/place.js                                     |  369 +
 dijit/popup.js                                     |  379 +
 dijit/registry.js                                  |  174 +
 dijit/robot.js                                     |   13 +-
 dijit/robotx.js                                    |   44 +-
 dijit/templates/Calendar.html                      |   35 +-
 dijit/templates/CheckedMenuItem.html               |   12 +-
 dijit/templates/ColorPalette.html                  |    4 +-
 dijit/templates/Dialog.html                        |   10 +-
 dijit/templates/Menu.html                          |    4 +-
 dijit/templates/MenuBar.html                       |    2 +-
 dijit/templates/MenuBarItem.html                   |    6 +-
 dijit/templates/MenuItem.html                      |   12 +-
 dijit/templates/ProgressBar.html                   |    8 +-
 dijit/templates/TimePicker.html                    |   10 +-
 dijit/templates/TitlePane.html                     |   18 +-
 dijit/templates/Tooltip.html                       |    4 +-
 dijit/templates/TooltipDialog.html                 |    2 +-
 dijit/templates/Tree.html                          |    4 +-
 dijit/templates/TreeNode.html                      |   14 +-
 dijit/tests/Bidi.html                              |    6 +-
 dijit/tests/Dialog.html                            |   27 +-
 dijit/tests/NodeList-instantiate.html              |    8 +-
 dijit/tests/ProgressBar.html                       |   23 +-
 dijit/tests/Tooltip-placement.html                 |  101 +-
 .../BidiSupportModule/BidiSupportTest.js           |  181 +
 .../tests/_BidiSupport/BidiSupportModule/module.js |   11 +
 .../_BidiSupport/BidiSupportModule/runTests.html   |   11 +
 dijit/tests/_BidiSupport/_data/categoriesHeb.json  |   12 +
 dijit/tests/_BidiSupport/_data/countriesHeb.json   |   46 +
 .../DynamicChangeTextDir.html                      |  548 +
 .../dynamicallyChangeTextDir/module.js             |   11 +
 .../dynamicallyChangeTextDir/runTests.html         |   10 +
 dijit/tests/_BidiSupport/form/module.js            |   23 +
 .../_BidiSupport/form/noTextDirTextWidgets.html    |  433 +
 .../_BidiSupport/form/robot/InlineEditBox.html     |  264 +
 .../_BidiSupport/form/robot/SimpleComboBoxes.html  |  414 +
 .../_BidiSupport/form/robot/SimpleTextarea.html    |  388 +
 dijit/tests/_BidiSupport/form/robot/TextBoxes.html |  238 +
 dijit/tests/_BidiSupport/form/robot/Textarea.html  |  265 +
 dijit/tests/_BidiSupport/form/runTests.html        |   10 +
 .../_BidiSupport/form/test_InlineEditBox.html      |  107 +
 .../_BidiSupport/form/test_SimpleComboBoxes.html   |   87 +
 .../_BidiSupport/form/test_SimpleTextarea.html     |  106 +
 dijit/tests/_BidiSupport/form/test_TextBoxes.html  |   86 +
 dijit/tests/_BidiSupport/form/test_Textarea.html   |  129 +
 .../inheritance/Inher-ComplexMarkupContainers.html |  262 +
 .../inheritance/Inher-MarkupContainers.html        |  158 +
 .../_BidiSupport/inheritance/Inher-Simple.html     |  104 +
 dijit/tests/_BidiSupport/inheritance/module.js     |   15 +
 dijit/tests/_BidiSupport/inheritance/runTests.html |   11 +
 dijit/tests/_BidiSupport/module.js                 |   21 +
 dijit/tests/_BidiSupport/runTests.html             |   11 +
 .../tests/_BidiSupport/tree/ProgrammaticTree.html  |  292 +
 dijit/tests/_BidiSupport/tree/SimpleTree.html      |  270 +
 .../_BidiSupport/tree/TreeRootlessCustomIcons.html |  267 +
 dijit/tests/_BidiSupport/tree/module.js            |   15 +
 dijit/tests/_BidiSupport/tree/runTests.html        |   10 +
 dijit/tests/_BidiSupport/widgets/Tooltip.html      |  305 +
 dijit/tests/_BidiSupport/widgets/module.js         |   11 +
 dijit/tests/_BidiSupport/widgets/runTests.html     |   11 +
 dijit/tests/_Container.html                        |   36 +-
 dijit/tests/_Templated-widgetsInTemplate.html      |  499 -
 dijit/tests/_Templated-widgetsInTemplate1.x.html   |   27 +-
 dijit/tests/_Templated.html                        |  229 -
 dijit/tests/_TemplatedMixin.html                   |  230 +
 dijit/tests/_Widget-attr.html                      |  275 +-
 dijit/tests/_Widget-connect-performance.html       |    2 +-
 dijit/tests/_Widget-deferredConnect.html           |    5 +-
 dijit/tests/_Widget-lifecycle.html                 |    2 +-
 dijit/tests/_Widget-on.html                        |   92 +
 dijit/tests/_Widget-ondijitclick.html              |   15 +-
 dijit/tests/_Widget-placeAt.html                   |    2 +-
 dijit/tests/_Widget-subscribe.html                 |    2 +-
 dijit/tests/_WidgetsInTemplateMixin.html           |  494 +
 dijit/tests/_altCalendar.html                      |   30 +-
 dijit/tests/_base/manager.html                     |    2 +-
 dijit/tests/_base/place.html                       |  144 +-
 dijit/tests/_base/robot/CrossWindow.html           |    5 +-
 dijit/tests/_base/robot/FocusManager.html          |    9 +-
 dijit/tests/_base/robot/focus_mouse.html           |   13 +-
 dijit/tests/_base/robot/popup.html                 |   77 +-
 dijit/tests/_base/robot/typematic.html             |    5 +-
 dijit/tests/_base/runTests.html                    |    9 +
 dijit/tests/_base/tabindex.html                    |    2 +-
 dijit/tests/_base/test_CrossWindow.html            |   39 +-
 dijit/tests/_base/test_FocusManager.html           |    5 +-
 dijit/tests/_base/test_focusWidget.html            |   11 +-
 dijit/tests/_base/test_popup.html                  |   44 +-
 dijit/tests/_base/test_typematic.html              |    8 +-
 dijit/tests/_base/wai.html                         |    6 +-
 dijit/tests/_data/SlowStore.js                     |    4 +-
 dijit/tests/_loadTest.js                           |   26 +-
 dijit/tests/_testCommon.js                         |  176 +-
 dijit/tests/delay.js                               |   19 +
 dijit/tests/editor/BackForwardState.html           |    1 +
 dijit/tests/editor/EnterKeyHandling.html           |    2 +-
 dijit/tests/editor/nls_8859-2.html                 |    2 +-
 dijit/tests/editor/nls_sjis.html                   |    2 +-
 dijit/tests/editor/nls_utf8.html                   |    2 +-
 dijit/tests/editor/robot/BackForwardState.html     |    5 +-
 dijit/tests/editor/robot/CustomPlugin.html         |   70 +-
 dijit/tests/editor/robot/Editor_FontChoice.html    |  151 +-
 dijit/tests/editor/robot/Editor_FullScreen.html    |  111 +-
 dijit/tests/editor/robot/Editor_LinkDialog.html    |   50 +-
 dijit/tests/editor/robot/Editor_NewPage.html       |    5 +-
 dijit/tests/editor/robot/Editor_ViewSource.html    |   69 +-
 dijit/tests/editor/robot/Editor_a11y.html          |   19 +-
 dijit/tests/editor/robot/Editor_misc.html          |   41 +-
 dijit/tests/editor/robot/Editor_mouse.html         |    7 +-
 dijit/tests/editor/robot/EnterKeyHandling.html     |   51 +-
 dijit/tests/editor/robot/TabIndent.html            |    7 +-
 dijit/tests/editor/robot/ToggleDir.html            |    7 +-
 dijit/tests/editor/robot/ToggleDir_rtl.html        |    7 +-
 dijit/tests/editor/test_CustomPlugin.html          |    8 +-
 dijit/tests/editor/test_Editor.html                |    8 +-
 dijit/tests/editor/test_LinkDialog.html            |    2 +-
 dijit/tests/editor/test_ToggleDir_rtl.html         |    2 +-
 dijit/tests/editor/test_ViewSource.html            |    8 +-
 dijit/tests/focus-framedojo-child.html             |   51 +
 dijit/tests/focus-framedojo.html                   |   22 +
 dijit/tests/form/AutoCompleterMixin.html           |  286 +
 dijit/tests/form/ButtonMixin.html                  |  168 +
 dijit/tests/form/CheckBoxMixin.html                |  295 +
 dijit/tests/form/DateTextBox.html                  |    2 +-
 dijit/tests/form/ExpandingTextAreaMixin.html       |  286 +
 dijit/tests/form/Form.html                         |   49 +-
 dijit/tests/form/RadioButtonMixin.html             |  187 +
 dijit/tests/form/TextBoxMixin.html                 |  264 +
 dijit/tests/form/TextBox_sizes.html                |   21 +-
 dijit/tests/form/TextBox_sizes.js                  |    8 +-
 dijit/tests/form/TextBox_types.html                |   87 +
 dijit/tests/form/ToggleButtonMixin.html            |  169 +
 dijit/tests/form/_autoComplete.html                |   17 +-
 dijit/tests/form/mobile.html                       |  201 +
 dijit/tests/form/module.js                         |   13 +-
 dijit/tests/form/robot/Button_a11y.html            |  155 +-
 dijit/tests/form/robot/Button_mouse.html           |  184 +-
 dijit/tests/form/robot/CheckBox_a11y.html          |   25 +-
 dijit/tests/form/robot/CheckBox_mouse.html         |    7 +-
 dijit/tests/form/robot/DateTextBox.html            |   82 +-
 dijit/tests/form/robot/Form_onsubmit.html          |   87 +-
 dijit/tests/form/robot/Form_state.html             |    7 +-
 dijit/tests/form/robot/MultiSelect.html            |   23 +-
 dijit/tests/form/robot/Select.html                 |  119 +-
 dijit/tests/form/robot/SimpleTextarea.html         |    5 +-
 dijit/tests/form/robot/Slider_a11y.html            |   67 +-
 dijit/tests/form/robot/Slider_mouse.html           |   64 +-
 dijit/tests/form/robot/Spinner_a11y.html           |   66 +-
 dijit/tests/form/robot/Spinner_mouse.html          |    7 +-
 dijit/tests/form/robot/Textarea.html               |   38 +-
 dijit/tests/form/robot/TimeTextBox.html            |   67 +-
 dijit/tests/form/robot/ValidationTextBox.html      |  142 +-
 dijit/tests/form/robot/_autoComplete_a11y.html     |  129 +-
 dijit/tests/form/robot/_autoComplete_mouse.html    |   35 +-
 dijit/tests/form/robot/validationMessages.html     |   82 +-
 dijit/tests/form/test_Button.html                  |   89 +-
 dijit/tests/form/test_CheckBox.html                |    6 +-
 dijit/tests/form/test_DateTextBox.html             |   10 +-
 dijit/tests/form/test_Form_onsubmit.html           |   12 +-
 dijit/tests/form/test_Form_state.html              |   16 +-
 dijit/tests/form/test_MultiSelect.html             |   12 +-
 dijit/tests/form/test_Select.html                  |  185 +-
 dijit/tests/form/test_SimpleTextarea.html          |    2 +-
 dijit/tests/form/test_Slider.html                  |   15 +-
 dijit/tests/form/test_Spinner.html                 |    6 +-
 dijit/tests/form/test_Textarea.html                |    6 +-
 dijit/tests/form/test_TimeTextBox.html             |   11 +-
 dijit/tests/form/test_validStatePerformance.html   |   39 +-
 dijit/tests/form/test_validate.html                |   93 +-
 dijit/tests/form/test_verticalAlign.html           |    2 +-
 dijit/tests/helpers.js                             |    8 +-
 dijit/tests/i18n/currency.html                     |    4 +-
 dijit/tests/i18n/date.html                         |    6 +-
 dijit/tests/i18n/digit.html                        |    6 +-
 dijit/tests/i18n/number.html                       |    4 +-
 dijit/tests/i18n/textbox.html                      |    4 +-
 dijit/tests/i18n/time.html                         |   10 +-
 dijit/tests/infrastructure-module.js               |    6 +-
 dijit/tests/layout/AccordionContainer.html         |   88 +-
 dijit/tests/layout/BorderContainer.html            |   77 +-
 dijit/tests/layout/ContentPane-remote.html         |   26 +-
 dijit/tests/layout/ContentPane.html                |   39 +-
 dijit/tests/layout/ContentPaneLayout.html          |   36 +-
 dijit/tests/layout/LayoutContainer.html            |    4 +-
 dijit/tests/layout/StackContainer.html             |  373 +
 dijit/tests/layout/TabContainer.html               |  119 +-
 dijit/tests/layout/TabContainerTitlePane.html      |    2 +-
 dijit/tests/layout/borderContainer.php             |    4 +-
 dijit/tests/layout/mobile.html                     |  142 +
 dijit/tests/layout/module.js                       |    2 +-
 dijit/tests/layout/multipleLayoutWidgets.php       |    4 +-
 dijit/tests/layout/nestedStack.html                |    2 +-
 .../layout/robot/AccordionContainer_a11y.html      |   12 +-
 .../layout/robot/AccordionContainer_mouse.html     |    2 +-
 dijit/tests/layout/robot/BorderContainer.html      |   10 +-
 .../layout/robot/BorderContainer_complex.html      |   70 +-
 dijit/tests/layout/robot/BorderContainer_full.html |    4 +-
 .../tests/layout/robot/BorderContainer_nested.html |    2 +-
 dijit/tests/layout/robot/GUI.html                  |    2 +-
 dijit/tests/layout/robot/StackContainer_mouse.html |  372 -
 dijit/tests/layout/robot/TabContainer_a11y.html    |    2 +-
 dijit/tests/layout/robot/TabContainer_mouse.html   |    6 +-
 .../tests/layout/robot/TabContainer_noLayout.html  |  534 +-
 dijit/tests/layout/test_AccordionContainer.html    |    7 +-
 dijit/tests/layout/test_BorderContainer.html       |   14 +-
 .../layout/test_BorderContainer_experimental.html  |    2 +-
 dijit/tests/layout/test_ContentPane.html           |   21 +-
 dijit/tests/layout/test_Gui.html                   |    6 +-
 dijit/tests/layout/test_SplitContainer.html        |    2 +-
 dijit/tests/layout/test_StackContainer.html        |  200 -
 dijit/tests/layout/test_TabContainer.html          |    2 +-
 dijit/tests/mobile.html                            |  183 +
 dijit/tests/module.js                              |    2 +
 dijit/tests/robot/BgIframe.html                    |    5 +-
 dijit/tests/robot/Calendar_a11y.html               |  114 +-
 dijit/tests/robot/ColorPalette.html                |   27 +-
 dijit/tests/robot/Dialog_a11y.html                 |   60 +-
 dijit/tests/robot/Dialog_focusDestroy.html         |    2 +-
 dijit/tests/robot/Dialog_mouse.html                |   86 +-
 dijit/tests/robot/InlineEditBox.html               |   16 +-
 dijit/tests/robot/Menu_a11y.html                   |  150 +-
 dijit/tests/robot/Menu_iframe.html                 |   22 +-
 dijit/tests/robot/Menu_mouse.html                  |    5 +-
 dijit/tests/robot/TitlePane.html                   |    8 +-
 dijit/tests/robot/Toolbar.html                     |   56 +-
 dijit/tests/robot/TooltipDialog_a11y.html          |   36 +-
 dijit/tests/robot/TooltipDialog_mouse.html         |   86 +-
 dijit/tests/robot/Tooltip_a11y.html                |    5 +-
 dijit/tests/robot/Tooltip_mouse.html               |   92 +-
 dijit/tests/robot/Tooltip_mouse_quirks.html        |    2 +-
 dijit/tests/robot/_Widget-deferredConnect.html     |    4 +-
 dijit/tests/robot/_Widget-ondijitclick_a11y.html   |   39 +-
 dijit/tests/robot/_Widget-ondijitclick_mouse.html  |   33 +-
 dijit/tests/test_Calendar.html                     |   12 +-
 dijit/tests/test_CalendarLite.html                 |   43 +
 dijit/tests/test_ColorPalette.html                 |   39 +-
 dijit/tests/test_Declaration.html                  |   26 +-
 dijit/tests/test_Declaration_1.x.html              |    2 +-
 dijit/tests/test_Dialog.html                       |   26 +-
 dijit/tests/test_Dialog_focusDestroy.html          |    4 +-
 dijit/tests/test_InlineEditBox.html                |    2 +-
 dijit/tests/test_Menu.html                         |   21 +-
 dijit/tests/test_Menu_iframe.html                  |    3 +
 dijit/tests/test_TitlePane.html                    |   18 +-
 dijit/tests/test_Toolbar.html                      |    6 +-
 dijit/tests/test_Tooltip.html                      |   35 +-
 dijit/tests/test_TooltipDialog.html                |   17 +-
 dijit/tests/test_UIWindowIssue_child.html          |   47 +
 dijit/tests/test_UIWindowIssue_main.html           |   75 +
 dijit/tests/tree/CustomLabel.html                  |    2 +-
 dijit/tests/tree/Tree.html                         |   55 +-
 dijit/tests/tree/Tree_with_JRS.html                |    2 +-
 dijit/tests/tree/module.js                         |    4 +-
 dijit/tests/tree/robot/Tree_a11y.html              |   43 +-
 dijit/tests/tree/robot/Tree_dnd.html               |   32 +-
 dijit/tests/tree/robot/Tree_dnd_multiParent.html   |   69 +-
 dijit/tests/tree/robot/Tree_selector.html          |   28 +-
 dijit/tests/tree/robot/Tree_v1.html                |   12 +-
 dijit/tests/tree/test_Tree.html                    |    8 +-
 dijit/tests/tree/test_Tree_DnD.html                |   32 +-
 dijit/tests/tree/test_Tree_v1.html                 |    2 +
 dijit/themes/claro/Calendar.css                    |   74 +-
 dijit/themes/claro/Calendar.less                   |   74 +-
 dijit/themes/claro/ColorPalette.css                |    8 +-
 dijit/themes/claro/ColorPalette.less               |   10 +-
 dijit/themes/claro/Common.css                      |   16 +-
 dijit/themes/claro/Common.less                     |   14 +-
 dijit/themes/claro/Dialog.css                      |    8 +-
 dijit/themes/claro/Dialog.less                     |   14 +-
 dijit/themes/claro/Editor.css                      |    4 +-
 dijit/themes/claro/Editor.less                     |    4 +-
 dijit/themes/claro/InlineEditBox.css               |    4 +-
 dijit/themes/claro/Menu.css                        |   24 +-
 dijit/themes/claro/Menu.less                       |   18 +-
 dijit/themes/claro/ProgressBar.css                 |   12 +-
 dijit/themes/claro/ProgressBar.less                |   10 +-
 dijit/themes/claro/README                          |   31 +-
 dijit/themes/claro/TimePicker.css                  |    4 +-
 dijit/themes/claro/TimePicker.less                 |    6 +-
 dijit/themes/claro/TitlePane.css                   |   12 +-
 dijit/themes/claro/TitlePane.less                  |   10 +-
 dijit/themes/claro/Toolbar.css                     |   55 +-
 dijit/themes/claro/Toolbar.less                    |   46 +-
 dijit/themes/claro/Tree.css                        |   28 +-
 dijit/themes/claro/Tree.less                       |   17 +-
 dijit/themes/claro/compile.js                      |    9 +-
 dijit/themes/claro/form/Button.css                 |   14 +-
 dijit/themes/claro/form/Button.less                |   10 +-
 dijit/themes/claro/form/Checkbox.css               |    8 +-
 dijit/themes/claro/form/Checkbox.less              |    8 +-
 dijit/themes/claro/form/Common.css                 |   35 +-
 dijit/themes/claro/form/Common.less                |   30 +-
 dijit/themes/claro/form/NumberSpinner.css          |    4 +-
 dijit/themes/claro/form/NumberSpinner.less         |    6 +-
 dijit/themes/claro/form/RadioButton.css            |    8 +-
 dijit/themes/claro/form/RadioButton.less           |    8 +-
 dijit/themes/claro/form/Select.css                 |   18 +-
 dijit/themes/claro/form/Select.less                |    6 +-
 dijit/themes/claro/form/Slider.css                 |   33 +-
 dijit/themes/claro/form/Slider.less                |   17 +-
 dijit/themes/claro/layout/AccordionContainer.css   |   21 +-
 dijit/themes/claro/layout/AccordionContainer.less  |    7 +-
 dijit/themes/claro/layout/BorderContainer.css      |    8 +-
 dijit/themes/claro/layout/BorderContainer.less     |    4 +-
 dijit/themes/claro/layout/TabContainer.css         |   42 +-
 dijit/themes/claro/layout/TabContainer.less        |   26 +-
 dijit/themes/claro/variables.less                  |  221 +-
 dijit/themes/dijit.css                             |  159 +-
 dijit/themes/dijit_rtl.css                         |   20 +-
 dijit/themes/nihilo/Calendar.css                   |    4 +-
 dijit/themes/nihilo/form/Button.css                |    4 +-
 dijit/themes/nihilo/form/Common.css                |    2 +-
 .../themes/nihilo/images/tooltipConnectorRight.png |  Bin 205 -> 363 bytes
 dijit/themes/soria/Calendar.css                    |    4 +-
 dijit/themes/soria/form/Button.css                 |    4 +-
 dijit/themes/soria/form/Common.css                 |    2 +-
 .../themes/soria/images/tooltipConnectorRight.png  |  Bin 1005 -> 363 bytes
 dijit/themes/themeTester-orig.html                 |   22 +-
 dijit/themes/themeTester.html                      |  370 +-
 dijit/themes/tundra/Calendar.css                   |    4 +-
 dijit/themes/tundra/Common.css                     |   11 +-
 dijit/themes/tundra/form/Common.css                |    2 +-
 dijit/tree/ForestStoreModel.js                     |   40 +-
 dijit/tree/TreeStoreModel.js                       |   80 +-
 dijit/tree/_dndContainer.js                        |  105 +-
 dijit/tree/_dndSelector.js                         |  181 +-
 dijit/tree/dndSource.js                            |  130 +-
 dijit/tree/model.js                                |   38 +-
 dijit/typematic.js                                 |  206 +
 dojo/AdapterRegistry.js                            |   27 +-
 dojo/DeferredList.js                               |   36 +-
 dojo/Evented.js                                    |   32 +
 dojo/NodeList-data.js                              |   71 +-
 dojo/NodeList-dom.js                               |  454 +
 dojo/NodeList-fx.js                                |  109 +-
 dojo/NodeList-html.js                              |   27 +-
 dojo/NodeList-manipulate.js                        |   43 +-
 dojo/NodeList-traverse.js                          |   73 +-
 dojo/OpenAjax.js                                   |   40 +-
 dojo/Stateful.js                                   |   31 +-
 dojo/_base.js                                      |   11 -
 dojo/_base/Color.js                                |  111 +-
 dojo/_base/Deferred.js                             |  462 +-
 dojo/_base/NodeList.js                             |  974 +-
 dojo/_base/_loader/bootstrap.js                    |  568 -
 dojo/_base/_loader/hostenv_browser.js              |  505 -
 dojo/_base/_loader/hostenv_ff_ext.js               |  331 -
 dojo/_base/_loader/hostenv_rhino.js                |  207 -
 dojo/_base/_loader/hostenv_spidermonkey.js         |   80 -
 dojo/_base/_loader/loader.js                       |  904 -
 dojo/_base/_loader/loader_debug.js                 |   75 -
 dojo/_base/_loader/loader_xd.js                    |  716 -
 dojo/_base/array.js                                |  570 +-
 dojo/_base/browser.js                              |   37 +-
 dojo/_base/config.js                               |  174 +
 dojo/_base/configFirefoxExtension.js               |  334 +
 dojo/_base/configNode.js                           |   87 +
 dojo/_base/configRhino.js                          |  121 +
 dojo/_base/configSpidermonkey.js                   |   84 +
 dojo/_base/connect.js                              |  429 +-
 dojo/_base/declare.js                              |   81 +-
 dojo/_base/event.js                                |  666 +-
 dojo/_base/fx.js                                   |  117 +-
 dojo/_base/html.js                                 | 1973 +-
 dojo/_base/json.js                                 |  147 +-
 dojo/_base/kernel.js                               |  302 +
 dojo/_base/lang.js                                 |  897 +-
 dojo/_base/loader.js                               |  671 +
 dojo/_base/query-sizzle.js                         |  875 -
 dojo/_base/query.js                                | 1670 +-
 dojo/_base/sniff.js                                |  187 +
 dojo/_base/unload.js                               |   81 +
 dojo/_base/url.js                                  |  111 +
 dojo/_base/window.js                               |   69 +-
 dojo/_base/xhr.js                                  |  501 +-
 dojo/_firebug/firebug.css                          |    2 +-
 dojo/_firebug/firebug.js                           |  282 +-
 dojo/aspect.js                                     |  207 +
 dojo/back.js                                       |   99 +-
 dojo/behavior.js                                   |   46 +-
 dojo/cache.js                                      |  117 +-
 dojo/cldr/monetary.js                              |    7 +-
 dojo/cldr/nls/ar/hebrew.js                         |   10 +-
 dojo/cldr/nls/ar/islamic-civil.js                  |  225 -
 dojo/cldr/nls/ar/islamic.js                        |   10 +-
 dojo/cldr/supplemental.js                          |    9 +-
 dojo/colors.js                                     |  317 +-
 dojo/cookie.js                                     |   16 +-
 dojo/currency.js                                   |   23 +-
 dojo/data/ItemFileReadStore.js                     |  103 +-
 dojo/data/ItemFileWriteStore.js                    |  167 +-
 dojo/data/ObjectStore.js                           |  130 +-
 dojo/data/api/Identity.js                          |   10 +-
 dojo/data/api/Notification.js                      |   11 +-
 dojo/data/api/Read.js                              |  167 +-
 dojo/data/api/Request.js                           |    7 +-
 dojo/data/api/Write.js                             |   93 +-
 dojo/data/util/filter.js                           |   15 +-
 dojo/data/util/simpleFetch.js                      |   20 +-
 dojo/data/util/sorter.js                           |   20 +-
 dojo/date.js                                       |   11 +-
 dojo/date/locale.js                                |   56 +-
 dojo/date/stamp.js                                 |   11 +-
 dojo/dnd/AutoSource.js                             |   13 +
 dojo/dnd/Avatar.js                                 |    7 +-
 dojo/dnd/Container.js                              |   37 +-
 dojo/dnd/Manager.js                                |   21 +-
 dojo/dnd/Moveable.js                               |   42 +-
 dojo/dnd/Mover.js                                  |   29 +-
 dojo/dnd/Selector.js                               |   31 +-
 dojo/dnd/Source.js                                 |   99 +-
 dojo/dnd/Target.js                                 |   13 +
 dojo/dnd/TimedMoveable.js                          |   44 +-
 dojo/dnd/autoscroll.js                             |   56 +-
 dojo/dnd/common.js                                 |    7 +-
 dojo/dnd/move.js                                   |   22 +-
 dojo/dojo.js                                       | 2013 +-
 dojo/dojo.profile.js                               |   40 +
 dojo/dom-attr.js                                   |  238 +
 dojo/dom-class.js                                  |  320 +
 dojo/dom-construct.js                              |  380 +
 dojo/dom-form.js                                   |  166 +
 dojo/dom-geometry.js                               |  763 +
 dojo/dom-prop.js                                   |  196 +
 dojo/dom-style.js                                  |  337 +
 dojo/dom.js                                        |  166 +
 dojo/domReady.js                                   |   95 +
 dojo/fx.js                                         |  172 +-
 dojo/fx/Toggler.js                                 |   24 +-
 dojo/fx/easing.js                                  |   25 +-
 dojo/gears.js                                      |   25 +-
 dojo/has.js                                        |  178 +
 dojo/hash.js                                       |   49 +-
 dojo/html.js                                       |   88 +-
 dojo/i18n.js                                       |  519 +-
 dojo/io-query.js                                   |   98 +
 dojo/io/iframe.js                                  |   22 +-
 dojo/io/script.js                                  |   81 +-
 dojo/jaxer.js                                      |    7 +-
 dojo/json.js                                       |  149 +
 dojo/keys.js                                       |   80 +
 dojo/lib/backCompat.js                             |  276 -
 dojo/lib/kernel.js                                 |   19 -
 dojo/lib/main-browser.js                           |   54 -
 dojo/lib/plugins/i18n.js                           |   87 -
 dojo/lib/plugins/text.js                           |   63 -
 dojo/loadInit.js                                   |    7 +
 dojo/main.js                                       |   50 +
 dojo/mouse.js                                      |  127 +
 dojo/nls/az/colors.js                              |  153 +
 dojo/nls/ca/colors.js                              |    1 +
 dojo/nls/colors.js                                 |    3 +
 dojo/nls/cs/colors.js                              |    1 +
 dojo/nls/da/colors.js                              |    1 +
 dojo/nls/de/colors.js                              |    1 +
 dojo/nls/el/colors.js                              |    1 +
 dojo/nls/es/colors.js                              |    1 +
 dojo/nls/fi/colors.js                              |    1 +
 dojo/nls/fr/colors.js                              |    1 +
 dojo/nls/hr/colors.js                              |  156 +
 dojo/nls/hu/colors.js                              |    1 +
 dojo/nls/it/colors.js                              |    1 +
 dojo/nls/ja/colors.js                              |    1 +
 dojo/nls/kk/colors.js                              |    2 +-
 dojo/nls/ko/colors.js                              |    1 +
 dojo/nls/nb/colors.js                              |    1 +
 dojo/nls/nl/colors.js                              |    1 +
 dojo/nls/pl/colors.js                              |    1 +
 dojo/nls/pt/colors.js                              |    1 +
 dojo/nls/ro/colors.js                              |    1 +
 dojo/nls/ru/colors.js                              |    1 +
 dojo/nls/sk/colors.js                              |    1 +
 dojo/nls/sl/colors.js                              |    1 +
 dojo/nls/sv/colors.js                              |    1 +
 dojo/nls/th/colors.js                              |    1 +
 dojo/nls/tr/colors.js                              |    1 +
 dojo/nls/zh-tw/colors.js                           |    1 +
 dojo/nls/zh/colors.js                              |    1 +
 dojo/number.js                                     |   61 +-
 dojo/on.js                                         |  474 +
 dojo/package.json                                  |   42 +-
 dojo/parser.js                                     |  694 +-
 dojo/query.js                                      |  713 +
 dojo/ready.js                                      |  138 +
 dojo/regexp.js                                     |    9 +-
 dojo/require.js                                    |    7 +
 dojo/resources/dnd.css                             |    2 +-
 dojo/robot.js                                      |   28 +-
 dojo/robotx.js                                     |   28 +-
 dojo/rpc/JsonService.js                            |   12 +-
 dojo/rpc/JsonpService.js                           |    7 +-
 dojo/rpc/RpcService.js                             |   28 +-
 dojo/selector/_loader.js                           |   45 +
 dojo/selector/acme.js                              | 1480 +
 dojo/selector/lite.js                              |  264 +
 dojo/store/Cache.js                                |   50 +-
 dojo/store/DataStore.js                            |   66 +-
 dojo/store/JsonRest.js                             |   55 +-
 dojo/store/Memory.js                               |   68 +-
 dojo/store/Observable.js                           |   63 +-
 dojo/store/api/Store.js                            |  594 +-
 dojo/store/util/QueryResults.js                    |   24 +-
 dojo/store/util/SimpleQueryEngine.js               |   13 +-
 dojo/string.js                                     |   63 +-
 dojo/tests/AdapterRegistry.js                      |    5 +-
 dojo/tests/DeferredList.js                         |  133 +-
 dojo/tests/NodeList-data.html                      |  371 +-
 dojo/tests/NodeList-data.js                        |    9 +-
 dojo/tests/NodeList-fx.html                        |    8 +-
 dojo/tests/NodeList-manipulate.html                |  639 +-
 dojo/tests/NodeList-manipulate.js                  |    9 +-
 dojo/tests/NodeList-traverse.html                  |  237 +-
 dojo/tests/NodeList-traverse.js                    |    9 +-
 dojo/tests/Stateful.js                             |  100 +-
 dojo/tests/_base.js                                |  162 +-
 dojo/tests/_base/AMD-build-transform/t1.js         |   38 -
 dojo/tests/_base/AMD-build-transform/t2.js         |   14 -
 dojo/tests/_base/AMD-build-transform/t3.js         |    8 -
 dojo/tests/_base/AMD-build-transform/t4.js         |   13 -
 dojo/tests/_base/AMD-build-transform/t5.js         |   13 -
 dojo/tests/_base/Color.js                          |    8 +-
 dojo/tests/_base/Deferred.js                       |   88 +-
 dojo/tests/_base/NodeList.html                     |  295 +-
 dojo/tests/_base/_loader/afterOnLoad.html          |   71 -
 dojo/tests/_base/_loader/bootstrap.js              |  134 -
 dojo/tests/_base/_loader/config-data-global.html   |   31 -
 dojo/tests/_base/_loader/config-data.html          |   24 -
 dojo/tests/_base/_loader/config-dj-elemt.html      |   24 -
 dojo/tests/_base/_loader/config-dj-global.html     |   29 -
 dojo/tests/_base/_loader/debugConsole.html         |   51 -
 dojo/tests/_base/_loader/hostenv_browser.js        |   17 -
 dojo/tests/_base/_loader/hostenv_rhino.js          |   13 -
 dojo/tests/_base/_loader/hostenv_spidermonkey.js   |   11 -
 dojo/tests/_base/_loader/loader.js                 |  115 -
 dojo/tests/_base/_loader/modules.js                |   21 -
 dojo/tests/_base/_loader/modules/full.js           |    7 -
 dojo/tests/_base/_loader/modules/wrapped.js        |    4 -
 dojo/tests/_base/_loader/scope/scope04.html        |   80 -
 dojo/tests/_base/_loader/scope/scopeContained.html |   71 -
 .../_base/_loader/scope/scopeContainedXd.html      |   84 -
 dojo/tests/_base/_loader/scope/scopeDjConfig.html  |   64 -
 dojo/tests/_base/_loader/scope/scopeSingle.html    |   62 -
 .../tests/_base/_loader/scope/scopeSingleDaac.html |   63 -
 dojo/tests/_base/array.js                          |   17 +-
 dojo/tests/_base/connect.js                        |   37 +-
 dojo/tests/_base/connectLeaks.html                 |   93 +
 dojo/tests/_base/declare.js                        |   27 +-
 dojo/tests/_base/eventKeyPress.html                |   10 +-
 dojo/tests/_base/eventKeyPressRobot.html           |   80 +-
 dojo/tests/_base/eventMouse.html                   |  114 +
 dojo/tests/_base/eventMouseRobot.html              |  160 +
 dojo/tests/_base/fx.html                           |  858 +-
 dojo/tests/_base/fx.js                             |    9 +-
 dojo/tests/_base/html.html                         |  102 +-
 dojo/tests/_base/html.js                           |   25 +-
 dojo/tests/_base/html_box.html                     |   97 +-
 dojo/tests/_base/html_box_quirks.html              |   91 +-
 dojo/tests/_base/html_docScroll.html               |   41 +-
 dojo/tests/_base/html_element.html                 |   11 +-
 dojo/tests/_base/html_id.html                      |   10 +-
 dojo/tests/_base/html_isBodyLtr.html               |   18 +-
 dojo/tests/_base/html_quirks.html                  |    9 +-
 dojo/tests/_base/html_rtl.html                     |   62 +-
 dojo/tests/_base/json.js                           |   31 +-
 dojo/tests/_base/lang.js                           |    8 +-
 dojo/tests/_base/loader.js                         |  135 +
 dojo/tests/_base/{_loader => loader}/8976.html     |    0
 dojo/tests/_base/{_loader => loader}/a.js          |    0
 .../_base/{_loader => loader}/addLoadEvents.html   |    0
 dojo/tests/_base/loader/afterOnLoad.html           |   79 +
 dojo/tests/_base/loader/amdModule.js               |    5 +
 dojo/tests/_base/loader/amdModule1.js              |    5 +
 dojo/tests/_base/loader/amdModule2.js              |    5 +
 dojo/tests/_base/loader/amdModuleDep.js            |    5 +
 dojo/tests/_base/loader/amdModuleDep1.js           |    5 +
 dojo/tests/_base/loader/amdModuleDep2.js           |    5 +
 dojo/tests/_base/loader/asyncWithDojoRequire.html  |  103 +
 dojo/tests/_base/loader/bootstrap.js               |  157 +
 dojo/tests/_base/loader/cdnTest.html               |   74 +
 dojo/tests/_base/loader/cdnTest.js                 |   39 +
 dojo/tests/_base/loader/config-has.html            |   59 +
 dojo/tests/_base/loader/config-sniff-djConfig.html |   50 +
 dojo/tests/_base/loader/config-sniff.html          |   48 +
 dojo/tests/_base/loader/config.html                |  156 +
 dojo/tests/_base/loader/configApi.html             |   94 +
 dojo/tests/_base/loader/coolio/calendar-amd.js     |    7 +
 dojo/tests/_base/loader/coolio/calendar.js         |    6 +
 dojo/tests/_base/loader/coolio/calendar1.js        |    6 +
 dojo/tests/_base/loader/coolio/coolio-built.html   |   60 +
 .../_base/loader/coolio/coolio-dev-async.html      |   70 +
 .../loader/coolio/coolio-dev-legacy-async.html     |   83 +
 .../_base/loader/coolio/coolio-dev-legacy.html     |   46 +
 dojo/tests/_base/loader/coolio/coolio.js           |   17 +
 dojo/tests/_base/loader/coolio/coolio.profile.js   |   34 +
 dojo/tests/_base/loader/coolio/test.html           |   45 +
 dojo/tests/_base/loader/core.js                    |   18 +
 dojo/tests/_base/loader/debugConsole.html          |   47 +
 dojo/tests/_base/loader/declareStepsOnProvide.html |   24 +
 dojo/tests/_base/loader/declareStepsOnProvide.js   |   14 +
 .../tests/_base/loader/declareStepsOnProvideAmd.js |    3 +
 .../_base/{_loader => loader}/fastbackTest.html    |    0
 dojo/tests/_base/{_loader => loader}/getText.txt   |    0
 dojo/tests/_base/loader/hostenv_rhino.js           |   13 +
 dojo/tests/_base/loader/hostenv_spidermonkey.js    |   11 +
 dojo/tests/_base/loader/moduleIds.js               |  210 +
 dojo/tests/_base/loader/modulePaths.html           |   37 +
 dojo/tests/_base/loader/modules.js                 |   24 +
 .../_base/{_loader => loader}/modules/anon.js      |    0
 .../_base/{_loader => loader}/modules/data.js      |    0
 .../{_loader => loader}/modules/factoryArity.js    |    0
 dojo/tests/_base/loader/modules/full.js            |    5 +
 dojo/tests/_base/loader/modules/wrapped.js         |   15 +
 dojo/tests/_base/loader/myTopLevelModule.js        |    3 +
 .../_base/loader/myTopLevelModule/myModule.js      |    2 +
 dojo/tests/_base/loader/nls/ab-cd-ef/amdBundle.js  |    3 +
 dojo/tests/_base/loader/nls/ab-cd-ef/syncBundle.js |    3 +
 dojo/tests/_base/loader/nls/ab/amdBundle.js        |    3 +
 dojo/tests/_base/loader/nls/ab/syncBundle.js       |    3 +
 dojo/tests/_base/loader/nls/amdBundle.js           |    7 +
 dojo/tests/_base/loader/nls/syncBundle.js          |    3 +
 dojo/tests/_base/loader/package.html               |   11 +
 dojo/tests/_base/loader/paths.html                 |   52 +
 dojo/tests/_base/loader/pub1.js                    |    3 +
 dojo/tests/_base/loader/pub2.js                    |    3 +
 dojo/tests/_base/loader/publishRequireResult.html  |   34 +
 dojo/tests/_base/loader/ready.html                 |   32 +
 dojo/tests/_base/loader/requirejs/bar              |    5 +
 .../tests/_base/loader/requirejs/circular-tests.js |   29 +
 dojo/tests/_base/loader/requirejs/circular.html    |   13 +
 dojo/tests/_base/loader/requirejs/config.html      |   41 +
 dojo/tests/_base/loader/requirejs/dataMain.html    |   12 +
 dojo/tests/_base/loader/requirejs/dataMain.js      |   16 +
 dojo/tests/_base/loader/requirejs/depoverlap.html  |   14 +
 dojo/tests/_base/loader/requirejs/depoverlap.js    |   35 +
 dojo/tests/_base/loader/requirejs/dimple.js        |    5 +
 dojo/tests/_base/loader/requirejs/dos.js           |   13 +
 .../tests/_base/loader/requirejs/exports/assign.js |    5 +
 .../_base/loader/requirejs/exports/assign2.js      |    4 +
 .../loader/requirejs/exports/exports-tests.js      |   24 +
 .../_base/loader/requirejs/exports/exports.html    |   18 +
 .../_base/loader/requirejs/exports/funcSet.js      |    5 +
 .../loader/requirejs/exports/implicitModule.js     |    7 +
 .../_base/loader/requirejs/exports/simpleReturn.js |   10 +
 .../_base/loader/requirejs/exports/usethis.js      |    3 +
 .../_base/loader/requirejs/exports/vanilla.js      |    5 +
 dojo/tests/_base/loader/requirejs/foo              |    5 +
 dojo/tests/_base/loader/requirejs/func.js          |    7 +
 dojo/tests/_base/loader/requirejs/funcFour.js      |   14 +
 dojo/tests/_base/loader/requirejs/funcOne.js       |   15 +
 dojo/tests/_base/loader/requirejs/funcThree.js     |   14 +
 dojo/tests/_base/loader/requirejs/funcTwo.js       |   15 +
 dojo/tests/_base/loader/requirejs/i18n/common.html |   53 +
 dojo/tests/_base/loader/requirejs/i18n/commonA.js  |    3 +
 dojo/tests/_base/loader/requirejs/i18n/commonB.js  |    3 +
 dojo/tests/_base/loader/requirejs/i18n/i18n.html   |   62 +
 dojo/tests/_base/loader/requirejs/i18n/i18n.js     |    4 +
 .../_base/loader/requirejs/i18n/nls/colors.js      |    9 +
 .../requirejs/i18n/nls/en-us-surfer/colors.js      |    3 +
 .../_base/loader/requirejs/i18n/nls/fr/colors.js   |    4 +
 .../_base/loader/requirejs/i18n/testModule.js      |    4 +
 .../loader/requirejs/layers/allplugins-text.html   |   33 +
 dojo/tests/_base/loader/requirejs/layers/build.sh  |    1 +
 .../tests/_base/loader/requirejs/layers/epsilon.js |    5 +
 .../_base/loader/requirejs/layers/helloWorld.txt   |    1 +
 dojo/tests/_base/loader/requirejs/layers/layer1.js |   31 +
 .../_base/loader/requirejs/layers/layers.html      |   67 +
 dojo/tests/_base/loader/requirejs/map.js           |    7 +
 dojo/tests/_base/loader/requirejs/one.js           |   13 +
 .../_base/loader/requirejs/paths/first.js/first.js |    8 +
 .../loader/requirejs/paths/first.js/second.js      |    8 +
 dojo/tests/_base/loader/requirejs/paths/paths.html |   59 +
 .../loader/requirejs/relative/foo/bar/message.txt  |    1 +
 .../_base/loader/requirejs/relative/foo/bar/one.js |   10 +
 .../_base/loader/requirejs/relative/foo/bar/two.js |    3 +
 .../_base/loader/requirejs/relative/foo/three.js   |    3 +
 .../loader/requirejs/relative/relative-tests.js    |   23 +
 .../_base/loader/requirejs/relative/relative.html  |   22 +
 .../_base/loader/requirejs/requirejs-setup.js      |   32 +
 .../_base/loader/requirejs/simple-badbase.html     |   55 +
 .../_base/loader/requirejs/simple-nohead.html      |   24 +
 dojo/tests/_base/loader/requirejs/simple-tests.js  |   23 +
 dojo/tests/_base/loader/requirejs/simple.html      |   35 +
 dojo/tests/_base/loader/requirejs/simple.js        |    7 +
 dojo/tests/_base/loader/requirejs/text/local.js    |    5 +
 .../loader/requirejs/text/resources/local.html     |    1 +
 .../loader/requirejs/text/resources/sample.html    |    8 +
 .../_base/loader/requirejs/text/subwidget.html     |    8 +
 .../tests/_base/loader/requirejs/text/subwidget.js |   10 +
 .../_base/loader/requirejs/text/subwidget2.html    |    1 +
 dojo/tests/_base/loader/requirejs/text/text.html   |   58 +
 .../_base/loader/requirejs/text/textOnly.html      |   42 +
 dojo/tests/_base/loader/requirejs/text/widget.html |    1 +
 dojo/tests/_base/loader/requirejs/text/widget.js   |   11 +
 dojo/tests/_base/loader/requirejs/tres.js          |    7 +
 dojo/tests/_base/loader/requirejs/two.js           |   12 +
 dojo/tests/_base/loader/requirejs/uniques/one.js   |    8 +
 dojo/tests/_base/loader/requirejs/uniques/three.js |    3 +
 dojo/tests/_base/loader/requirejs/uniques/two.js   |    8 +
 .../_base/loader/requirejs/uniques/uniques.html    |   43 +
 dojo/tests/_base/loader/requirejs/uno.js           |   14 +
 dojo/tests/_base/loader/requirejs/urlfetch/one.js  |    3 +
 .../tests/_base/loader/requirejs/urlfetch/three.js |   10 +
 dojo/tests/_base/loader/requirejs/urlfetch/two.js  |   10 +
 .../_base/loader/requirejs/urlfetch/urlfetch.html  |   69 +
 dojo/tests/_base/loader/scope04.html               |   80 +
 dojo/tests/_base/loader/syncFromAsyncModule.js     |    4 +
 dojo/tests/_base/loader/syncFromAsyncModuleDep.js  |    2 +
 dojo/tests/_base/loader/syncModule.js              |    9 +
 dojo/tests/_base/loader/syncModule1.js             |    5 +
 dojo/tests/_base/loader/syncModule2.js             |    5 +
 dojo/tests/_base/loader/syncModuleDep.js           |    4 +
 dojo/tests/_base/loader/syncModuleDep1.js          |    4 +
 dojo/tests/_base/loader/syncModuleDep2.js          |    4 +
 dojo/tests/_base/loader/traceApi.html              |   21 +
 .../_base/loader/xdomain/local1-browser-skip.js    |    1 +
 dojo/tests/_base/loader/xdomain/local1-browser.js  |    4 +
 dojo/tests/_base/loader/xdomain/local1-dep.js      |    4 +
 .../loader/xdomain/local1-runtimeDependent1.js     |    4 +
 dojo/tests/_base/loader/xdomain/local1.js          |   82 +
 dojo/tests/_base/loader/xdomain/local2.js          |   13 +
 dojo/tests/_base/loader/xdomain/local3.js          |   10 +
 dojo/tests/_base/loader/xdomain/xdomain.html       |  290 +
 dojo/tests/_base/object.js                         |   14 +-
 dojo/tests/_base/query.html                        |  122 +-
 dojo/tests/_base/query.js                          |   11 +-
 dojo/tests/_base/scrollingIframe.js                |   11 +-
 dojo/tests/_base/timeout.php                       |    2 +-
 dojo/tests/_base/window.html                       |  104 +
 dojo/tests/_base/window.js                         |   57 +-
 dojo/tests/_base/window_iframe_quirks.html         |   11 +
 dojo/tests/_base/window_iframe_standards.html      |   15 +
 dojo/tests/_base/xhr.html                          |   15 +-
 dojo/tests/_base/xhr.js                            |    9 +-
 dojo/tests/amd/backCompat.js                       |  118 -
 dojo/tests/amd/main.js                             |   26 -
 dojo/tests/amd/smoke-bdLoad.html                   |   42 -
 dojo/tests/amd/smoke-requirejs.html                |   46 -
 dojo/tests/amd/smoke.txt                           |    1 -
 dojo/tests/amd/text.html                           |    1 -
 dojo/tests/aspect.js                               |  119 +
 dojo/tests/back-hash.js                            |   10 +-
 dojo/tests/back.html                               |   19 +-
 dojo/tests/back.js                                 |    9 +-
 dojo/tests/baseonly.js                             |    8 +-
 dojo/tests/behavior.html                           |   94 +-
 dojo/tests/behavior.js                             |    9 +-
 dojo/tests/cache.js                                |   18 +-
 dojo/tests/cldr.js                                 |   14 +-
 dojo/tests/colors.js                               |   76 +-
 dojo/tests/cookie.html                             |  132 +-
 dojo/tests/cookie.js                               |    9 +-
 dojo/tests/currency.js                             |   78 +-
 dojo/tests/data.js                                 |    9 +-
 dojo/tests/data/ItemFileReadStore.js               |    7 +-
 dojo/tests/data/ItemFileWriteStore.js              |  102 +-
 dojo/tests/data/ObjectStore.js                     |   17 +-
 dojo/tests/data/readOnlyItemFileTestTemplates.js   |  192 +-
 dojo/tests/data/utils.js                           |    8 +-
 dojo/tests/date.js                                 |  208 +-
 dojo/tests/date/locale.js                          |   44 +-
 dojo/tests/date/stamp.js                           |    2 +-
 dojo/tests/dnd/flickr_viewer.html                  |    2 +
 dojo/tests/dnd/test_box_constraints.html           |    2 +
 dojo/tests/dnd/test_container.html                 |    4 +-
 dojo/tests/dnd/test_container_markup.html          |    2 +
 dojo/tests/dnd/test_custom_constraints.html        |    2 +
 dojo/tests/dnd/test_dnd.html                       |    6 +-
 dojo/tests/dnd/test_dnd_handles.html               |    4 +-
 dojo/tests/dnd/test_form.html                      |   19 +-
 dojo/tests/dnd/test_moveable.html                  |   14 +-
 dojo/tests/dnd/test_moveable_markup.html           |    2 +
 dojo/tests/dnd/test_params.html                    |    2 +
 dojo/tests/dnd/test_parent_constraints.html        |    2 +
 .../tests/dnd/test_parent_constraints_margins.html |    2 +
 dojo/tests/dnd/test_selector.html                  |    4 +-
 dojo/tests/dnd/test_selector_markup.html           |    2 +
 dojo/tests/dnd/test_timed_moveable.html            |    2 +
 dojo/tests/fx.html                                 |   58 +-
 dojo/tests/fx.js                                   |   12 +-
 dojo/tests/hash.js                                 |   19 +-
 dojo/tests/html.js                                 |    9 +-
 dojo/tests/html/test_set.html                      |   13 +-
 dojo/tests/i18n.html                               |   71 +
 dojo/tests/i18n.js                                 |  180 +-
 dojo/tests/io/iframe.html                          |  264 +-
 dojo/tests/io/iframe.js                            |    9 +-
 dojo/tests/io/script.html                          |  187 +-
 dojo/tests/io/script.js                            |    9 +-
 dojo/tests/json.js                                 |  166 +
 dojo/tests/module.js                               |   73 +-
 dojo/tests/number.js                               |  135 +-
 dojo/tests/on.js                                   |  229 +
 dojo/tests/parser.html                             |  790 +-
 dojo/tests/parser.js                               |    9 +-
 dojo/tests/regexp.js                               |   11 +-
 dojo/tests/resources/ApplicationState.js           |   10 +-
 dojo/tests/rpc.js                                  |   25 +-
 dojo/tests/runTests.html                           |    2 +-
 dojo/tests/sie/all.js                              |   22 -
 dojo/tests/sie/smoke-v15.html                      |   29 -
 dojo/tests/sie/smoke.html                          |   31 -
 dojo/tests/store.js                                |    8 +-
 dojo/tests/store/DataStore.js                      |   38 +-
 dojo/tests/store/JsonRest.js                       |   10 +-
 dojo/tests/store/Memory.js                         |    7 +-
 dojo/tests/store/Observable.js                     |   15 +-
 dojo/tests/string.js                               |   16 +-
 dojo/tests/test_FirebugLite.html                   |   33 +-
 dojo/tests/test_FirebugLitePopup.html              |   33 +-
 dojo/tests/test_fx.html                            |    9 +-
 dojo/tests/test_touch.html                         |  144 +
 dojo/tests/touch.js                                |    6 +
 dojo/tests/uacss.js                                |   13 +-
 dojo/tests/uacss/sniffQuirks.html                  |   11 +-
 dojo/tests/uacss/sniffStandards.html               |   10 +-
 dojo/tests/window.js                               |   16 +-
 dojo/tests/window/test_scroll.html                 |   93 +-
 dojo/tests/window/viewport.html                    |   53 +-
 dojo/text.js                                       |  212 +
 dojo/topic.js                                      |   33 +
 dojo/touch.js                                      |   89 +
 dojo/uacss.js                                      |   67 +-
 dojo/window.js                                     |   79 +-
 dojox/NodeList/README                              |    2 +-
 dojox/NodeList/delegate.js                         |   17 +-
 dojox/NodeList/tests/delegate-async.html           |   72 +
 dojox/analytics.js                                 |    6 +-
 dojox/analytics/Urchin.js                          |  247 +-
 dojox/analytics/_base.js                           |  236 +-
 dojox/analytics/plugins/consoleMessages.js         |   39 +-
 dojox/analytics/plugins/dojo.js                    |   40 +-
 dojox/analytics/plugins/idle.js                    |   61 +-
 dojox/analytics/plugins/mouseClick.js              |   81 +-
 dojox/analytics/plugins/mouseOver.js               |  155 +-
 dojox/analytics/plugins/window.js                  |   58 +-
 dojox/analytics/tests/test_GoogleAnalytics.html    |    2 -
 .../tests/test_GoogleAnalyticsMarkup.html          |    3 +-
 dojox/analytics/tests/test_analytics-async.html    |  121 +
 dojox/analytics/tests/test_analytics.html          |    9 +-
 dojox/app/README.txt                               |  174 +
 dojox/app/animation.js                             |  346 +
 dojox/app/bind.js                                  |   39 +
 dojox/app/main.js                                  |  115 +
 dojox/app/model.js                                 |   26 +
 dojox/app/module/env.js                            |   21 +
 dojox/app/module/history.js                        |   90 +
 dojox/app/module/lifecycle.js                      |   26 +
 dojox/app/scene.js                                 |  588 +
 dojox/app/schema/README                            |    1 +
 dojox/app/schema/application.json                  |   55 +
 dojox/app/schema/model.json                        |   11 +
 dojox/app/schema/scene.json                        |   29 +
 dojox/app/schema/store.json                        |   11 +
 dojox/app/schema/view.json                         |   30 +
 dojox/app/tests/images/a-icon-1-41x41.png          |  Bin 0 -> 3886 bytes
 dojox/app/tests/images/a-icon-1.png                |  Bin 0 -> 550 bytes
 dojox/app/tests/images/a-icon-10.png               |  Bin 0 -> 332 bytes
 dojox/app/tests/images/a-icon-11.png               |  Bin 0 -> 343 bytes
 dojox/app/tests/images/a-icon-12.png               |  Bin 0 -> 613 bytes
 dojox/app/tests/images/a-icon-13.png               |  Bin 0 -> 278 bytes
 dojox/app/tests/images/a-icon-14.png               |  Bin 0 -> 612 bytes
 dojox/app/tests/images/a-icon-15.png               |  Bin 0 -> 765 bytes
 dojox/app/tests/images/a-icon-16.png               |  Bin 0 -> 597 bytes
 dojox/app/tests/images/a-icon-17.png               |  Bin 0 -> 942 bytes
 dojox/app/tests/images/a-icon-18.png               |  Bin 0 -> 832 bytes
 dojox/app/tests/images/a-icon-2-41x41.png          |  Bin 0 -> 923 bytes
 dojox/app/tests/images/a-icon-2.png                |  Bin 0 -> 644 bytes
 dojox/app/tests/images/a-icon-3.png                |  Bin 0 -> 1509 bytes
 dojox/app/tests/images/a-icon-4.png                |  Bin 0 -> 695 bytes
 dojox/app/tests/images/b-app-icon-1.png            |  Bin 0 -> 1296 bytes
 dojox/app/tests/images/b-app-icon-2.png            |  Bin 0 -> 1325 bytes
 dojox/app/tests/images/b-app-icon-3.png            |  Bin 0 -> 1306 bytes
 dojox/app/tests/images/b-app-icon-4.png            |  Bin 0 -> 1301 bytes
 dojox/app/tests/images/b-app-icon-5.png            |  Bin 0 -> 1288 bytes
 dojox/app/tests/images/b-app-icon-6.png            |  Bin 0 -> 1323 bytes
 dojox/app/tests/images/b-app-icon-7.png            |  Bin 0 -> 1299 bytes
 dojox/app/tests/images/b-app-icon-8.png            |  Bin 0 -> 1315 bytes
 dojox/app/tests/images/b-icon-1.png                |  Bin 0 -> 933 bytes
 dojox/app/tests/images/b-icon-2.png                |  Bin 0 -> 936 bytes
 dojox/app/tests/images/b-icon-3.png                |  Bin 0 -> 934 bytes
 dojox/app/tests/images/b-icon-4.png                |  Bin 0 -> 926 bytes
 dojox/app/tests/images/b-icon-5.png                |  Bin 0 -> 948 bytes
 dojox/app/tests/images/b-icon-6.png                |  Bin 0 -> 946 bytes
 dojox/app/tests/images/b-icon-7.png                |  Bin 0 -> 915 bytes
 dojox/app/tests/images/b-icon-8.png                |  Bin 0 -> 960 bytes
 dojox/app/tests/images/chart.png                   |  Bin 0 -> 17937 bytes
 .../app/tests/images/checkboxRadioButtonStates.png |  Bin 0 -> 3438 bytes
 dojox/app/tests/images/dish1.jpg                   |  Bin 0 -> 6043 bytes
 dojox/app/tests/images/dish2.jpg                   |  Bin 0 -> 4532 bytes
 dojox/app/tests/images/dish3.jpg                   |  Bin 0 -> 4853 bytes
 dojox/app/tests/images/dish4.jpg                   |  Bin 0 -> 5655 bytes
 dojox/app/tests/images/dish5.jpg                   |  Bin 0 -> 3350 bytes
 dojox/app/tests/images/dish6.jpg                   |  Bin 0 -> 5542 bytes
 dojox/app/tests/images/dish7.jpg                   |  Bin 0 -> 4302 bytes
 dojox/app/tests/images/dish8.jpg                   |  Bin 0 -> 5550 bytes
 dojox/app/tests/images/dish9.jpg                   |  Bin 0 -> 3867 bytes
 dojox/app/tests/images/glass1.jpg                  |  Bin 0 -> 8903 bytes
 dojox/app/tests/images/glass10.jpg                 |  Bin 0 -> 5881 bytes
 dojox/app/tests/images/glass11.jpg                 |  Bin 0 -> 4192 bytes
 dojox/app/tests/images/glass12.jpg                 |  Bin 0 -> 4299 bytes
 dojox/app/tests/images/glass13.jpg                 |  Bin 0 -> 5958 bytes
 dojox/app/tests/images/glass14.jpg                 |  Bin 0 -> 4522 bytes
 dojox/app/tests/images/glass15.jpg                 |  Bin 0 -> 6524 bytes
 dojox/app/tests/images/glass16.jpg                 |  Bin 0 -> 7113 bytes
 dojox/app/tests/images/glass2.jpg                  |  Bin 0 -> 6121 bytes
 dojox/app/tests/images/glass3.jpg                  |  Bin 0 -> 7914 bytes
 dojox/app/tests/images/glass4.jpg                  |  Bin 0 -> 3703 bytes
 dojox/app/tests/images/glass5.jpg                  |  Bin 0 -> 7167 bytes
 dojox/app/tests/images/glass6.jpg                  |  Bin 0 -> 4836 bytes
 dojox/app/tests/images/glass7.jpg                  |  Bin 0 -> 6716 bytes
 dojox/app/tests/images/glass8.jpg                  |  Bin 0 -> 6203 bytes
 dojox/app/tests/images/glass9.jpg                  |  Bin 0 -> 4452 bytes
 dojox/app/tests/images/i-icon-1.png                |  Bin 0 -> 677 bytes
 dojox/app/tests/images/i-icon-10.png               |  Bin 0 -> 689 bytes
 dojox/app/tests/images/i-icon-2.png                |  Bin 0 -> 680 bytes
 dojox/app/tests/images/i-icon-3.png                |  Bin 0 -> 682 bytes
 dojox/app/tests/images/i-icon-4.png                |  Bin 0 -> 697 bytes
 dojox/app/tests/images/i-icon-5.png                |  Bin 0 -> 693 bytes
 dojox/app/tests/images/i-icon-6.png                |  Bin 0 -> 694 bytes
 dojox/app/tests/images/i-icon-7.png                |  Bin 0 -> 691 bytes
 dojox/app/tests/images/i-icon-8.png                |  Bin 0 -> 695 bytes
 dojox/app/tests/images/i-icon-9.png                |  Bin 0 -> 689 bytes
 dojox/app/tests/images/i-icon-all.png              |  Bin 0 -> 4450 bytes
 dojox/app/tests/images/icon-1.png                  |  Bin 0 -> 2626 bytes
 dojox/app/tests/images/not-images.png              |  Bin 0 -> 18459 bytes
 dojox/app/tests/images/pic1.jpg                    |  Bin 0 -> 267196 bytes
 dojox/app/tests/images/pic10.jpg                   |  Bin 0 -> 270933 bytes
 dojox/app/tests/images/pic2.jpg                    |  Bin 0 -> 255957 bytes
 dojox/app/tests/images/pic3.jpg                    |  Bin 0 -> 260893 bytes
 dojox/app/tests/images/pic4.jpg                    |  Bin 0 -> 262508 bytes
 dojox/app/tests/images/pic5.jpg                    |  Bin 0 -> 307923 bytes
 dojox/app/tests/images/pic6.jpg                    |  Bin 0 -> 254583 bytes
 dojox/app/tests/images/pic7.jpg                    |  Bin 0 -> 323165 bytes
 dojox/app/tests/images/pic8.jpg                    |  Bin 0 -> 296657 bytes
 dojox/app/tests/images/pic9.jpg                    |  Bin 0 -> 277204 bytes
 dojox/app/tests/images/red-button-bg.png           |  Bin 0 -> 178 bytes
 dojox/app/tests/images/red-button-sel-bg.png       |  Bin 0 -> 185 bytes
 dojox/app/tests/images/shell1.jpg                  |  Bin 0 -> 8172 bytes
 dojox/app/tests/images/shell10.jpg                 |  Bin 0 -> 3071 bytes
 dojox/app/tests/images/shell11.jpg                 |  Bin 0 -> 4010 bytes
 dojox/app/tests/images/shell2.jpg                  |  Bin 0 -> 3075 bytes
 dojox/app/tests/images/shell3.jpg                  |  Bin 0 -> 3006 bytes
 dojox/app/tests/images/shell4.jpg                  |  Bin 0 -> 5282 bytes
 dojox/app/tests/images/shell5.jpg                  |  Bin 0 -> 4584 bytes
 dojox/app/tests/images/shell6.jpg                  |  Bin 0 -> 5445 bytes
 dojox/app/tests/images/shell7.jpg                  |  Bin 0 -> 5113 bytes
 dojox/app/tests/images/shell8.jpg                  |  Bin 0 -> 6273 bytes
 dojox/app/tests/images/shell9.jpg                  |  Bin 0 -> 8676 bytes
 dojox/app/tests/images/stone1.jpg                  |  Bin 0 -> 7537 bytes
 dojox/app/tests/images/stone10.jpg                 |  Bin 0 -> 6310 bytes
 dojox/app/tests/images/stone2.jpg                  |  Bin 0 -> 3830 bytes
 dojox/app/tests/images/stone3.jpg                  |  Bin 0 -> 5431 bytes
 dojox/app/tests/images/stone4.jpg                  |  Bin 0 -> 4616 bytes
 dojox/app/tests/images/stone5.jpg                  |  Bin 0 -> 6573 bytes
 dojox/app/tests/images/stone6.jpg                  |  Bin 0 -> 3869 bytes
 dojox/app/tests/images/stone7.jpg                  |  Bin 0 -> 6667 bytes
 dojox/app/tests/images/stone8.jpg                  |  Bin 0 -> 3109 bytes
 dojox/app/tests/images/stone9.jpg                  |  Bin 0 -> 2578 bytes
 dojox/app/tests/images/tab-icon-10.png             |  Bin 0 -> 349 bytes
 dojox/app/tests/images/tab-icon-10h.png            |  Bin 0 -> 369 bytes
 dojox/app/tests/images/tab-icon-11.png             |  Bin 0 -> 343 bytes
 dojox/app/tests/images/tab-icon-11h.png            |  Bin 0 -> 366 bytes
 dojox/app/tests/images/tab-icon-12.png             |  Bin 0 -> 622 bytes
 dojox/app/tests/images/tab-icon-12h.png            |  Bin 0 -> 623 bytes
 dojox/app/tests/images/tab-icon-13.png             |  Bin 0 -> 277 bytes
 dojox/app/tests/images/tab-icon-13h.png            |  Bin 0 -> 299 bytes
 dojox/app/tests/images/tab-icon-14.png             |  Bin 0 -> 623 bytes
 dojox/app/tests/images/tab-icon-14h.png            |  Bin 0 -> 652 bytes
 dojox/app/tests/images/tab-icon-15.png             |  Bin 0 -> 765 bytes
 dojox/app/tests/images/tab-icon-15h.png            |  Bin 0 -> 777 bytes
 dojox/app/tests/images/tab-icon-16.png             |  Bin 0 -> 597 bytes
 dojox/app/tests/images/tab-icon-16h.png            |  Bin 0 -> 600 bytes
 dojox/app/tests/images/tab-icon-17.png             |  Bin 0 -> 967 bytes
 dojox/app/tests/images/tab-icon-17h.png            |  Bin 0 -> 959 bytes
 dojox/app/tests/images/tab-icon-18.png             |  Bin 0 -> 827 bytes
 dojox/app/tests/images/tab-icon-18h.png            |  Bin 0 -> 834 bytes
 dojox/app/tests/images/tab-icons.png               |  Bin 0 -> 4215 bytes
 dojox/app/tests/images/welcomeLogo.png             |  Bin 0 -> 28567 bytes
 dojox/app/tests/images/widget-bg.png               |  Bin 0 -> 26234 bytes
 dojox/app/tests/modelApp/config.json               |   97 +
 dojox/app/tests/modelApp/index.html                |   60 +
 dojox/app/tests/modelApp/modelApp.js               |   98 +
 dojox/app/tests/modelApp/views/generate.html       |   68 +
 dojox/app/tests/modelApp/views/main.html           |   15 +
 dojox/app/tests/modelApp/views/repeat.html         |   89 +
 dojox/app/tests/modelApp/views/simple.html         |   59 +
 dojox/app/tests/multiSceneApp/application.html     |    7 +
 dojox/app/tests/multiSceneApp/config.json          |  167 +
 dojox/app/tests/multiSceneApp/gallery.html         |    3 +
 dojox/app/tests/multiSceneApp/index.html           |   77 +
 dojox/app/tests/multiSceneApp/multiSceneApp.js     |   15 +
 dojox/app/tests/multiSceneApp/simple.html          |    3 +
 dojox/app/tests/multiSceneApp/tabScene.html        |    8 +
 .../tests/multiSceneApp/views/gallery/ajax.html    |   10 +
 .../multiSceneApp/views/gallery/ajaxLoad.html      |    7 +
 .../multiSceneApp/views/gallery/animations.html    |   24 +
 .../multiSceneApp/views/gallery/buttonScene.html   |    8 +
 .../multiSceneApp/views/gallery/buttons/tab1.html  |    9 +
 .../multiSceneApp/views/gallery/buttons/tab2.html  |    8 +
 .../multiSceneApp/views/gallery/buttons/tab3.html  |    6 +
 .../views/gallery/flippableViews.html              |   19 +
 .../tests/multiSceneApp/views/gallery/forms.html   |  110 +
 .../multiSceneApp/views/gallery/headings.html      |   23 +
 .../tests/multiSceneApp/views/gallery/icons.html   |   18 +
 .../tests/multiSceneApp/views/gallery/jsonp.html   |   10 +
 .../tests/multiSceneApp/views/gallery/list.html    |  143 +
 .../app/tests/multiSceneApp/views/gallery/map.html |    5 +
 .../multiSceneApp/views/gallery/navigation.html    |   51 +
 .../multiSceneApp/views/gallery/rowTemplate.html   |    1 +
 .../tests/multiSceneApp/views/gallery/tabbar.html  |   27 +
 .../tests/multiSceneApp/views/gallery/welcome.html |    5 +
 .../app/tests/multiSceneApp/views/simple/home.html |    5 +
 .../app/tests/multiSceneApp/views/simple/main.html |   92 +
 .../tests/multiSceneApp/views/simple/second.html   |   13 +
 .../tests/multiSceneApp/views/simple/third.html    |   38 +
 dojox/app/tests/multiSceneApp/views/tabs/tab1.html |    5 +
 dojox/app/tests/multiSceneApp/views/tabs/tab2.html |    5 +
 dojox/app/tests/multiSceneApp/views/tabs/tab3.html |    5 +
 dojox/app/transition.js                            |   60 +
 dojox/app/view.js                                  |   15 +
 dojox/atom/README                                  |    4 +-
 dojox/atom/io/Connection.js                        |   38 +-
 dojox/atom/io/model.js                             |  201 +-
 dojox/atom/widget/FeedEntryEditor.js               |  208 +-
 dojox/atom/widget/FeedEntryViewer.js               |  163 +-
 dojox/atom/widget/FeedViewer.js                    |   93 +-
 dojox/atom/widget/nls/FeedEntryEditor.js           |   38 +-
 dojox/atom/widget/nls/FeedEntryViewer.js           |   38 +-
 dojox/atom/widget/nls/FeedViewerEntry.js           |   38 +-
 dojox/atom/widget/nls/PeopleEditor.js              |   38 +-
 dojox/atom/widget/nls/ar/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/ar/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/ar/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/ar/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/az/FeedEntryEditor.js        |   10 +
 dojox/atom/widget/nls/az/FeedEntryViewer.js        |   15 +
 dojox/atom/widget/nls/az/FeedViewerEntry.js        |    7 +
 dojox/atom/widget/nls/az/PeopleEditor.js           |    9 +
 dojox/atom/widget/nls/ca/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/ca/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/ca/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/ca/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/cs/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/cs/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/cs/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/cs/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/da/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/da/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/da/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/da/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/de/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/de/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/de/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/de/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/el/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/el/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/el/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/el/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/es/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/es/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/es/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/es/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/fi/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/fi/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/fi/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/fi/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/fr/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/fr/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/fr/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/fr/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/he/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/he/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/he/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/he/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/hr/FeedEntryEditor.js        |    8 +
 dojox/atom/widget/nls/hr/FeedEntryViewer.js        |   13 +
 dojox/atom/widget/nls/hr/FeedViewerEntry.js        |    5 +
 dojox/atom/widget/nls/hr/PeopleEditor.js           |    7 +
 dojox/atom/widget/nls/hu/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/hu/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/hu/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/hu/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/it/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/it/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/it/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/it/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/ja/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/ja/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/ja/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/ja/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/kk/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/kk/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/kk/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/kk/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/ko/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/ko/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/ko/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/ko/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/nb/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/nb/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/nb/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/nb/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/nl/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/nl/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/nl/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/nl/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/pl/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/pl/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/pl/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/pl/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/pt-pt/FeedEntryEditor.js     |    4 +
 dojox/atom/widget/nls/pt-pt/FeedEntryViewer.js     |    4 +
 dojox/atom/widget/nls/pt-pt/FeedViewerEntry.js     |    4 +
 dojox/atom/widget/nls/pt-pt/PeopleEditor.js        |    4 +
 dojox/atom/widget/nls/pt/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/pt/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/pt/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/pt/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/ro/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/ro/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/ro/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/ro/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/ru/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/ru/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/ru/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/ru/PeopleEditor.js           |    6 +-
 dojox/atom/widget/nls/sk/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/sk/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/sk/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/sk/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/sl/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/sl/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/sl/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/sl/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/sv/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/sv/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/sv/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/sv/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/th/FeedEntryEditor.js        |    5 +-
 dojox/atom/widget/nls/th/FeedEntryViewer.js        |    5 +-
 dojox/atom/widget/nls/th/FeedViewerEntry.js        |    5 +-
 dojox/atom/widget/nls/th/PeopleEditor.js           |    5 +-
 dojox/atom/widget/nls/tr/FeedEntryEditor.js        |    4 +
 dojox/atom/widget/nls/tr/FeedEntryViewer.js        |    4 +
 dojox/atom/widget/nls/tr/FeedViewerEntry.js        |    4 +
 dojox/atom/widget/nls/tr/PeopleEditor.js           |    4 +
 dojox/atom/widget/nls/zh-tw/FeedEntryEditor.js     |    6 +-
 dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js     |    4 +
 dojox/atom/widget/nls/zh-tw/FeedViewerEntry.js     |    6 +-
 dojox/atom/widget/nls/zh-tw/PeopleEditor.js        |    4 +
 dojox/atom/widget/nls/zh/FeedEntryEditor.js        |    6 +-
 dojox/atom/widget/nls/zh/FeedEntryViewer.js        |    6 +-
 dojox/atom/widget/nls/zh/FeedViewerEntry.js        |    6 +-
 dojox/atom/widget/nls/zh/PeopleEditor.js           |    6 +-
 dojox/calc/FuncGen.js                              |  259 +-
 dojox/calc/GraphPro.js                             |  261 +-
 dojox/calc/Grapher.js                              | 1147 +-
 dojox/calc/Standard.js                             |  643 +-
 dojox/calc/_Executor.js                            |  262 +-
 dojox/calc/_ExecutorIframe.html                    |    4 +-
 dojox/calc/templates/FuncGen.html                  |   20 +-
 dojox/calc/templates/GraphPro.html                 |   90 +-
 dojox/calc/templates/Grapher.html                  |   44 +-
 dojox/calc/templates/Standard.html                 |   58 +-
 dojox/calc/tests/test_Executor.html                |   83 +-
 dojox/calc/tests/test_GraphPro.html                |   41 +-
 dojox/calc/tests/test_Standard.html                |   36 +-
 dojox/calc/toFrac.js                               |  247 +-
 dojox/charting/BidiSupport.js                      |  264 +
 dojox/charting/Chart.js                            |  351 +-
 dojox/charting/Chart2D.js                          |   51 +-
 dojox/charting/Chart3D.js                          |   41 +-
 dojox/charting/DataChart.js                        |   73 +-
 dojox/charting/DataSeries.js                       |  332 +-
 dojox/charting/Element.js                          |  686 +-
 dojox/charting/Series.js                           |  107 +-
 dojox/charting/StoreSeries.js                      |  184 +-
 dojox/charting/Theme.js                            |  163 +-
 dojox/charting/action2d/Base.js                    |   84 +-
 dojox/charting/action2d/ChartAction.js             |   38 +
 dojox/charting/action2d/Highlight.js               |   52 +-
 dojox/charting/action2d/Magnify.js                 |   49 +-
 dojox/charting/action2d/MouseIndicator.js          |  221 +
 dojox/charting/action2d/MouseZoomAndPan.js         |  245 +
 dojox/charting/action2d/MoveSlice.js               |   59 +-
 dojox/charting/action2d/PlotAction.js              |   78 +
 dojox/charting/action2d/Shake.js                   |   45 +-
 dojox/charting/action2d/Tooltip.js                 |   81 +-
 dojox/charting/action2d/TouchIndicator.js          |  232 +
 dojox/charting/action2d/TouchZoomAndPan.js         |  249 +
 dojox/charting/action2d/_IndicatorElement.js       |  370 +
 dojox/charting/axis2d/Base.js                      |   14 +-
 dojox/charting/axis2d/Default.js                   |  392 +-
 dojox/charting/axis2d/Invisible.js                 |   47 +-
 dojox/charting/axis2d/common.js                    |   37 +-
 dojox/charting/plot2d/Areas.js                     |   24 +-
 dojox/charting/plot2d/Bars.js                      |   91 +-
 dojox/charting/plot2d/Base.js                      |   86 +-
 dojox/charting/plot2d/Bubble.js                    |   38 +-
 dojox/charting/plot2d/Candlesticks.js              |   37 +-
 dojox/charting/plot2d/ClusteredBars.js             |   25 +-
 dojox/charting/plot2d/ClusteredColumns.js          |   25 +-
 dojox/charting/plot2d/Columns.js                   |   64 +-
 dojox/charting/plot2d/Default.js                   |  259 +-
 dojox/charting/plot2d/Grid.js                      |  238 +-
 dojox/charting/plot2d/Lines.js                     |   23 +-
 dojox/charting/plot2d/Markers.js                   |   23 +-
 dojox/charting/plot2d/MarkersOnly.js               |   25 +-
 dojox/charting/plot2d/OHLC.js                      |   37 +-
 dojox/charting/plot2d/Pie.js                       |  177 +-
 dojox/charting/plot2d/Scatter.js                   |   45 +-
 dojox/charting/plot2d/Spider.js                    |  119 +-
 dojox/charting/plot2d/Stacked.js                   |   37 +-
 dojox/charting/plot2d/StackedAreas.js              |   26 +-
 dojox/charting/plot2d/StackedBars.js               |   27 +-
 dojox/charting/plot2d/StackedColumns.js            |   27 +-
 dojox/charting/plot2d/StackedLines.js              |   23 +-
 dojox/charting/plot2d/_PlotEvents.js               |  229 +-
 dojox/charting/plot2d/common.js                    |   77 +-
 dojox/charting/plot3d/Bars.js                      |   19 +-
 dojox/charting/plot3d/Base.js                      |   35 +-
 dojox/charting/plot3d/Cylinders.js                 |   21 +-
 dojox/charting/scaler/common.js                    |   35 +-
 dojox/charting/scaler/linear.js                    |   21 +-
 dojox/charting/scaler/primitive.js                 |   68 +-
 .../tests/BidiSupport/bidi_ChartAxisTitle.html     |  192 +
 .../tests/BidiSupport/bidi_DataSeries.html         |  237 +
 .../tests/BidiSupport/bidi_DeclerativeChart.html   |  107 +
 dojox/charting/tests/BidiSupport/bidi_Event2d.html |  249 +
 .../tests/BidiSupport/bidi_Label_shortening.html   |  233 +
 .../tests/BidiSupport/bidi_Pie_smart_label.html    |  170 +
 dojox/charting/tests/BidiSupport/bidi_Pies.html    |  123 +
 .../tests/BidiSupport/bidi_RotatedLabels.html      |  122 +
 .../tests/BidiSupport/bidi_SelectableLegend.html   |  208 +
 .../tests/BidiSupport/bidi_SetTextDir.html         |  356 +
 .../charting/tests/BidiSupport/bidi_Spider2d.html  |  274 +
 dojox/charting/tests/BidiSupport/module.js         |   31 +
 dojox/charting/tests/BidiSupport/runTests.html     |   11 +
 dojox/charting/tests/BidiSupport/stockHebrew.json  |    8 +
 dojox/charting/tests/Theme.js                      |   10 +-
 .../charting/tests/gradients/test_grad_bars1.html  |   18 +-
 .../charting/tests/gradients/test_grad_bars2.html  |   19 +-
 .../charting/tests/gradients/test_grad_bars3.html  |   18 +-
 .../charting/tests/gradients/test_grad_bars4.html  |   18 +-
 .../charting/tests/gradients/test_grad_bars5.html  |   18 +-
 .../tests/gradients/test_grad_bubble1.html         |   18 +-
 .../tests/gradients/test_grad_bubble2.html         |   18 +-
 .../tests/gradients/test_grad_bubble3.html         |   18 +-
 .../tests/gradients/test_grad_bubble4.html         |   18 +-
 .../tests/gradients/test_grad_bubble6.html         |   18 +-
 .../tests/gradients/test_grad_columns1.html        |   18 +-
 .../tests/gradients/test_grad_columns2.html        |   18 +-
 .../tests/gradients/test_grad_columns3.html        |   18 +-
 .../tests/gradients/test_grad_columns4.html        |   18 +-
 .../tests/gradients/test_grad_columns5.html        |   18 +-
 dojox/charting/tests/gradients/test_grad_pie1.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie2.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie3.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie4.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie7.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie8.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pie9.html |   18 +-
 dojox/charting/tests/gradients/test_grad_pieA.html |   18 +-
 .../tests/gradients/test_grad_scatter1.html        |   18 +-
 .../tests/gradients/test_grad_scatter2.html        |   18 +-
 .../tests/gradients/test_grad_scatterB.html        |   18 +-
 dojox/charting/tests/test_DataChart.html           |   68 +-
 dojox/charting/tests/test_DataSeries.html          |   60 +-
 dojox/charting/tests/test_StoreSeries-amd.html     |  187 +
 dojox/charting/tests/test_StoreSeries.html         |   60 +-
 dojox/charting/tests/test_anim2d.html              |   18 +-
 dojox/charting/tests/test_axes.html                |   18 +-
 dojox/charting/tests/test_axisZoomControl.html     |   16 +-
 dojox/charting/tests/test_bars.html                |   23 +-
 dojox/charting/tests/test_chart2d-amd.html         |  856 +
 dojox/charting/tests/test_chart2d.html             |   19 +-
 dojox/charting/tests/test_chart2d_dynamics.html    |   22 +-
 dojox/charting/tests/test_chart2d_updating.html    |   18 +-
 dojox/charting/tests/test_chartAxisTitle.html      |   20 +-
 dojox/charting/tests/test_chartTitle.html          |   19 +-
 dojox/charting/tests/test_chartingsize.html        |   45 +
 dojox/charting/tests/test_cylinders.html           |   23 +-
 dojox/charting/tests/test_event2d.html             |   18 +-
 dojox/charting/tests/test_fillstroke.html          |  138 +
 dojox/charting/tests/test_fireEvent.html           |   22 +-
 dojox/charting/tests/test_label_shortening.html    |   19 +-
 dojox/charting/tests/test_labels2d.html            |   18 +-
 dojox/charting/tests/test_mouseIndicator.html      |   65 +
 dojox/charting/tests/test_mouseIndicator2.html     |   70 +
 dojox/charting/tests/test_mouseZoomAndPan.html     |   80 +
 dojox/charting/tests/test_nulls.html               |   18 +-
 dojox/charting/tests/test_pie2d.html               |   18 +-
 dojox/charting/tests/test_pie2d_zeroslice.html     |   65 +
 dojox/charting/tests/test_pie_smart_label.html     |   17 +-
 dojox/charting/tests/test_plot_order.html          |   18 +-
 dojox/charting/tests/test_rotatedLabels.html       |   20 +-
 dojox/charting/tests/test_scaler.html              |   20 +-
 dojox/charting/tests/test_selectableLegend.html    |   17 +-
 dojox/charting/tests/test_series_order.html        |   18 +-
 dojox/charting/tests/test_sparklines.html          |   25 +-
 dojox/charting/tests/test_spider2d.html            |   18 +-
 dojox/charting/tests/test_tension.html             |   18 +-
 dojox/charting/tests/test_themes-amd.html          |  316 +
 dojox/charting/tests/test_themes.html              |   18 +-
 dojox/charting/tests/test_touchIndicator.html      |  103 +
 dojox/charting/tests/test_touchZoomAndPan.html     |   63 +
 dojox/charting/tests/test_widget2d-amd.html        |  122 +
 dojox/charting/tests/test_widget2d.html            |   22 +-
 dojox/charting/tests/test_widget2d_deprecated.html |   16 +-
 dojox/charting/tests/test_win2d.html               |   26 +-
 dojox/charting/tests/theme_preview-amd.html        |  100 +
 dojox/charting/tests/theme_preview.html            |   15 +-
 dojox/charting/themes/Adobebricks.js               |   11 +-
 dojox/charting/themes/Algae.js                     |   11 +-
 dojox/charting/themes/Bahamation.js                |   11 +-
 dojox/charting/themes/BlueDusk.js                  |   11 +-
 dojox/charting/themes/Charged.js                   |   18 +-
 dojox/charting/themes/Chris.js                     |   18 +-
 dojox/charting/themes/Claro.js                     |   18 +-
 dojox/charting/themes/CubanShirts.js               |   11 +-
 dojox/charting/themes/Desert.js                    |   11 +-
 dojox/charting/themes/Distinctive.js               |   12 +-
 dojox/charting/themes/Dollar.js                    |   21 +-
 dojox/charting/themes/Electric.js                  |   18 +-
 dojox/charting/themes/Grasshopper.js               |   11 +-
 dojox/charting/themes/Grasslands.js                |   13 +-
 dojox/charting/themes/GreySkies.js                 |   13 +-
 dojox/charting/themes/Harmony.js                   |   13 +-
 dojox/charting/themes/IndigoNation.js              |   13 +-
 dojox/charting/themes/Ireland.js                   |   13 +-
 dojox/charting/themes/Julie.js                     |   20 +-
 dojox/charting/themes/MiamiNice.js                 |   13 +-
 dojox/charting/themes/Midwest.js                   |   13 +-
 dojox/charting/themes/Minty.js                     |   13 +-
 dojox/charting/themes/PlotKit/base.js              |   18 +-
 dojox/charting/themes/PlotKit/blue.js              |   13 +-
 dojox/charting/themes/PlotKit/cyan.js              |   13 +-
 dojox/charting/themes/PlotKit/green.js             |   13 +-
 dojox/charting/themes/PlotKit/orange.js            |   13 +-
 dojox/charting/themes/PlotKit/purple.js            |   13 +-
 dojox/charting/themes/PlotKit/red.js               |   13 +-
 dojox/charting/themes/PrimaryColors.js             |   17 +-
 dojox/charting/themes/PurpleRain.js                |   13 +-
 dojox/charting/themes/Renkoo.js                    |   20 +-
 dojox/charting/themes/RoyalPurples.js              |   13 +-
 dojox/charting/themes/SageToLime.js                |   13 +-
 dojox/charting/themes/Shrooms.js                   |   12 +-
 dojox/charting/themes/ThreeD.js                    |   26 +-
 dojox/charting/themes/Tom.js                       |   22 +-
 dojox/charting/themes/Tufte.js                     |  102 +-
 dojox/charting/themes/WatersEdge.js                |   13 +-
 dojox/charting/themes/Wetland.js                   |   13 +-
 dojox/charting/themes/common.js                    |    3 +
 dojox/charting/themes/gradientGenerator.js         |   30 +-
 dojox/charting/widget/BidiSupport.js               |   92 +
 dojox/charting/widget/Chart.js                     |   76 +-
 dojox/charting/widget/Chart2D.js                   |   23 +-
 dojox/charting/widget/Legend.js                    |  310 +-
 dojox/charting/widget/SelectableLegend.js          |  209 +-
 dojox/charting/widget/Sparkline.js                 |   35 +-
 dojox/collections.js                               |    5 +-
 dojox/collections/ArrayList.js                     |  247 +-
 dojox/collections/BinaryTree.js                    |  371 +-
 dojox/collections/Dictionary.js                    |  213 +-
 dojox/collections/Queue.js                         |  135 +-
 dojox/collections/Set.js                           |   20 +-
 dojox/collections/SortedList.js                    |  375 +-
 dojox/collections/Stack.js                         |  131 +-
 dojox/collections/_base.js                         |  184 +-
 dojox/color.js                                     |    5 +-
 dojox/color/Colorspace.js                          |    9 +-
 dojox/color/Palette.js                             |  126 +-
 dojox/color/_base.js                               |  137 +-
 dojox/color/tests/Generator.js                     |  150 -
 dojox/color/tests/color.js                         |    1 -
 dojox/cometd/RestChannels.js                       |   21 +-
 dojox/css3/README                                  |   37 +
 dojox/css3/fx.js                                   |  350 +-
 dojox/css3/transit.js                              |   62 +
 dojox/css3/transition.js                           |  344 +
 dojox/data/AndOrReadStore.js                       |   86 +-
 dojox/data/AndOrWriteStore.js                      |   58 +-
 dojox/data/AppStore.js                             |    4 +-
 dojox/data/AtomReadStore.js                        |    2 +-
 dojox/data/CdfStore.js                             |    2 +-
 dojox/data/ClientFilter.js                         |   65 +-
 dojox/data/CouchDBRestStore.js                     |    2 +-
 dojox/data/CssClassStore.js                        |   10 +-
 dojox/data/CssRuleStore.js                         |   50 +-
 dojox/data/CsvStore.js                             |   21 +-
 dojox/data/FileStore.js                            |   45 +-
 dojox/data/FlickrRestStore.js                      |   62 +-
 dojox/data/FlickrStore.js                          |   29 +-
 dojox/data/GoogleFeedStore.js                      |   11 +-
 dojox/data/GoogleSearchStore.js                    |   55 +-
 dojox/data/HtmlStore.js                            |   50 +-
 dojox/data/HtmlTableStore.js                       |   49 +-
 dojox/data/ItemExplorer.js                         |    4 +-
 dojox/data/JsonQueryRestStore.js                   |    4 +-
 dojox/data/JsonRestStore.js                        |  105 +-
 dojox/data/KeyValueStore.js                        |   20 +-
 dojox/data/OpenSearchStore.js                      |   33 +-
 dojox/data/OpmlStore.js                            |   28 +-
 dojox/data/PersevereStore.js                       |    8 +-
 dojox/data/PicasaStore.js                          |   23 +-
 dojox/data/QueryReadStore.js                       |    2 +-
 dojox/data/RailsStore.js                           |    2 +-
 dojox/data/S3Store.js                              |    9 +-
 dojox/data/ServiceStore.js                         |   22 +-
 dojox/data/SnapLogicStore.js                       |    2 +-
 dojox/data/WikipediaStore.js                       |   18 +-
 dojox/data/XmlItem.js                              |   43 +
 dojox/data/XmlStore.js                             |  118 +-
 dojox/data/css.js                                  |   48 +-
 .../data/demos/demo_CssStores_combo_tree_grid.html |    1 -
 dojox/data/demos/demo_DataDemoTable.html           |    2 +-
 dojox/data/demos/demo_FileStore_dojotree.html      |    4 +-
 .../demos/demo_FileStore_dojoxdata_combo_grid.html |    4 +-
 dojox/data/demos/demo_GoogleFeedStore.html         |    4 +-
 dojox/data/demos/demo_GoogleSearchStore_Grid.html  |    2 -
 dojox/data/demos/stores/filestore_dojotree.php     |    4 +-
 dojox/data/dom.js                                  |   27 +-
 dojox/data/tests/stores/AndOrReadStore.js          |   16 +-
 dojox/data/tests/stores/AndOrWriteStore.js         |   16 +-
 dojox/data/tests/stores/AtomReadStore.js           |    6 +-
 dojox/data/tests/stores/CssClassStore.js           |  100 +-
 dojox/data/tests/stores/CssRuleStore.js            |   81 +-
 dojox/data/tests/stores/CsvStore.js                |    2 +-
 dojox/data/tests/stores/FileStore.js               |    2 +-
 dojox/data/tests/stores/HtmlStore.js               |   12 +-
 dojox/data/tests/stores/HtmlTableStore.js          |    4 +-
 dojox/data/tests/stores/JsonRestStore.js           |    2 +-
 dojox/data/tests/stores/KeyValueStore.js           |    2 +-
 dojox/data/tests/stores/OpenSearchStore.js         |   12 +-
 dojox/data/tests/stores/OpmlStore.js               |    2 +-
 dojox/data/tests/stores/QueryReadStore.js          |    2 +-
 dojox/data/tests/stores/ServiceStore.js            |    2 +-
 dojox/data/tests/stores/SnapLogicStore.js          |    2 +-
 dojox/data/tests/stores/XmlStore.js                |   42 +-
 dojox/data/tests/stores/filestore_dojoxdatageo.php |    4 +-
 dojox/data/tests/stores/filestore_funcs.php        |    6 +-
 dojox/data/tests/stores/snap_pipeline.php          |    6 +-
 dojox/date/buddhist.js                             |   48 +-
 dojox/date/buddhist/Date.js                        |  110 +-
 dojox/date/buddhist/locale.js                      |  571 +-
 dojox/date/hebrew.js                               |   56 +-
 dojox/date/hebrew/Date.js                          |   72 +-
 dojox/date/hebrew/locale.js                        |  762 +-
 dojox/date/hebrew/numerals.js                      |    9 +-
 dojox/date/islamic.js                              |   44 +-
 dojox/date/islamic/Date.js                         |  118 +-
 dojox/date/islamic/locale.js                       |  589 +-
 dojox/date/php.js                                  |   15 +-
 dojox/date/posix.js                                |   51 +-
 dojox/date/relative.js                             |   56 +-
 dojox/date/tests/buddhist/Date.js                  |  109 +-
 dojox/date/tests/hebrew/Date.js                    |  120 +-
 dojox/date/tests/islamic/Date.js                   |   89 +-
 dojox/date/tests/module.js                         |    2 +
 dojox/date/tests/posix.js                          |    2 +-
 dojox/date/tests/timezoneFormatting.js             |    2 +-
 dojox/date/timezone.js                             |   92 +-
 dojox/dnd/BoundingBoxController.js                 |  255 +-
 dojox/dnd/Selector.js                              |  347 +-
 dojox/dnd/tests/robot/test_selector.html           |   71 -
 dojox/dnd/tests/runTests.html                      |   10 +
 dojox/dnd/tests/testAll.js                         |    8 +
 dojox/dnd/tests/test_boundingBoxController.html    |   79 +
 dojox/dnd/tests/test_selector.html                 |   73 +-
 dojox/dojox.profile.js                             |   68 +
 dojox/drawing/Drawing.js                           |   13 +-
 dojox/drawing/README                               |    2 +-
 dojox/drawing/annotations/Angle.js                 |    2 +-
 dojox/drawing/manager/Mouse.js                     |   17 +-
 dojox/drawing/manager/keys.js                      |    2 +-
 dojox/drawing/plugins/drawing/GreekPalette.js      |   85 +-
 dojox/drawing/resources/GreekPalette.css           |    6 +-
 dojox/drawing/tests/drawing.html                   |    3 +-
 dojox/drawing/tests/test_drawing.html              |    4 +-
 dojox/drawing/tests/test_drawing_toolbar.html      |    4 +-
 dojox/drawing/tests/test_paths.html                |    3 +-
 dojox/drawing/tools/TextBlock.js                   |   32 +-
 dojox/drawing/util/oo.js                           |    4 +-
 dojox/dtl.js                                       |    5 +-
 dojox/dtl/Context.js                               |  135 +-
 dojox/dtl/DomInline.js                             |   73 +-
 dojox/dtl/HtmlInline.js                            |    5 -
 dojox/dtl/Inline.js                                |   66 +-
 dojox/dtl/_DomTemplated.js                         |  167 +-
 dojox/dtl/_HtmlTemplated.js                        |    5 -
 dojox/dtl/_Templated.js                            |  238 +-
 dojox/dtl/_base.js                                 |  167 +-
 dojox/dtl/contrib/data.js                          |   32 +-
 dojox/dtl/contrib/dijit.js                         |   83 +-
 dojox/dtl/contrib/dom.js                           |   65 +-
 dojox/dtl/contrib/html.js                          |    3 -
 dojox/dtl/contrib/objects.js                       |   25 +-
 dojox/dtl/demos/demo_Animation.html                |    4 +-
 dojox/dtl/demos/demo_Animation_amd.html            |   53 +
 dojox/dtl/demos/demo_Blog.html                     |    4 +-
 dojox/dtl/demos/demo_Data.html                     |    6 +-
 dojox/dtl/demos/demo_DomTemplated.html             |    8 +-
 dojox/dtl/demos/demo_DomTemplated_amd.html         |   50 +
 dojox/dtl/demos/demo_Events.html                   |    8 +-
 dojox/dtl/demos/demo_NodeList_amd.html             |   42 +
 dojox/dtl/demos/demo_Table.html                    |    4 +-
 dojox/dtl/demos/demo_Templated.html                |    6 +-
 dojox/dtl/demos/demo_Templated_amd.html            |   42 +
 dojox/dtl/demos/demo_Tree.html                     |    6 +-
 dojox/dtl/demos/templates/blog_base.html           |    2 +-
 dojox/dtl/demos/templates/blog_list.html           |    2 +-
 dojox/dtl/demos/templates/blog_page.html           |    2 +-
 dojox/dtl/dom.js                                   |  126 +-
 dojox/dtl/ext-dojo/NodeList.js                     |   59 +-
 dojox/dtl/filter/dates.js                          |   29 +-
 dojox/dtl/filter/htmlstrings.js                    |   89 +-
 dojox/dtl/filter/integers.js                       |   57 +-
 dojox/dtl/filter/lists.js                          |  263 +-
 dojox/dtl/filter/logic.js                          |   75 +-
 dojox/dtl/filter/misc.js                           |  114 +-
 dojox/dtl/filter/strings.js                        |  601 +-
 dojox/dtl/html.js                                  |    4 -
 dojox/dtl/render/dom.js                            |   63 +-
 dojox/dtl/render/html.js                           |   16 +-
 dojox/dtl/tag/date.js                              |   63 +-
 dojox/dtl/tag/loader.js                            |   30 +-
 dojox/dtl/tag/logic.js                             |   30 +-
 dojox/dtl/tag/loop.js                              |   37 +-
 dojox/dtl/tag/misc.js                              |   43 +-
 dojox/dtl/tests/dom/tag.js                         |    1 +
 dojox/dtl/utils/date.js                            |  143 +-
 dojox/editor/README                                |   66 +-
 dojox/editor/plugins/AutoSave.js                   |   38 +-
 dojox/editor/plugins/AutoUrlLink.js                |   13 +-
 dojox/editor/plugins/Blockquote.js                 |   14 +-
 dojox/editor/plugins/Breadcrumb.js                 |   26 +-
 dojox/editor/plugins/CollapsibleToolbar.js         |   19 +-
 dojox/editor/plugins/EntityPalette.js              |   15 +-
 dojox/editor/plugins/FindReplace.js                |   40 +-
 dojox/editor/plugins/InsertAnchor.js               |   27 +-
 dojox/editor/plugins/InsertEntity.js               |   15 +-
 dojox/editor/plugins/LocalImage.js                 |   94 +-
 dojox/editor/plugins/NormalizeIndentOutdent.js     |   11 +-
 dojox/editor/plugins/NormalizeStyle.js             |   10 +-
 dojox/editor/plugins/PageBreak.js                  |   12 +-
 dojox/editor/plugins/PasteFromWord.js              |   22 +-
 dojox/editor/plugins/PrettyPrint.js                |   10 +-
 dojox/editor/plugins/Preview.js                    |   14 +-
 dojox/editor/plugins/SafePaste.js                  |  115 +
 dojox/editor/plugins/Save.js                       |   12 +-
 dojox/editor/plugins/ShowBlockNodes.js             |   13 +-
 dojox/editor/plugins/Smiley.js                     |   38 +-
 dojox/editor/plugins/SpellCheck.js                 |   11 +-
 dojox/editor/plugins/StatusBar.js                  |   14 +-
 dojox/editor/plugins/TablePlugins.js               |   45 +-
 dojox/editor/plugins/TextColor.js                  |   21 +-
 dojox/editor/plugins/ToolbarLineBreak.js           |   17 +-
 dojox/editor/plugins/UploadImage.js                |   11 +-
 dojox/editor/plugins/_SmileyPalette.js             |   15 +-
 dojox/editor/plugins/_SpellCheckParser.js          |    7 +-
 dojox/editor/plugins/nls/AutoSave.js               |   35 +
 dojox/editor/plugins/nls/Blockquote.js             |   37 +-
 dojox/editor/plugins/nls/Breadcrumb.js             |   35 +
 dojox/editor/plugins/nls/CollapsibleToolbar.js     |   37 +-
 dojox/editor/plugins/nls/FindReplace.js            |   35 +
 dojox/editor/plugins/nls/InsertAnchor.js           |   35 +
 dojox/editor/plugins/nls/InsertEntity.js           |   37 +-
 dojox/editor/plugins/nls/LocalImage.js             |   35 +
 dojox/editor/plugins/nls/PageBreak.js              |   37 +-
 dojox/editor/plugins/nls/PasteFromWord.js          |   38 +-
 dojox/editor/plugins/nls/Preview.js                |   37 +-
 dojox/editor/plugins/nls/SafePaste.js              |   35 +
 dojox/editor/plugins/nls/Save.js                   |   37 +-
 dojox/editor/plugins/nls/ShowBlockNodes.js         |   35 +
 dojox/editor/plugins/nls/Smiley.js                 |   38 +-
 dojox/editor/plugins/nls/SpellCheck.js             |   35 +
 dojox/editor/plugins/nls/TableDialog.js            |   37 +-
 dojox/editor/plugins/nls/TextColor.js              |   35 +
 dojox/editor/plugins/nls/ar/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ar/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ar/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ar/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ar/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/ar/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ar/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ar/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ar/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ar/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ar/Preview.js             |    4 +
 dojox/editor/plugins/nls/ar/Save.js                |    4 +
 dojox/editor/plugins/nls/ar/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ar/Smiley.js              |    4 +
 dojox/editor/plugins/nls/ar/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ar/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ar/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ar/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/az/TableDialog.js         |   31 +
 dojox/editor/plugins/nls/ca/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ca/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ca/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ca/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ca/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/ca/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ca/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ca/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ca/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ca/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ca/Preview.js             |    4 +
 dojox/editor/plugins/nls/ca/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/ca/Save.js                |    4 +
 dojox/editor/plugins/nls/ca/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ca/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/ca/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ca/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ca/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ca/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/cs/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/cs/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/cs/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/cs/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/cs/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/cs/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/cs/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/cs/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/cs/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/cs/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/cs/Preview.js             |    4 +
 dojox/editor/plugins/nls/cs/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/cs/Save.js                |    4 +
 dojox/editor/plugins/nls/cs/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/cs/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/cs/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/cs/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/cs/TextColor.js           |    4 +
 dojox/editor/plugins/nls/cs/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/da/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/da/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/da/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/da/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/da/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/da/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/da/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/da/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/da/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/da/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/da/Preview.js             |    4 +
 dojox/editor/plugins/nls/da/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/da/Save.js                |    4 +
 dojox/editor/plugins/nls/da/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/da/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/da/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/da/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/da/TextColor.js           |    4 +
 dojox/editor/plugins/nls/da/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/de/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/de/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/de/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/de/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/de/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/de/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/de/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/de/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/de/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/de/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/de/Preview.js             |    4 +
 dojox/editor/plugins/nls/de/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/de/Save.js                |    4 +
 dojox/editor/plugins/nls/de/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/de/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/de/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/de/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/de/TextColor.js           |    4 +
 dojox/editor/plugins/nls/de/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/el/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/el/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/el/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/el/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/el/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/el/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/el/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/el/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/el/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/el/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/el/Preview.js             |    4 +
 dojox/editor/plugins/nls/el/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/el/Save.js                |    4 +
 dojox/editor/plugins/nls/el/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/el/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/el/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/el/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/el/TextColor.js           |    4 +
 dojox/editor/plugins/nls/el/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/es/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/es/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/es/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/es/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/es/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/es/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/es/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/es/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/es/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/es/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/es/Preview.js             |    4 +
 dojox/editor/plugins/nls/es/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/es/Save.js                |    4 +
 dojox/editor/plugins/nls/es/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/es/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/es/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/es/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/es/TextColor.js           |    4 +
 dojox/editor/plugins/nls/es/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/fi/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/fi/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/fi/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/fi/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/fi/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/fi/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/fi/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/fi/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/fi/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/fi/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/fi/Preview.js             |    4 +
 dojox/editor/plugins/nls/fi/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/fi/Save.js                |    4 +
 dojox/editor/plugins/nls/fi/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/fi/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/fi/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/fi/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/fi/TextColor.js           |    4 +
 dojox/editor/plugins/nls/fi/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/fr/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/fr/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/fr/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/fr/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/fr/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/fr/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/fr/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/fr/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/fr/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/fr/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/fr/Preview.js             |    4 +
 dojox/editor/plugins/nls/fr/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/fr/Save.js                |    4 +
 dojox/editor/plugins/nls/fr/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/fr/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/fr/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/fr/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/fr/TextColor.js           |    4 +
 dojox/editor/plugins/nls/fr/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/he/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/he/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/he/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/he/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/he/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/he/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/he/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/he/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/he/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/he/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/he/Preview.js             |    4 +
 dojox/editor/plugins/nls/he/Save.js                |    4 +
 dojox/editor/plugins/nls/he/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/he/Smiley.js              |    4 +
 dojox/editor/plugins/nls/he/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/he/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/he/TextColor.js           |    4 +
 dojox/editor/plugins/nls/he/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/hr/AutoSave.js            |   15 +
 dojox/editor/plugins/nls/hr/Blockquote.js          |    5 +
 dojox/editor/plugins/nls/hr/Breadcrumb.js          |   11 +
 dojox/editor/plugins/nls/hr/CollapsibleToolbar.js  |    6 +
 dojox/editor/plugins/nls/hr/FindReplace.js         |   23 +
 dojox/editor/plugins/nls/hr/InsertAnchor.js        |   10 +
 dojox/editor/plugins/nls/hr/InsertEntity.js        |    5 +
 dojox/editor/plugins/nls/hr/LocalImage.js          |   12 +
 dojox/editor/plugins/nls/hr/PageBreak.js           |    5 +
 dojox/editor/plugins/nls/hr/PasteFromWord.js       |    8 +
 dojox/editor/plugins/nls/hr/Preview.js             |    5 +
 dojox/editor/plugins/nls/hr/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/hr/Save.js                |    5 +
 dojox/editor/plugins/nls/hr/ShowBlockNodes.js      |    5 +
 dojox/editor/plugins/nls/hr/Smiley.js              |   24 +
 dojox/editor/plugins/nls/hr/SpellCheck.js          |   18 +
 dojox/editor/plugins/nls/hr/TableDialog.js         |   31 +
 dojox/editor/plugins/nls/hr/TextColor.js           |    6 +
 dojox/editor/plugins/nls/hr/latinEntities.js       |  257 +
 dojox/editor/plugins/nls/hu/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/hu/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/hu/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/hu/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/hu/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/hu/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/hu/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/hu/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/hu/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/hu/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/hu/Preview.js             |    4 +
 dojox/editor/plugins/nls/hu/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/hu/Save.js                |    4 +
 dojox/editor/plugins/nls/hu/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/hu/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/hu/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/hu/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/hu/TextColor.js           |    4 +
 dojox/editor/plugins/nls/hu/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/it/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/it/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/it/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/it/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/it/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/it/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/it/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/it/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/it/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/it/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/it/Preview.js             |    4 +
 dojox/editor/plugins/nls/it/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/it/Save.js                |    4 +
 dojox/editor/plugins/nls/it/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/it/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/it/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/it/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/it/TextColor.js           |    4 +
 dojox/editor/plugins/nls/it/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/ja/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ja/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ja/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ja/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ja/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/ja/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ja/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ja/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ja/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ja/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ja/Preview.js             |    4 +
 dojox/editor/plugins/nls/ja/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/ja/Save.js                |    4 +
 dojox/editor/plugins/nls/ja/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ja/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/ja/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ja/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ja/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ja/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/kk/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/kk/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/kk/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/kk/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/kk/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/kk/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/kk/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/kk/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/kk/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/kk/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/kk/Preview.js             |    4 +
 dojox/editor/plugins/nls/kk/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/kk/Save.js                |    4 +
 dojox/editor/plugins/nls/kk/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/kk/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/kk/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/kk/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/kk/TextColor.js           |    4 +
 dojox/editor/plugins/nls/kk/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/ko/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ko/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ko/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ko/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ko/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/ko/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ko/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ko/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ko/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ko/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ko/Preview.js             |    4 +
 dojox/editor/plugins/nls/ko/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/ko/Save.js                |    4 +
 dojox/editor/plugins/nls/ko/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ko/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/ko/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ko/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ko/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ko/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/latinEntities.js          |   35 +
 dojox/editor/plugins/nls/nb/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/nb/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/nb/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/nb/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/nb/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/nb/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/nb/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/nb/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/nb/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/nb/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/nb/Preview.js             |    4 +
 dojox/editor/plugins/nls/nb/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/nb/Save.js                |    4 +
 dojox/editor/plugins/nls/nb/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/nb/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/nb/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/nb/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/nb/TextColor.js           |    4 +
 dojox/editor/plugins/nls/nb/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/nl/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/nl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/nl/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/nl/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/nl/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/nl/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/nl/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/nl/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/nl/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/nl/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/nl/Preview.js             |    4 +
 dojox/editor/plugins/nls/nl/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/nl/Save.js                |    4 +
 dojox/editor/plugins/nls/nl/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/nl/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/nl/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/nl/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/nl/TextColor.js           |    4 +
 dojox/editor/plugins/nls/nl/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/pl/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/pl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/pl/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/pl/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/pl/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/pl/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/pl/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/pl/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/pl/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/pl/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/pl/Preview.js             |    4 +
 dojox/editor/plugins/nls/pl/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/pl/Save.js                |    4 +
 dojox/editor/plugins/nls/pl/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/pl/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/pl/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/pl/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/pl/TextColor.js           |    4 +
 dojox/editor/plugins/nls/pl/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/pt-pt/AutoSave.js         |    4 +
 dojox/editor/plugins/nls/pt-pt/Blockquote.js       |    4 +
 dojox/editor/plugins/nls/pt-pt/Breadcrumb.js       |    4 +
 .../editor/plugins/nls/pt-pt/CollapsibleToolbar.js |    4 +
 dojox/editor/plugins/nls/pt-pt/FindReplace.js      |    5 +-
 dojox/editor/plugins/nls/pt-pt/InsertAnchor.js     |    4 +
 dojox/editor/plugins/nls/pt-pt/InsertEntity.js     |    4 +
 dojox/editor/plugins/nls/pt-pt/LocalImage.js       |    4 +
 dojox/editor/plugins/nls/pt-pt/PageBreak.js        |    4 +
 dojox/editor/plugins/nls/pt-pt/PasteFromWord.js    |    4 +
 dojox/editor/plugins/nls/pt-pt/Preview.js          |    4 +
 dojox/editor/plugins/nls/pt-pt/Save.js             |    4 +
 dojox/editor/plugins/nls/pt-pt/ShowBlockNodes.js   |    4 +
 dojox/editor/plugins/nls/pt-pt/Smiley.js           |    4 +
 dojox/editor/plugins/nls/pt-pt/SpellCheck.js       |    4 +
 dojox/editor/plugins/nls/pt-pt/TableDialog.js      |    4 +
 dojox/editor/plugins/nls/pt-pt/TextColor.js        |    4 +
 dojox/editor/plugins/nls/pt-pt/latinEntities.js    |    4 +
 dojox/editor/plugins/nls/pt/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/pt/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/pt/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/pt/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/pt/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/pt/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/pt/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/pt/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/pt/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/pt/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/pt/Preview.js             |    4 +
 dojox/editor/plugins/nls/pt/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/pt/Save.js                |    4 +
 dojox/editor/plugins/nls/pt/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/pt/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/pt/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/pt/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/pt/TextColor.js           |    4 +
 dojox/editor/plugins/nls/pt/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/ro/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ro/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ro/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ro/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ro/FindReplace.js         |    4 +
 dojox/editor/plugins/nls/ro/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ro/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ro/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ro/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ro/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ro/Preview.js             |    4 +
 dojox/editor/plugins/nls/ro/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/ro/Save.js                |    4 +
 dojox/editor/plugins/nls/ro/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ro/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/ro/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ro/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ro/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ro/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/ru/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/ru/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/ru/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/ru/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/ru/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/ru/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/ru/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/ru/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/ru/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/ru/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/ru/Preview.js             |    4 +
 dojox/editor/plugins/nls/ru/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/ru/Save.js                |    4 +
 dojox/editor/plugins/nls/ru/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/ru/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/ru/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/ru/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/ru/TextColor.js           |    4 +
 dojox/editor/plugins/nls/ru/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/sk/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/sk/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sk/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/sk/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/sk/FindReplace.js         |    4 +
 dojox/editor/plugins/nls/sk/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/sk/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sk/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/sk/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sk/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/sk/Preview.js             |    4 +
 dojox/editor/plugins/nls/sk/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/sk/Save.js                |    4 +
 dojox/editor/plugins/nls/sk/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sk/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/sk/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/sk/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/sk/TextColor.js           |    4 +
 dojox/editor/plugins/nls/sk/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/sl/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/sl/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sl/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/sl/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/sl/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/sl/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/sl/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sl/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/sl/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sl/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/sl/Preview.js             |    4 +
 dojox/editor/plugins/nls/sl/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/sl/Save.js                |    4 +
 dojox/editor/plugins/nls/sl/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sl/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/sl/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/sl/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/sl/TextColor.js           |    4 +
 dojox/editor/plugins/nls/sl/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/sv/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/sv/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/sv/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/sv/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/sv/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/sv/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/sv/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/sv/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/sv/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/sv/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/sv/Preview.js             |    4 +
 dojox/editor/plugins/nls/sv/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/sv/Save.js                |    4 +
 dojox/editor/plugins/nls/sv/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/sv/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/sv/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/sv/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/sv/TextColor.js           |    4 +
 dojox/editor/plugins/nls/sv/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/th/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/th/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/th/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/th/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/th/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/th/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/th/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/th/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/th/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/th/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/th/Preview.js             |    4 +
 dojox/editor/plugins/nls/th/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/th/Save.js                |    4 +
 dojox/editor/plugins/nls/th/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/th/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/th/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/th/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/th/TextColor.js           |    4 +
 dojox/editor/plugins/nls/th/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/tr/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/tr/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/tr/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/tr/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/tr/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/tr/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/tr/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/tr/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/tr/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/tr/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/tr/Preview.js             |    4 +
 dojox/editor/plugins/nls/tr/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/tr/Save.js                |    4 +
 dojox/editor/plugins/nls/tr/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/tr/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/tr/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/tr/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/tr/TextColor.js           |    4 +
 dojox/editor/plugins/nls/tr/latinEntities.js       |    4 +
 dojox/editor/plugins/nls/zh-tw/AutoSave.js         |    4 +
 dojox/editor/plugins/nls/zh-tw/Blockquote.js       |    4 +
 dojox/editor/plugins/nls/zh-tw/Breadcrumb.js       |    4 +
 .../editor/plugins/nls/zh-tw/CollapsibleToolbar.js |    4 +
 dojox/editor/plugins/nls/zh-tw/FindReplace.js      |    5 +-
 dojox/editor/plugins/nls/zh-tw/InsertAnchor.js     |    4 +
 dojox/editor/plugins/nls/zh-tw/InsertEntity.js     |    4 +
 dojox/editor/plugins/nls/zh-tw/LocalImage.js       |    4 +
 dojox/editor/plugins/nls/zh-tw/PageBreak.js        |    4 +
 dojox/editor/plugins/nls/zh-tw/PasteFromWord.js    |    4 +
 dojox/editor/plugins/nls/zh-tw/Preview.js          |    4 +
 dojox/editor/plugins/nls/zh-tw/SafePaste.js        |    5 +
 dojox/editor/plugins/nls/zh-tw/Save.js             |    4 +
 dojox/editor/plugins/nls/zh-tw/ShowBlockNodes.js   |    4 +
 dojox/editor/plugins/nls/zh-tw/Smiley.js           |    7 +-
 dojox/editor/plugins/nls/zh-tw/SpellCheck.js       |    4 +
 dojox/editor/plugins/nls/zh-tw/TableDialog.js      |    4 +
 dojox/editor/plugins/nls/zh-tw/TextColor.js        |    4 +
 dojox/editor/plugins/nls/zh-tw/latinEntities.js    |    4 +
 dojox/editor/plugins/nls/zh/AutoSave.js            |    4 +
 dojox/editor/plugins/nls/zh/Blockquote.js          |    4 +
 dojox/editor/plugins/nls/zh/Breadcrumb.js          |    4 +
 dojox/editor/plugins/nls/zh/CollapsibleToolbar.js  |    4 +
 dojox/editor/plugins/nls/zh/FindReplace.js         |    5 +-
 dojox/editor/plugins/nls/zh/InsertAnchor.js        |    4 +
 dojox/editor/plugins/nls/zh/InsertEntity.js        |    4 +
 dojox/editor/plugins/nls/zh/LocalImage.js          |    4 +
 dojox/editor/plugins/nls/zh/PageBreak.js           |    4 +
 dojox/editor/plugins/nls/zh/PasteFromWord.js       |    4 +
 dojox/editor/plugins/nls/zh/Preview.js             |    4 +
 dojox/editor/plugins/nls/zh/SafePaste.js           |    5 +
 dojox/editor/plugins/nls/zh/Save.js                |    4 +
 dojox/editor/plugins/nls/zh/ShowBlockNodes.js      |    4 +
 dojox/editor/plugins/nls/zh/Smiley.js              |    7 +-
 dojox/editor/plugins/nls/zh/SpellCheck.js          |    4 +
 dojox/editor/plugins/nls/zh/TableDialog.js         |    4 +
 dojox/editor/plugins/nls/zh/TextColor.js           |    4 +
 dojox/editor/plugins/nls/zh/latinEntities.js       |    4 +
 .../editor/plugins/resources/css/InsertEntity.css  |    6 +-
 dojox/editor/plugins/resources/css/SafePaste.css   |    3 +
 dojox/editor/tests/editorFindReplace.html          |    1 +
 dojox/editor/tests/editorSafePaste.html            |  105 +
 dojox/editor/tests/testPluginsAll.html             |   12 +-
 dojox/embed/Flash.js                               |   77 +-
 dojox/embed/IE/flash.js                            |   19 -
 dojox/embed/Object.js                              |   22 +-
 dojox/embed/Quicktime.js                           |   59 +-
 dojox/embed/flashVars.js                           |   11 +-
 dojox/embed/tests/flash.html                       |   25 +-
 dojox/embed/tests/object.html                      |    4 +-
 dojox/encoding/_base.js                            |    6 +-
 dojox/encoding/ascii85.js                          |   18 +-
 dojox/encoding/base64.js                           |   21 +-
 dojox/encoding/bits.js                             |  122 +-
 dojox/encoding/compression/lzw.js                  |   27 +-
 dojox/encoding/compression/splay.js                |  123 +-
 dojox/encoding/crypto/Blowfish.js                  |   82 +-
 dojox/encoding/crypto/RSAKey-ext.js                |   22 +-
 dojox/encoding/crypto/RSAKey.js                    |   21 +-
 dojox/encoding/crypto/SimpleAES.js                 |  584 +-
 dojox/encoding/crypto/_base.js                     |   25 +-
 dojox/encoding/digests/MD5.js                      |   14 +-
 dojox/encoding/digests/SHA1.js                     |   14 +-
 dojox/encoding/digests/_base.js                    |   14 +-
 dojox/encoding/easy64.js                           |   17 +-
 dojox/encoding/tests/ascii85.js                    |   10 +-
 dojox/encoding/tests/bits.js                       |   18 +-
 dojox/encoding/tests/compression/_base.js          |    9 +-
 dojox/encoding/tests/compression/lzw.js            |   11 +-
 dojox/encoding/tests/compression/splay.js          |   15 +-
 dojox/encoding/tests/crypto/Blowfish.js            |   16 +-
 dojox/encoding/tests/crypto/RSA.js                 |   19 +-
 dojox/encoding/tests/crypto/SimpleAES.js           |   12 +-
 dojox/encoding/tests/crypto/_base.js               |   11 +-
 dojox/encoding/tests/digests/MD5.js                |   16 +-
 dojox/encoding/tests/digests/SHA1.js               |   16 +-
 dojox/encoding/tests/digests/_base.js              |   10 +-
 dojox/encoding/tests/easy64.js                     |   10 +-
 dojox/encoding/tests/encoding.js                   |   10 +-
 dojox/form/BusyButton.js                           |   97 +-
 dojox/form/CheckedMultiSelect.js                   |  427 +-
 dojox/form/DateTextBox.js                          |   92 +-
 dojox/form/DropDownSelect.js                       |   14 +-
 dojox/form/DropDownStack.js                        |   22 +-
 dojox/form/FileInput.js                            |   42 +-
 dojox/form/FileInputAuto.js                        |   70 +-
 dojox/form/FileInputBlind.js                       |    9 +-
 dojox/form/FilePickerTextBox.js                    |  115 +-
 dojox/form/FileUploader.js                         |  365 +-
 dojox/form/ListInput.js                            |  435 +-
 dojox/form/Manager.js                              |   67 +-
 dojox/form/MultiComboBox.js                        |   36 +-
 dojox/form/PasswordValidator.js                    |  122 +-
 dojox/form/README                                  |   10 +-
 dojox/form/RadioStack.js                           |   18 +-
 dojox/form/RangeSlider.js                          |  323 +-
 dojox/form/Rating.js                               |   57 +-
 dojox/form/TimeSpinner.js                          |   41 +-
 dojox/form/TriStateCheckBox.js                     |  243 +
 dojox/form/Uploader.js                             |  248 +-
 dojox/form/_FormSelectWidget.js                    |   14 +-
 dojox/form/_HasDropDown.js                         |   14 +-
 dojox/form/_SelectStackMixin.js                    |   73 +-
 dojox/form/manager/_ClassMixin.js                  |   24 +-
 dojox/form/manager/_DisplayMixin.js                |   14 +-
 dojox/form/manager/_EnableMixin.js                 |   24 +-
 dojox/form/manager/_FormMixin.js                   |   27 +-
 dojox/form/manager/_Mixin.js                       |  125 +-
 dojox/form/manager/_NodeMixin.js                   |   86 +-
 dojox/form/manager/_ValueMixin.js                  |   14 +-
 dojox/form/nls/CheckedMultiSelect.js               |   36 +
 dojox/form/nls/PasswordValidator.js                |   38 +-
 dojox/form/nls/Uploader.js                         |   35 +
 dojox/form/nls/ar/PasswordValidator.js             |    5 +-
 dojox/form/nls/az/PasswordValidator.js             |    8 +
 dojox/form/nls/ca/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/ca/PasswordValidator.js             |    5 +-
 dojox/form/nls/ca/Uploader.js                      |    5 +
 dojox/form/nls/cs/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/cs/PasswordValidator.js             |    5 +-
 dojox/form/nls/cs/Uploader.js                      |    5 +
 dojox/form/nls/da/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/da/PasswordValidator.js             |    5 +-
 dojox/form/nls/da/Uploader.js                      |    5 +
 dojox/form/nls/de/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/de/PasswordValidator.js             |    5 +-
 dojox/form/nls/de/Uploader.js                      |    5 +
 dojox/form/nls/el/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/el/PasswordValidator.js             |    5 +-
 dojox/form/nls/el/Uploader.js                      |    5 +
 dojox/form/nls/es/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/es/PasswordValidator.js             |    4 +
 dojox/form/nls/es/Uploader.js                      |    5 +
 dojox/form/nls/fi/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/fi/PasswordValidator.js             |    4 +
 dojox/form/nls/fi/Uploader.js                      |    5 +
 dojox/form/nls/fr/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/fr/PasswordValidator.js             |    4 +
 dojox/form/nls/fr/Uploader.js                      |    5 +
 dojox/form/nls/he/PasswordValidator.js             |    4 +
 dojox/form/nls/hr/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/hr/PasswordValidator.js             |    6 +
 dojox/form/nls/hr/Uploader.js                      |    5 +
 dojox/form/nls/hu/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/hu/PasswordValidator.js             |    4 +
 dojox/form/nls/hu/Uploader.js                      |    5 +
 dojox/form/nls/it/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/it/PasswordValidator.js             |    4 +
 dojox/form/nls/it/Uploader.js                      |    5 +
 dojox/form/nls/ja/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/ja/PasswordValidator.js             |    4 +
 dojox/form/nls/ja/Uploader.js                      |    5 +
 dojox/form/nls/kk/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/kk/Uploader.js                      |    5 +
 dojox/form/nls/ko/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/ko/PasswordValidator.js             |    4 +
 dojox/form/nls/ko/Uploader.js                      |    5 +
 dojox/form/nls/nb/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/nb/PasswordValidator.js             |    4 +
 dojox/form/nls/nb/Uploader.js                      |    5 +
 dojox/form/nls/nl/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/nl/PasswordValidator.js             |    4 +
 dojox/form/nls/nl/Uploader.js                      |    5 +
 dojox/form/nls/pl/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/pl/PasswordValidator.js             |    4 +
 dojox/form/nls/pl/Uploader.js                      |    5 +
 dojox/form/nls/pt-pt/PasswordValidator.js          |    4 +
 dojox/form/nls/pt/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/pt/PasswordValidator.js             |    4 +
 dojox/form/nls/pt/Uploader.js                      |    5 +
 dojox/form/nls/ro/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/ro/PasswordValidator.js             |    4 +
 dojox/form/nls/ro/Uploader.js                      |    5 +
 dojox/form/nls/ru/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/ru/PasswordValidator.js             |    4 +
 dojox/form/nls/ru/Uploader.js                      |    5 +
 dojox/form/nls/sk/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/sk/PasswordValidator.js             |    4 +
 dojox/form/nls/sk/Uploader.js                      |    5 +
 dojox/form/nls/sl/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/sl/PasswordValidator.js             |    4 +
 dojox/form/nls/sl/Uploader.js                      |    5 +
 dojox/form/nls/sv/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/sv/PasswordValidator.js             |    4 +
 dojox/form/nls/sv/Uploader.js                      |    5 +
 dojox/form/nls/th/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/th/PasswordValidator.js             |    4 +
 dojox/form/nls/th/Uploader.js                      |    5 +
 dojox/form/nls/tr/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/tr/PasswordValidator.js             |    4 +
 dojox/form/nls/tr/Uploader.js                      |    5 +
 dojox/form/nls/zh-tw/CheckedMultiSelect.js         |    6 +
 dojox/form/nls/zh-tw/PasswordValidator.js          |    4 +
 dojox/form/nls/zh-tw/Uploader.js                   |    5 +
 dojox/form/nls/zh/CheckedMultiSelect.js            |    6 +
 dojox/form/nls/zh/PasswordValidator.js             |    4 +
 dojox/form/nls/zh/Uploader.js                      |    5 +
 dojox/form/resources/CheckedMultiSelect.css        |  216 +-
 dojox/form/resources/CheckedMultiSelect.html       |   10 +-
 dojox/form/resources/FilePickerTextBox.css         |    8 +-
 dojox/form/resources/TriStateCheckBox.css          |  137 +
 dojox/form/resources/TriStateCheckBox.html         |    5 +
 dojox/form/resources/Uploader.html                 |   18 +
 dojox/form/resources/_CheckedMultiSelectItem.html  |    6 +-
 .../resources/_CheckedMultiSelectMenuItem.html     |   10 +
 .../resources/images/tristatecheckboxStates.png    |  Bin 0 -> 1458 bytes
 dojox/form/tests/test_BusyButton.html              |   12 +-
 dojox/form/tests/test_CheckedMultiSelect.html      |    2 +-
 .../tests/test_CheckedMultiSelectDropDown.html     |  200 +
 .../tests/test_CheckedMultiSelectNonDropDown.html  |  205 +
 dojox/form/tests/test_DateTextBox.html             |    5 -
 dojox/form/tests/test_FileInput.html               |    5 +-
 dojox/form/tests/test_FilePickerTextBox.html       |    1 +
 dojox/form/tests/test_FileUploaderCSS.html         |  110 +-
 dojox/form/tests/test_FileUploaderDialog.html      |    1 +
 dojox/form/tests/test_FileUploaderForm.html        |    3 +-
 dojox/form/tests/test_FileUploaderTabs.html        |    1 +
 dojox/form/tests/test_ListInput.html               |    2 +-
 dojox/form/tests/test_Manager1.html                |   16 +-
 dojox/form/tests/test_MultiComboBox.html           |    5 +-
 dojox/form/tests/test_PasswordValidator.html       |   71 +-
 dojox/form/tests/test_RangeSlider.html             |    1 +
 dojox/form/tests/test_Rating.html                  |    5 +-
 dojox/form/tests/test_TimeSpinner.html             |    1 +
 dojox/form/tests/test_TriStateCheckbox.html        |  135 +
 dojox/form/tests/test_Uploader.html                |   76 +-
 dojox/form/tests/test_UploaderAll.html             |    1 +
 dojox/form/uploader/Base.js                        |   59 +-
 dojox/form/uploader/FileList.js                    |   63 +-
 dojox/form/uploader/plugins/Flash.js               |   80 +-
 dojox/form/uploader/plugins/HTML5.js               |   88 +-
 dojox/form/uploader/plugins/IFrame.js              |   74 +-
 dojox/fx.js                                        |    6 +-
 dojox/fx/Shadow.js                                 |  288 +-
 dojox/fx/Timeline.js                               |   46 +-
 dojox/fx/_arg.js                                   |   12 +-
 dojox/fx/_base.js                                  |   78 +-
 dojox/fx/_core.js                                  |  114 +-
 dojox/fx/easing.js                                 |   11 +-
 dojox/fx/ext-dojo/NodeList-style.js                |   25 +-
 dojox/fx/ext-dojo/NodeList.js                      |   22 +-
 dojox/fx/ext-dojo/complex.js                       |  198 +-
 dojox/fx/ext-dojo/reverse.js                       |   21 +-
 dojox/fx/flip.js                                   |  191 +-
 dojox/fx/scroll.js                                 |   84 +-
 dojox/fx/split.js                                  |  160 +-
 dojox/fx/style.js                                  |   53 +-
 dojox/fx/tests/example_dojoAnimations.html         |    1 +
 dojox/fx/tests/example_easingChart2D.html          |    2 +-
 dojox/fx/tests/test_Nodelist-fx.html               |    4 +-
 dojox/fx/tests/test_Shadow.html                    |    2 +-
 dojox/fx/tests/test_animateClass.html              |   26 +-
 dojox/fx/tests/test_flip.html                      |  663 +-
 dojox/fx/tests/test_scroll.html                    |    7 +-
 dojox/fx/tests/test_sizeTo.html                    |    1 -
 dojox/fx/tests/test_split.html                     |    3 +-
 dojox/fx/tests/test_wipeTo.html                    |   41 +-
 dojox/fx/text.js                                   |  107 +-
 dojox/gantt/GanttProjectItem.js                    |    1 +
 dojox/gantt/GanttResourceItem.js                   |   53 +-
 dojox/gantt/GanttTaskItem.js                       |    1 +
 dojox/gauges/AnalogArcIndicator.js                 |   92 +
 dojox/gauges/AnalogArrowIndicator.js               |   52 +
 dojox/gauges/AnalogCircleIndicator.js              |   35 +
 dojox/gauges/AnalogGauge.js                        |  368 +
 dojox/gauges/AnalogIndicatorBase.js                |  200 +
 dojox/gauges/AnalogLineIndicator.js                |   29 +
 dojox/gauges/AnalogNeedleIndicator.js              |   46 +
 dojox/gauges/BarCircleIndicator.js                 |   45 +
 dojox/gauges/BarGauge.js                           |  180 +
 dojox/gauges/BarIndicator.js                       |   79 +
 dojox/gauges/BarLineIndicator.js                   |  133 +
 dojox/gauges/GlossyCircularGauge.js                |  236 +
 dojox/gauges/GlossyCircularGaugeBase.js            |  540 +
 dojox/gauges/GlossyCircularGaugeNeedle.js          |   64 +
 dojox/gauges/GlossyHorizontalGauge.js              |  567 +
 dojox/gauges/GlossyHorizontalGaugeMarker.js        |  129 +
 dojox/gauges/GlossySemiCircularGauge.js            |  244 +
 dojox/gauges/Range.js                              |   73 +
 dojox/gauges/TextIndicator.js                      |   78 +
 dojox/gauges/_Gauge.css                            |   63 +
 dojox/gauges/_Gauge.js                             |  844 +
 dojox/gauges/_Indicator.js                         |  260 +
 dojox/gauges/tests/images/flare.png                |  Bin 0 -> 9839 bytes
 dojox/gauges/tests/images/gaugeOverlay.png         |  Bin 0 -> 10675 bytes
 dojox/gauges/tests/test_AnalogGauge-AMD.html       |  284 +
 dojox/gauges/tests/test_AnalogGaugeWidget.html     |  554 +
 .../tests/test_AnalogGaugeWidgetIndicators.html    |  279 +
 .../test_AnalogGaugeWidgetLabelPlacement.html      |   91 +
 .../tests/test_AnalogGaugeWidgetOrientation.html   |  129 +
 dojox/gauges/tests/test_BarGaugeWidget.html        |  340 +
 dojox/gauges/tests/test_GlossyCircularGauge.html   |  300 +
 dojox/gauges/tests/test_GlossyGauges-AMD.html      |   61 +
 dojox/gauges/tests/test_GlossyHorizontalGauge.html |  205 +
 dojox/geo/README                                   |    8 +-
 dojox/geo/charting/Feature.js                      |  198 +
 dojox/geo/charting/KeyboardInteractionSupport.js   |  144 +
 dojox/geo/charting/Map.js                          |  595 +-
 dojox/geo/charting/MouseInteractionSupport.js      |  334 +
 dojox/geo/charting/TouchInteractionSupport.js      |  312 +
 dojox/geo/charting/_Feature.js                     |  169 -
 dojox/geo/charting/_Marker.js                      |   33 +-
 dojox/geo/charting/_base.js                        |   41 +-
 dojox/geo/charting/resources/Map.css               |   10 +-
 dojox/geo/charting/resources/data/USStates.json    |  517 +-
 dojox/geo/charting/resources/data/series.json      |   20 +
 dojox/geo/charting/tests/datastore/dataStore.json  |    2 +-
 dojox/geo/charting/tests/test_mapWithCharting.html |   94 +-
 dojox/geo/charting/tests/test_mapWithLegend.html   |   94 +-
 dojox/geo/charting/tests/test_maps.html            |   40 +-
 dojox/geo/charting/tests/test_widget.html          |   71 +
 dojox/geo/charting/widget/Legend.js                |   68 +-
 dojox/geo/charting/widget/Map.js                   |  181 +
 dojox/geo/openlayers/Collection.js                 |   27 +
 dojox/geo/openlayers/Feature.js                    |   78 +
 dojox/geo/openlayers/Geometry.js                   |   36 +
 dojox/geo/openlayers/GeometryFeature.js            |  404 +
 dojox/geo/openlayers/GfxLayer.js                   |  141 +
 dojox/geo/openlayers/GreatCircle.js                |  121 +
 dojox/geo/openlayers/JsonImport.js                 |  150 +
 dojox/geo/openlayers/Layer.js                      |  163 +
 dojox/geo/openlayers/LineString.js                 |   27 +
 dojox/geo/openlayers/Map.js                        |  591 +
 dojox/geo/openlayers/Patch.js                      |   66 +
 dojox/geo/openlayers/Point.js                      |   26 +
 dojox/geo/openlayers/TouchInteractionSupport.js    |  247 +
 dojox/geo/openlayers/WidgetFeature.js              |  205 +
 .../tests/baseLayers/test_baseLayers.html          |  223 +
 dojox/geo/openlayers/tests/ecr/Ecr.js              |  209 +
 dojox/geo/openlayers/tests/ecr/EcrRenderer.js      |  163 +
 dojox/geo/openlayers/tests/ecr/LegsRenderer.js     |   66 +
 dojox/geo/openlayers/tests/ecr/PortRenderer.js     |   27 +
 dojox/geo/openlayers/tests/ecr/data/ecr.json       |   41 +
 dojox/geo/openlayers/tests/ecr/data/ecr2.json      |  277 +
 dojox/geo/openlayers/tests/ecr/data/ecr3.json      | 3352 ++
 .../openlayers/tests/ecr/data/mapDataFixed.json    |41467 ++++++++++++++++++++
 dojox/geo/openlayers/tests/ecr/test_ecr.html       |   88 +
 .../openlayers/tests/json/ContinentalEurope.json   |  222 +
 dojox/geo/openlayers/tests/json/test_json.html     |   76 +
 .../openlayers/tests/nonWidget/test_nonWidget.html |   51 +
 dojox/geo/openlayers/tests/sun/Cities.js           |  310 +
 dojox/geo/openlayers/tests/sun/Sun.js              |  226 +
 dojox/geo/openlayers/tests/sun/SunDemo.js          |  298 +
 dojox/geo/openlayers/tests/sun/c.csv               |  340 +
 dojox/geo/openlayers/tests/sun/test_sun.html       |  135 +
 dojox/geo/openlayers/tests/test_bench.html         |  282 +
 dojox/geo/openlayers/tests/test_gfx.html           |  165 +
 dojox/geo/openlayers/tests/test_gfx2.html          |  219 +
 dojox/geo/openlayers/tests/test_resize.html        |  145 +
 dojox/geo/openlayers/tests/test_widget.html        |  100 +
 .../tests/widgetFeature/test_widgetFeature.html    |  350 +
 dojox/geo/openlayers/widget/Map.js                 |  160 +
 dojox/gesture/Base.js                              |  371 +
 dojox/gesture/README                               |   39 +
 dojox/gesture/swipe.js                             |  143 +
 dojox/gesture/tap.js                               |  144 +
 dojox/gesture/tests/doh/bubble.html                |  169 +
 dojox/gesture/tests/doh/swipe.html                 |  100 +
 dojox/gesture/tests/doh/tap.html                   |  137 +
 dojox/gesture/tests/module.js                      |    9 +
 dojox/gesture/tests/runTests.html                  |   11 +
 dojox/gesture/tests/test_gesture.html              |   94 +
 dojox/gfx.js                                       |   87 +-
 dojox/gfx/Moveable.js                              |  192 +-
 dojox/gfx/Mover.js                                 |  113 +-
 dojox/gfx/VectorText.js                            |  159 +-
 dojox/gfx/_base.js                                 |  733 +-
 dojox/gfx/_gfxBidiSupport.js                       |  404 +
 dojox/gfx/arc.js                                   |   62 +-
 dojox/gfx/attach.js                                |   15 +-
 dojox/gfx/canvas.js                                |  188 +-
 dojox/gfx/canvasWithEvents.js                      |  642 +
 dojox/gfx/canvas_attach.js                         |   17 +-
 dojox/gfx/decompose.js                             |   26 +-
 dojox/gfx/fx.js                                    |   72 +-
 dojox/gfx/gradient.js                              |   44 +-
 dojox/gfx/gradutils.js                             |   36 +-
 dojox/gfx/matrix.js                                |   40 +-
 dojox/gfx/move.js                                  |    6 +-
 dojox/gfx/path.js                                  |  808 +-
 dojox/gfx/renderer.js                              |   89 +
 dojox/gfx/resources/gfxSvgProxyFrame.html          |    3 +-
 dojox/gfx/resources/svg2gfx.xsl                    |   20 +-
 dojox/gfx/shape.js                                 | 1571 +-
 dojox/gfx/silverlight.js                           |  125 +-
 dojox/gfx/silverlight_attach.js                    |   16 +-
 dojox/gfx/svg.js                                   |  179 +-
 dojox/gfx/svg_attach.js                            |   42 +-
 .../canvas/dynamicallyChangeTextCanvas.html        |   84 +
 .../canvas/inheritFromSurfaceCanvas.html           |  184 +
 .../canvas/test_SurfaceGroupCanvas.html            |  262 +
 .../_gfxBidiSupport/canvas/textBidiCanvas.html     |   67 +
 .../_gfxBidiSupport/dynamicallyChangeText.html     |   84 +
 .../tests/_gfxBidiSupport/inheritFromSurface.html  |  184 +
 dojox/gfx/tests/_gfxBidiSupport/module.js          |   15 +
 dojox/gfx/tests/_gfxBidiSupport/runTests.html      |   11 +
 .../dynamicallyChangeTextSilverlight.html          |   84 +
 .../silverlight/inheritFromSurfaceSilverlight.html |  106 +
 .../silverlight/test_SurfaceGroupSilverlight.html  |  179 +
 .../silverlight/textBidiSilverlight.html           |   69 +
 .../svgWeb/dynamicallyChangeTextSvgWeb.html        |   89 +
 .../svgWeb/inheritFromSurfaceSvgWeb.html           |  192 +
 .../svgWeb/test_SurfaceGroupSvgWeb.html            |  274 +
 .../_gfxBidiSupport/svgWeb/textBidiSvgWeb.html     |   80 +
 .../_gfxBidiSupport/svgWeb/textpathBidiSvgWeb.html |  151 +
 .../tests/_gfxBidiSupport/test_SurfaceGroup.html   |  262 +
 dojox/gfx/tests/_gfxBidiSupport/textBidi.html      |   69 +
 dojox/gfx/tests/_gfxBidiSupport/textpathBidi.html  |  144 +
 dojox/gfx/tests/events-canvas.html                 |   47 +
 dojox/gfx/tests/smokeRenderer.html                 |   21 +
 dojox/gfx/tests/svgweb/sample.html                 |   17 +-
 dojox/gfx/tests/test.roundrect.html                |   37 -
 dojox/gfx/tests/test_arc.html                      |   11 +-
 dojox/gfx/tests/test_bezier.html                   |   11 +-
 dojox/gfx/tests/test_bubbling.html                 |   61 +
 dojox/gfx/tests/test_canvaspolyline.html           |   74 +
 dojox/gfx/tests/test_decompose.html                |    4 +-
 dojox/gfx/tests/test_gfx.html                      |   13 +-
 dojox/gfx/tests/test_gfx_amd.html                  |  457 +
 dojox/gfx/tests/test_group2.html                   |    3 +-
 dojox/gfx/tests/test_linearGradient.html           |   13 +-
 dojox/gfx/tests/test_loadCanvas.html               |   28 +
 dojox/gfx/tests/test_poly.html                     |   11 +-
 dojox/gfx/tests/test_rect_setShape_vml.html        |   37 +
 dojox/gfx/tests/test_registry.html                 |   89 +
 dojox/gfx/tests/test_resize.html                   |   11 +-
 dojox/gfx/tests/test_roundrect.html                |   36 +
 dojox/gfx/tests/test_setPath.html                  |    4 -
 dojox/gfx/tests/test_surfaceClip.html              |   33 +
 dojox/gfx/tests/test_tbbox.html                    |   11 +-
 dojox/gfx/tests/test_utils.html                    |   10 +-
 dojox/gfx/utils.js                                 |  118 +-
 dojox/gfx/vml.js                                   |  205 +-
 dojox/gfx/vml_attach.js                            |   56 +-
 dojox/gfx3d.js                                     |   11 +-
 dojox/gfx3d/_base.js                               |   32 +-
 dojox/gfx3d/gradient.js                            |   17 +-
 dojox/gfx3d/lighting.js                            |   85 +-
 dojox/gfx3d/matrix.js                              |  651 +-
 dojox/gfx3d/object.js                              |  275 +-
 dojox/gfx3d/scheduler.js                           |   62 +-
 dojox/gfx3d/tests/test_camerarotate.html           |    3 -
 dojox/gfx3d/tests/test_camerarotate_shaded.html    |    2 -
 dojox/gfx3d/tests/test_cylinder.html               |    4 +-
 dojox/gfx3d/vector.js                              |   29 +-
 dojox/grid/DataGrid.js                             |   87 +-
 dojox/grid/DataSelection.js                        |   34 +-
 dojox/grid/EnhancedGrid.js                         |   78 +-
 dojox/grid/LazyTreeGrid.js                         | 1073 +-
 dojox/grid/LazyTreeGridStoreModel.js               |   42 +-
 dojox/grid/README                                  |    9 +-
 dojox/grid/Selection.js                            |   32 +-
 dojox/grid/TreeGrid.js                             |  190 +-
 dojox/grid/TreeSelection.js                        |   29 +-
 dojox/grid/_Builder.js                             |  161 +-
 dojox/grid/_CheckBoxSelector.js                    |    6 +-
 dojox/grid/_EditManager.js                         |   43 +-
 dojox/grid/_Events.js                              |   84 +-
 dojox/grid/_FocusManager.js                        |  135 +-
 dojox/grid/_Grid.js                                |  217 +-
 dojox/grid/_Layout.js                              |   47 +-
 dojox/grid/_RadioSelector.js                       |    6 +-
 dojox/grid/_RowManager.js                          |   15 +-
 dojox/grid/_RowSelector.js                         |    9 +-
 dojox/grid/_Scroller.js                            |   38 +-
 dojox/grid/_SelectionPreserver.js                  |   66 +
 dojox/grid/_Selector.js                            |   80 +-
 dojox/grid/_TreeView.js                            |  121 +-
 dojox/grid/_View.js                                |  220 +-
 dojox/grid/_ViewManager.js                         |   24 +-
 dojox/grid/cells.js                                |    5 +-
 dojox/grid/cells/_base.js                          |  151 +-
 dojox/grid/cells/dijit.js                          |  153 +-
 dojox/grid/cells/tree.js                           |   17 +-
 dojox/grid/enhanced/_Events.js                     |   68 +-
 dojox/grid/enhanced/_FocusManager.js               |  160 +-
 dojox/grid/enhanced/_Plugin.js                     |   34 +-
 dojox/grid/enhanced/_PluginManager.js              |   64 +-
 dojox/grid/enhanced/nls/EnhancedGrid.js            |   40 +-
 dojox/grid/enhanced/nls/Filter.js                  |   43 +-
 dojox/grid/enhanced/nls/Pagination.js              |   40 +-
 dojox/grid/enhanced/nls/ar/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/ar/Filter.js               |    6 +-
 dojox/grid/enhanced/nls/ar/Pagination.js           |    7 +-
 dojox/grid/enhanced/nls/ca/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/ca/Filter.js               |   14 +-
 dojox/grid/enhanced/nls/ca/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/cs/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/cs/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/cs/Pagination.js           |   24 +-
 dojox/grid/enhanced/nls/da/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/da/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/da/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/de/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/de/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/de/Pagination.js           |   14 +-
 dojox/grid/enhanced/nls/el/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/el/Filter.js               |   14 +-
 dojox/grid/enhanced/nls/el/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/es/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/es/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/es/Pagination.js           |    8 +-
 dojox/grid/enhanced/nls/fi/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/fi/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/fi/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/fr/EnhancedGrid.js         |    6 +-
 dojox/grid/enhanced/nls/fr/Filter.js               |   13 +-
 dojox/grid/enhanced/nls/fr/Pagination.js           |   16 +-
 dojox/grid/enhanced/nls/he/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/he/Filter.js               |    6 +-
 dojox/grid/enhanced/nls/he/Pagination.js           |    7 +-
 dojox/grid/enhanced/nls/hr/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/hr/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/hr/Pagination.js           |    8 +-
 dojox/grid/enhanced/nls/hu/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/hu/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/hu/Pagination.js           |    8 +-
 dojox/grid/enhanced/nls/it/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/it/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/it/Pagination.js           |   20 +-
 dojox/grid/enhanced/nls/ja/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/ja/Filter.js               |    9 +-
 dojox/grid/enhanced/nls/ja/Pagination.js           |   10 +-
 dojox/grid/enhanced/nls/kk/EnhancedGrid.js         |   14 +-
 dojox/grid/enhanced/nls/kk/Filter.js               |   14 +-
 dojox/grid/enhanced/nls/kk/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/ko/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/ko/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/ko/Pagination.js           |   20 +-
 dojox/grid/enhanced/nls/nb/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/nb/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/nb/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/nl/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/nl/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/nl/Pagination.js           |   16 +-
 dojox/grid/enhanced/nls/pl/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/pl/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/pl/Pagination.js           |   20 +-
 dojox/grid/enhanced/nls/pt-br/EnhancedGrid.js      |   12 +
 dojox/grid/enhanced/nls/pt-br/Filter.js            |   85 +
 dojox/grid/enhanced/nls/pt-br/Pagination.js        |   32 +
 dojox/grid/enhanced/nls/pt-pt/EnhancedGrid.js      |   10 +-
 dojox/grid/enhanced/nls/pt-pt/Filter.js            |    9 +-
 dojox/grid/enhanced/nls/pt-pt/Pagination.js        |    7 +-
 dojox/grid/enhanced/nls/pt/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/pt/Filter.js               |   35 +-
 dojox/grid/enhanced/nls/pt/Pagination.js           |    8 +-
 dojox/grid/enhanced/nls/ro/EnhancedGrid.js         |   12 +-
 dojox/grid/enhanced/nls/ro/Filter.js               |   13 +-
 dojox/grid/enhanced/nls/ro/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/ru/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/ru/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/ru/Pagination.js           |   12 +-
 dojox/grid/enhanced/nls/sk/EnhancedGrid.js         |   18 +-
 dojox/grid/enhanced/nls/sk/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/sk/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/sl/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/sl/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/sl/Pagination.js           |    8 +-
 dojox/grid/enhanced/nls/sv/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/sv/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/sv/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/th/EnhancedGrid.js         |   10 +-
 dojox/grid/enhanced/nls/th/Filter.js               |   14 +-
 dojox/grid/enhanced/nls/th/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/tr/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/tr/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/tr/Pagination.js           |    9 +-
 dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js      |    4 +
 dojox/grid/enhanced/nls/zh-tw/Filter.js            |   11 +-
 dojox/grid/enhanced/nls/zh-tw/Pagination.js        |   16 +-
 dojox/grid/enhanced/nls/zh/EnhancedGrid.js         |    4 +
 dojox/grid/enhanced/nls/zh/Filter.js               |   11 +-
 dojox/grid/enhanced/nls/zh/Pagination.js           |   12 +-
 dojox/grid/enhanced/plugins/AutoScroll.js          |   46 +-
 dojox/grid/enhanced/plugins/CellMerge.js           |   57 +-
 dojox/grid/enhanced/plugins/Cookie.js              |  138 +-
 dojox/grid/enhanced/plugins/Dialog.js              |   55 +-
 dojox/grid/enhanced/plugins/DnD.js                 |  591 +-
 dojox/grid/enhanced/plugins/Exporter.js            |   65 +-
 dojox/grid/enhanced/plugins/Filter.js              |   68 +-
 dojox/grid/enhanced/plugins/GridSource.js          |   30 +-
 dojox/grid/enhanced/plugins/IndirectSelection.js   |  280 +-
 dojox/grid/enhanced/plugins/Menu.js                |   45 +-
 dojox/grid/enhanced/plugins/NestedSorting.js       |  238 +-
 dojox/grid/enhanced/plugins/Pagination.js          | 1637 +-
 dojox/grid/enhanced/plugins/Printer.js             |  145 +-
 dojox/grid/enhanced/plugins/Rearrange.js           |  122 +-
 dojox/grid/enhanced/plugins/Search.js              |   53 +-
 dojox/grid/enhanced/plugins/Selector.js            |  257 +-
 dojox/grid/enhanced/plugins/_RowMapLayer.js        |   20 +-
 dojox/grid/enhanced/plugins/_SelectionPreserver.js |   83 +-
 dojox/grid/enhanced/plugins/_StoreLayer.js         |   49 +-
 dojox/grid/enhanced/plugins/exporter/CSVWriter.js  |   28 +-
 .../grid/enhanced/plugins/exporter/TableWriter.js  |   72 +-
 .../enhanced/plugins/exporter/_ExportWriter.js     |    9 +-
 .../enhanced/plugins/filter/ClearFilterConfirm.js  |   28 +-
 dojox/grid/enhanced/plugins/filter/FilterBar.js    |  128 +-
 .../grid/enhanced/plugins/filter/FilterBuilder.js  |   46 +-
 .../enhanced/plugins/filter/FilterDefDialog.js     | 1790 +-
 dojox/grid/enhanced/plugins/filter/FilterLayer.js  |   72 +-
 .../enhanced/plugins/filter/FilterStatusTip.js     |   88 +-
 .../grid/enhanced/plugins/filter/_ConditionExpr.js |   63 +-
 dojox/grid/enhanced/plugins/filter/_DataExprs.js   |   34 +-
 dojox/grid/enhanced/plugins/filter/_FilterExpr.js  |  111 +-
 dojox/grid/enhanced/resources/Common.css           |   15 +-
 dojox/grid/enhanced/resources/Filter.css           |    2 +-
 dojox/grid/enhanced/resources/Filter_rtl.css       |    4 +
 dojox/grid/enhanced/resources/Pagination.css       |    9 +
 dojox/grid/enhanced/resources/Pagination_rtl.css   |    2 +-
 dojox/grid/enhanced/resources/Sorter.css           |    3 +-
 dojox/grid/enhanced/resources/claro/Common.css     |   75 +-
 dojox/grid/enhanced/resources/claro/Filter.css     |    1 -
 .../grid/enhanced/resources/claroEnhancedGrid.css  |    2 +
 .../enhanced/resources/images/sprite_icons.png     |  Bin 2836 -> 2912 bytes
 .../grid/enhanced/resources/tundraEnhancedGrid.css |    2 +
 .../grid/enhanced/templates/FilterStatusPane.html  |   15 +-
 dojox/grid/enhanced/templates/Pagination.html      |   31 +-
 dojox/grid/resources/claroGrid.css                 |   72 +-
 dojox/grid/tests/databaseModel.js                  |  333 -
 .../tests/enhanced/test_enhanced_grid_cookie.html  |    1 +
 .../test_enhanced_grid_leak_with_plugin.html       |    3 +-
 .../enhanced/test_enhanced_grid_pagination.html    |   65 +-
 .../tests/enhanced/test_enhanced_grid_plugins.html |    5 +-
 dojox/grid/tests/robot/7815.html                   |    2 +-
 dojox/grid/tests/robot/DataGrid_a11y.html          |    2 +-
 dojox/grid/tests/robot/DataGrid_mouse.html         |    4 +-
 dojox/grid/tests/support/test_data.js              |    1 +
 dojox/grid/tests/support/yahoo_search.js           |    2 +-
 dojox/grid/tests/test_data_grid.html               |    2 +-
 dojox/grid/tests/test_data_grid_hideHdr.html       |    4 +-
 dojox/grid/tests/test_grid_colspan_resize.html     |    1 -
 dojox/grid/tests/test_grid_tooltip_menu.html       |    3 -
 dojox/grid/tests/test_treegrid_lazyloading.html    |  117 +-
 dojox/grid/tests/test_treegrid_performance.html    |    6 +-
 dojox/grid/util.js                                 |   16 +-
 dojox/highlight.js                                 |    5 +-
 dojox/highlight/_base.js                           |   44 +-
 dojox/highlight/languages/_all.js                  |    7 +-
 dojox/highlight/languages/_dynamic.js              |   10 +-
 dojox/highlight/languages/_static.js               |    9 +-
 dojox/highlight/languages/_www.js                  |    9 +-
 dojox/highlight/languages/cpp.js                   |   12 +-
 dojox/highlight/languages/css.js                   |   17 +-
 dojox/highlight/languages/delphi.js                |   10 +-
 dojox/highlight/languages/django.js                |   12 +-
 dojox/highlight/languages/groovy.js                |   10 +-
 dojox/highlight/languages/html.js                  |   11 +-
 dojox/highlight/languages/java.js                  |    9 +-
 dojox/highlight/languages/javascript.js            |    9 +-
 dojox/highlight/languages/pygments/_html.js        |   40 +-
 dojox/highlight/languages/pygments/_www.js         |    9 +-
 dojox/highlight/languages/pygments/css.js          |   10 +-
 dojox/highlight/languages/pygments/html.js         |   11 +-
 dojox/highlight/languages/pygments/javascript.js   |    9 +-
 dojox/highlight/languages/pygments/xml.js          |  139 +-
 dojox/highlight/languages/python.js                |  190 +-
 dojox/highlight/languages/sql.js                   |    9 +-
 dojox/highlight/languages/xml.js                   |   12 +-
 dojox/highlight/languages/xquery.js                |   14 +-
 dojox/highlight/tests/test_highlight.html          |   71 +-
 dojox/highlight/widget/Code.js                     |  182 +-
 dojox/html.js                                      |    7 +-
 dojox/html/_base.js                                |  100 +-
 dojox/html/ellipsis.js                             |   30 +-
 dojox/html/entities.js                             |   24 +-
 dojox/html/ext-dojo/style.js                       |  864 +-
 dojox/html/format.js                               |  869 +-
 dojox/html/metrics.js                              |   50 +-
 dojox/html/styles.js                               |  195 +-
 dojox/html/tests/test_metrics.html                 |    1 -
 dojox/html/tests/test_metrics_getTextBox.html      |    1 -
 dojox/html/tests/test_set.html                     |    5 +-
 dojox/html/tests/test_styles.html                  |   53 +-
 dojox/html/tests/test_themes.html                  |    3 +
 dojox/image.js                                     |   10 +-
 dojox/image/Badge.js                               |  428 +-
 dojox/image/FlickrBadge.js                         |  183 +-
 dojox/image/Lightbox.js                            | 1148 +-
 dojox/image/LightboxNano.js                        |    5 +-
 dojox/image/Magnifier.js                           |  123 +-
 dojox/image/MagnifierLite.js                       |  253 +-
 dojox/image/SlideShow.js                           |   21 +-
 dojox/image/ThumbnailPicker.js                     |    8 +-
 dojox/image/_base.js                               |   23 +-
 dojox/image/tests/test_Badge.html                  |   20 +-
 dojox/image/tests/test_FlickrBadge.html            |   14 +-
 dojox/image/tests/test_Gallery.html                |   28 +-
 dojox/image/tests/test_Lightbox.html               |   24 +-
 dojox/image/tests/test_Magnifier.html              |   12 +-
 dojox/image/tests/test_MagnifierLite.html          |   19 +-
 dojox/image/tests/test_SlideShow.html              |   10 +-
 dojox/io/OAuth.js                                  |   23 +-
 dojox/io/httpParse.js                              |   10 +-
 dojox/io/proxy/tests/xip.html                      |   64 +-
 dojox/io/proxy/xip.js                              |   18 +-
 dojox/io/scriptFrame.js                            |   21 +-
 dojox/io/tests/scriptFrame.html                    |    9 +-
 dojox/io/tests/scriptFrame.js                      |    4 +-
 dojox/io/tests/scriptFrameRepeat.html              |   43 +-
 dojox/io/tests/windowName.html                     |   64 +-
 dojox/io/tests/windowName.js                       |   18 +-
 dojox/io/tests/xhrMultiPart.html                   |   73 +-
 dojox/io/tests/xhrPlugins.js                       |   26 +-
 dojox/io/windowName.js                             |   28 +-
 dojox/io/xhrMultiPart.js                           |   21 +-
 dojox/io/xhrPlugins.js                             |   15 +-
 dojox/io/xhrScriptPlugin.js                        |   17 +-
 dojox/io/xhrWindowNamePlugin.js                    |   26 +-
 dojox/json/query.js                                |   21 +-
 dojox/json/ref.js                                  |    9 +-
 dojox/json/schema.js                               |    6 +-
 dojox/json/tests/query.js                          |    8 +
 dojox/lang/functional.js                           |    8 +-
 dojox/lang/functional/array.js                     |   37 +-
 dojox/lang/functional/fold.js                      |   29 +-
 dojox/lang/functional/lambda.js                    |   14 +-
 dojox/lang/functional/object.js                    |   22 +-
 dojox/lang/functional/reversed.js                  |   28 +-
 dojox/lang/functional/scan.js                      |   13 +-
 dojox/lang/functional/sequence.js                  |   19 +-
 dojox/lang/utils.js                                |   23 +-
 dojox/layout/ContentPane.js                        |   35 +-
 dojox/layout/DragPane.js                           |   18 +-
 dojox/layout/ExpandoPane.js                        |   99 +-
 dojox/layout/FloatingPane.js                       |  129 +-
 dojox/layout/GridContainer.js                      | 1094 +-
 dojox/layout/GridContainerLite.js                  | 1464 +-
 dojox/layout/RadioGroup.js                         |   86 +-
 dojox/layout/ResizeHandle.js                       |  162 +-
 dojox/layout/RotatorContainer.js                   |   87 +-
 dojox/layout/ScrollPane.js                         |   52 +-
 dojox/layout/TableContainer.js                     |   63 +-
 dojox/layout/ToggleSplitter.js                     |  341 +-
 dojox/layout/resources/FloatingPane.css            |    2 +-
 dojox/layout/resources/ToggleSplitter.css          |  118 +-
 dojox/layout/resources/icons/splitterToggleH.png   |  Bin 0 -> 2937 bytes
 dojox/layout/resources/icons/splitterToggleV.png   |  Bin 0 -> 2938 bytes
 dojox/layout/tests/ContentPane.html                |    6 +-
 dojox/layout/tests/remote/getResponse.php          |    4 +-
 dojox/layout/tests/test_ExpandoPane.html           |    3 -
 dojox/layout/tests/test_ExpandoPane_more.html      |    2 +-
 dojox/layout/tests/test_ExpandoPane_prog.html      |    1 -
 dojox/layout/tests/test_FloatingPane.html          |    3 -
 dojox/layout/tests/test_GridContainer.html         |    2 -
 .../layout/tests/test_GridContainerColWidths.html  |    2 -
 .../tests/test_GridContainer_TitlePanes.html       |    1 -
 ...test_GridContainer_in_BorderContainer_prog.html |   24 +-
 dojox/layout/tests/test_ResizeHandle.html          |    3 +-
 dojox/layout/tests/test_RotatorContainer.html      |    1 +
 dojox/layout/tests/test_ScrollPane.html            |    3 -
 dojox/layout/tests/test_ScrollPaneSingle.html      |    5 +-
 dojox/layout/tests/test_TableContainer.html        |    3 -
 dojox/layout/tests/test_ToggleSplitter.html        |  118 +-
 dojox/layout/tests/test_TouchStackContainer.html   |   11 +-
 dojox/main.js                                      |    8 +
 dojox/math/BigInteger-ext.js                       |    8 +-
 dojox/math/BigInteger.js                           |   10 +-
 dojox/math/_base.js                                |    6 +-
 dojox/math/random/Simple.js                        |   41 +-
 dojox/math/random/prng4.js                         |    9 +-
 dojox/math/round.js                                |  103 +-
 dojox/math/stats.js                                |    9 +-
 dojox/mdnd/AreaManager.js                          | 1341 +-
 dojox/mdnd/AutoScroll.js                           |  385 +-
 dojox/mdnd/DropIndicator.js                        |  150 +-
 dojox/mdnd/LazyManager.js                          |  130 +-
 dojox/mdnd/Moveable.js                             |  481 +-
 dojox/mdnd/PureSource.js                           |  400 +-
 dojox/mdnd/adapter/DndFromDojo.js                  |  686 +-
 dojox/mdnd/adapter/DndToDojo.js                    |  895 +-
 dojox/mdnd/dropMode/DefaultDropMode.js             |  616 +-
 dojox/mdnd/dropMode/OverDropMode.js                |  566 +-
 dojox/mdnd/dropMode/VerticalDropMode.js            |  620 +-
 dojox/mdnd/tests/module.js                         |    8 -
 dojox/mdnd/tests/robot/test_dnd_acceptance.html    |  149 +-
 .../mdnd/tests/robot/test_dnd_defaultDropMode.html |    8 +-
 dojox/mdnd/tests/robot/test_dnd_dndFromDojo.html   |  168 +-
 dojox/mdnd/tests/robot/test_dnd_dndToDojo.html     |  106 +-
 dojox/mdnd/tests/robot/test_dnd_overDropMode.html  |  140 +-
 .../tests/robot/test_dnd_verticalDropMode.html     |    8 +-
 .../unitTests/dropMode/resources/domElement.html   |   65 -
 dojox/mobile.js                                    |   12 +-
 dojox/mobile/Button.js                             |   77 +
 dojox/mobile/Carousel.js                           |  322 +
 dojox/mobile/CheckBox.js                           |   35 +
 dojox/mobile/ComboBox.js                           |  224 +
 dojox/mobile/ContentPane.js                        |  125 +
 dojox/mobile/EdgeToEdgeCategory.js                 |   23 +
 dojox/mobile/EdgeToEdgeDataList.js                 |   24 +
 dojox/mobile/EdgeToEdgeList.js                     |   28 +
 dojox/mobile/ExpandingTextArea.js                  |   27 +
 dojox/mobile/FixedSplitter.js                      |  188 +-
 dojox/mobile/FixedSplitterPane.js                  |   40 +
 dojox/mobile/FlippableView.js                      |  138 +-
 dojox/mobile/Heading.js                            |  266 +
 dojox/mobile/IconContainer.js                      |  459 +-
 dojox/mobile/IconItem.js                           |  331 +
 dojox/mobile/ListItem.js                           |  375 +
 dojox/mobile/Opener.js                             |   73 +
 dojox/mobile/Overlay.js                            |   95 +
 dojox/mobile/PageIndicator.js                      |  104 +
 dojox/mobile/ProgressIndicator.js                  |  111 +
 dojox/mobile/README                                |    6 +-
 dojox/mobile/RadioButton.js                        |   20 +
 dojox/mobile/RoundRect.js                          |   48 +
 dojox/mobile/RoundRectCategory.js                  |   40 +
 dojox/mobile/RoundRectDataList.js                  |   24 +
 dojox/mobile/RoundRectList.js                      |   99 +
 dojox/mobile/ScrollableView.js                     |  227 +-
 dojox/mobile/Slider.js                             |  163 +
 dojox/mobile/SpinWheel.js                          |   97 +
 dojox/mobile/SpinWheelDatePicker.js                |  109 +
 dojox/mobile/SpinWheelSlot.js                      |  327 +
 dojox/mobile/SpinWheelTimePicker.js                |   57 +
 dojox/mobile/SwapView.js                           |  228 +
 dojox/mobile/Switch.js                             |  222 +
 dojox/mobile/TabBar.js                             |  330 +-
 dojox/mobile/TabBarButton.js                       |  231 +
 dojox/mobile/TabContainer.js                       |  151 -
 dojox/mobile/TextArea.js                           |   39 +
 dojox/mobile/TextBox.js                            |   41 +
 dojox/mobile/ToggleButton.js                       |   25 +
 dojox/mobile/ToolBarButton.js                      |  107 +
 dojox/mobile/Tooltip.js                            |   99 +
 dojox/mobile/TransitionEvent.js                    |   35 +
 dojox/mobile/View.js                               |  512 +
 dojox/mobile/ViewController.js                     |  263 +
 dojox/mobile/_ComboBoxMenu.js                      |   81 +
 dojox/mobile/_DataListMixin.js                     |  133 +
 dojox/mobile/_ItemBase.js                          |  248 +
 dojox/mobile/_ListTouchMixin.js                    |   32 +
 dojox/mobile/_ScrollableMixin.js                   |  168 +-
 dojox/mobile/_base.js                              | 1227 +-
 dojox/mobile/_compat.js                            |  544 +
 dojox/mobile/app.js                                |    8 +-
 dojox/mobile/app/TextBox.js                        |  319 +-
 dojox/mobile/app/_FormWidget.js                    |    1 +
 dojox/mobile/app/_base.js                          |    7 +-
 dojox/mobile/app/_event.js                         |    4 +-
 dojox/mobile/build/build.bat                       |   35 +-
 dojox/mobile/build/build.sh                        |   29 +-
 dojox/mobile/common.js                             |  496 +
 dojox/mobile/compat.js                             |  476 +-
 dojox/mobile/deviceTheme.js                        |  188 +
 dojox/mobile/i18n.js                               |   46 +
 dojox/mobile/mobile-all.js                         |   47 +
 dojox/mobile/parser.js                             |  172 +-
 dojox/mobile/scrollable.js                         |  868 +-
 dojox/mobile/sniff.js                              |   31 +
 dojox/mobile/tests/carousel-categ.json             |    8 +
 dojox/mobile/tests/carousel-dish.json              |   13 +
 dojox/mobile/tests/carousel-glass.json             |   20 +
 dojox/mobile/tests/carousel-shell.json             |   15 +
 dojox/mobile/tests/carousel-stone.json             |   14 +
 .../app/assistants/main-assistant.js               |    1 -
 dojox/mobile/tests/complexListApp/index.html       |   20 +-
 .../dialogApp/app/assistants/main-assistant.js     |    1 -
 .../tests/dialogApp/app/views/main/main-scene.html |    4 +-
 dojox/mobile/tests/dialogApp/index.html            |    6 +-
 dojox/mobile/tests/doh/Button.html                 |   50 +
 dojox/mobile/tests/doh/Button_Programmatic.html    |   55 +
 .../tests/doh/CreateListItem2_Programmatic.js      |   21 +
 .../tests/doh/CreateListItem_Programmatic.js       |   50 +
 dojox/mobile/tests/doh/EdgeToEdgeCatagory.js       |   71 +
 dojox/mobile/tests/doh/EdgeToEdgeCategory.html     |   41 +
 dojox/mobile/tests/doh/EdgeToEdgeDataList.html     |  155 +
 .../tests/doh/EdgeToEdgeDataList_Programmatic.html |  157 +
 dojox/mobile/tests/doh/Heading.html                |   65 +
 dojox/mobile/tests/doh/Heading2.html               |  166 +
 dojox/mobile/tests/doh/Heading2_Programmatic.html  |  164 +
 dojox/mobile/tests/doh/Heading_Programmatic.html   |   70 +
 dojox/mobile/tests/doh/IconContainer.html          |  151 +
 dojox/mobile/tests/doh/IconContainer2.html         |  120 +
 dojox/mobile/tests/doh/IconContainer3.html         |  125 +
 .../tests/doh/IconContainer_Programmatic.html      |  148 +
 dojox/mobile/tests/doh/ListItem.html               |   61 +
 dojox/mobile/tests/doh/ListItem.js                 |  113 +
 dojox/mobile/tests/doh/ListItem2.html              |   33 +
 dojox/mobile/tests/doh/ListItem2.js                |   44 +
 dojox/mobile/tests/doh/ListItem2_Programmatic.html |   26 +
 dojox/mobile/tests/doh/ListItem_Programmatic.html  |   36 +
 dojox/mobile/tests/doh/RoundRect.html              |   69 +
 dojox/mobile/tests/doh/RoundRectDataList.html      |   71 +
 dojox/mobile/tests/doh/RoundRectDataList.js        |   55 +
 .../tests/doh/RoundRectDataList_Programmatic.html  |   77 +
 dojox/mobile/tests/doh/RoundRectList.html          |   42 +
 dojox/mobile/tests/doh/RoundRectList.js            |   71 +
 .../tests/doh/RoundRectList_Programmatic.html      |   61 +
 dojox/mobile/tests/doh/RoundRect_Programmatic.html |   70 +
 dojox/mobile/tests/doh/Switch.html                 |  143 +
 dojox/mobile/tests/doh/Switch_Programmatic.html    |  126 +
 dojox/mobile/tests/doh/TabBar.html                 |  143 +
 dojox/mobile/tests/doh/TabBar_Programmatic.html    |  161 +
 dojox/mobile/tests/doh/TestUtil.js                 |   83 +
 dojox/mobile/tests/doh/ToolBarButton.html          |   89 +
 dojox/mobile/tests/doh/ToolBarButton.js            |   93 +
 .../tests/doh/ToolBarButton_Programmatic.html      |  195 +
 dojox/mobile/tests/doh/View-demo.html              |  821 +
 dojox/mobile/tests/doh/View.html                   |  122 +
 dojox/mobile/tests/doh/View2_Programmatic.html     |  199 +
 dojox/mobile/tests/doh/View3_Programmatic.html     |  139 +
 dojox/mobile/tests/doh/View_Programmatic.html      |  139 +
 dojox/mobile/tests/doh/index.html                  |   47 +
 dojox/mobile/tests/doh/module.js                   |   42 +
 dojox/mobile/tests/doh/progress-indicator.html     |   45 +
 dojox/mobile/tests/doh/runTests.html               |    9 +
 dojox/mobile/tests/doh/settings.json               |   14 +
 dojox/mobile/tests/doh/topHeading_defect.html      |   60 +
 dojox/mobile/tests/fragment1.html                  |    3 +
 .../flickr-image-thumb-view-assistant.js           |   12 +-
 .../app/assistants/flickr-image-view-assistant.js  |    9 +-
 .../assistants/flickr-search-group-assistant.js    |    1 -
 .../flickr-search-selection-assistant.js           |    1 -
 .../app/assistants/flickr-search-text-assistant.js |    1 -
 .../app/assistants/image-view-assistant.js         |    1 -
 .../app/assistants/main-assistant.js               |    1 -
 .../flickr-image-thumb-view-scene.html             |    2 +-
 .../flickr-search-group-scene.html                 |    2 +-
 .../flickr-search-group-scene.html                 |    2 +-
 dojox/mobile/tests/imageControlsApp/index.html     |    8 +-
 dojox/mobile/tests/images/a-icon-3.png             |  Bin 1346 -> 1509 bytes
 dojox/mobile/tests/images/a-icon-all.png           |  Bin 0 -> 14620 bytes
 dojox/mobile/tests/images/a-icon1.png              |  Bin 0 -> 1919 bytes
 dojox/mobile/tests/images/a-icon10.png             |  Bin 0 -> 2091 bytes
 dojox/mobile/tests/images/a-icon2.png              |  Bin 0 -> 2118 bytes
 dojox/mobile/tests/images/a-icon3.png              |  Bin 0 -> 2157 bytes
 dojox/mobile/tests/images/a-icon4.png              |  Bin 0 -> 2088 bytes
 dojox/mobile/tests/images/a-icon5.png              |  Bin 0 -> 2041 bytes
 dojox/mobile/tests/images/a-icon6.png              |  Bin 0 -> 2015 bytes
 dojox/mobile/tests/images/a-icon7.png              |  Bin 0 -> 2078 bytes
 dojox/mobile/tests/images/a-icon8.png              |  Bin 0 -> 2106 bytes
 dojox/mobile/tests/images/a-icon9.png              |  Bin 0 -> 2127 bytes
 dojox/mobile/tests/images/b-app-icon-1.png         |  Bin 0 -> 1296 bytes
 dojox/mobile/tests/images/b-app-icon-2.png         |  Bin 0 -> 1325 bytes
 dojox/mobile/tests/images/b-app-icon-3.png         |  Bin 0 -> 1306 bytes
 dojox/mobile/tests/images/b-app-icon-4.png         |  Bin 0 -> 1301 bytes
 dojox/mobile/tests/images/b-app-icon-5.png         |  Bin 0 -> 1288 bytes
 dojox/mobile/tests/images/b-app-icon-6.png         |  Bin 0 -> 1323 bytes
 dojox/mobile/tests/images/b-app-icon-7.png         |  Bin 0 -> 1299 bytes
 dojox/mobile/tests/images/b-app-icon-8.png         |  Bin 0 -> 1315 bytes
 dojox/mobile/tests/images/b-icon-1.png             |  Bin 0 -> 933 bytes
 dojox/mobile/tests/images/b-icon-2.png             |  Bin 0 -> 936 bytes
 dojox/mobile/tests/images/b-icon-3.png             |  Bin 0 -> 934 bytes
 dojox/mobile/tests/images/b-icon-4.png             |  Bin 0 -> 926 bytes
 dojox/mobile/tests/images/b-icon-5.png             |  Bin 0 -> 948 bytes
 dojox/mobile/tests/images/b-icon-6.png             |  Bin 0 -> 946 bytes
 dojox/mobile/tests/images/b-icon-7.png             |  Bin 0 -> 915 bytes
 dojox/mobile/tests/images/b-icon-8.png             |  Bin 0 -> 960 bytes
 dojox/mobile/tests/images/chart.png                |  Bin 0 -> 17937 bytes
 .../tests/images/checkboxRadioButtonStates.png     |  Bin 0 -> 3438 bytes
 dojox/mobile/tests/images/dish1.jpg                |  Bin 0 -> 6043 bytes
 dojox/mobile/tests/images/dish2.jpg                |  Bin 0 -> 4532 bytes
 dojox/mobile/tests/images/dish3.jpg                |  Bin 0 -> 4853 bytes
 dojox/mobile/tests/images/dish4.jpg                |  Bin 0 -> 5655 bytes
 dojox/mobile/tests/images/dish5.jpg                |  Bin 0 -> 3350 bytes
 dojox/mobile/tests/images/dish6.jpg                |  Bin 0 -> 5542 bytes
 dojox/mobile/tests/images/dish7.jpg                |  Bin 0 -> 4302 bytes
 dojox/mobile/tests/images/dish8.jpg                |  Bin 0 -> 5550 bytes
 dojox/mobile/tests/images/dish9.jpg                |  Bin 0 -> 3867 bytes
 dojox/mobile/tests/images/glass1.jpg               |  Bin 0 -> 8903 bytes
 dojox/mobile/tests/images/glass10.jpg              |  Bin 0 -> 5881 bytes
 dojox/mobile/tests/images/glass11.jpg              |  Bin 0 -> 4192 bytes
 dojox/mobile/tests/images/glass12.jpg              |  Bin 0 -> 4299 bytes
 dojox/mobile/tests/images/glass13.jpg              |  Bin 0 -> 5958 bytes
 dojox/mobile/tests/images/glass14.jpg              |  Bin 0 -> 4522 bytes
 dojox/mobile/tests/images/glass15.jpg              |  Bin 0 -> 6524 bytes
 dojox/mobile/tests/images/glass16.jpg              |  Bin 0 -> 7113 bytes
 dojox/mobile/tests/images/glass2.jpg               |  Bin 0 -> 6121 bytes
 dojox/mobile/tests/images/glass3.jpg               |  Bin 0 -> 7914 bytes
 dojox/mobile/tests/images/glass4.jpg               |  Bin 0 -> 3703 bytes
 dojox/mobile/tests/images/glass5.jpg               |  Bin 0 -> 7167 bytes
 dojox/mobile/tests/images/glass6.jpg               |  Bin 0 -> 4836 bytes
 dojox/mobile/tests/images/glass7.jpg               |  Bin 0 -> 6716 bytes
 dojox/mobile/tests/images/glass8.jpg               |  Bin 0 -> 6203 bytes
 dojox/mobile/tests/images/glass9.jpg               |  Bin 0 -> 4452 bytes
 dojox/mobile/tests/images/icon-all.png             |  Bin 0 -> 24738 bytes
 dojox/mobile/tests/images/icon1.png                |  Bin 0 -> 2542 bytes
 dojox/mobile/tests/images/icon10.png               |  Bin 0 -> 2720 bytes
 dojox/mobile/tests/images/icon2.png                |  Bin 0 -> 2830 bytes
 dojox/mobile/tests/images/icon3.png                |  Bin 0 -> 2858 bytes
 dojox/mobile/tests/images/icon4.png                |  Bin 0 -> 2749 bytes
 dojox/mobile/tests/images/icon5.png                |  Bin 0 -> 2841 bytes
 dojox/mobile/tests/images/icon6.png                |  Bin 0 -> 2641 bytes
 dojox/mobile/tests/images/icon7.png                |  Bin 0 -> 2818 bytes
 dojox/mobile/tests/images/icon8.png                |  Bin 0 -> 2724 bytes
 dojox/mobile/tests/images/icon9.png                |  Bin 0 -> 2701 bytes
 dojox/mobile/tests/images/pic1.jpg                 |  Bin 0 -> 267196 bytes
 dojox/mobile/tests/images/pic10.jpg                |  Bin 0 -> 270933 bytes
 dojox/mobile/tests/images/pic2.jpg                 |  Bin 0 -> 255957 bytes
 dojox/mobile/tests/images/pic3.jpg                 |  Bin 0 -> 260893 bytes
 dojox/mobile/tests/images/pic4.jpg                 |  Bin 0 -> 262508 bytes
 dojox/mobile/tests/images/pic5.jpg                 |  Bin 0 -> 307923 bytes
 dojox/mobile/tests/images/pic6.jpg                 |  Bin 0 -> 254583 bytes
 dojox/mobile/tests/images/pic7.jpg                 |  Bin 0 -> 323165 bytes
 dojox/mobile/tests/images/pic8.jpg                 |  Bin 0 -> 296657 bytes
 dojox/mobile/tests/images/pic9.jpg                 |  Bin 0 -> 277204 bytes
 dojox/mobile/tests/images/shell1.jpg               |  Bin 0 -> 8172 bytes
 dojox/mobile/tests/images/shell10.jpg              |  Bin 0 -> 3071 bytes
 dojox/mobile/tests/images/shell11.jpg              |  Bin 0 -> 4010 bytes
 dojox/mobile/tests/images/shell2.jpg               |  Bin 0 -> 3075 bytes
 dojox/mobile/tests/images/shell3.jpg               |  Bin 0 -> 3006 bytes
 dojox/mobile/tests/images/shell4.jpg               |  Bin 0 -> 5282 bytes
 dojox/mobile/tests/images/shell5.jpg               |  Bin 0 -> 4584 bytes
 dojox/mobile/tests/images/shell6.jpg               |  Bin 0 -> 5445 bytes
 dojox/mobile/tests/images/shell7.jpg               |  Bin 0 -> 5113 bytes
 dojox/mobile/tests/images/shell8.jpg               |  Bin 0 -> 6273 bytes
 dojox/mobile/tests/images/shell9.jpg               |  Bin 0 -> 8676 bytes
 dojox/mobile/tests/images/stone1.jpg               |  Bin 0 -> 7537 bytes
 dojox/mobile/tests/images/stone10.jpg              |  Bin 0 -> 6310 bytes
 dojox/mobile/tests/images/stone2.jpg               |  Bin 0 -> 3830 bytes
 dojox/mobile/tests/images/stone3.jpg               |  Bin 0 -> 5431 bytes
 dojox/mobile/tests/images/stone4.jpg               |  Bin 0 -> 4616 bytes
 dojox/mobile/tests/images/stone5.jpg               |  Bin 0 -> 6573 bytes
 dojox/mobile/tests/images/stone6.jpg               |  Bin 0 -> 3869 bytes
 dojox/mobile/tests/images/stone7.jpg               |  Bin 0 -> 6667 bytes
 dojox/mobile/tests/images/stone8.jpg               |  Bin 0 -> 3109 bytes
 dojox/mobile/tests/images/stone9.jpg               |  Bin 0 -> 2578 bytes
 dojox/mobile/tests/images/tab-icon-10w.png         |  Bin 0 -> 320 bytes
 dojox/mobile/tests/images/tab-icon-11w.png         |  Bin 0 -> 317 bytes
 dojox/mobile/tests/images/tab-icon-12w.png         |  Bin 0 -> 605 bytes
 dojox/mobile/tests/images/tab-icon-13w.png         |  Bin 0 -> 272 bytes
 dojox/mobile/tests/images/tab-icon-14w.png         |  Bin 0 -> 599 bytes
 dojox/mobile/tests/images/tab-icon-15w.png         |  Bin 0 -> 786 bytes
 dojox/mobile/tests/images/tab-icon-16w.png         |  Bin 0 -> 576 bytes
 dojox/mobile/tests/images/tab-icon-17w.png         |  Bin 0 -> 924 bytes
 dojox/mobile/tests/images/tab-icon-18w.png         |  Bin 0 -> 840 bytes
 dojox/mobile/tests/images/tab-icon-19.png          |  Bin 0 -> 810 bytes
 dojox/mobile/tests/images/tab-icon-19h.png         |  Bin 0 -> 910 bytes
 dojox/mobile/tests/images/tab-icon-19w.png         |  Bin 0 -> 782 bytes
 dojox/mobile/tests/images/tab-icon-20.png          |  Bin 0 -> 241 bytes
 dojox/mobile/tests/images/tab-icon-20h.png         |  Bin 0 -> 241 bytes
 dojox/mobile/tests/images/tab-icon-20w.png         |  Bin 0 -> 236 bytes
 dojox/mobile/tests/images/tab-icon-21.png          |  Bin 0 -> 855 bytes
 dojox/mobile/tests/images/tab-icon-21h.png         |  Bin 0 -> 571 bytes
 dojox/mobile/tests/images/tab-icon-21w.png         |  Bin 0 -> 702 bytes
 dojox/mobile/tests/images/tab-icon-22.png          |  Bin 0 -> 874 bytes
 dojox/mobile/tests/images/tab-icon-22h.png         |  Bin 0 -> 859 bytes
 dojox/mobile/tests/images/tab-icon-22w.png         |  Bin 0 -> 673 bytes
 dojox/mobile/tests/images/tab-icon-23.png          |  Bin 0 -> 897 bytes
 dojox/mobile/tests/images/tab-icon-23h.png         |  Bin 0 -> 953 bytes
 dojox/mobile/tests/images/tab-icon-23w.png         |  Bin 0 -> 869 bytes
 dojox/mobile/tests/images/tab-icon-24.png          |  Bin 0 -> 1022 bytes
 dojox/mobile/tests/images/tab-icon-24h.png         |  Bin 0 -> 1057 bytes
 dojox/mobile/tests/images/tab-icon-24w.png         |  Bin 0 -> 936 bytes
 dojox/mobile/tests/images/tab-icon-25.png          |  Bin 0 -> 1029 bytes
 dojox/mobile/tests/images/tab-icon-25h.png         |  Bin 0 -> 1051 bytes
 dojox/mobile/tests/images/tab-icon-25w.png         |  Bin 0 -> 944 bytes
 dojox/mobile/tests/images/tab-icon-26.png          |  Bin 0 -> 909 bytes
 dojox/mobile/tests/images/tab-icon-26h.png         |  Bin 0 -> 943 bytes
 dojox/mobile/tests/images/tab-icon-26w.png         |  Bin 0 -> 732 bytes
 dojox/mobile/tests/images/tab-icon-27.png          |  Bin 0 -> 1359 bytes
 dojox/mobile/tests/images/tab-icon-27h.png         |  Bin 0 -> 1346 bytes
 dojox/mobile/tests/images/tab-icon-27w.png         |  Bin 0 -> 1090 bytes
 dojox/mobile/tests/images/tab-icon-28.png          |  Bin 0 -> 1391 bytes
 dojox/mobile/tests/images/tab-icon-28h.png         |  Bin 0 -> 1377 bytes
 dojox/mobile/tests/images/tab-icon-28w.png         |  Bin 0 -> 1153 bytes
 dojox/mobile/tests/images/tab-icon-29.png          |  Bin 0 -> 794 bytes
 dojox/mobile/tests/images/tab-icon-29h.png         |  Bin 0 -> 805 bytes
 dojox/mobile/tests/images/tab-icon-29w.png         |  Bin 0 -> 628 bytes
 dojox/mobile/tests/images/tab-icon-30.png          |  Bin 0 -> 939 bytes
 dojox/mobile/tests/images/tab-icon-30h.png         |  Bin 0 -> 985 bytes
 dojox/mobile/tests/images/tab-icon-30w.png         |  Bin 0 -> 763 bytes
 dojox/mobile/tests/images/tab-icon-31.png          |  Bin 0 -> 1250 bytes
 dojox/mobile/tests/images/tab-icon-31h.png         |  Bin 0 -> 1269 bytes
 dojox/mobile/tests/images/tab-icon-31w.png         |  Bin 0 -> 1021 bytes
 dojox/mobile/tests/images/tab-icon-32.png          |  Bin 0 -> 639 bytes
 dojox/mobile/tests/images/tab-icon-32h.png         |  Bin 0 -> 637 bytes
 dojox/mobile/tests/images/tab-icon-32w.png         |  Bin 0 -> 433 bytes
 dojox/mobile/tests/images/tab-icon-33.png          |  Bin 0 -> 311 bytes
 dojox/mobile/tests/images/tab-icon-33h.png         |  Bin 0 -> 319 bytes
 dojox/mobile/tests/images/tab-icon-33w.png         |  Bin 0 -> 345 bytes
 dojox/mobile/tests/images/tab-icon-34.png          |  Bin 0 -> 208 bytes
 dojox/mobile/tests/images/tab-icon-34h.png         |  Bin 0 -> 228 bytes
 dojox/mobile/tests/images/tab-icon-34w.png         |  Bin 0 -> 202 bytes
 dojox/mobile/tests/images/tab-icon-35.png          |  Bin 0 -> 452 bytes
 dojox/mobile/tests/images/tab-icon-35h.png         |  Bin 0 -> 456 bytes
 dojox/mobile/tests/images/tab-icon-35w.png         |  Bin 0 -> 444 bytes
 dojox/mobile/tests/images/tab-icon-36.png          |  Bin 0 -> 986 bytes
 dojox/mobile/tests/images/tab-icon-36h.png         |  Bin 0 -> 967 bytes
 dojox/mobile/tests/images/tab-icon-36w.png         |  Bin 0 -> 928 bytes
 dojox/mobile/tests/images/tab-icon-37.png          |  Bin 0 -> 638 bytes
 dojox/mobile/tests/images/tab-icon-37h.png         |  Bin 0 -> 743 bytes
 dojox/mobile/tests/images/tab-icon-37w.png         |  Bin 0 -> 673 bytes
 dojox/mobile/tests/images/tab-icon-38.png          |  Bin 0 -> 666 bytes
 dojox/mobile/tests/images/tab-icon-38h.png         |  Bin 0 -> 690 bytes
 dojox/mobile/tests/images/tab-icon-38w.png         |  Bin 0 -> 687 bytes
 dojox/mobile/tests/index.html                      |  113 +-
 .../app/assistants/text-input-assistant.js         |    1 -
 .../app/views/text-input/text-input-scene.html     |   14 +-
 dojox/mobile/tests/inputApp/index.html             |    8 +-
 dojox/mobile/tests/insurance-car-coverage.html     |    6 +
 dojox/mobile/tests/insurance-car-safe.html         |    6 +
 dojox/mobile/tests/insurance-car.json              |    6 +
 dojox/mobile/tests/insurance-life-child.html       |    6 +
 dojox/mobile/tests/insurance-life-long.html        |    6 +
 dojox/mobile/tests/insurance-life.json             |    6 +
 dojox/mobile/tests/insurance-sports-boat.html      |    6 +
 dojox/mobile/tests/insurance-sports-moto.html      |    6 +
 dojox/mobile/tests/insurance-sports-snow.html      |    6 +
 dojox/mobile/tests/insurance-sports.json           |    7 +
 dojox/mobile/tests/insurance.json                  |    7 +
 dojox/mobile/tests/module.js                       |   12 +
 .../multiSceneApp/app/assistants/main-assistant.js |    3 +-
 .../app/assistants/second-assistant.js             |    4 +-
 .../app/assistants/third-assistant.js              |    2 -
 dojox/mobile/tests/multiSceneApp/index.html        |    6 +-
 dojox/mobile/tests/nls/it/sample.js                |   11 +
 dojox/mobile/tests/nls/ja/sample.js                |   13 +
 dojox/mobile/tests/nls/sample.js                   |   14 +
 dojox/mobile/tests/progressBarAnim.gif             |  Bin 0 -> 4458 bytes
 dojox/mobile/tests/robot/Animation.html            |   62 +
 dojox/mobile/tests/robot/Animation2.html           |   62 +
 dojox/mobile/tests/robot/ButtonList.html           |   50 +
 dojox/mobile/tests/robot/ButtonList2.html          |   50 +
 dojox/mobile/tests/robot/Flippable.html            |   56 +
 dojox/mobile/tests/robot/Icon.html                 |   50 +
 dojox/mobile/tests/robot/Icon2.html                |   50 +
 dojox/mobile/tests/robot/ListItem.html             |   47 +
 dojox/mobile/tests/robot/ScrollableView.html       |   54 +
 dojox/mobile/tests/robot/ScrollableView2.html      |   54 +
 dojox/mobile/tests/robot/ScrollableView3.html      |   54 +
 dojox/mobile/tests/robot/Settings.html             |  119 +
 dojox/mobile/tests/robot/Switch.html               |   50 +
 dojox/mobile/tests/robot/Switch2.html              |   50 +
 dojox/mobile/tests/robot/TabBar.html               |   65 +
 dojox/mobile/tests/robot/TabBar2.html              |   65 +
 dojox/mobile/tests/robot/module.js                 |   28 +
 dojox/mobile/tests/robot/runTests.html             |    9 +
 dojox/mobile/tests/runTests.html                   |    9 +
 dojox/mobile/tests/settings.json                   |   14 +
 .../simpleApp/app/assistants/main-assistant.js     |    1 -
 dojox/mobile/tests/simpleApp/index.html            |    6 +-
 .../simpleListApp/app/assistants/main-assistant.js |    1 -
 dojox/mobile/tests/simpleListApp/index.html        |    6 +-
 dojox/mobile/tests/sliderHthumb.png                |  Bin 0 -> 346 bytes
 dojox/mobile/tests/sliderVthumb.png                |  Bin 0 -> 338 bytes
 dojox/mobile/tests/test_Accessibility_Support.html |  116 +
 dojox/mobile/tests/test_Android-ButtonList.html    |   48 +-
 dojox/mobile/tests/test_Android-EdgeToEdge.html    |   12 +-
 .../tests/test_Android-EdgeToEdgeCategory.html     |   11 +-
 dojox/mobile/tests/test_Android-Heading.html       |   86 +-
 dojox/mobile/tests/test_Android-Icon.html          |   13 +-
 dojox/mobile/tests/test_Android-RoundRectList.html |   11 +-
 dojox/mobile/tests/test_Android-Settings.html      |   21 +-
 dojox/mobile/tests/test_Android-Switch.html        |   71 +-
 dojox/mobile/tests/test_Android-TabBar.html        |   19 +-
 dojox/mobile/tests/test_Android-TabContainer.html  |  144 -
 .../tests/test_Android-VariableHeightList.html     |   12 +-
 dojox/mobile/tests/test_Animation.html             |   79 +
 .../tests/test_BlackBerry-EdgeToEdgeList.html      |   59 +
 dojox/mobile/tests/test_BlackBerry-Heading.html    |  123 +
 .../tests/test_BlackBerry-IconContainer.html       |   57 +
 .../tests/test_BlackBerry-RoundRectList.html       |   59 +
 .../tests/test_BlackBerry-ScrollableView.html      |  396 +
 dojox/mobile/tests/test_BlackBerry-Settings.html   |  111 +
 dojox/mobile/tests/test_BlackBerry-SwapView.html   |   92 +
 dojox/mobile/tests/test_BlackBerry-Switch.html     |   76 +
 dojox/mobile/tests/test_BlackBerry-TabBar.html     |   65 +
 .../tests/test_BlackBerry-VariableHeightList.html  |   99 +
 dojox/mobile/tests/test_Carousel-async.html        |   58 +
 dojox/mobile/tests/test_Carousel-slideshow.html    |   40 +
 dojox/mobile/tests/test_Carousel.html              |   49 +
 dojox/mobile/tests/test_ComboBox.html              |  212 +
 dojox/mobile/tests/test_ContentPane.html           |   50 +
 dojox/mobile/tests/test_Custom-EdgeToEdgeList.html |   59 +
 dojox/mobile/tests/test_Custom-FormControls.html   |  173 +
 dojox/mobile/tests/test_Custom-Heading.html        |  121 +
 dojox/mobile/tests/test_Custom-Icon.html           |   58 +
 dojox/mobile/tests/test_Custom-Opener.html         |  156 +
 dojox/mobile/tests/test_Custom-RoundRectList.html  |   59 +
 dojox/mobile/tests/test_Custom-Settings.html       |  167 +
 dojox/mobile/tests/test_Custom-TabBar.html         |   65 +
 dojox/mobile/tests/test_Custom-Tooltip.html        |  117 +
 dojox/mobile/tests/test_Custom-css-sprite.html     |  170 +
 .../mobile/tests/test_Custom-list-domButtons.html  |  227 +
 dojox/mobile/tests/test_EdgeToEdgeDataList.html    |   64 +
 dojox/mobile/tests/test_EdgeToEdgeList-check.html  |   66 +
 dojox/mobile/tests/test_FixedSplitter-H2-prog.html |   27 +-
 dojox/mobile/tests/test_FixedSplitter-H2.html      |    8 +-
 dojox/mobile/tests/test_FixedSplitter-V2H2.html    |   12 +-
 dojox/mobile/tests/test_FixedSplitter-V3.html      |   10 +-
 dojox/mobile/tests/test_FormControls.html          |  173 +
 .../tests/test_Opener-ActionSheet-async.html       |   91 +
 dojox/mobile/tests/test_Opener-Calendar-async.html |   65 +
 .../tests/test_Opener-ColorPalette-async.html      |   59 +
 dojox/mobile/tests/test_Opener-ColorPicker.html    |   58 +
 .../tests/test_Opener-DateSpinWheel-async.html     |   63 +
 .../tests/test_Opener-RoundSelectList-async.html   |  158 +
 .../mobile/tests/test_Opener-SearchList-async.html |  130 +
 dojox/mobile/tests/test_Overlay.html               |   86 +
 dojox/mobile/tests/test_RoundRectDataList.html     |   67 +
 dojox/mobile/tests/test_RoundRectList-check.html   |   65 +
 .../mobile/tests/test_ScrollableMixin-custom.html  |   59 +-
 dojox/mobile/tests/test_Slider.html                |  491 +
 dojox/mobile/tests/test_SpinWheel-1slot.html       |   28 +
 dojox/mobile/tests/test_SpinWheel-custom.html      |   70 +
 dojox/mobile/tests/test_SpinWheel-icons.html       |   76 +
 .../mobile/tests/test_SpinWheelDatePicker-sv.html  |  101 +
 dojox/mobile/tests/test_SpinWheelDatePicker.html   |   38 +
 dojox/mobile/tests/test_SpinWheelTimePicker.html   |   39 +
 dojox/mobile/tests/test_Switch-setter.html         |   43 +
 dojox/mobile/tests/test_Tooltip.html               |  117 +
 dojox/mobile/tests/test_ajax-html.html             |   11 +-
 dojox/mobile/tests/test_ajax-json.html             |   11 +-
 dojox/mobile/tests/test_anchor-label.html          |   11 +-
 dojox/mobile/tests/test_bookmarkable.html          |   13 +-
 dojox/mobile/tests/test_buttons.html               |   21 -
 dojox/mobile/tests/test_css-sprite.html            |   13 +-
 dojox/mobile/tests/test_domButtons.html            |   85 +
 .../tests/test_dynamic-ScrollableView-ah-af.html   |   32 +-
 .../tests/test_dynamic-ScrollableView-vh-vf.html   |   13 +-
 dojox/mobile/tests/test_dynamic-icons.html         |   23 +-
 dojox/mobile/tests/test_dynamic-items.html         |   32 +-
 dojox/mobile/tests/test_dynamic-view.html          |   13 +-
 .../tests/test_grouped-scrollable-views.html       |   14 +-
 dojox/mobile/tests/test_grouped-views.html         |   12 +-
 dojox/mobile/tests/test_hash-parameter.html        |   13 +-
 dojox/mobile/tests/test_html-form-controls.html    |   67 +
 dojox/mobile/tests/test_html-inputs.html           |   55 +
 dojox/mobile/tests/test_i18n.html                  |   82 +
 dojox/mobile/tests/test_iPad-Heading.html          |  124 +
 dojox/mobile/tests/test_iPad-Settings-async.html   |  241 +
 dojox/mobile/tests/test_iPad-Settings.html         |   25 +-
 dojox/mobile/tests/test_iPad-TabBar.html           |   66 +
 .../mobile/tests/test_iPhone-Animation-async.html  |   81 +
 dojox/mobile/tests/test_iPhone-Animation.html      |   12 +-
 dojox/mobile/tests/test_iPhone-Button.html         |   21 +-
 dojox/mobile/tests/test_iPhone-ButtonList.html     |   37 +-
 dojox/mobile/tests/test_iPhone-EdgeToEdge.html     |   16 +-
 .../tests/test_iPhone-EdgeToEdgeCategory.html      |   11 +-
 dojox/mobile/tests/test_iPhone-FlippableView.html  |   83 -
 dojox/mobile/tests/test_iPhone-Heading.html        |   58 +-
 dojox/mobile/tests/test_iPhone-Icon-sprite.html    |   62 +
 dojox/mobile/tests/test_iPhone-Icon.html           |   18 +-
 dojox/mobile/tests/test_iPhone-IconMulti.html      |   31 +-
 dojox/mobile/tests/test_iPhone-IconSingle.html     |   22 +-
 .../mobile/tests/test_iPhone-IconSingleBelow.html  |   22 +-
 dojox/mobile/tests/test_iPhone-ResultList.html     |   11 +-
 dojox/mobile/tests/test_iPhone-RoundRect.html      |   11 +-
 dojox/mobile/tests/test_iPhone-RoundRectList.html  |   11 +-
 .../test_iPhone-ScrollableView-demo-async.html     |  393 +
 .../test_iPhone-ScrollableView-demo-long.html      |  389 +
 .../tests/test_iPhone-ScrollableView-demo.html     |    5 +-
 .../mobile/tests/test_iPhone-ScrollableView-h.html |   13 +-
 .../tests/test_iPhone-ScrollableView-hv-ah-af.html |   13 +-
 .../tests/test_iPhone-ScrollableView-hv-vh-vf.html |   13 +-
 .../tests/test_iPhone-ScrollableView-hv.html       |   13 +-
 .../test_iPhone-ScrollableView-short-inp.html      |   84 +
 .../tests/test_iPhone-ScrollableView-short.html    |   84 +
 .../test_iPhone-ScrollableView-v-ah-af-inp.html    |  172 +
 .../tests/test_iPhone-ScrollableView-v-ah-af.html  |   40 +-
 .../tests/test_iPhone-ScrollableView-v-inp.html    |  171 +
 .../test_iPhone-ScrollableView-v-vh-af-inp.html    |  173 +
 .../tests/test_iPhone-ScrollableView-v-vh-af.html  |   40 +-
 .../tests/test_iPhone-ScrollableView-v-vh-inp.html |  172 +
 .../test_iPhone-ScrollableView-v-vh-vf-inp.html    |  174 +
 .../tests/test_iPhone-ScrollableView-v-vh-vf.html  |   40 +-
 .../tests/test_iPhone-ScrollableView-v-vh.html     |   40 +-
 .../mobile/tests/test_iPhone-ScrollableView-v.html |   41 +-
 dojox/mobile/tests/test_iPhone-Settings.html       |   11 +-
 .../tests/test_iPhone-SwapView-demo-async.html     |  219 +
 dojox/mobile/tests/test_iPhone-SwapView-demo.html  |  217 +
 .../test_iPhone-SwapView-slideshow-async.html      |   98 +
 .../tests/test_iPhone-SwapView-slideshow.html      |   95 +
 dojox/mobile/tests/test_iPhone-SwapView.html       |   83 +
 dojox/mobile/tests/test_iPhone-Switch.html         |   71 +-
 .../test_iPhone-TabBar-seg-grouped-scroll.html     |   15 +-
 .../tests/test_iPhone-TabBar-seg-grouped.html      |   13 +-
 dojox/mobile/tests/test_iPhone-TabBar-seg.html     |   13 +-
 dojox/mobile/tests/test_iPhone-TabBar.html         |   14 +-
 dojox/mobile/tests/test_iPhone-TabContainer.html   |  174 -
 .../tests/test_iPhone-VariableHeightList.html      |   11 +-
 dojox/mobile/tests/test_list-actions.html          |  225 +
 dojox/mobile/tests/test_list-domButtons.html       |  227 +
 .../test_new_transition-animations-standard.html   |   85 +
 .../tests/test_new_transition-animations.html      |   65 +
 .../tests/test_new_transition-animations2.html     |  260 +
 .../mobile/tests/test_orientation-transition.html  |   47 +-
 dojox/mobile/tests/test_progress-indicator.html    |   32 +-
 .../mobile/tests/test_screen-size-aware-async.html |  315 +
 .../mobile/tests/test_screen-size-aware-demo.html  |  175 +
 dojox/mobile/tests/test_screen-size-aware.html     |  308 +
 dojox/mobile/tests/test_scrollable-no-dojo-af.html |   36 +-
 .../tests/test_scrollable-no-dojo-ah-af.html       |   39 +-
 dojox/mobile/tests/test_scrollable-no-dojo-ah.html |   41 +-
 dojox/mobile/tests/test_scrollable-no-dojo.html    |   39 +-
 .../test_transition-animations-extended1.html      |   66 +
 .../test_transition-animations-extended2.html      |   85 +
 .../test_transition-animations-extended3.html      |   85 +
 .../test_transition-animations-extended4.html      |   73 +
 .../test_transition-animations-extended5.html      |   59 +
 .../tests/test_transition-animations-standard.html |   73 +
 dojox/mobile/tests/test_transition-animations.html |   65 +
 .../mobile/tests/test_transition-animations2.html  |  258 +
 dojox/mobile/tests/test_transition-connect.html    |   68 +
 dojox/mobile/tests/test_transition-pubsub.html     |   67 +
 .../tests/test_transition-to-dynamic-view.html     |   83 +-
 dojox/mobile/themes/android/Button-compat.css      |   33 +
 dojox/mobile/themes/android/Button.css             |   45 +
 dojox/mobile/themes/android/Button.less            |    2 +
 dojox/mobile/themes/android/Carousel.css           |   60 +
 dojox/mobile/themes/android/Carousel.less          |    2 +
 dojox/mobile/themes/android/CheckBox-compat.css    |   37 +
 dojox/mobile/themes/android/CheckBox.css           |   44 +
 dojox/mobile/themes/android/CheckBox.less          |    2 +
 dojox/mobile/themes/android/ComboBox-compat.css    |    7 +
 dojox/mobile/themes/android/ComboBox.css           |   45 +
 dojox/mobile/themes/android/ComboBox.less          |    2 +
 dojox/mobile/themes/android/EdgeToEdgeCategory.css |   18 +
 .../mobile/themes/android/EdgeToEdgeCategory.less  |    2 +
 dojox/mobile/themes/android/EdgeToEdgeList.css     |   12 +
 dojox/mobile/themes/android/EdgeToEdgeList.less    |    2 +
 dojox/mobile/themes/android/Heading-compat.css     |   22 +
 dojox/mobile/themes/android/Heading.css            |   81 +
 dojox/mobile/themes/android/Heading.less           |    2 +
 .../mobile/themes/android/IconContainer-compat.css |   11 +
 dojox/mobile/themes/android/IconContainer.css      |   99 +
 dojox/mobile/themes/android/IconContainer.less     |    5 +
 dojox/mobile/themes/android/ListItem-compat.css    |   26 +
 dojox/mobile/themes/android/ListItem.css           |   84 +
 dojox/mobile/themes/android/ListItem.less          |    5 +
 dojox/mobile/themes/android/Opener-compat.css      |    3 +
 dojox/mobile/themes/android/Opener.css             |    7 +
 dojox/mobile/themes/android/Overlay-compat.css     |   13 +
 dojox/mobile/themes/android/Overlay.css            |   18 +
 dojox/mobile/themes/android/Overlay.less           |    5 +
 dojox/mobile/themes/android/PageIndicator.css      |   24 +
 dojox/mobile/themes/android/PageIndicator.less     |    2 +
 .../themes/android/ProgressIndicator-compat.css    |   46 +
 dojox/mobile/themes/android/ProgressIndicator.css  |   58 +
 dojox/mobile/themes/android/ProgressIndicator.less |    2 +
 dojox/mobile/themes/android/RadioButton-compat.css |   33 +
 dojox/mobile/themes/android/RadioButton.css        |   41 +
 dojox/mobile/themes/android/RadioButton.less       |    2 +
 dojox/mobile/themes/android/RoundRect-compat.css   |   64 +
 dojox/mobile/themes/android/RoundRect.css          |   13 +
 dojox/mobile/themes/android/RoundRect.less         |    2 +
 dojox/mobile/themes/android/RoundRectCategory.css  |   10 +
 dojox/mobile/themes/android/RoundRectCategory.less |    2 +
 .../mobile/themes/android/RoundRectList-compat.css |   64 +
 dojox/mobile/themes/android/RoundRectList.css      |   25 +
 dojox/mobile/themes/android/RoundRectList.less     |    2 +
 dojox/mobile/themes/android/Slider-compat.css      |   43 +
 dojox/mobile/themes/android/Slider.css             |   62 +
 dojox/mobile/themes/android/Slider.less            |    2 +
 dojox/mobile/themes/android/Switch-compat.css      |   70 +
 dojox/mobile/themes/android/Switch.css             |   18 +
 dojox/mobile/themes/android/Switch.less            |    4 +
 dojox/mobile/themes/android/TabBar-compat.css      |   35 +
 dojox/mobile/themes/android/TabBar.css             |  158 +
 dojox/mobile/themes/android/TabBar.less            |    2 +
 dojox/mobile/themes/android/TextArea-compat.css    |    7 +
 dojox/mobile/themes/android/TextArea.css           |   14 +
 dojox/mobile/themes/android/TextArea.less          |    2 +
 dojox/mobile/themes/android/TextBox-compat.css     |    7 +
 dojox/mobile/themes/android/TextBox.css            |    8 +
 dojox/mobile/themes/android/TextBox.less           |    2 +
 .../mobile/themes/android/ToggleButton-compat.css  |   30 +
 dojox/mobile/themes/android/ToggleButton.css       |   52 +
 dojox/mobile/themes/android/ToggleButton.less      |    2 +
 dojox/mobile/themes/android/ToolBarButton.css      |   31 +
 dojox/mobile/themes/android/ToolBarButton.less     |    2 +
 dojox/mobile/themes/android/Tooltip-compat.css     |   47 +
 dojox/mobile/themes/android/Tooltip.css            |  144 +
 dojox/mobile/themes/android/Tooltip.less           |    2 +
 dojox/mobile/themes/android/View.css               |   24 +
 dojox/mobile/themes/android/View.less              |    6 +
 dojox/mobile/themes/android/android-app-compat.css |    2 +-
 dojox/mobile/themes/android/android-app.css        |   20 +-
 dojox/mobile/themes/android/android-compat.css     |  308 +-
 dojox/mobile/themes/android/android.css            |  862 +-
 dojox/mobile/themes/android/base-compat.css        |    7 +
 dojox/mobile/themes/android/base.css               |   12 +
 dojox/mobile/themes/android/common.css             |   27 +
 dojox/mobile/themes/android/common.less            |    2 +
 .../themes/android/compat/blue-button-sel-bg.png   |  Bin 182 -> 0 bytes
 dojox/mobile/themes/android/compat/button-bg.png   |  Bin 0 -> 169 bytes
 .../mobile/themes/android/compat/button-sel-bg.png |  Bin 0 -> 156 bytes
 .../mobile/themes/android/compat/red-button-bg.png |  Bin 0 -> 248 bytes
 .../themes/android/compat/slider-h-bar-bg.png      |  Bin 0 -> 124 bytes
 dojox/mobile/themes/android/compat/slider-h-bg.png |  Bin 0 -> 135 bytes
 .../themes/android/compat/slider-handle-bg.png     |  Bin 0 -> 156 bytes
 .../mobile/themes/android/compat/switch-arc-l.gif  |  Bin 0 -> 958 bytes
 .../mobile/themes/android/compat/switch-arc-r.gif  |  Bin 0 -> 1047 bytes
 .../mobile/themes/android/compat/switch-arc1-k.gif |  Bin 0 -> 500 bytes
 .../mobile/themes/android/compat/switch-arc2-k.gif |  Bin 0 -> 554 bytes
 .../themes/android/compat/switch-blue-bg.png       |  Bin 199 -> 0 bytes
 .../themes/android/compat/switch-default-k.gif     |  Bin 0 -> 313 bytes
 .../themes/android/compat/switch-default-l.gif     |  Bin 0 -> 550 bytes
 .../themes/android/compat/switch-default-r.gif     |  Bin 0 -> 557 bytes
 .../themes/android/compat/switch-gray-bg.png       |  Bin 183 -> 0 bytes
 .../themes/android/compat/switch-green-bg.png      |  Bin 161 -> 0 bytes
 .../themes/android/compat/switch-knob-bg.png       |  Bin 174 -> 0 bytes
 .../themes/android/compat/switch-round-l.gif       |  Bin 0 -> 978 bytes
 .../themes/android/compat/switch-round-r.gif       |  Bin 0 -> 1106 bytes
 .../themes/android/compat/switch-round1-k.gif      |  Bin 0 -> 720 bytes
 .../themes/android/compat/switch-round2-k.gif      |  Bin 0 -> 785 bytes
 .../themes/android/compat/togglebutton-chk-bg.png  |  Bin 0 -> 154 bytes
 dojox/mobile/themes/android/variables.less         |  737 +
 dojox/mobile/themes/blackberry/Button-compat.css   |   33 +
 dojox/mobile/themes/blackberry/Button.css          |   45 +
 dojox/mobile/themes/blackberry/Button.less         |    2 +
 dojox/mobile/themes/blackberry/Carousel.css        |   60 +
 dojox/mobile/themes/blackberry/Carousel.less       |    2 +
 dojox/mobile/themes/blackberry/CheckBox-compat.css |   34 +
 dojox/mobile/themes/blackberry/CheckBox.css        |   44 +
 dojox/mobile/themes/blackberry/CheckBox.less       |    2 +
 dojox/mobile/themes/blackberry/ComboBox-compat.css |   17 +
 dojox/mobile/themes/blackberry/ComboBox.css        |   44 +
 dojox/mobile/themes/blackberry/ComboBox.less       |    2 +
 .../themes/blackberry/EdgeToEdgeCategory.css       |   18 +
 .../themes/blackberry/EdgeToEdgeCategory.less      |    2 +
 dojox/mobile/themes/blackberry/EdgeToEdgeList.css  |   12 +
 dojox/mobile/themes/blackberry/EdgeToEdgeList.less |    2 +
 dojox/mobile/themes/blackberry/Heading-compat.css  |   25 +
 dojox/mobile/themes/blackberry/Heading.css         |   83 +
 dojox/mobile/themes/blackberry/Heading.less        |    2 +
 .../themes/blackberry/IconContainer-compat.css     |   11 +
 dojox/mobile/themes/blackberry/IconContainer.css   |   97 +
 dojox/mobile/themes/blackberry/IconContainer.less  |    5 +
 dojox/mobile/themes/blackberry/ListItem-compat.css |   26 +
 dojox/mobile/themes/blackberry/ListItem.css        |   86 +
 dojox/mobile/themes/blackberry/ListItem.less       |    5 +
 dojox/mobile/themes/blackberry/Opener-compat.css   |    3 +
 dojox/mobile/themes/blackberry/Opener.css          |    3 +
 dojox/mobile/themes/blackberry/Overlay-compat.css  |   13 +
 dojox/mobile/themes/blackberry/Overlay.css         |   18 +
 dojox/mobile/themes/blackberry/Overlay.less        |    5 +
 dojox/mobile/themes/blackberry/PageIndicator.css   |   24 +
 dojox/mobile/themes/blackberry/PageIndicator.less  |    2 +
 .../themes/blackberry/ProgressIndicator-compat.css |   46 +
 .../mobile/themes/blackberry/ProgressIndicator.css |   58 +
 .../themes/blackberry/ProgressIndicator.less       |    2 +
 .../themes/blackberry/RadioButton-compat.css       |   33 +
 dojox/mobile/themes/blackberry/RadioButton.css     |   41 +
 dojox/mobile/themes/blackberry/RadioButton.less    |    2 +
 .../mobile/themes/blackberry/RoundRect-compat.css  |   64 +
 dojox/mobile/themes/blackberry/RoundRect.css       |   13 +
 dojox/mobile/themes/blackberry/RoundRect.less      |    2 +
 .../mobile/themes/blackberry/RoundRectCategory.css |   20 +
 .../themes/blackberry/RoundRectCategory.less       |    2 +
 .../themes/blackberry/RoundRectList-compat.css     |   64 +
 dojox/mobile/themes/blackberry/RoundRectList.css   |   39 +
 dojox/mobile/themes/blackberry/RoundRectList.less  |    2 +
 dojox/mobile/themes/blackberry/Slider-compat.css   |   43 +
 dojox/mobile/themes/blackberry/Slider.css          |   62 +
 dojox/mobile/themes/blackberry/Slider.less         |    2 +
 dojox/mobile/themes/blackberry/Switch-compat.css   |   70 +
 dojox/mobile/themes/blackberry/Switch.css          |   18 +
 dojox/mobile/themes/blackberry/Switch.less         |    4 +
 dojox/mobile/themes/blackberry/TabBar-compat.css   |   49 +
 dojox/mobile/themes/blackberry/TabBar.css          |  164 +
 dojox/mobile/themes/blackberry/TabBar.less         |    2 +
 dojox/mobile/themes/blackberry/TextArea-compat.css |    7 +
 dojox/mobile/themes/blackberry/TextArea.css        |   14 +
 dojox/mobile/themes/blackberry/TextArea.less       |    2 +
 dojox/mobile/themes/blackberry/TextBox-compat.css  |    7 +
 dojox/mobile/themes/blackberry/TextBox.css         |    8 +
 dojox/mobile/themes/blackberry/TextBox.less        |    2 +
 .../themes/blackberry/ToggleButton-compat.css      |   31 +
 dojox/mobile/themes/blackberry/ToggleButton.css    |   52 +
 dojox/mobile/themes/blackberry/ToggleButton.less   |    2 +
 dojox/mobile/themes/blackberry/ToolBarButton.css   |   27 +
 dojox/mobile/themes/blackberry/ToolBarButton.less  |    2 +
 dojox/mobile/themes/blackberry/Tooltip-compat.css  |   47 +
 dojox/mobile/themes/blackberry/Tooltip.css         |  143 +
 dojox/mobile/themes/blackberry/Tooltip.less        |    2 +
 dojox/mobile/themes/blackberry/View.css            |   24 +
 dojox/mobile/themes/blackberry/View.less           |    6 +
 dojox/mobile/themes/blackberry/base-compat.css     |    7 +
 dojox/mobile/themes/blackberry/base.css            |   12 +
 .../mobile/themes/blackberry/blackberry-compat.css |   18 +
 dojox/mobile/themes/blackberry/blackberry.css      |   22 +
 dojox/mobile/themes/blackberry/common.css          |   29 +
 dojox/mobile/themes/blackberry/common.less         |    2 +
 .../themes/blackberry/compat/arrow-button-bg.png   |  Bin 0 -> 129 bytes
 .../themes/blackberry/compat/arrow-button-head.gif |  Bin 0 -> 430 bytes
 .../themes/blackberry/compat/blue-button-bg.png    |  Bin 0 -> 199 bytes
 .../mobile/themes/blackberry/compat/button-bg.png  |  Bin 0 -> 177 bytes
 .../themes/blackberry/compat/button-sel-bg.png     |  Bin 0 -> 201 bytes
 .../mobile/themes/blackberry/compat/gray-arrow.png |  Bin 0 -> 920 bytes
 .../mobile/themes/blackberry/compat/heading-bg.png |  Bin 0 -> 109 bytes
 .../blackberry/compat/icon-content-heading-bg.png  |  Bin 0 -> 193 bytes
 .../themes/blackberry/compat/red-button-bg.png     |  Bin 0 -> 248 bytes
 .../themes/blackberry/compat/slider-h-bar-bg.png   |  Bin 0 -> 133 bytes
 .../themes/blackberry/compat/slider-h-bg.png       |  Bin 0 -> 133 bytes
 .../themes/blackberry/compat/slider-handle-bg.png  |  Bin 0 -> 165 bytes
 .../themes/blackberry/compat/switch-arc-l.gif      |  Bin 0 -> 1024 bytes
 .../themes/blackberry/compat/switch-arc-r.gif      |  Bin 0 -> 820 bytes
 .../themes/blackberry/compat/switch-arc1-k.gif     |  Bin 0 -> 497 bytes
 .../themes/blackberry/compat/switch-arc2-k.gif     |  Bin 0 -> 550 bytes
 .../themes/blackberry/compat/switch-default-k.gif  |  Bin 0 -> 533 bytes
 .../themes/blackberry/compat/switch-default-l.gif  |  Bin 0 -> 742 bytes
 .../themes/blackberry/compat/switch-default-r.gif  |  Bin 0 -> 699 bytes
 .../themes/blackberry/compat/switch-round-l.gif    |  Bin 0 -> 1014 bytes
 .../themes/blackberry/compat/switch-round-r.gif    |  Bin 0 -> 865 bytes
 .../themes/blackberry/compat/switch-round1-k.gif   |  Bin 0 -> 710 bytes
 .../themes/blackberry/compat/switch-round2-k.gif   |  Bin 0 -> 782 bytes
 .../themes/blackberry/compat/tab-button-bg.png     |  Bin 0 -> 277 bytes
 .../blackberry/compat/tab-orange-button-bg.png     |  Bin 0 -> 197 bytes
 .../themes/blackberry/compat/tab-sel-button-bg.png |  Bin 0 -> 286 bytes
 .../blackberry/images/thumb-overlay-large.png      |  Bin 0 -> 3697 bytes
 .../blackberry/images/thumb-overlay-small.png      |  Bin 0 -> 1549 bytes
 .../themes/blackberry/images/thumb-overlay.png     |  Bin 0 -> 2010 bytes
 dojox/mobile/themes/blackberry/variables.less      |  763 +
 dojox/mobile/themes/buttons-compat.css             |   30 -
 dojox/mobile/themes/buttons.css                    |  191 -
 dojox/mobile/themes/common/Button.less             |   29 +
 dojox/mobile/themes/common/Carousel.less           |   58 +
 dojox/mobile/themes/common/CheckBox.less           |   25 +
 dojox/mobile/themes/common/ComboBox.less           |   40 +
 dojox/mobile/themes/common/EdgeToEdgeCategory.less |    8 +
 dojox/mobile/themes/common/EdgeToEdgeList.less     |    8 +
 dojox/mobile/themes/{ => common}/FixedSplitter.css |    0
 dojox/mobile/themes/common/Heading.less            |   58 +
 dojox/mobile/themes/common/IconContainer.less      |   79 +
 .../themes/common/IconContainer_keyframes.css      |   48 +
 dojox/mobile/themes/common/ListItem.less           |   78 +
 dojox/mobile/themes/common/Overlay.less            |   15 +
 dojox/mobile/themes/common/PageIndicator.less      |   24 +
 dojox/mobile/themes/common/ProgressIndicator.less  |   58 +
 dojox/mobile/themes/common/RadioButton.less        |   23 +
 dojox/mobile/themes/common/RoundRect.less          |    7 +
 dojox/mobile/themes/common/RoundRectCategory.less  |    7 +
 dojox/mobile/themes/common/RoundRectList.less      |   17 +
 dojox/mobile/themes/common/Slider.less             |   47 +
 dojox/mobile/themes/common/SpinWheel-compat.css    |   36 +
 dojox/mobile/themes/common/SpinWheel.css           |   77 +
 dojox/mobile/themes/common/Switch.css              |  224 +
 dojox/mobile/themes/common/Switch.less             |   16 +
 dojox/mobile/themes/common/TabBar.less             |  147 +
 dojox/mobile/themes/common/TextArea.less           |    9 +
 dojox/mobile/themes/common/TextBox.less            |    4 +
 dojox/mobile/themes/common/ToggleButton.less       |   28 +
 dojox/mobile/themes/common/ToolBarButton.less      |   22 +
 dojox/mobile/themes/common/Tooltip.less            |  131 +
 dojox/mobile/themes/common/View.less               |   21 +
 dojox/mobile/themes/common/common.less             |   24 +
 .../mobile/themes/common/compat/spinwheel-bar.png  |  Bin 0 -> 182 bytes
 dojox/mobile/themes/common/compat/spinwheel-bg.png |  Bin 0 -> 532 bytes
 dojox/mobile/themes/common/compile.js              |   42 +
 .../mobile/themes/common/dijit/Calendar-compat.css |    9 +
 dojox/mobile/themes/common/dijit/Calendar.css      |  135 +
 dojox/mobile/themes/common/dijit/ColorPalette.css  |   18 +
 dojox/mobile/themes/common/dijit/ColorPicker.css   |   12 +
 dojox/mobile/themes/common/dijit/base.css          |   15 +
 .../common/dijit/compat/calendar-daylabel-bg.png   |  Bin 0 -> 130 bytes
 .../common/dijit/compat/calendar-month-bg.png      |  Bin 0 -> 185 bytes
 .../common/dijit/compat/calendar-year-bg.png       |  Bin 0 -> 177 bytes
 dojox/mobile/themes/common/dijit/dijit-compat.css  |    1 +
 dojox/mobile/themes/common/dijit/dijit.css         |    4 +
 dojox/mobile/themes/common/domButtons-compat.css   |   38 +
 dojox/mobile/themes/common/domButtons.css          |   42 +
 .../DomButtonBlackCircleCross-compat.css           |    8 +
 .../domButtons/DomButtonBlackCircleCross.css       |   49 +
 .../common/domButtons/DomButtonBlueBall-compat.css |    8 +
 .../themes/common/domButtons/DomButtonBlueBall.css |   15 +
 .../domButtons/DomButtonBlueCircleArrow-compat.css |    9 +
 .../common/domButtons/DomButtonBlueCircleArrow.css |   48 +
 .../domButtons/DomButtonBlueCircleMinus-compat.css |    9 +
 .../common/domButtons/DomButtonBlueCircleMinus.css |   37 +
 .../domButtons/DomButtonBlueCirclePlus-compat.css  |    9 +
 .../common/domButtons/DomButtonBlueCirclePlus.css  |   47 +
 .../domButtons/DomButtonCheckboxOff-compat.css     |    8 +
 .../common/domButtons/DomButtonCheckboxOff.css     |   40 +
 .../domButtons/DomButtonCheckboxOn-compat.css      |    8 +
 .../common/domButtons/DomButtonCheckboxOn.css      |   40 +
 .../domButtons/DomButtonColorButtons-compat.css    |   48 +
 .../common/domButtons/DomButtonColorButtons.css    |   55 +
 .../domButtons/DomButtonDarkBlueCheck-compat.css   |    8 +
 .../common/domButtons/DomButtonDarkBlueCheck.css   |   18 +
 .../domButtons/DomButtonGrayArrow-compat.css       |    8 +
 .../common/domButtons/DomButtonGrayArrow.css       |   18 +
 .../domButtons/DomButtonGrayRoundRect-compat.css   |    4 +
 .../common/domButtons/DomButtonGrayRoundRect.css   |   23 +
 .../common/domButtons/DomButtonGrayStar-compat.css |    8 +
 .../themes/common/domButtons/DomButtonGrayStar.css |   49 +
 .../domButtons/DomButtonGreenBall-compat.css       |    8 +
 .../common/domButtons/DomButtonGreenBall.css       |   15 +
 .../DomButtonGreenCircleArrow-compat.css           |    9 +
 .../domButtons/DomButtonGreenCircleArrow.css       |   48 +
 .../DomButtonGreenCircleMinus-compat.css           |    9 +
 .../domButtons/DomButtonGreenCircleMinus.css       |   37 +
 .../domButtons/DomButtonGreenCirclePlus-compat.css |    9 +
 .../common/domButtons/DomButtonGreenCirclePlus.css |   47 +
 .../domButtons/DomButtonOrangeBall-compat.css      |    8 +
 .../common/domButtons/DomButtonOrangeBall.css      |   15 +
 .../common/domButtons/DomButtonRedBall-compat.css  |    8 +
 .../themes/common/domButtons/DomButtonRedBall.css  |   15 +
 .../domButtons/DomButtonRedCircleArrow-compat.css  |    9 +
 .../common/domButtons/DomButtonRedCircleArrow.css  |   48 +
 .../domButtons/DomButtonRedCircleMinus-compat.css  |    9 +
 .../common/domButtons/DomButtonRedCircleMinus.css  |   37 +
 .../domButtons/DomButtonRedCirclePlus-compat.css   |    9 +
 .../common/domButtons/DomButtonRedCirclePlus.css   |   47 +
 .../DomButtonSilverCircleDownArrow-compat.css      |    8 +
 .../domButtons/DomButtonSilverCircleDownArrow.css  |   43 +
 .../DomButtonSilverCircleGrayButton-compat.css     |    8 +
 .../domButtons/DomButtonSilverCircleGrayButton.css |   27 +
 .../DomButtonSilverCircleGreenButton-compat.css    |    8 +
 .../DomButtonSilverCircleGreenButton.css           |   27 +
 .../DomButtonSilverCircleGreenPlus-compat.css      |    8 +
 .../domButtons/DomButtonSilverCircleGreenPlus.css  |   37 +
 .../DomButtonSilverCircleOrangeButton-compat.css   |    8 +
 .../DomButtonSilverCircleOrangeButton.css          |   27 +
 .../DomButtonSilverCircleRedCross-compat.css       |    8 +
 .../domButtons/DomButtonSilverCircleRedCross.css   |   38 +
 .../common/domButtons/DomButtonTransparent19.css   |    6 +
 .../common/domButtons/DomButtonTransparent29.css   |    6 +
 .../common/domButtons/DomButtonTransparent30.css   |    6 +
 .../domButtons/DomButtonWhiteArrow-compat.css      |    8 +
 .../common/domButtons/DomButtonWhiteArrow.css      |   18 +
 .../domButtons/DomButtonWhiteCheck-compat.css      |    8 +
 .../common/domButtons/DomButtonWhiteCheck.css      |   18 +
 .../domButtons/DomButtonWhiteDownArrow-compat.css  |    8 +
 .../common/domButtons/DomButtonWhiteDownArrow.css  |   22 +
 .../domButtons/DomButtonWhitePlus-compat.css       |    8 +
 .../common/domButtons/DomButtonWhitePlus.css       |   28 +
 .../domButtons/DomButtonWhiteSearch-compat.css     |    8 +
 .../common/domButtons/DomButtonWhiteSearch.css     |   30 +
 .../domButtons/DomButtonWhiteUpArrow-compat.css    |    8 +
 .../common/domButtons/DomButtonWhiteUpArrow.css    |   22 +
 .../domButtons/DomButtonYellowStar-compat.css      |    8 +
 .../common/domButtons/DomButtonYellowStar.css      |   49 +
 .../common/domButtons/compat/mblDomButtonArrow.png |  Bin 0 -> 3604 bytes
 .../compat/mblDomButtonBlackCircleCross.png        |  Bin 0 -> 1449 bytes
 .../domButtons/compat/mblDomButtonBlueBall.png     |  Bin 0 -> 347 bytes
 .../compat/mblDomButtonBlueCircleArrow.png         |  Bin 0 -> 1500 bytes
 .../compat/mblDomButtonBlueCircleMinus.png         |  Bin 0 -> 1379 bytes
 .../compat/mblDomButtonBlueCirclePlus.png          |  Bin 0 -> 1373 bytes
 .../domButtons/compat/mblDomButtonBlueMinus.png    |  Bin 0 -> 1055 bytes
 .../domButtons/compat/mblDomButtonBluePlus.png     |  Bin 0 -> 1073 bytes
 .../common/domButtons/compat/mblDomButtonCheck.png |  Bin 0 -> 3639 bytes
 .../domButtons/compat/mblDomButtonCheckboxOff.png} |  Bin 1081 -> 1081 bytes
 .../domButtons/compat/mblDomButtonCheckboxOn.png}  |  Bin 1148 -> 1148 bytes
 .../compat/mblDomButtonDarkBlueCheck.png           |  Bin 0 -> 3639 bytes
 .../compat/mblDomButtonDarkBlueMinus.png           |  Bin 0 -> 1048 bytes
 .../domButtons/compat/mblDomButtonDarkBluePlus.png |  Bin 0 -> 1065 bytes
 .../domButtons/compat/mblDomButtonGrayArrow.png    |  Bin 0 -> 3604 bytes
 .../domButtons/compat/mblDomButtonGrayStar.png     |  Bin 0 -> 680 bytes
 .../domButtons/compat/mblDomButtonGreenBall.png    |  Bin 0 -> 348 bytes
 .../compat/mblDomButtonGreenCircleArrow.png        |  Bin 0 -> 1599 bytes
 .../compat/mblDomButtonGreenCircleMinus.png        |  Bin 0 -> 1394 bytes
 .../compat/mblDomButtonGreenCirclePlus.png         |  Bin 0 -> 1428 bytes
 .../domButtons/compat/mblDomButtonOrangeBall.png   |  Bin 0 -> 353 bytes
 .../domButtons/compat/mblDomButtonRedBall.png      |  Bin 0 -> 348 bytes
 .../compat/mblDomButtonRedCircleArrow.png          |  Bin 0 -> 1524 bytes
 .../compat/mblDomButtonRedCircleMinus.png          |  Bin 0 -> 1355 bytes
 .../compat/mblDomButtonRedCirclePlus.png           |  Bin 0 -> 1395 bytes
 .../domButtons/compat/mblDomButtonRedMinus.png     |  Bin 0 -> 1051 bytes
 .../domButtons/compat/mblDomButtonRedPlus.png      |  Bin 0 -> 1069 bytes
 .../compat/mblDomButtonSilverCircleDownArrow.png   |  Bin 0 -> 1353 bytes
 .../compat/mblDomButtonSilverCircleGrayButton.png  |  Bin 0 -> 1260 bytes
 .../compat/mblDomButtonSilverCircleGreenButton.png |  Bin 0 -> 1438 bytes
 .../compat/mblDomButtonSilverCircleGreenPlus.png   |  Bin 0 -> 1065 bytes
 .../mblDomButtonSilverCircleOrangeButton.png       |  Bin 0 -> 1422 bytes
 .../compat/mblDomButtonSilverCircleRedCross.png    |  Bin 0 -> 1361 bytes
 .../domButtons/compat/mblDomButtonWhiteArrow.png   |  Bin 0 -> 3604 bytes
 .../domButtons/compat/mblDomButtonWhiteCheck.png   |  Bin 0 -> 3612 bytes
 .../compat/mblDomButtonWhiteDownArrow.png}         |  Bin 935 -> 935 bytes
 .../domButtons/compat/mblDomButtonWhitePlus.png}   |  Bin 918 -> 918 bytes
 .../domButtons/compat/mblDomButtonWhiteSearch.png  |  Bin 0 -> 414 bytes
 .../compat/mblDomButtonWhiteUpArrow.png}           |  Bin 933 -> 933 bytes
 .../domButtons/compat/mblDomButtonYellowStar.png   |  Bin 0 -> 438 bytes
 dojox/mobile/themes/common/transitions.css         |   11 +
 dojox/mobile/themes/common/transitions/cover.css   |   34 +
 dojox/mobile/themes/common/transitions/coverv.css  |   35 +
 .../mobile/themes/common/transitions/dissolve.css  |   18 +
 dojox/mobile/themes/common/transitions/fade.css    |   22 +
 dojox/mobile/themes/common/transitions/flip.css    |   35 +
 dojox/mobile/themes/common/transitions/reveal.css  |   35 +
 dojox/mobile/themes/common/transitions/revealv.css |   31 +
 dojox/mobile/themes/common/transitions/scaleIn.css |   33 +
 .../mobile/themes/common/transitions/scaleOut.css  |   33 +
 dojox/mobile/themes/common/transitions/slide.css   |   41 +
 dojox/mobile/themes/common/transitions/slidev.css  |   42 +
 dojox/mobile/themes/common/transitions/swirl.css   |   27 +
 dojox/mobile/themes/common/transitions/zoomIn.css  |   33 +
 dojox/mobile/themes/common/transitions/zoomOut.css |   33 +
 .../mobile/themes/compat/small-blue-button-bg.png  |  Bin 190 -> 0 bytes
 .../themes/compat/small-darkblue-button-bg.png     |  Bin 192 -> 0 bytes
 dojox/mobile/themes/compat/small-red-button-bg.png |  Bin 186 -> 0 bytes
 dojox/mobile/themes/custom/Button-compat.css       |    8 +
 dojox/mobile/themes/custom/Button.css              |   48 +
 dojox/mobile/themes/custom/Button.less             |    2 +
 dojox/mobile/themes/custom/Carousel.css            |   60 +
 dojox/mobile/themes/custom/Carousel.less           |    2 +
 dojox/mobile/themes/custom/CheckBox-compat.css     |   26 +
 dojox/mobile/themes/custom/CheckBox.css            |   45 +
 dojox/mobile/themes/custom/CheckBox.less           |    2 +
 dojox/mobile/themes/custom/ComboBox-compat.css     |    7 +
 dojox/mobile/themes/custom/ComboBox.css            |   44 +
 dojox/mobile/themes/custom/ComboBox.less           |    2 +
 .../themes/custom/EdgeToEdgeCategory-compat.css    |    4 +
 dojox/mobile/themes/custom/EdgeToEdgeCategory.css  |   19 +
 dojox/mobile/themes/custom/EdgeToEdgeCategory.less |    2 +
 dojox/mobile/themes/custom/EdgeToEdgeList.css      |   12 +
 dojox/mobile/themes/custom/EdgeToEdgeList.less     |    2 +
 dojox/mobile/themes/custom/Heading-compat.css      |   47 +
 dojox/mobile/themes/custom/Heading.css             |   85 +
 dojox/mobile/themes/custom/Heading.less            |    2 +
 .../mobile/themes/custom/IconContainer-compat.css  |   11 +
 dojox/mobile/themes/custom/IconContainer.css       |  101 +
 dojox/mobile/themes/custom/IconContainer.less      |    5 +
 dojox/mobile/themes/custom/ListItem-compat.css     |   16 +
 dojox/mobile/themes/custom/ListItem.css            |   84 +
 dojox/mobile/themes/custom/ListItem.less           |    5 +
 dojox/mobile/themes/custom/Opener-compat.css       |    3 +
 dojox/mobile/themes/custom/Opener.css              |    3 +
 dojox/mobile/themes/custom/Overlay-compat.css      |   13 +
 dojox/mobile/themes/custom/Overlay.css             |   18 +
 dojox/mobile/themes/custom/Overlay.less            |    5 +
 dojox/mobile/themes/custom/PageIndicator.css       |   24 +
 dojox/mobile/themes/custom/PageIndicator.less      |    2 +
 .../themes/custom/ProgressIndicator-compat.css     |   46 +
 dojox/mobile/themes/custom/ProgressIndicator.css   |   58 +
 dojox/mobile/themes/custom/ProgressIndicator.less  |    2 +
 dojox/mobile/themes/custom/RadioButton-compat.css  |   26 +
 dojox/mobile/themes/custom/RadioButton.css         |   41 +
 dojox/mobile/themes/custom/RadioButton.less        |    2 +
 dojox/mobile/themes/custom/RoundRect-compat.css    |   71 +
 dojox/mobile/themes/custom/RoundRect.css           |   15 +
 dojox/mobile/themes/custom/RoundRect.less          |    2 +
 dojox/mobile/themes/custom/RoundRectCategory.css   |   14 +
 dojox/mobile/themes/custom/RoundRectCategory.less  |    2 +
 .../mobile/themes/custom/RoundRectList-compat.css  |   91 +
 dojox/mobile/themes/custom/RoundRectList.css       |   21 +
 dojox/mobile/themes/custom/RoundRectList.less      |    2 +
 dojox/mobile/themes/custom/Slider-compat.css       |   42 +
 dojox/mobile/themes/custom/Slider.css              |   65 +
 dojox/mobile/themes/custom/Slider.less             |    2 +
 dojox/mobile/themes/custom/Switch-compat.css       |   59 +
 dojox/mobile/themes/custom/Switch.css              |   23 +
 dojox/mobile/themes/custom/Switch.less             |    4 +
 dojox/mobile/themes/custom/TabBar-compat.css       |   55 +
 dojox/mobile/themes/custom/TabBar.css              |  161 +
 dojox/mobile/themes/custom/TabBar.less             |    2 +
 dojox/mobile/themes/custom/TextArea-compat.css     |    7 +
 dojox/mobile/themes/custom/TextArea.css            |   12 +
 dojox/mobile/themes/custom/TextArea.less           |    2 +
 dojox/mobile/themes/custom/TextBox-compat.css      |    7 +
 dojox/mobile/themes/custom/TextBox.css             |    8 +
 dojox/mobile/themes/custom/TextBox.less            |    2 +
 dojox/mobile/themes/custom/ToggleButton-compat.css |   21 +
 dojox/mobile/themes/custom/ToggleButton.css        |   52 +
 dojox/mobile/themes/custom/ToggleButton.less       |    2 +
 dojox/mobile/themes/custom/ToolBarButton.css       |   32 +
 dojox/mobile/themes/custom/ToolBarButton.less      |    2 +
 dojox/mobile/themes/custom/Tooltip-compat.css      |   47 +
 dojox/mobile/themes/custom/Tooltip.css             |  142 +
 dojox/mobile/themes/custom/Tooltip.less            |    2 +
 dojox/mobile/themes/custom/View.css                |   24 +
 dojox/mobile/themes/custom/View.less               |    6 +
 dojox/mobile/themes/custom/base-compat.css         |    8 +
 dojox/mobile/themes/custom/base.css                |   12 +
 dojox/mobile/themes/custom/common-compat.css       |    8 +
 dojox/mobile/themes/custom/common.css              |   31 +
 dojox/mobile/themes/custom/common.less             |    2 +
 .../themes/custom/compat/arrow-button-head.png     |  Bin 0 -> 503 bytes
 dojox/mobile/themes/custom/compat/heading-bg.png   |  Bin 0 -> 339 bytes
 .../themes/custom/compat/slider-h-bar-bg.png       |  Bin 0 -> 135 bytes
 dojox/mobile/themes/custom/compat/ui-widget-bg.png |  Bin 0 -> 680 bytes
 dojox/mobile/themes/custom/custom-compat.css       |   18 +
 dojox/mobile/themes/custom/custom.css              |   22 +
 .../themes/custom/images/thumb-overlay-large.png   |  Bin 0 -> 3697 bytes
 .../themes/custom/images/thumb-overlay-small.png   |  Bin 0 -> 1549 bytes
 .../mobile/themes/custom/images/thumb-overlay.png  |  Bin 0 -> 2010 bytes
 dojox/mobile/themes/custom/variables.less          |  921 +
 dojox/mobile/themes/domButtons-compat.css          |    6 -
 dojox/mobile/themes/domButtons.css                 |    6 -
 dojox/mobile/themes/domButtons/Common-compat.css   |    3 -
 dojox/mobile/themes/domButtons/Common.css          |    6 -
 .../domButtons/DomButtonDownArrow-compat.css       |    8 -
 .../themes/domButtons/DomButtonDownArrow.css       |   21 -
 .../themes/domButtons/DomButtonPlus-compat.css     |    8 -
 dojox/mobile/themes/domButtons/DomButtonPlus.css   |   18 -
 .../themes/domButtons/DomButtonSearch-compat.css   |   12 -
 dojox/mobile/themes/domButtons/DomButtonSearch.css |   33 -
 .../themes/domButtons/DomButtonUpArrow-compat.css  |    8 -
 .../mobile/themes/domButtons/DomButtonUpArrow.css  |   21 -
 .../themes/domButtons/compat/search-button.gif     |  Bin 910 -> 0 bytes
 .../themes/domButtons/compat/search-button.png     |  Bin 420 -> 0 bytes
 dojox/mobile/themes/iphone/Button-compat.css       |   33 +
 dojox/mobile/themes/iphone/Button.css              |   45 +
 dojox/mobile/themes/iphone/Button.less             |    2 +
 dojox/mobile/themes/iphone/Carousel.css            |   60 +
 dojox/mobile/themes/iphone/Carousel.less           |    2 +
 dojox/mobile/themes/iphone/CheckBox-compat.css     |   36 +
 dojox/mobile/themes/iphone/CheckBox.css            |   44 +
 dojox/mobile/themes/iphone/CheckBox.less           |    2 +
 dojox/mobile/themes/iphone/ComboBox-compat.css     |    7 +
 dojox/mobile/themes/iphone/ComboBox.css            |   44 +
 dojox/mobile/themes/iphone/ComboBox.less           |    2 +
 .../themes/iphone/EdgeToEdgeCategory-compat.css    |    4 +
 dojox/mobile/themes/iphone/EdgeToEdgeCategory.css  |   19 +
 dojox/mobile/themes/iphone/EdgeToEdgeCategory.less |    2 +
 dojox/mobile/themes/iphone/EdgeToEdgeList.css      |   12 +
 dojox/mobile/themes/iphone/EdgeToEdgeList.less     |    2 +
 dojox/mobile/themes/iphone/Heading-compat.css      |   24 +
 dojox/mobile/themes/iphone/Heading.css             |   84 +
 dojox/mobile/themes/iphone/Heading.less            |    2 +
 .../mobile/themes/iphone/IconContainer-compat.css  |   11 +
 dojox/mobile/themes/iphone/IconContainer.css       |   97 +
 dojox/mobile/themes/iphone/IconContainer.less      |    5 +
 dojox/mobile/themes/iphone/ListItem-compat.css     |    7 +
 dojox/mobile/themes/iphone/ListItem.css            |   82 +
 dojox/mobile/themes/iphone/ListItem.less           |    5 +
 dojox/mobile/themes/iphone/Opener-compat.css       |    3 +
 dojox/mobile/themes/iphone/Opener.css              |    3 +
 dojox/mobile/themes/iphone/Overlay-compat.css      |   15 +
 dojox/mobile/themes/iphone/Overlay.css             |   17 +
 dojox/mobile/themes/iphone/Overlay.less            |    5 +
 dojox/mobile/themes/iphone/PageIndicator.css       |   24 +
 dojox/mobile/themes/iphone/PageIndicator.less      |    2 +
 .../themes/iphone/ProgressIndicator-compat.css     |   46 +
 dojox/mobile/themes/iphone/ProgressIndicator.css   |   58 +
 dojox/mobile/themes/iphone/ProgressIndicator.less  |    2 +
 dojox/mobile/themes/iphone/RadioButton-compat.css  |   33 +
 dojox/mobile/themes/iphone/RadioButton.css         |   41 +
 dojox/mobile/themes/iphone/RadioButton.less        |    2 +
 dojox/mobile/themes/iphone/RoundRect-compat.css    |   64 +
 dojox/mobile/themes/iphone/RoundRect.css           |   12 +
 dojox/mobile/themes/iphone/RoundRect.less          |    2 +
 dojox/mobile/themes/iphone/RoundRectCategory.css   |   12 +
 dojox/mobile/themes/iphone/RoundRectCategory.less  |    2 +
 .../mobile/themes/iphone/RoundRectList-compat.css  |   64 +
 dojox/mobile/themes/iphone/RoundRectList.css       |   25 +
 dojox/mobile/themes/iphone/RoundRectList.less      |    2 +
 dojox/mobile/themes/iphone/Slider-compat.css       |   43 +
 dojox/mobile/themes/iphone/Slider.css              |   62 +
 dojox/mobile/themes/iphone/Slider.less             |    2 +
 dojox/mobile/themes/iphone/Switch-compat.css       |   70 +
 dojox/mobile/themes/iphone/Switch.css              |   18 +
 dojox/mobile/themes/iphone/Switch.less             |    4 +
 dojox/mobile/themes/iphone/TabBar-compat.css       |   36 +
 dojox/mobile/themes/iphone/TabBar.css              |  142 +
 dojox/mobile/themes/iphone/TabBar.less             |    2 +
 dojox/mobile/themes/iphone/TextArea-compat.css     |    7 +
 dojox/mobile/themes/iphone/TextArea.css            |   14 +
 dojox/mobile/themes/iphone/TextArea.less           |    2 +
 dojox/mobile/themes/iphone/TextBox-compat.css      |    7 +
 dojox/mobile/themes/iphone/TextBox.css             |    8 +
 dojox/mobile/themes/iphone/TextBox.less            |    2 +
 dojox/mobile/themes/iphone/ToggleButton-compat.css |   30 +
 dojox/mobile/themes/iphone/ToggleButton.css        |   52 +
 dojox/mobile/themes/iphone/ToggleButton.less       |    2 +
 dojox/mobile/themes/iphone/ToolBarButton.css       |   28 +
 dojox/mobile/themes/iphone/ToolBarButton.less      |    2 +
 dojox/mobile/themes/iphone/Tooltip-compat.css      |   41 +
 dojox/mobile/themes/iphone/Tooltip.css             |  150 +
 dojox/mobile/themes/iphone/Tooltip.less            |    2 +
 dojox/mobile/themes/iphone/View.css                |   23 +
 dojox/mobile/themes/iphone/View.less               |    6 +
 dojox/mobile/themes/iphone/base-compat.css         |    7 +
 dojox/mobile/themes/iphone/base.css                |   12 +
 dojox/mobile/themes/iphone/common.css              |   26 +
 dojox/mobile/themes/iphone/common.less             |    2 +
 dojox/mobile/themes/iphone/compat/button-bg.png    |  Bin 0 -> 169 bytes
 .../mobile/themes/iphone/compat/button-sel-bg.png  |  Bin 0 -> 170 bytes
 .../mobile/themes/iphone/compat/red-button-bg.png  |  Bin 0 -> 248 bytes
 .../themes/iphone/compat/red-button-sel-bg.png     |  Bin 0 -> 179 bytes
 .../themes/iphone/compat/slider-h-bar-bg.png       |  Bin 0 -> 133 bytes
 dojox/mobile/themes/iphone/compat/slider-h-bg.png  |  Bin 0 -> 132 bytes
 .../themes/iphone/compat/slider-handle-bg.png      |  Bin 0 -> 163 bytes
 dojox/mobile/themes/iphone/compat/switch-arc-l.gif |  Bin 0 -> 1028 bytes
 dojox/mobile/themes/iphone/compat/switch-arc-r.gif |  Bin 0 -> 683 bytes
 .../mobile/themes/iphone/compat/switch-arc1-k.gif  |  Bin 0 -> 524 bytes
 .../mobile/themes/iphone/compat/switch-arc2-k.gif  |  Bin 0 -> 604 bytes
 .../mobile/themes/iphone/compat/switch-blue-bg.png |  Bin 199 -> 0 bytes
 .../themes/iphone/compat/switch-default-k.gif      |  Bin 0 -> 566 bytes
 .../themes/iphone/compat/switch-default-l.gif      |  Bin 0 -> 745 bytes
 .../themes/iphone/compat/switch-default-r.gif      |  Bin 0 -> 595 bytes
 .../mobile/themes/iphone/compat/switch-gray-bg.png |  Bin 183 -> 0 bytes
 .../mobile/themes/iphone/compat/switch-knob-bg.png |  Bin 174 -> 0 bytes
 .../mobile/themes/iphone/compat/switch-round-l.gif |  Bin 0 -> 1058 bytes
 .../mobile/themes/iphone/compat/switch-round-r.gif |  Bin 0 -> 683 bytes
 .../themes/iphone/compat/switch-round1-k.gif       |  Bin 0 -> 548 bytes
 .../themes/iphone/compat/switch-round2-k.gif       |  Bin 0 -> 636 bytes
 .../themes/iphone/compat/tooltip-button-bg.png     |  Bin 0 -> 181 bytes
 .../themes/iphone/compat/tooltip-heading-bg.png    |  Bin 0 -> 298 bytes
 dojox/mobile/themes/iphone/ipad-compat.css         |   11 +-
 dojox/mobile/themes/iphone/ipad.css                |  118 +-
 dojox/mobile/themes/iphone/iphone-app.css          |   20 +-
 dojox/mobile/themes/iphone/iphone-compat.css       |  315 +-
 dojox/mobile/themes/iphone/iphone.css              |  880 +-
 dojox/mobile/themes/iphone/variables.less          |  726 +
 dojox/mobile/transition.js                         |   19 +
 dojox/mobile/uacss.js                              |   15 +
 dojox/mvc.js                                       |    8 +
 dojox/mvc/Bind.js                                  |   61 +
 dojox/mvc/Generate.js                              |  154 +
 dojox/mvc/Group.js                                 |   16 +
 dojox/mvc/Output.js                                |   91 +
 dojox/mvc/README                                   |   82 +
 dojox/mvc/Repeat.js                                |  108 +
 dojox/mvc/StatefulModel.js                         |  462 +
 dojox/mvc/_Container.js                            |  107 +
 dojox/mvc/_DataBindingMixin.js                     |  389 +
 dojox/mvc/_base.js                                 |   64 +
 dojox/mvc/_patches.js                              |   49 +
 dojox/mvc/tests/_data/mvcGenerateData.json         |    9 +
 dojox/mvc/tests/_data/mvcRepeatData.json           |  105 +
 dojox/mvc/tests/css/android-format.css             |   27 +
 dojox/mvc/tests/css/app-format.css                 |   85 +
 dojox/mvc/tests/css/dijitTests.css                 |  116 +
 dojox/mvc/tests/css/index-format.css               |   26 +
 dojox/mvc/tests/css/iphone-format.css              |   28 +
 .../tests/doh_async_mvc_14491-input-output.html    |  162 +
 .../tests/doh_async_mvc_input-output-simple.html   |  158 +
 dojox/mvc/tests/doh_async_mvc_mobile-demo.html     |  342 +
 dojox/mvc/tests/doh_mvc_binding-simple.html        |  429 +
 dojox/mvc/tests/doh_mvc_date_test.html             |  711 +
 dojox/mvc/tests/doh_mvc_form-kitchensink.html      | 1417 +
 .../tests/doh_mvc_programmatic-repeat-store.html   |  348 +
 dojox/mvc/tests/doh_mvc_ref-set-repeat.html        |  247 +
 .../tests/doh_mvc_search-results-repeat-store.html |  278 +
 dojox/mvc/tests/doh_mvc_search-results-repeat.html |  301 +
 .../tests/doh_mvc_shipto-billto-hierarchical.html  |  377 +
 dojox/mvc/tests/doh_mvc_shipto-billto-simple.html  |  215 +
 .../tests/doh_mvc_template_repeat_exprchar.html    |  236 +
 .../mvc/tests/doh_mvc_validation-test-simple.html  |  133 +
 dojox/mvc/tests/helpers.js                         |   74 +
 dojox/mvc/tests/images/MVC_patterns_in_Dojo.png    |  Bin 0 -> 4264 bytes
 dojox/mvc/tests/images/background.jpg              |  Bin 0 -> 70265 bytes
 dojox/mvc/tests/images/master_detail.png           |  Bin 0 -> 3054 bytes
 dojox/mvc/tests/images/validating_form_pattern.png |  Bin 0 -> 3524 bytes
 dojox/mvc/tests/mobile/demo/demo-async-store.html  |  186 +
 dojox/mvc/tests/mobile/demo/demo-async.html        |  203 +
 dojox/mvc/tests/mobile/demo/demo-sync.html         |  201 +
 dojox/mvc/tests/mobile/demo/demo.css               |  469 +
 dojox/mvc/tests/mobile/demo/demo.html              |  203 +
 dojox/mvc/tests/mobile/demo/demo.profile.js        |   17 +
 dojox/mvc/tests/mobile/demo/generateView.html      |   62 +
 dojox/mvc/tests/mobile/demo/iPad-Demo.html         |  213 +
 dojox/mvc/tests/mobile/demo/images/i-icon-1.png    |  Bin 0 -> 486 bytes
 dojox/mvc/tests/mobile/demo/images/i-icon-2.png    |  Bin 0 -> 459 bytes
 dojox/mvc/tests/mobile/demo/images/i-icon-3.png    |  Bin 0 -> 306 bytes
 dojox/mvc/tests/mobile/demo/images/mvc.png         |  Bin 0 -> 3457 bytes
 dojox/mvc/tests/mobile/demo/repeatDataBinding.html |   45 +
 dojox/mvc/tests/mobile/demo/shipToBillTo.html      |   51 +
 dojox/mvc/tests/mobile/demo/src-async-store.js     |  137 +
 dojox/mvc/tests/mobile/demo/src-async.js           |  167 +
 dojox/mvc/tests/mobile/demo/src-sync.js            |  148 +
 dojox/mvc/tests/mobile/demo/src.js                 |  167 +
 .../mobile/test_Android-repeat-data-store.html     |  104 +
 .../tests/mobile/test_iPhone-shipto-billto.html    |  121 +
 dojox/mvc/tests/models/LoanWizardModel.js          |  113 +
 dojox/mvc/tests/module.js                          |   31 +
 dojox/mvc/tests/moduleFullSet.js                   |   31 +
 dojox/mvc/tests/mvc_index.html                     |   37 +
 dojox/mvc/tests/robot/android_repeat-ins.html      |  171 +
 dojox/mvc/tests/robot/iphone_shipto-billto.html    |  102 +
 dojox/mvc/tests/robot/mobile-demo-test.html        |  404 +
 dojox/mvc/tests/robot/mvc_generate-view.html       |  179 +
 dojox/mvc/tests/robot/mvc_loan-stateful.html       |  160 +
 dojox/mvc/tests/robot/mvc_ref-set-repeat.html      |  156 +
 .../tests/robot/mvc_search-results-ins-del.html    |  276 +
 .../mvc/tests/robot/mvc_search-results-repeat.html |  123 +
 .../robot/mvc_shipto-billto-hierarchical.html      |  103 +
 .../mvc/tests/robot/mvc_shipto-billto-simple.html  |  101 +
 dojox/mvc/tests/runTests.html                      |    9 +
 dojox/mvc/tests/runTestsFullSet.html               |    9 +
 dojox/mvc/tests/test_async-mvc_group-simple.html   |   81 +
 .../tests/test_async-mvc_input-output-simple.html  |   82 +
 dojox/mvc/tests/test_async-mvc_repeat-simple.html  |  193 +
 dojox/mvc/tests/test_mvc_bindings-simple.html      |  182 +
 dojox/mvc/tests/test_mvc_dates.html                |  407 +
 dojox/mvc/tests/test_mvc_form-kitchensink.html     |  651 +
 dojox/mvc/tests/test_mvc_generate-view-store.html  |   71 +
 dojox/mvc/tests/test_mvc_generate-view.html        |   75 +
 dojox/mvc/tests/test_mvc_input-output-simple.html  |   74 +
 dojox/mvc/tests/test_mvc_loan-stateful.html        |  187 +
 .../tests/test_mvc_programmatic-repeat-store.html  |  147 +
 dojox/mvc/tests/test_mvc_ref-kitchensink.html      |  160 +
 .../mvc/tests/test_mvc_ref-set-repeat-simple.html  |  140 +
 .../tests/test_mvc_repeat-declarative-sync.html    |  205 +
 .../test_mvc_repeat-store-declarative-async.html   |  128 +
 .../mvc/tests/test_mvc_search-results-ins-del.html |  239 +
 .../test_mvc_search-results-repeat-store.html      |  116 +
 .../mvc/tests/test_mvc_search-results-repeat.html  |  222 +
 .../tests/test_mvc_shipto-billto-hierarchical.html |  198 +
 .../test_mvc_shipto-billto-simple-declarative.html |  132 +
 .../test_mvc_shipto-billto-simple-oldparser.html   |  131 +
 dojox/mvc/tests/test_mvc_shipto-billto-simple.html |  130 +
 dojox/mvc/tests/test_mvc_simple-programmatic.html  |   64 +
 .../tests/test_templatedWidget/myMvcTemplated.js   |   22 +
 dojox/mvc/tests/test_templatedWidget/readme.txt    |    3 +
 .../test_templatedWidget/test_mvc_widget.html      |   78 +
 .../test_mvc_widget_template.html                  |   39 +
 dojox/mvc/tests/zips/10024.json                    |   12 +
 dojox/mvc/tests/zips/10706.json                    |   12 +
 dojox/package.json                                 |   23 +
 dojox/rails/README                                 |    3 +-
 dojox/rpc/Client.js                                |   17 +-
 dojox/rpc/JsonRest.js                              |    7 +-
 dojox/rpc/Rest.js                                  |    3 +
 dojox/rpc/Service.js                               |   10 +-
 dojox/rpc/tests/module.js                          |    2 +-
 dojox/rpc/tests/stores/JsonRestStore.js            |   25 +-
 dojox/secure/capability.js                         |    2 +-
 dojox/secure/sandbox.js                            |    7 +-
 dojox/secure/tests/fromJson.js                     |    2 +-
 dojox/secure/tests/sandbox.js                      |    7 +-
 dojox/sketch.js                                    |   16 +-
 dojox/sketch/Anchor.js                             |   21 +-
 dojox/sketch/Annotation.js                         |   54 +-
 dojox/sketch/DoubleArrowAnnotation.js              |   12 +-
 dojox/sketch/Figure.js                             |   20 +-
 dojox/sketch/LeadAnnotation.js                     |    9 +-
 dojox/sketch/PreexistingAnnotation.js              |   10 +-
 dojox/sketch/SingleArrowAnnotation.js              |    9 +-
 dojox/sketch/Slider.js                             |   74 +-
 dojox/sketch/Toolbar.js                            |  182 +-
 dojox/sketch/UnderlineAnnotation.js                |    9 +-
 dojox/sketch/UndoStack.js                          |   15 +-
 dojox/sketch/_Plugin.js                            |  147 +-
 dojox/sketch/tests/test_full.html                  |    9 +-
 dojox/socket.js                                    |    8 +-
 dojox/store/LightstreamerStore.js                  |  204 +
 dojox/store/README                                 |   47 +
 dojox/store/tests/test_LightstreamerStore.html     |   74 +
 dojox/string/BidiComplex.js                        |  118 +-
 dojox/string/BidiEngine.js                         | 1506 +
 dojox/string/Builder.js                            |  241 +-
 dojox/string/sprintf.js                            |  709 +-
 dojox/string/tests/BidiEngine/BidiEngineTest.js    | 1113 +
 .../tests/BidiEngine/BidiEngineTestLayouts.js      |  351 +
 dojox/string/tests/BidiEngine/module.js            |   10 +
 dojox/string/tests/BidiEngine/runTests.html        |   11 +
 dojox/string/tokenize.js                           |   74 +-
 dojox/timing.js                                    |    5 +-
 dojox/timing/Sequence.js                           |  253 +-
 dojox/timing/Streamer.js                           |  158 +-
 dojox/timing/ThreadPool.js                         |   10 +-
 dojox/timing/_base.js                              |   97 +-
 dojox/timing/doLater.js                            |   88 +-
 dojox/timing/tests/test_Sequence.html              |    2 +
 dojox/timing/tests/test_ThreadPool.html            |    1 -
 dojox/uuid.js                                      |    5 +-
 dojox/uuid/Uuid.js                                 |    7 +-
 dojox/uuid/_base.js                                |    8 +-
 dojox/uuid/generateRandomUuid.js                   |    6 +-
 dojox/uuid/generateTimeBasedUuid.js                |   16 +-
 dojox/uuid/tests/uuid.js                           |  133 +-
 dojox/validate.js                                  |   10 +-
 dojox/validate/_base.js                            |   44 +-
 dojox/validate/br.js                               |   30 +-
 dojox/validate/ca.js                               |   18 +-
 dojox/validate/check.js                            |   40 +-
 dojox/validate/creditCard.js                       |   36 +-
 dojox/validate/isbn.js                             |   18 +-
 dojox/validate/regexp.js                           |   99 +-
 dojox/validate/tests/br.js                         |  136 +-
 dojox/validate/tests/creditcard.js                 |  155 +-
 dojox/validate/tests/module.js                     |   16 +-
 dojox/validate/tests/validate.js                   |  385 +-
 dojox/validate/us.js                               |   33 +-
 dojox/validate/web.js                              |   42 +-
 dojox/widget/AnalogGauge.js                        |  356 +-
 dojox/widget/BarGauge.js                           |  294 +-
 dojox/widget/Calendar.js                           |    7 +-
 dojox/widget/Calendar/Calendar.css                 |    4 +
 dojox/widget/CalendarViews.js                      |    1 -
 dojox/widget/ColorPicker.js                        |  213 +-
 dojox/widget/Dialog.js                             |  487 +-
 dojox/widget/DialogSimple.js                       |   17 +-
 dojox/widget/FisheyeList.js                        |    7 +-
 dojox/widget/FisheyeLite.js                        |  293 +-
 dojox/widget/MultiSelectCalendar.js                |  974 +
 .../MultiSelectCalendar/MultiSelectCalendar.html   |    0
 dojox/widget/PlaceholderMenuItem.js                |   10 +-
 dojox/widget/Roller.js                             |  435 +-
 dojox/widget/RollingList.js                        |    2 +
 dojox/widget/Standby.js                            |  220 +-
 dojox/widget/TitleGroup.js                         |   27 +-
 dojox/widget/Toaster.js                            |   99 +-
 dojox/widget/Toaster/Toaster.css                   |    7 +-
 dojox/widget/Wizard.js                             |   60 +-
 dojox/widget/gauge/AnalogArcIndicator.js           |   66 +-
 dojox/widget/gauge/AnalogArrowIndicator.js         |   37 +-
 dojox/widget/gauge/AnalogNeedleIndicator.js        |   31 +-
 dojox/widget/gauge/BarIndicator.js                 |   72 +-
 dojox/widget/gauge/_Gauge.css                      |   63 -
 dojox/widget/gauge/_Gauge.html                     |    5 -
 dojox/widget/gauge/_Gauge.js                       |  758 +-
 dojox/widget/gauge/_Indicator.html                 |    4 -
 dojox/widget/nls/ColorPicker.js                    |   36 +
 dojox/widget/nls/FilePicker.js                     |   42 +-
 dojox/widget/nls/Wizard.js                         |   36 +
 dojox/widget/nls/ar/ColorPicker.js                 |    5 +-
 dojox/widget/nls/ar/Wizard.js                      |    5 +-
 dojox/widget/nls/az/ColorPicker.js                 |   16 +
 dojox/widget/nls/az/FilePicker.js                  |    9 +
 dojox/widget/nls/az/Wizard.js                      |    9 +
 dojox/widget/nls/ca/ColorPicker.js                 |    3 +
 dojox/widget/nls/ca/Wizard.js                      |    5 +-
 dojox/widget/nls/cs/ColorPicker.js                 |    4 +-
 dojox/widget/nls/cs/Wizard.js                      |    4 +
 dojox/widget/nls/da/ColorPicker.js                 |    4 +-
 dojox/widget/nls/da/Wizard.js                      |    4 +
 dojox/widget/nls/de/ColorPicker.js                 |    4 +-
 dojox/widget/nls/de/Wizard.js                      |    4 +
 dojox/widget/nls/el/ColorPicker.js                 |    4 +-
 dojox/widget/nls/el/Wizard.js                      |    4 +
 dojox/widget/nls/es/ColorPicker.js                 |    4 +-
 dojox/widget/nls/es/Wizard.js                      |    4 +
 dojox/widget/nls/fi/ColorPicker.js                 |    4 +-
 dojox/widget/nls/fi/Wizard.js                      |    4 +
 dojox/widget/nls/fr/ColorPicker.js                 |    4 +-
 dojox/widget/nls/fr/Wizard.js                      |    4 +
 dojox/widget/nls/he/ColorPicker.js                 |    4 +-
 dojox/widget/nls/he/Wizard.js                      |    4 +
 dojox/widget/nls/hr/ColorPicker.js                 |   14 +
 dojox/widget/nls/hr/FilePicker.js                  |    7 +
 dojox/widget/nls/hr/Wizard.js                      |    7 +
 dojox/widget/nls/hu/ColorPicker.js                 |    4 +-
 dojox/widget/nls/hu/Wizard.js                      |    4 +
 dojox/widget/nls/it/ColorPicker.js                 |    4 +-
 dojox/widget/nls/it/Wizard.js                      |    4 +
 dojox/widget/nls/ja/ColorPicker.js                 |    3 +
 dojox/widget/nls/ja/Wizard.js                      |    4 +
 dojox/widget/nls/kk/ColorPicker.js                 |    4 +-
 dojox/widget/nls/kk/Wizard.js                      |    5 +-
 dojox/widget/nls/ko/ColorPicker.js                 |    3 +
 dojox/widget/nls/ko/Wizard.js                      |    4 +
 dojox/widget/nls/nb/ColorPicker.js                 |    3 +
 dojox/widget/nls/nb/Wizard.js                      |    4 +
 dojox/widget/nls/nl/ColorPicker.js                 |    4 +-
 dojox/widget/nls/nl/Wizard.js                      |    4 +
 dojox/widget/nls/pl/ColorPicker.js                 |    4 +-
 dojox/widget/nls/pl/Wizard.js                      |    5 +-
 dojox/widget/nls/pt-pt/ColorPicker.js              |    4 +-
 dojox/widget/nls/pt-pt/Wizard.js                   |    4 +
 dojox/widget/nls/pt/ColorPicker.js                 |    3 +
 dojox/widget/nls/pt/Wizard.js                      |    4 +
 dojox/widget/nls/ro/ColorPicker.js                 |    4 +-
 dojox/widget/nls/ro/Wizard.js                      |    5 +-
 dojox/widget/nls/ru/ColorPicker.js                 |    4 +-
 dojox/widget/nls/ru/Wizard.js                      |    4 +
 dojox/widget/nls/sk/ColorPicker.js                 |    4 +-
 dojox/widget/nls/sk/Wizard.js                      |    5 +-
 dojox/widget/nls/sl/ColorPicker.js                 |    4 +-
 dojox/widget/nls/sl/Wizard.js                      |    5 +-
 dojox/widget/nls/sv/ColorPicker.js                 |    4 +-
 dojox/widget/nls/sv/Wizard.js                      |    4 +
 dojox/widget/nls/th/ColorPicker.js                 |    4 +-
 dojox/widget/nls/th/Wizard.js                      |    5 +-
 dojox/widget/nls/tr/ColorPicker.js                 |    4 +-
 dojox/widget/nls/tr/Wizard.js                      |    4 +
 dojox/widget/nls/zh-tw/ColorPicker.js              |    3 +
 dojox/widget/nls/zh-tw/Wizard.js                   |    4 +
 dojox/widget/nls/zh/ColorPicker.js                 |    3 +
 dojox/widget/nls/zh/Wizard.js                      |    4 +
 dojox/widget/tests/test_AnalogGaugeWidget.html     |  554 -
 dojox/widget/tests/test_BarGaugeWidget.html        |  339 -
 dojox/widget/tests/test_Calendar.html              |   10 +-
 dojox/widget/tests/test_CalendarViews.html         |    6 +-
 dojox/widget/tests/test_ColorPicker-async.html     |   79 +
 dojox/widget/tests/test_ColorPicker.html           |    6 +-
 dojox/widget/tests/test_Dialog.html                |   15 +-
 .../tests/test_MultiSelectCalendar-async.html      |   30 +
 dojox/widget/tests/test_MultiSelectCalendar.html   |   31 +
 dojox/widget/tests/test_TitleGroup.html            |   28 +-
 dojox/widget/tests/test_Wizard.html                |    2 -
 dojox/wire/demos/WidgetRepeater.js                 |    2 +-
 dojox/wire/ml/Action.js                            |    1 -
 dojox/wire/ml/Data.js                              |    1 -
 dojox/wire/ml/JsonHandler.js                       |   42 +
 dojox/wire/ml/RestHandler.js                       |  143 +
 dojox/wire/ml/Service.js                           |  234 -
 dojox/wire/ml/Transfer.js                          |    4 -
 dojox/wire/ml/XmlHandler.js                        |   63 +
 dojox/xml/DomParser.js                             |    8 +-
 dojox/xml/Script.js                                |   21 +-
 dojox/xml/parser.js                                |   18 +-
 dojox/xml/tests/mail.html                          |    2 +-
 dojox/xml/tests/module.js                          |    9 +-
 dojox/xml/tests/parser.js                          |   59 +-
 dojox/xml/tests/widgetParser.html                  |   15 +-
 dojox/xml/widgetParser.js                          |   27 +-
 dojox/xmpp/tests/test_xmppService.html             |    3 +-
 dojox/xmpp/widget/ChatSession.js                   |    4 +
 util/build/argv.js                                 |  583 +
 util/build/buildControl.js                         |  678 +
 util/build/buildControlBase.js                     |   51 +
 util/build/buildControlDefault.js                  |  251 +
 util/build/buildNotice.txt                         |    7 +
 util/build/copyright.txt                           |    6 +
 util/build/discover.js                             |  296 +
 util/build/examples/dojo-base-json-dot.profile.js  |    4 +
 util/build/examples/dojoConfig.js                  |    9 +
 util/build/examples/profile-with-code.profile.js   |   12 +
 util/build/examples/relative-base-path.profile.js  |    3 +
 util/build/examples/require.js                     |   10 +
 util/build/examples/simple1.profile.js             |    4 +
 util/build/examples/trees-dirs-files.profile.js    |   22 +
 util/build/fileHandleThrottle.js                   |   23 +
 util/build/fileUtils.js                            |  185 +
 util/build/fs.js                                   |    3 +
 util/build/help.txt                                |   77 +
 util/build/main.js                                 |  284 +
 util/build/messages.js                             |  302 +
 util/build/node/fs.js                              |   28 +
 util/build/node/process.js                         |   45 +
 util/build/optimizeRunner.js                       |  141 +
 util/build/plugins/domReady.js                     |   13 +
 util/build/plugins/has.js                          |   81 +
 util/build/plugins/i18n.js                         |   67 +
 util/build/plugins/loadInit.js                     |   13 +
 util/build/plugins/querySelector.js                |   15 +
 util/build/plugins/require.js                      |   24 +
 util/build/plugins/text.js                         |   59 +
 util/build/process.js                              |    3 +
 util/build/removeComments.js                       |   17 +
 util/build/replace.js                              |   47 +
 util/build/rhino/fs.js                             |   74 +
 util/build/rhino/process.js                        |   35 +
 util/build/stringify.js                            |  150 +
 util/build/transforms/copy.js                      |   15 +
 util/build/transforms/depsDump.js                  |  101 +
 util/build/transforms/depsScan.js                  |  627 +
 util/build/transforms/dojoBoot.js                  |    8 +
 util/build/transforms/dojoPragmas.js               |   80 +
 util/build/transforms/dojoReport.js                |   46 +
 util/build/transforms/hasFindAll.js                |   19 +
 util/build/transforms/hasFixup.js                  |   46 +
 util/build/transforms/hasReport.js                 |   28 +
 util/build/transforms/insertSymbols.js             |  103 +
 util/build/transforms/optimizeCss.js               |  134 +
 util/build/transforms/read.js                      |   57 +
 util/build/transforms/report.js                    |   22 +
 util/build/transforms/trace.js                     |    5 +
 util/build/transforms/write.js                     |   12 +
 util/build/transforms/writeAmd.js                  |  343 +
 util/build/transforms/writeCss.js                  |   66 +
 util/build/transforms/writeDojo.js                 |  184 +
 util/build/transforms/writeOptimized.js            |  299 +
 util/build/v1xProfiles.js                          |  346 +
 util/build/version.js                              |   13 +
 util/buildscripts/build.bat                        |   11 +-
 util/buildscripts/build.sh                         |  105 +-
 util/buildscripts/build_release.sh                 |   52 +-
 util/buildscripts/cdnBuild.sh                      |   16 +-
 util/buildscripts/changeVersion.js                 |   57 +-
 util/buildscripts/cldr/alias.js                    |   14 +-
 util/buildscripts/cldr/arrayInherit.js             |   31 +-
 util/buildscripts/cldr/cldrUtil.js                 |    5 +
 util/buildscripts/cldr/ldml/core.zip               |  Bin 4073422 -> 4098553 bytes
 util/buildscripts/cldr/specialLocale.js            |    6 +-
 util/buildscripts/jslib/buildUtil.js               | 2125 -
 util/buildscripts/profiles/base.profile.js         |    2 +
 util/buildscripts/profiles/cdn.profile.js          |    6 +
 util/buildscripts/profiles/demos-all.profile.js    |  208 +-
 util/buildscripts/profiles/gfx.profile.js          |   26 +
 util/buildscripts/profiles/layers.profile.js       |   66 -
 util/buildscripts/profiles/mobile-all.profile.js   |   21 +-
 util/buildscripts/profiles/mobile.profile.js       |   33 +-
 util/buildscripts/profiles/rhino.profile.js        |   31 +-
 util/buildscripts/profiles/standard.profile.js     |   10 +
 .../profiles/standardCustomBase.profile.js         |    4 +-
 util/checkstyle/checkstyleReport.html              |    3 +-
 util/closureCompiler/COPYING                       |  202 +
 util/closureCompiler/README                        |  278 +
 util/closureCompiler/compiler.jar                  |  Bin 0 -> 4332498 bytes
 util/docscripts/_browse.php                        |  236 -
 util/docscripts/_browse2.php                       |  289 -
 util/docscripts/_browse_tree.php                   |  142 +
 util/docscripts/cheat.php                          |    5 +-
 util/docscripts/cheat/lib.js                       |    9 +-
 util/docscripts/dumpObj.php                        |   29 +
 util/docscripts/generate.php                       |   66 +-
 util/docscripts/lib/generator/hash/Freezer.php     |   63 +
 util/docscripts/lib/generator/hash/Serializer.php  |   89 +
 util/docscripts/lib/parser2/Dojo.php               |    3 +-
 util/docscripts/lib/parser2/dojo2.inc              |  895 +-
 util/docscripts/modules/util.module                |   28 +
 util/docscripts/parsefile.php                      |    2 +
 util/docscripts/preview.php                        |  389 +
 util/docscripts/tests/alias.js                     |   10 +
 util/docscripts/tests/alias_amd.js                 |    8 +
 util/docscripts/tests/basic.js                     |  225 +
 util/docscripts/tests/declare_amd.js               |   31 +
 util/docscripts/tests/declare_returns.js           |    7 +
 util/docscripts/tests/doctests.js                  |    3 +
 util/docscripts/tests/extend_declare.js            |   57 +
 util/docscripts/tests/functional.js                |   12 +
 util/docscripts/tests/runTests.php                 |    9 +
 util/docscripts/tests/simple.js                    |  132 +
 util/docscripts/tests/simple_amd.js                |   25 +
 util/doh/README                                    |  103 +-
 util/doh/Robot.html                                |   21 +-
 util/doh/_browserRunner.js                         |  211 +-
 util/doh/_nodeRunner.js                            |   32 +
 util/doh/_parseURLargs.js                          |  233 +
 util/doh/_rhinoRunner.js                           |   33 +-
 util/doh/doh.profile.js                            |   30 +
 util/doh/main.js                                   |    7 +
 util/doh/mobileRunner.html                         |   89 +
 util/doh/package.json                              |   23 +
 util/doh/plugins/README.txt                        |    7 +
 util/doh/plugins/alwaysAudio.js                    |   11 +
 util/doh/plugins/hello.js                          |   15 +
 util/doh/robot.js                                  |   24 +-
 util/doh/robot/DOHRobot.jar                        |  Bin 45861 -> 46761 bytes
 util/doh/robot/DOHRobot.java                       |  255 +-
 util/doh/robot/compilerobot.bat                    |   11 +-
 util/doh/robot/signature.png                       |  Bin 0 -> 145 bytes
 util/doh/runner.html                               |  115 +-
 util/doh/runner.js                                 | 1224 +-
 util/doh/runner.sh                                 |    2 +-
 util/doh/tests/scopeTest.js                        |   15 +
 util/doh/tests/selfTest.js                         |  244 +
 util/less/LICENSE                                  |  179 +
 util/less/README                                   |    7 +
 util/less/browser.js                               |  369 +
 util/less/functions.js                             |  174 +
 util/less/index.js                                 |  137 +
 util/less/parser.js                                | 1110 +
 util/less/tree.js                                  |   13 +
 util/less/tree/alpha.js                            |   17 +
 util/less/tree/anonymous.js                        |   13 +
 util/less/tree/call.js                             |   45 +
 util/less/tree/color.js                            |   98 +
 util/less/tree/comment.js                          |   14 +
 util/less/tree/dimension.js                        |   34 +
 util/less/tree/directive.js                        |   33 +
 util/less/tree/element.js                          |   35 +
 util/less/tree/expression.js                       |   23 +
 util/less/tree/import.js                           |   77 +
 util/less/tree/javascript.js                       |   51 +
 util/less/tree/keyword.js                          |    9 +
 util/less/tree/mixin.js                            |  106 +
 util/less/tree/operation.js                        |   32 +
 util/less/tree/quoted.js                           |   29 +
 util/less/tree/rule.js                             |   38 +
 util/less/tree/ruleset.js                          |  212 +
 util/less/tree/selector.js                         |   28 +
 util/less/tree/url.js                              |   25 +
 util/less/tree/value.js                            |   24 +
 util/less/tree/variable.js                         |   24 +
 4643 files changed, 253561 insertions(+), 84826 deletions(-)

diff --cc debian/changelog
index a9e486b,0000000..f9cf081
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,54 -1,0 +1,63 @@@
++dojo (1.7.2+dfsg-1) unstable; urgency=low
++
++  * New upstream version
++  * Updated build rules to support new build system (Closes: #660032).
++  * Bumped Standards-Version
++  * Added missing recommended build targets
++
++ -- Jason Morawski <rpgdude1 at gmail.com>  Mon, 20 Feb 2012 16:14:59 -0500
++
 +dojo (1.6.1+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Removed Thumbs.db from dojox.gantt project
 +  * Removed fileuploader.swf to comply with the DFSG
 +  * Updated README.source and uscan-dfsg-clean.sh to reflect DFSG changes
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 17 May 2011 15:10:25 -0400
 +
 +dojo (1.5.0+dfsg-1) experimental; urgency=low
 +
 +  * New upstream version (Closes: #597148)
 +  * Repackaged using uncompressed dojo source code
 +  * Added get-orig-source rule to debian/rules
 +  * Changed package licensing to BSD license
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 16 Nov 2010 15:51:00 -0400
 +
 +dojo (1.4.3+dfsg1-1) unstable; urgency=low
 +
 +  * Removed uploader.swf and dojox.storage to comply with the DFSG
 +    (Closes: #591961)
 +  * Removed mtasc from libjs-dojo-dojox Suggests due to removal of the
 +    dojox.storage project
 +  * Updated README files to reflect DFSG changes
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Sun, 08 Aug 2010 19:55:01 -0400
 +
 +dojo (1.4.3+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Mon, 07 Jun 2010 08:40:01 -0400
 +
 +dojo (1.4.2+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Cleaned up rules
 +  * Made corrections to libjs-dojo-dojox.README.Debian
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Thu, 18 Mar 2010 18:03:37 -0400
 +
 +dojo (1.4.1+dfsg-1) unstable; urgency=low
 +
 +  * New upstream version (Closes: #568562)
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Tue, 02 Feb 2010 18:56:56 -0500
 +
 +dojo (1.3.2+dfsg-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #515637)
 +  * Removed dojox.av project to comply with the DFSG
 +
 + -- Jason Morawski <rpgdude1 at gmail.com>  Wed, 16 Aug 2009 16:19:42 -0400
diff --cc debian/control
index 51f1dc6,0000000..3c7d6a9
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,40 -1,0 +1,40 @@@
 +Source: dojo
 +Section: web
 +Priority: optional
 +Maintainer: Jason Morawski <rpgdude1 at gmail.com>
 +Uploaders: Frank Habermann <lordlamer at lordlamer.de>
 +Build-Depends: debhelper (>= 7), shrinksafe
- Standards-Version: 3.9.1
++Standards-Version: 3.9.2
 +Homepage: http://dojotoolkit.org
 +
 +Package: libjs-dojo-core
 +Architecture: all
 +Depends: ${misc:Depends}
 +Recommends: javascript-common, libjs-dojo-dijit, libjs-dojo-dojox
 +Description: Modular JavaScript toolkit
 + Dojo Toolkit is an open source modular JavaScript library
 + designed to ease the rapid development of cross platform,
 + JavaScript/Ajax based applications and web sites.
 + .
 + This package contains the core Dojo project.
 +
 +Package: libjs-dojo-dijit
 +Architecture: all
 +Depends: libjs-dojo-core (= ${binary:Version}), ${misc:Depends}
 +Recommends: libjs-dojo-dojox
 +Description: Modular JavaScript toolkit - Dijit
 + Dojo Toolkit is an open source modular JavaScript library
 + designed to ease the rapid development of cross platform,
 + JavaScript/Ajax based applications and web sites.
 + .
 + This package contains the Dijit widget system.
 +
 +Package: libjs-dojo-dojox
 +Architecture: all
 +Depends: libjs-dojo-dijit (= ${binary:Version}), ${misc:Depends}
 +Description: Modular JavaScript toolkit - DojoX
 + Dojo Toolkit is an open source modular JavaScript library
 + designed to ease the rapid development of cross platform,
 + JavaScript/Ajax based applications and web sites.
 + .
 + This package contains modules from the DojoX project.
diff --cc debian/rules
index 0d4d387,0000000..24a8050
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,36 -1,0 +1,42 @@@
 +#!/usr/bin/make -f
 +
 +export DH_ALWAYS_EXCLUDE=LICENSE:build.txt
 +
 +clean:
 +	dh_testdir
 +	dh_testroot
 +	rm -rf release
 +	dh_clean
 +
- build:
++build: build-arch build-indep
++
++build-arch: build-stamp
++
++build-indep: build-stamp
++
++build-stamp:
 +
 +binary: binary-indep
 +
 +binary-arch:
 +
 +binary-indep:
 +	dh_testdir
 +	dh_testroot
- 	cd util/buildscripts && java -cp /usr/share/java/shrinksafe.jar org.mozilla.javascript.tools.shell.Main build.js profile=standard version=debian releaseName=. cssOptimize=comments.keepLines optimize=shrinksafe.keepLines action=release
++	cd util/buildscripts && java -cp /usr/share/java/shrinksafe.jar org.mozilla.javascript.tools.shell.Main ../../dojo/dojo.js baseUrl=../../dojo load=build profile=standard version=debian releaseName=. cssOptimize=comments.keepLines optimize=shrinksafe.keepLines action=release
 +	dh_installchangelogs
 +	dh_installdirs
 +	dh_installdocs
 +	dh_install
 +	mv debian/libjs-dojo-dojox/usr/share/javascript/dojox/flash/*.as debian/libjs-dojo-dojox/usr/share/doc/libjs-dojo-dojox/examples/dojox/flash/
 +	mv debian/libjs-dojo-dojox/usr/share/javascript/dojox/mobile/build/ debian/libjs-dojo-dojox/usr/share/doc/libjs-dojo-dojox/examples/dojox/mobile/
 +	dh_compress
 +	dh_fixperms
 +	dh_gencontrol
 +	dh_md5sums
 +	dh_builddeb
 +
 +get-orig-source:
 +	uscan --force-download --repack --rename
 +
 +.PHONY: clean build install binary binary-arch binary-indep

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