summaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
...
* | Additional fixes for Edge/IE, only run with ES5Benoit Foucher2016-12-21
| |
* | Fix for running tests with ES5Benoit Foucher2016-12-21
| |
* | Supported for automated browser testingBenoit Foucher2016-12-21
| |
* | Fix for JS workers testsBenoit Foucher2016-12-14
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | Fixes to JS test scripts and more work on iOS C++ controllerBenoit Foucher2016-12-14
| |
* | Build instructions updatesJose2016-12-07
| |
* | Fixed Ice/properties test failureBenoit Foucher2016-11-29
| |
* | Fixed ObjC ami test failure, JS ACM test failures, Windows Python 3 script ↵Benoit Foucher2016-11-29
| | | | | | | | failures
* | Fixed JS --es5 Ice/properties test failure, removed run.js filesBenoit Foucher2016-11-28
| |
* | Fixed PHP to lookup module in lib directory, fixed IceSSL config to only set ↵Benoit Foucher2016-11-28
| | | | | | | | VerifyPeer=0 for JavaScript clients
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Update js dependenciesJoe George2016-11-21
| |
* | Windows build instructions updatesJose2016-11-21
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-11-16
|\|
| * Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in ↵Benoit Foucher2016-11-02
| | | | | | | | PropertyNames.xml
* | Add top level msbuild projectJose2016-11-14
| |
* | Fix 7435 - JavaScript warnings when running tests with Node 7Jose2016-11-07
| |
* | Add .gitignore for js/test/Ice/importJoe George2016-11-03
| |
* | Replaced slice compiler options --ice, --underscore and --dll-export byBernard Normier2016-10-31
| | | | | | | | | | global metadata directives (ice-prefix, underscore, cpp:dll-export:SYMBOL and objc:dll-export:SYMBOL) Added new cs:tie and java:tie metadata
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Add support for JavaScript import/expor in generated codeJose2016-10-17
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-10-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md android/build.gradle android/gradle.properties android/gradle/wrapper/gradle-wrapper.properties config/Make.common.rules config/PropertyNames.xml cpp/BuildInstructionsLinux.md cpp/BuildInstructionsOSX.md cpp/BuildInstructionsWinRT.md cpp/BuildInstructionsWindows.md cpp/config/Make.rules cpp/config/Make.rules.mak cpp/include/IceUtil/Config.h cpp/include/Slice/PythonUtil.h cpp/include/Slice/RubyUtil.h cpp/include/Slice/Util.h cpp/src/Ice/DynamicLibrary.cpp cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h cpp/src/Ice/winrt/StreamEndpointI.cpp cpp/src/IceGrid/IceGridDB.cpp cpp/src/IceGrid/Util.cpp cpp/src/IceUtil/FileUtil.cpp cpp/src/IceUtil/FileUtil.h cpp/src/Makefile cpp/src/Slice/Util.cpp cpp/src/slice2cs/Gen.cpp cpp/src/slice2freeze/Main.cpp cpp/src/slice2freezej/Main.cpp cpp/src/slice2html/Makefile cpp/src/slice2html/Makefile.mak cpp/src/slice2java/Main.cpp cpp/test/Ice/exceptions/AllTests.cpp cpp/test/Ice/facets/AllTests.cpp cpp/test/Ice/info/AllTests.cpp cpp/test/Ice/location/AllTests.cpp cpp/test/Ice/properties/run.py cpp/test/Ice/timeout/AllTests.cpp cpp/test/IceGrid/noRestartUpdate/AllTests.cpp cpp/test/IceStorm/stress/run.py cpp/test/TestSuite/10.0/Package.appxmanifest cpp/test/TestSuite/10.0/TestSuite.vcxproj cpp/test/TestSuite/10.0/TestSuite.vcxproj.filters cpp/test/TestSuite/10.0/TestSuite_TemporaryKey.pfx cpp/test/TestSuite/8.0/TestSuite.vcxproj cpp/test/TestSuite/8.0/TestSuite_TemporaryKey.pfx csharp/BuildInstructions.md csharp/src/Ice/PropertyNames.cs csharp/src/IceLocatorDiscovery/PluginI.cs java/BuildInstructions.md java/Makefile java/Makefile.mak java/src/Glacier2/src/main/java/Glacier2/Application.java java/src/Glacier2/src/main/java/Glacier2/SessionFactoryHelper.java java/src/Glacier2/src/main/java/Glacier2/SessionHelper.java java/src/Ice/src/main/java/Ice/Object.java java/src/Ice/src/main/java/Ice/ObjectImpl.java java/src/Ice/src/main/java/IceInternal/PropertyNames.java java/src/Ice/src/main/java/IceSSL/Plugin.java java/src/Ice/src/main/java/IceSSL/PluginFactory.java java/src/Ice/src/main/java/IceUtil/Cache.java java/src/IceGridGUI/build.gradle java/src/IceGridGUI/src/main/java/IceGridGUI/SimpleInternalFrame.java java/src/IceGridGUI/src/main/java/IceGridGUI/Utils.java java/test/build.gradle java/test/ejb/README.md js/src/Ice/PropertyNames.js js/src/Ice/browser/TimerUtil.js js/src/Ice/browser/WSTransceiver.js js/test/Common/TestCases.json js/test/Common/Worker.js objective-c/include/objc/Ice/Config.h objective-c/src/Ice/CommunicatorI.mm php/BuildInstructionsLinuxOSX.md php/BuildInstructionsWindows.md php/config/Make.rules.mak.php php/src/php7/IcePHP.rc python/BuildInstructionsLinuxOSX.md python/BuildInstructionsWindows.md python/Makefile python/modules/IcePy/Slice.cpp python/test/Slice/import/run.py ruby/BuildInstructionsLinuxOSX.md ruby/BuildInstructionsWindows.md ruby/config/Make.rules ruby/src/IceRuby/Slice.cpp scripts/TestController.py scripts/TestUtil.py slice/Ice/Communicator.ice slice/Ice/Instrumentation.ice slice/IceLocatorDiscovery/IceLocatorDiscovery.ice
| * Fix for JavaScript write ready callbackJose2016-10-05
| | | | | | | | Do not keep calling the callback if the fd is already closed.
| * Fixed (ICE-7404) - js Ice/binding hung on Windows with ChromeJose2016-10-04
| |
| * ICE-7398 - Browser Ice/throughput hangJose2016-09-30
| |
| * Fix (ICE-7391) Ice/optional(Bidir) test errorJose2016-09-29
| |
| * ICE-7081 - JavaScript testsuite should install a global error handlerJose2016-09-20
| |
| * Fix ICE-7192 - Review deprecatedBy usageJose2016-09-20
| |
| * Fix for ICE-7357 - catch exceptions raised by connection getInfoBenoit Foucher2016-09-16
| |
* | Update JavaScript BuildInstructionsJoe George2016-09-28
| | | | | | | | Update build requirements for Node.js and and C++
* | .babelrc remove unused aliasJose2016-09-16
| |
* | Additional ES5 test fixesJose2016-09-16
| |
* | Fixed ICE-7630 - JS tests fail on XenialJose2016-09-16
| |
* | Fixed ICE-7357 - Java hang in nested demoBenoit Foucher2016-09-16
| |
* | Merge remote-tracking branch 'origin/3.6'Bernard Normier2016-09-13
|\| | | | | | | Fixed IceGridGUI app launching on macOS
| * JS copyright fixesJose2016-09-12
| |
* | ICE-7333 - Java/C# cross test failure in Ice/optionalMark Spruiell2016-09-08
| |
* | ICE-7316 - JavaScript test/Ice/enum hangJose2016-09-06
| |
* | ICE-7304 - JavaScript test failures result in hangJose2016-09-05
| |
* | Removed DispatchStatus.js and fixed lint issuesBenoit Foucher2016-09-05
| |
* | NPM command alias to run es5 testsJose2016-09-05
| |
* | Updated server side dispatch for new mapping (and ICE-6980)Benoit Foucher2016-09-05
| |
* | Added marshaled-result test to JavaScript mappingBenoit Foucher2016-08-30
| |
* | C++ dispatching code fixesBenoit Foucher2016-08-25
| | | | | | | | | | | | - removed user exception check on the server side (ICE-6980) - C++11 dipatch interceptor async callback (ICE-7263) - Fixed slicing/objects test in various mapping (removed Forward.ice)
* | Various JavaScript fixesJoe George2016-08-23
| | | | | | | | | | | | - Move js specific things to js/.gitignore - Remove a passwords file - Add js/src/es5/ice.js which includes babel-polyfill
* | Missing es5 test filesJose2016-08-22
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously