[HtmlUnit] [HtmlUnit/htmlunit-rhino-fork] e4e89b: Fix bug that caused modified JavaScript files to n...

rbri <[email protected]> Tue, 22 Jan 2019 10:46:13 -0800
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <5c4764f54dbda_6dbd2b1a116d4574517d@hookshot-fe-2cc8887.cp1-iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/HtmlUnit/htmlunit-rhino-fork
  Commit: e4e89b0a60896b574f4ccd0ef95beadb21b57cff
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/e4e89b0a60896b574f4ccd0ef95beadb21b57cff
  Author: Travis Haagen <[email protected]>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java

  Log Message:
  -----------
  Fix bug that caused modified JavaScript files to never be reloaded


  Commit: b88de07bd0f62c5757829b919e3593e968af0ea6
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/b88de07bd0f62c5757829b919e3593e968af0ea6
  Author: Travis Haagen <[email protected]>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    A testsrc/org/mozilla/javascript/tests/commonjs/module/provider/UrlModuleSourceProviderTest.java

  Log Message:
  -----------
  Created UrlModuleSourceProviderTest


  Commit: 95956879dedd9bb56a3442151421978b062668fa
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/95956879dedd9bb56a3442151421978b062668fa
  Author: stijnkliemesch <[email protected]>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M src/org/mozilla/javascript/Parser.java

  Log Message:
  -----------
  Fixes Parser.throwStatement()

Fixes Parser.throwStatement() creating ThrowStatement with incorect length


  Commit: f875a684fbbf7c76a12c7de6df25bce6e9915328
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/f875a684fbbf7c76a12c7de6df25bce6e9915328
  Author: Stijn Kliemesch <[email protected]>
  Date:   2019-01-21 (Mon, 21 Jan 2019)

  Changed paths:
    M testsrc/org/mozilla/javascript/tests/ParserTest.java

  Log Message:
  -----------
  Added testcase for #510

This added testcase specifically fails without the fix from commit 52f97f8fa2e5f114f5a4243dccd67433b496aef4.

Without the fix: In TokenStream.getLine(int, int) the first assertion fails since the throw statement's end position exceeds the cursor (the whole script length even). This results in a thrown AssertionError (if the assert keyword is active in the java runtime).


  Commit: de71d46896ab593188aa0d46012b4dfd73ea4102
      https://github.com/HtmlUnit/htmlunit-rhino-fork/commit/de71d46896ab593188aa0d46012b4dfd73ea4102
  Author: rbri <[email protected]>
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
    M src/org/mozilla/javascript/Parser.java
    M src/org/mozilla/javascript/commonjs/module/provider/UrlModuleSourceProvider.java
    M testsrc/org/mozilla/javascript/tests/ParserTest.java
    A testsrc/org/mozilla/javascript/tests/commonjs/module/provider/UrlModuleSourceProviderTest.java

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


Compare: https://github.com/HtmlUnit/htmlunit-rhino-fork/compare/a359136b5385...de71d46896ab
      **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