[HtmlUnit] [HtmlUnit/htmlunit-rhino-fork] 82ffdd: Labmdify usages of ContextAction

rbri <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <5b059948ef0f_5b1f2b18996f9c08250a2@hookshot-fe-dfcc362.cp1-iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/HtmlUnit/htmlunit-rhino-fork
  Commit: 82ffddc509576cd25983c0bde2041400161eaca7
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/82ffddc509576cd25983c0bde2041400161eaca7
  Author: Attila Szegedi <[email protected]>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M src/org/mozilla/javascript/Context.java
    M src/org/mozilla/javascript/InterfaceAdapter.java
    M src/org/mozilla/javascript/JavaAdapter.java
    M src/org/mozilla/javascript/optimizer/OptRuntime.java
    M testsrc/org/mozilla/javascript/drivers/ShellTest.java
    M testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
    M testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
    M testsrc/org/mozilla/javascript/tests/Bug496585Test.java
    M testsrc/org/mozilla/javascript/tests/Bug783797Test.java
    M testsrc/org/mozilla/javascript/tests/DecompileTest.java
    M testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
    M testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
    M testsrc/org/mozilla/javascript/tests/FunctionTest.java
    M testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
    M testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
    M testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
    M testsrc/org/mozilla/javascript/tests/NativeRegExpTest.java
    M testsrc/org/mozilla/javascript/tests/NativeStringTest.java
    M testsrc/org/mozilla/javascript/tests/OverloadTest.java
    M testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
    M testsrc/org/mozilla/javascript/tests/StackTraceTest.java
    M testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
    M testsrc/org/mozilla/javascript/tests/TypeOfTest.java
    M testsrc/org/mozilla/javascript/tests/Utils.java
    M testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
    M toolsrc/org/mozilla/javascript/tools/shell/Global.java

  Log Message:
  -----------
  Labmdify usages of ContextAction


  Commit: e05a6c0a852ff28d800fbf2327825fa59c2d059d
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/e05a6c0a852ff28d800fbf2327825fa59c2d059d
  Author: rbri <[email protected]>
  Date:   2018-05-22 (Tue, 22 May 2018)

  Changed paths:
    M src/org/mozilla/javascript/NativeSymbol.java
    M testsrc/jstests/harmony/symbols.js
    M testsrc/jstests/harmony/v8-symbols.js

  Log Message:
  -----------
  fix the isSymbol detection to no longer detect the prototype as symbol


  Commit: 22e2f5eb313bf53e048a0181c30f6933232dace9
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/22e2f5eb313bf53e048a0181c30f6933232dace9
  Author: Attila Szegedi <[email protected]>
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
    M src/org/mozilla/javascript/Context.java
    M src/org/mozilla/javascript/ContextAction.java
    M src/org/mozilla/javascript/ContextFactory.java
    M src/org/mozilla/javascript/JavaAdapter.java
    M testsrc/org/mozilla/javascript/tests/Bug708801Test.java
    M testsrc/org/mozilla/javascript/tests/Bug783797Test.java
    M testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
    M toolsrc/org/mozilla/javascript/tools/shell/Global.java
    M toolsrc/org/mozilla/javascript/tools/shell/Main.java

  Log Message:
  -----------
  Make ContextAction generic.


  Commit: a03ef44c7097e5aa9378f6ddc5a233ddbc54e565
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/a03ef44c7097e5aa9378f6ddc5a233ddbc54e565
  Author: rbri <[email protected]>
  Date:   2018-05-23 (Wed, 23 May 2018)

  Changed paths:
    M src/org/mozilla/javascript/Context.java
    M src/org/mozilla/javascript/ContextAction.java
    M src/org/mozilla/javascript/ContextFactory.java
    M src/org/mozilla/javascript/InterfaceAdapter.java
    M src/org/mozilla/javascript/JavaAdapter.java
    M src/org/mozilla/javascript/optimizer/OptRuntime.java
    M testsrc/jstests/harmony/symbols.js
    M testsrc/jstests/harmony/v8-symbols.js
    M testsrc/org/mozilla/javascript/drivers/ShellTest.java
    M testsrc/org/mozilla/javascript/tests/ApplyOnPrimitiveNumberTest.java
    M testsrc/org/mozilla/javascript/tests/ArrayConcatTest.java
    M testsrc/org/mozilla/javascript/tests/Bug496585Test.java
    M testsrc/org/mozilla/javascript/tests/Bug708801Test.java
    M testsrc/org/mozilla/javascript/tests/Bug783797Test.java
    M testsrc/org/mozilla/javascript/tests/DecompileTest.java
    M testsrc/org/mozilla/javascript/tests/DeletePropertyTest.java
    M testsrc/org/mozilla/javascript/tests/ErrorPropertiesTest.java
    M testsrc/org/mozilla/javascript/tests/FunctionTest.java
    M testsrc/org/mozilla/javascript/tests/GeneratedClassNameTest.java
    M testsrc/org/mozilla/javascript/tests/GlobalParseXTest.java
    M testsrc/org/mozilla/javascript/tests/JavaAcessibilityTest.java
    M testsrc/org/mozilla/javascript/tests/NativeRegExpTest.java
    M testsrc/org/mozilla/javascript/tests/NativeStringTest.java
    M testsrc/org/mozilla/javascript/tests/OverloadTest.java
    M testsrc/org/mozilla/javascript/tests/PrimitiveTypeScopeResolutionTest.java
    M testsrc/org/mozilla/javascript/tests/StackTraceTest.java
    M testsrc/org/mozilla/javascript/tests/StrictModeApiTest.java
    M testsrc/org/mozilla/javascript/tests/TypeOfTest.java
    M testsrc/org/mozilla/javascript/tests/Utils.java
    M testsrc/org/mozilla/javascript/tests/WriteReadOnlyPropertyTest.java
    M toolsrc/org/mozilla/javascript/tools/shell/Global.java
    M toolsrc/org/mozilla/javascript/tools/shell/Main.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


Compare: https://github.com/HtmlUnit/htmlunit-rhino-fork/compare/5825e7b5d4c2...a03ef44c7097
      **NOTE:** This service 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.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
HtmlUnit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.