summaryrefslogtreecommitdiff
path: root/js/src/Ice/browser
Commit message (Collapse)AuthorAge
* Fix bogus check in JavaScript WSTransceiver - Close #587Jose2019-10-15
|
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Update Timer.setImmediate implementationJose2018-12-12
|
* Minor code simplificationJose2018-10-25
|
* Do not use setImedidate with Safari workersJose2018-10-25
| | | | Close #200
* Fix JavaScript Safari es5/worker tests not workingJose2018-10-23
|
* Fix JavaScript errors and warnings report by ESLINTJose2018-04-30
| | | | Close #28
* Do not use WebWorkers with IE11Jose2018-03-29
| | | | | | WebWorkers with IE11 can get stall, updated the timer to not use a WebWorker with IE11 and test scripts to not run tests with worker option
* JavaScript ESLINT no var usage, prefer let and constJose2018-03-27
| | | | https://eslint.org/docs/rules/no-var
* JavaScript ESLINT prefer const usageJose2018-03-27
| | | | https://eslint.org/docs/rules/prefer-const
* Fixed issue with worker Timer and hold test hang when a call failedBenoit Foucher2018-03-26
|
* Unused variablesJose2018-03-26
|
* Fixed issue where the timer wasn't using a WebWorker for browsers (ICE-8754)Benoit Foucher2018-03-26
|
* Update copyright year to 2018Jose2018-02-14
|
* JS Ice/binding hang on macOSJose2017-11-07
| | | | Bug ICE-8552
* Update JavaScript testsuite to use async/awaitJose2017-09-29
|
* Another ICE_BIN_DIST build system fixBenoit Foucher2017-09-17
|
* Remove excessive empty linesJoe George2017-06-07
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Fixed ICE-7817 - Ice/timeout test failureBenoit Foucher2017-04-18
|
* Minor JS fixesJose2017-04-14
|
* Remove Chrome workaroudJose2017-02-16
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Removed or replaced double underscores in Ice for JavaScriptBernard Normier2016-12-14
| |
* | 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
| |
* | ES6 mapping updatesJose2016-08-19
| |
* | ICE-7082 Simplify JavaScript network tracingJose2016-07-19
| |
* | Refactored SSL and iAP transports, support for running SSL on topBenoit Foucher2016-06-27
|/ | | | of TCP/iAP/Bluetooth.
* WSTransceiver updates:Jose2016-04-01
| | | | | - write callback simplifications - remove workaround for old Firefox bug
* JavaScript close connection issues:Jose2016-03-31
| | | | | | - ICE-7079 timeout overrides failures with chrome windows wss workers - ICE-7080 JavaScript uncaught error in WSTransceiver write
* Update copyright headersJoe George2016-03-01
|
* JS issue with Promise.delayJose2015-09-21
| | | | | | When using Firefox and runing Ice from a web worker Promise.delay was not working as expected, sometimes the callback was fired without delay.
* ICE-6634 - Using Ice in background worker.Jose2015-09-21
|
* Fix ICE-6784 - JavaScript throughput improvementJose2015-09-17
|
* Minor style fixesJose2015-09-17
|
* Use apply with null object to call setTimeoutJose2015-09-03
|
* Fixed ICE-6769 - fallback code in case Worker and blob URLs aren't supportedBenoit Foucher2015-09-03
|
* Fixed ICE-6730 - test failures on Microsoft Edge browserBenoit Foucher2015-08-20
|
* Don't create a worker if already running in a workerJose2015-07-31
|
* JSHint minor fixesJose2015-07-21
| | | | Minor fixes to issues reported by JSHint
* ICE-6472 Added info test to JavaScriptDwayne Boone2015-07-09
|
* Fixed setting of timeout in WSTransceiverBenoit Foucher2015-06-09
|
* Fixed previous commit which was incompleteBenoit Foucher2015-04-28
|
* ICE-6082 No way to discover send/recv buffer sizesDwayne Boone2015-03-05
|