[HtmlUnit] [HtmlUnit/htmlunit-rhino-fork] e1850e: code cleanup based on eclipse Photon suggestions
rbri <[email protected]> Mon, 12 Nov 2018 12:03:23 -0800
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <5be9dc8b6bf68_3df22af9268a25888749c@hookshot-fe-2cc8887.cp1-iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/HtmlUnit/htmlunit-rhino-fork
Commit: e1850e06f15a073b4ce47188ee6fd1225aaa3d1c
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/e1850e06f15a073b4ce47188ee6fd1225aaa3d1c
Author: rbri <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/Arguments.java
M src/org/mozilla/javascript/NativeCallSite.java
M src/org/mozilla/javascript/NativeMath.java
M src/org/mozilla/javascript/NativeObject.java
M src/org/mozilla/javascript/NativeSymbol.java
M src/org/mozilla/javascript/Parser.java
M src/org/mozilla/javascript/ScriptRuntime.java
M src/org/mozilla/javascript/ScriptableObject.java
M src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
M src/org/mozilla/javascript/optimizer/Block.java
M src/org/mozilla/javascript/optimizer/Codegen.java
M toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/JTreeTable.java
M toolsrc/org/mozilla/javascript/tools/shell/ShellConsole.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
Log Message:
-----------
code cleanup based on eclipse Photon suggestions
Commit: 7d9f7c4c3244da91da3a3716ae3fbea767f7d560
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/7d9f7c4c3244da91da3a3716ae3fbea767f7d560
Author: rbri <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/FunctionObject.java
M src/org/mozilla/javascript/JavaMembers.java
M src/org/mozilla/javascript/MemberBox.java
M src/org/mozilla/javascript/NativeJavaClass.java
M src/org/mozilla/javascript/NativeJavaConstructor.java
M src/org/mozilla/javascript/NativeJavaMethod.java
M src/org/mozilla/javascript/ScriptableObject.java
Log Message:
-----------
add more delegate methods to MemberBox; name all delegate method using the name of the delegated method
Commit: f53a60b144e82b7823ae4e1613c98b8e8d09b6ae
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/f53a60b144e82b7823ae4e1613c98b8e8d09b6ae
Author: rbri <[email protected]>
Date: 2018-10-11 (Thu, 11 Oct 2018)
Changed paths:
M checkstyle.xml
M examples/Control.java
M examples/Counter.java
M examples/CounterTest.java
M examples/DynamicScopes.java
M examples/File.java
M examples/Foo.java
M examples/Matrix.java
M examples/PrimitiveWrapFactory.java
M examples/RunScript.java
M examples/RunScript2.java
M examples/RunScript3.java
M examples/RunScript4.java
M examples/Shell.java
M src/org/mozilla/classfile/ClassFileWriter.java
M src/org/mozilla/javascript/ClassCache.java
M src/org/mozilla/javascript/CodeGenerator.java
M src/org/mozilla/javascript/EmbeddedSlotMap.java
M src/org/mozilla/javascript/Evaluator.java
M src/org/mozilla/javascript/FunctionObject.java
M src/org/mozilla/javascript/HashSlotMap.java
M src/org/mozilla/javascript/IRFactory.java
M src/org/mozilla/javascript/Interpreter.java
M src/org/mozilla/javascript/InterpreterData.java
M src/org/mozilla/javascript/JavaAdapter.java
M src/org/mozilla/javascript/JavaMembers.java
M src/org/mozilla/javascript/LazilyLoadedCtor.java
M src/org/mozilla/javascript/MemberBox.java
M src/org/mozilla/javascript/NativeArray.java
M src/org/mozilla/javascript/NativeCollectionIterator.java
M src/org/mozilla/javascript/NativeDate.java
M src/org/mozilla/javascript/NativeGlobal.java
M src/org/mozilla/javascript/NativeJSON.java
M src/org/mozilla/javascript/NativeJavaClass.java
M src/org/mozilla/javascript/NativeJavaMethod.java
M src/org/mozilla/javascript/NativeJavaObject.java
M src/org/mozilla/javascript/NativeObject.java
M src/org/mozilla/javascript/NativeString.java
M src/org/mozilla/javascript/Node.java
M src/org/mozilla/javascript/NodeTransformer.java
M src/org/mozilla/javascript/ObjArray.java
M src/org/mozilla/javascript/ObjToIntMap.java
M src/org/mozilla/javascript/Parser.java
M src/org/mozilla/javascript/ScriptRuntime.java
M src/org/mozilla/javascript/ScriptableObject.java
M src/org/mozilla/javascript/SlotMapContainer.java
M src/org/mozilla/javascript/ThreadSafeSlotMapContainer.java
M src/org/mozilla/javascript/TokenStream.java
M src/org/mozilla/javascript/UintMap.java
M src/org/mozilla/javascript/annotations/JSConstructor.java
M src/org/mozilla/javascript/annotations/JSFunction.java
M src/org/mozilla/javascript/annotations/JSGetter.java
M src/org/mozilla/javascript/annotations/JSSetter.java
M src/org/mozilla/javascript/annotations/JSStaticFunction.java
M src/org/mozilla/javascript/ast/ArrayComprehension.java
M src/org/mozilla/javascript/ast/ArrayLiteral.java
M src/org/mozilla/javascript/ast/AstNode.java
M src/org/mozilla/javascript/ast/AstRoot.java
M src/org/mozilla/javascript/ast/ErrorCollector.java
M src/org/mozilla/javascript/ast/FunctionCall.java
M src/org/mozilla/javascript/ast/FunctionNode.java
M src/org/mozilla/javascript/ast/GeneratorExpression.java
M src/org/mozilla/javascript/ast/LabeledStatement.java
M src/org/mozilla/javascript/ast/ObjectLiteral.java
M src/org/mozilla/javascript/ast/Scope.java
M src/org/mozilla/javascript/ast/ScriptNode.java
M src/org/mozilla/javascript/ast/StringLiteral.java
M src/org/mozilla/javascript/ast/SwitchCase.java
M src/org/mozilla/javascript/ast/SwitchStatement.java
M src/org/mozilla/javascript/ast/TryStatement.java
M src/org/mozilla/javascript/ast/VariableDeclaration.java
M src/org/mozilla/javascript/ast/XmlLiteral.java
M src/org/mozilla/javascript/commonjs/module/ModuleScope.java
M src/org/mozilla/javascript/commonjs/module/ModuleScriptProvider.java
M src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
M src/org/mozilla/javascript/json/JsonParser.java
M src/org/mozilla/javascript/optimizer/Block.java
M src/org/mozilla/javascript/optimizer/ClassCompiler.java
M src/org/mozilla/javascript/optimizer/Codegen.java
M src/org/mozilla/javascript/optimizer/OptFunctionNode.java
M src/org/mozilla/javascript/optimizer/OptRuntime.java
M src/org/mozilla/javascript/optimizer/OptTransformer.java
M src/org/mozilla/javascript/optimizer/Optimizer.java
M src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
M src/org/mozilla/javascript/regexp/RegExpImpl.java
M src/org/mozilla/javascript/resources/Messages.properties
M src/org/mozilla/javascript/serialize/ScriptableInputStream.java
M src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
M src/org/mozilla/javascript/xml/XMLLib.java
M src/org/mozilla/javascript/xml/XMLObject.java
M testsrc/org/mozilla/javascript/EqualObjectGraphsTest.java
M testsrc/org/mozilla/javascript/benchmarks/CaliperObjectBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/CaliperSpiderBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/ResultPlotter.java
M testsrc/org/mozilla/javascript/benchmarks/SunSpiderBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/V8Benchmark.java
M testsrc/org/mozilla/javascript/drivers/JsDriver.java
M testsrc/org/mozilla/javascript/drivers/JsTestsBase.java
M testsrc/org/mozilla/javascript/drivers/LanguageVersion.java
M testsrc/org/mozilla/javascript/drivers/RhinoTest.java
M testsrc/org/mozilla/javascript/drivers/ScriptTestsBase.java
M testsrc/org/mozilla/javascript/drivers/ShellTest.java
M testsrc/org/mozilla/javascript/drivers/TestUtils.java
M testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
M testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
M testsrc/org/mozilla/javascript/tests/ArrowFnPositionBugTest.java
M testsrc/org/mozilla/javascript/tests/Bug409702Test.java
M testsrc/org/mozilla/javascript/tests/Bug412433Test.java
M testsrc/org/mozilla/javascript/tests/Bug419940Test.java
M testsrc/org/mozilla/javascript/tests/Bug421071Test.java
M testsrc/org/mozilla/javascript/tests/Bug448816Test.java
M testsrc/org/mozilla/javascript/tests/Bug466207Test.java
M testsrc/org/mozilla/javascript/tests/Bug467396Test.java
M testsrc/org/mozilla/javascript/tests/Bug482203Test.java
M testsrc/org/mozilla/javascript/tests/Bug492525Test.java
M testsrc/org/mozilla/javascript/tests/Bug496585Test.java
M testsrc/org/mozilla/javascript/tests/Bug688023Test.java
M testsrc/org/mozilla/javascript/tests/Bug714204Test.java
M testsrc/org/mozilla/javascript/tests/BugGetterSetterTest.java
M testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
M testsrc/org/mozilla/javascript/tests/ComparatorTest.java
M testsrc/org/mozilla/javascript/tests/ConsStringTest.java
M testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
M testsrc/org/mozilla/javascript/tests/ContinuationComparisonTest.java
M testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
M testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
M testsrc/org/mozilla/javascript/tests/DecompileTest.java
M testsrc/org/mozilla/javascript/tests/DefineClassMapInheritance.java
M testsrc/org/mozilla/javascript/tests/DefineClassTest.java
M testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
M testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
M testsrc/org/mozilla/javascript/tests/DoctestFeature18EnabledTest.java
M testsrc/org/mozilla/javascript/tests/DoctestsTest.java
M testsrc/org/mozilla/javascript/tests/DynamicScopeTest.java
M testsrc/org/mozilla/javascript/tests/Evaluator.java
M testsrc/org/mozilla/javascript/tests/ExternalArrayTest.java
M testsrc/org/mozilla/javascript/tests/FunctionTest.java
M testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
M testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
M testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
M testsrc/org/mozilla/javascript/tests/HashCollisionTest.java
M testsrc/org/mozilla/javascript/tests/InitializationTest.java
M testsrc/org/mozilla/javascript/tests/Issue176Test.java
M testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
M testsrc/org/mozilla/javascript/tests/JsTestsTest.java
M testsrc/org/mozilla/javascript/tests/MemberBoxCallTest.java
M testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
M testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
M testsrc/org/mozilla/javascript/tests/NativeRegExpTest.java
M testsrc/org/mozilla/javascript/tests/NativeStringTest.java
M testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
M testsrc/org/mozilla/javascript/tests/OverloadTest.java
M testsrc/org/mozilla/javascript/tests/ParserTest.java
M testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
M testsrc/org/mozilla/javascript/tests/SortingTest.java
M testsrc/org/mozilla/javascript/tests/StackTraceExtensionTest.java
M testsrc/org/mozilla/javascript/tests/StackTraceTest.java
M testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
M testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
M testsrc/org/mozilla/javascript/tests/ToNumberConversionsTest.java
M testsrc/org/mozilla/javascript/tests/ToNumberLegacyConversionsTest.java
M testsrc/org/mozilla/javascript/tests/TypeOfTest.java
M testsrc/org/mozilla/javascript/tests/UndefinedOrNullThisInFunctionCallOrApplyTest.java
M testsrc/org/mozilla/javascript/tests/Utils.java
M testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
M testsrc/org/mozilla/javascript/tests/backwardcompat/BackwardUseStrict.java
M testsrc/org/mozilla/javascript/tests/commonjs/module/ComplianceTest.java
M testsrc/org/mozilla/javascript/tests/es5/FunctionApplyArrayLikeArguments.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectToStringNullUndefinedTest.java
M testsrc/org/mozilla/javascript/tests/es5/StringMissingPropertyIsNotEnumerableTest.java
M testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
M testsrc/org/mozilla/javascript/tests/es6/CollectionHashtableTest.java
M testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/JSObjectEval.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/call/Call_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_008.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_009.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_010.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_011.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_012.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_013.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_014.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_015.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_016.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_017.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_018.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_019.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/exception/Exception_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/member/Member_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/member/Member_002.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/tostring/ToString_001.java
M toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java
M toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
M toolsrc/org/mozilla/javascript/tools/debugger/Main.java
M toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/AbstractCellEditor.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/JTreeTable.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/TreeTableModelAdapter.java
M toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
M toolsrc/org/mozilla/javascript/tools/jsc/Main.java
M toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
M toolsrc/org/mozilla/javascript/tools/shell/Environment.java
M toolsrc/org/mozilla/javascript/tools/shell/Global.java
M toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
M toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
M toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/Namespace.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLCtor.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLList.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLName.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLWithScope.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlProcessor.java
Log Message:
-----------
avoid star imports across the codebase
Commit: 4fa1a729f15050190294a8a22cb98e4efce4ece5
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/4fa1a729f15050190294a8a22cb98e4efce4ece5
Author: Igor Kuzmanenko <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/ast/XmlMemberGet.java
A testsrc/org/mozilla/javascript/tests/BugXmlMemberGetToSource.java
Log Message:
-----------
fixes XmlMemberGet toSource implementation (#483)
Commit: ee36b9201f3b541c42a99fd691a63b40a762384b
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/ee36b9201f3b541c42a99fd691a63b40a762384b
Author: rbri <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M src/org/mozilla/classfile/ClassFileWriter.java
M src/org/mozilla/javascript/Context.java
M src/org/mozilla/javascript/optimizer/Codegen.java
A testsrc/org/mozilla/javascript/tests/CodegenTest.java
Log Message:
-----------
fall back to the interpreter if the byte code generation fails
Commit: 0a713c394d78dfe4c20b814e95995da5ef336880
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/0a713c394d78dfe4c20b814e95995da5ef336880
Author: rbri <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/NativeCollectionIterator.java
M src/org/mozilla/javascript/NativeWeakMap.java
M src/org/mozilla/javascript/NativeWeakSet.java
A testsrc/org/mozilla/javascript/tests/es6/NativeArrayIteratorTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeWeakMapTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeWeakSetTest.java
Log Message:
-----------
fix serialization for NativeMap, NativeSet, NativeWeakMap, and NativeWeakSet
Commit: 0f26d8df2a9ee740cdc74974c5a084e95d916575
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/0f26d8df2a9ee740cdc74974c5a084e95d916575
Author: rbri <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/NativeMap.java
M src/org/mozilla/javascript/NativeSet.java
Log Message:
-----------
scope is only undefined in strict mode; fix special null entries for maps
Commit: 292a4a3302db9cc0d7b957bbe8a416685b2181e8
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/292a4a3302db9cc0d7b957bbe8a416685b2181e8
Author: rbri <[email protected]>
Date: 2018-10-18 (Thu, 18 Oct 2018)
Changed paths:
M testsrc/test262.properties
Log Message:
-----------
more config cleanup - use files for excluding; again enable a bunch of tests already running
Commit: f3d17b9ee8e6dab51380e43346740e333e6567cd
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/f3d17b9ee8e6dab51380e43346740e333e6567cd
Author: rbri <[email protected]>
Date: 2018-10-30 (Tue, 30 Oct 2018)
Changed paths:
M src/org/mozilla/javascript/JavaAdapter.java
M src/org/mozilla/javascript/VMBridge.java
R src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
M src/org/mozilla/javascript/jdk18/VMBridge_jdk18.java
Log Message:
-----------
another VMBridge cleanup step (JDK 1.8 is the minimum at the moment)
Commit: c34013ac67907ad2e1958d413bdea28d1ff707d5
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/c34013ac67907ad2e1958d413bdea28d1ff707d5
Author: rbri <[email protected]>
Date: 2018-11-09 (Fri, 09 Nov 2018)
Changed paths:
M src/org/mozilla/javascript/NativeMap.java
A testsrc/jstests/es6/map.js
A testsrc/org/mozilla/javascript/tests/es6/NativeMapTest.java
Log Message:
-----------
another map fix
Commit: 94d9af3043b0f2ba55cbcceffa31ee751c1d372b
https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/94d9af3043b0f2ba55cbcceffa31ee751c1d372b
Author: rbri <[email protected]>
Date: 2018-11-12 (Mon, 12 Nov 2018)
Changed paths:
M checkstyle.xml
M examples/Control.java
M examples/Counter.java
M examples/CounterTest.java
M examples/DynamicScopes.java
M examples/File.java
M examples/Foo.java
M examples/Matrix.java
M examples/PrimitiveWrapFactory.java
M examples/RunScript.java
M examples/RunScript2.java
M examples/RunScript3.java
M examples/RunScript4.java
M examples/Shell.java
M src/org/mozilla/classfile/ClassFileWriter.java
M src/org/mozilla/javascript/Arguments.java
M src/org/mozilla/javascript/ClassCache.java
M src/org/mozilla/javascript/Context.java
M src/org/mozilla/javascript/EmbeddedSlotMap.java
M src/org/mozilla/javascript/Evaluator.java
M src/org/mozilla/javascript/FunctionObject.java
M src/org/mozilla/javascript/HashSlotMap.java
M src/org/mozilla/javascript/IRFactory.java
M src/org/mozilla/javascript/Interpreter.java
M src/org/mozilla/javascript/InterpreterData.java
M src/org/mozilla/javascript/JavaAdapter.java
M src/org/mozilla/javascript/JavaMembers.java
M src/org/mozilla/javascript/LazilyLoadedCtor.java
M src/org/mozilla/javascript/MemberBox.java
M src/org/mozilla/javascript/NativeArray.java
M src/org/mozilla/javascript/NativeCallSite.java
M src/org/mozilla/javascript/NativeCollectionIterator.java
M src/org/mozilla/javascript/NativeDate.java
M src/org/mozilla/javascript/NativeGlobal.java
M src/org/mozilla/javascript/NativeJSON.java
M src/org/mozilla/javascript/NativeJavaClass.java
M src/org/mozilla/javascript/NativeJavaConstructor.java
M src/org/mozilla/javascript/NativeJavaMethod.java
M src/org/mozilla/javascript/NativeJavaObject.java
M src/org/mozilla/javascript/NativeMap.java
M src/org/mozilla/javascript/NativeMath.java
M src/org/mozilla/javascript/NativeObject.java
M src/org/mozilla/javascript/NativeSet.java
M src/org/mozilla/javascript/NativeString.java
M src/org/mozilla/javascript/NativeSymbol.java
M src/org/mozilla/javascript/NativeWeakMap.java
M src/org/mozilla/javascript/NativeWeakSet.java
M src/org/mozilla/javascript/Node.java
M src/org/mozilla/javascript/ObjArray.java
M src/org/mozilla/javascript/ObjToIntMap.java
M src/org/mozilla/javascript/Parser.java
M src/org/mozilla/javascript/ScriptRuntime.java
M src/org/mozilla/javascript/ScriptableObject.java
M src/org/mozilla/javascript/SlotMapContainer.java
M src/org/mozilla/javascript/ThreadSafeSlotMapContainer.java
M src/org/mozilla/javascript/TokenStream.java
M src/org/mozilla/javascript/UintMap.java
M src/org/mozilla/javascript/VMBridge.java
M src/org/mozilla/javascript/annotations/JSConstructor.java
M src/org/mozilla/javascript/annotations/JSFunction.java
M src/org/mozilla/javascript/annotations/JSGetter.java
M src/org/mozilla/javascript/annotations/JSSetter.java
M src/org/mozilla/javascript/annotations/JSStaticFunction.java
M src/org/mozilla/javascript/ast/ArrayComprehension.java
M src/org/mozilla/javascript/ast/ArrayLiteral.java
M src/org/mozilla/javascript/ast/AstNode.java
M src/org/mozilla/javascript/ast/AstRoot.java
M src/org/mozilla/javascript/ast/ErrorCollector.java
M src/org/mozilla/javascript/ast/FunctionCall.java
M src/org/mozilla/javascript/ast/FunctionNode.java
M src/org/mozilla/javascript/ast/GeneratorExpression.java
M src/org/mozilla/javascript/ast/LabeledStatement.java
M src/org/mozilla/javascript/ast/ObjectLiteral.java
M src/org/mozilla/javascript/ast/Scope.java
M src/org/mozilla/javascript/ast/ScriptNode.java
M src/org/mozilla/javascript/ast/StringLiteral.java
M src/org/mozilla/javascript/ast/SwitchCase.java
M src/org/mozilla/javascript/ast/SwitchStatement.java
M src/org/mozilla/javascript/ast/TryStatement.java
M src/org/mozilla/javascript/ast/VariableDeclaration.java
M src/org/mozilla/javascript/ast/XmlLiteral.java
M src/org/mozilla/javascript/ast/XmlMemberGet.java
M src/org/mozilla/javascript/commonjs/module/ModuleScope.java
M src/org/mozilla/javascript/commonjs/module/ModuleScriptProvider.java
M src/org/mozilla/javascript/commonjs/module/provider/CachingModuleScriptProviderBase.java
R src/org/mozilla/javascript/jdk15/VMBridge_jdk15.java
M src/org/mozilla/javascript/jdk18/VMBridge_jdk18.java
M src/org/mozilla/javascript/json/JsonParser.java
M src/org/mozilla/javascript/optimizer/Block.java
M src/org/mozilla/javascript/optimizer/ClassCompiler.java
M src/org/mozilla/javascript/optimizer/Codegen.java
M src/org/mozilla/javascript/optimizer/OptFunctionNode.java
M src/org/mozilla/javascript/optimizer/OptRuntime.java
M src/org/mozilla/javascript/optimizer/OptTransformer.java
M src/org/mozilla/javascript/optimizer/Optimizer.java
M src/org/mozilla/javascript/regexp/NativeRegExpCtor.java
M src/org/mozilla/javascript/regexp/RegExpImpl.java
M src/org/mozilla/javascript/resources/Messages.properties
M src/org/mozilla/javascript/serialize/ScriptableInputStream.java
M src/org/mozilla/javascript/serialize/ScriptableOutputStream.java
M src/org/mozilla/javascript/xml/XMLLib.java
M src/org/mozilla/javascript/xml/XMLObject.java
A testsrc/jstests/es6/map.js
M testsrc/org/mozilla/javascript/EqualObjectGraphsTest.java
M testsrc/org/mozilla/javascript/benchmarks/CaliperObjectBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/CaliperSpiderBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/ResultPlotter.java
M testsrc/org/mozilla/javascript/benchmarks/SunSpiderBenchmark.java
M testsrc/org/mozilla/javascript/benchmarks/V8Benchmark.java
M testsrc/org/mozilla/javascript/drivers/JsDriver.java
M testsrc/org/mozilla/javascript/drivers/JsTestsBase.java
M testsrc/org/mozilla/javascript/drivers/LanguageVersion.java
M testsrc/org/mozilla/javascript/drivers/RhinoTest.java
M testsrc/org/mozilla/javascript/drivers/ScriptTestsBase.java
M testsrc/org/mozilla/javascript/drivers/ShellTest.java
M testsrc/org/mozilla/javascript/drivers/TestUtils.java
M testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
M testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
M testsrc/org/mozilla/javascript/tests/ArrowFnPositionBugTest.java
M testsrc/org/mozilla/javascript/tests/Bug409702Test.java
M testsrc/org/mozilla/javascript/tests/Bug412433Test.java
M testsrc/org/mozilla/javascript/tests/Bug419940Test.java
M testsrc/org/mozilla/javascript/tests/Bug421071Test.java
M testsrc/org/mozilla/javascript/tests/Bug448816Test.java
M testsrc/org/mozilla/javascript/tests/Bug466207Test.java
M testsrc/org/mozilla/javascript/tests/Bug467396Test.java
M testsrc/org/mozilla/javascript/tests/Bug482203Test.java
M testsrc/org/mozilla/javascript/tests/Bug492525Test.java
M testsrc/org/mozilla/javascript/tests/Bug496585Test.java
M testsrc/org/mozilla/javascript/tests/Bug688023Test.java
M testsrc/org/mozilla/javascript/tests/Bug714204Test.java
M testsrc/org/mozilla/javascript/tests/BugGetterSetterTest.java
A testsrc/org/mozilla/javascript/tests/BugXmlMemberGetToSource.java
M testsrc/org/mozilla/javascript/tests/ClassShutterExceptionTest.java
A testsrc/org/mozilla/javascript/tests/CodegenTest.java
M testsrc/org/mozilla/javascript/tests/ComparatorTest.java
M testsrc/org/mozilla/javascript/tests/ConsStringTest.java
M testsrc/org/mozilla/javascript/tests/ContextFactoryTest.java
M testsrc/org/mozilla/javascript/tests/ContinuationComparisonTest.java
M testsrc/org/mozilla/javascript/tests/ContinuationsApiTest.java
M testsrc/org/mozilla/javascript/tests/CustomSetterAcceptNullScriptableTest.java
M testsrc/org/mozilla/javascript/tests/DecompileTest.java
M testsrc/org/mozilla/javascript/tests/DefineClassMapInheritance.java
M testsrc/org/mozilla/javascript/tests/DefineClassTest.java
M testsrc/org/mozilla/javascript/tests/DefineFunctionPropertiesTest.java
M testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
M testsrc/org/mozilla/javascript/tests/DoctestFeature18EnabledTest.java
M testsrc/org/mozilla/javascript/tests/DoctestsTest.java
M testsrc/org/mozilla/javascript/tests/DynamicScopeTest.java
M testsrc/org/mozilla/javascript/tests/Evaluator.java
M testsrc/org/mozilla/javascript/tests/ExternalArrayTest.java
M testsrc/org/mozilla/javascript/tests/FunctionTest.java
M testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
M testsrc/org/mozilla/javascript/tests/GeneratedMethodNameTest.java
M testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
M testsrc/org/mozilla/javascript/tests/HashCollisionTest.java
M testsrc/org/mozilla/javascript/tests/InitializationTest.java
M testsrc/org/mozilla/javascript/tests/Issue176Test.java
M testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
M testsrc/org/mozilla/javascript/tests/JsTestsTest.java
M testsrc/org/mozilla/javascript/tests/MemberBoxCallTest.java
M testsrc/org/mozilla/javascript/tests/MozillaSuiteTest.java
M testsrc/org/mozilla/javascript/tests/NativeArrayTest.java
M testsrc/org/mozilla/javascript/tests/NativeRegExpTest.java
M testsrc/org/mozilla/javascript/tests/NativeStringTest.java
M testsrc/org/mozilla/javascript/tests/ObserveInstructionCountTest.java
M testsrc/org/mozilla/javascript/tests/OverloadTest.java
M testsrc/org/mozilla/javascript/tests/ParserTest.java
M testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
M testsrc/org/mozilla/javascript/tests/SortingTest.java
M testsrc/org/mozilla/javascript/tests/StackTraceExtensionTest.java
M testsrc/org/mozilla/javascript/tests/StackTraceTest.java
M testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
M testsrc/org/mozilla/javascript/tests/Test262SuiteTest.java
M testsrc/org/mozilla/javascript/tests/ToNumberConversionsTest.java
M testsrc/org/mozilla/javascript/tests/ToNumberLegacyConversionsTest.java
M testsrc/org/mozilla/javascript/tests/TypeOfTest.java
M testsrc/org/mozilla/javascript/tests/UndefinedOrNullThisInFunctionCallOrApplyTest.java
M testsrc/org/mozilla/javascript/tests/Utils.java
M testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
M testsrc/org/mozilla/javascript/tests/backwardcompat/BackwardUseStrict.java
M testsrc/org/mozilla/javascript/tests/commonjs/module/ComplianceTest.java
M testsrc/org/mozilla/javascript/tests/es5/FunctionApplyArrayLikeArguments.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyDescriptorTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectGetOwnPropertyNamesTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectKeysTest.java
M testsrc/org/mozilla/javascript/tests/es5/ObjectToStringNullUndefinedTest.java
M testsrc/org/mozilla/javascript/tests/es5/StringMissingPropertyIsNotEnumerableTest.java
M testsrc/org/mozilla/javascript/tests/es5/Test262RegExpTest.java
M testsrc/org/mozilla/javascript/tests/es6/CollectionHashtableTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeArrayIteratorTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeMapTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeWeakMapTest.java
A testsrc/org/mozilla/javascript/tests/es6/NativeWeakSetTest.java
M testsrc/org/mozilla/javascript/tests/json/JsonParserTest.java
M testsrc/test262.properties
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/JSObjectEval.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/call/Call_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_008.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_009.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_010.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_011.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_012.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_013.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_014.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_015.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_016.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_017.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_018.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_019.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/exception/Exception_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/member/Member_001.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/member/Member_002.java
M testsrc/tests/src/com/netscape/javascript/qa/liveconnect/tostring/ToString_001.java
M toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java
M toolsrc/org/mozilla/javascript/tools/debugger/Dim.java
M toolsrc/org/mozilla/javascript/tools/debugger/Main.java
M toolsrc/org/mozilla/javascript/tools/debugger/SwingGui.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/AbstractCellEditor.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/JTreeTable.java
M toolsrc/org/mozilla/javascript/tools/debugger/treetable/TreeTableModelAdapter.java
M toolsrc/org/mozilla/javascript/tools/idswitch/Main.java
M toolsrc/org/mozilla/javascript/tools/jsc/Main.java
M toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java
M toolsrc/org/mozilla/javascript/tools/shell/Environment.java
M toolsrc/org/mozilla/javascript/tools/shell/Global.java
M toolsrc/org/mozilla/javascript/tools/shell/JavaPolicySecurity.java
M toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java
M toolsrc/org/mozilla/javascript/tools/shell/ShellConsole.java
M toolsrc/org/mozilla/javascript/tools/shell/ShellContextFactory.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/Namespace.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/QName.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XML.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLCtor.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLLibImpl.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLList.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLName.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLWithScope.java
M xmlimplsrc/org/mozilla/javascript/xmlimpl/XmlProcessor.java
Log Message:
-----------
Merge remote-tracking branch 'rhino/master'
Compare: https://github.com/HtmlUnit/htmlunit-rhino-fork/compare/7792e9566b47...94d9af3043b0
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
HtmlUnit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop