1. 393aea4 Updating notice to match year 2025 by Jaroslav Tulach · 5 weeks ago master
  2. a1ffd57 #26: Replacing Grizzly with lightweight HTTP server by Jaroslav Tulach · 6 weeks ago
  3. 6993633 Adjusting browser presenter documentation and release notes by Jaroslav Tulach · 6 weeks ago
  4. e21d0ea Replacing Grizzly with lightweight HTTP server by Jaroslav Tulach · 6 weeks ago
  5. 3ce4a3c #55 Make the CI Actions jobs Green by Jaroslav Tulach · 6 weeks ago
  6. f094210 WebKit presenter crashes on Mac JDK 21 by Jaroslav Tulach · 6 weeks ago
  7. 94cfcdc Make the CI Actions job Green by Jaroslav Tulach · 6 weeks ago
  8. 3967480 #54: Agent to change retention of `@JavaScriptBody` and `@JavaScriptResource` by Jaroslav Tulach · 6 weeks ago
  9. 8a0b704 What's new in 1.8.2? by Jaroslav Tulach · 7 months ago
  10. 1c2d653 macos-10.15 image label should be updated to ... up to macOS-13 with intel by Jaroslav Tulach · 7 months ago
  11. 1451316 Excluding (to be) shared ASM dependency from all projects that depend on net.java.html.boot by Jaroslav Tulach · 7 months ago
  12. e7e932f Let JsAgent process all suspected classes and carry its own copy of ASM by Jaroslav Tulach · 7 months ago
  13. c6153f5 Avoid initialization of Logger. It can deadlock. by Jaroslav Tulach · 7 months ago
  14. 7f81ea6 Documenting that -javaagent changes retention of @JavaScriptBody & co. annotations by Jaroslav Tulach · 7 months ago
  15. 3905182 -javaagent copies content of all the annotations. DynamicClassLoader doesn't change the retention. by Jaroslav Tulach · 7 months ago
  16. 4f4abfb Enable net.java.html.boot.jar as -javaagent when running boot-agent-tests by Jaroslav Tulach · 7 months ago
  17. 6e0259f Handle both dots and slashes in class names by Jaroslav Tulach · 7 months ago
  18. d3b498b Don't warn about Graal.js running in interpreter only mode by Jaroslav Tulach · 7 months ago
  19. f9a542d Using Scripts.newPresenter() to execute agent tests by Jaroslav Tulach · 7 months ago
  20. 649633d Duplicating boot-agent-test into dynamic-loader-test by Jaroslav Tulach · 7 months ago
  21. 44c79a1 Change retention of @JavaScriptBody or @JavaScriptResource by Jaroslav Tulach · 7 months ago
  22. cbb68d5 Removing useless imports by Jaroslav Tulach · 7 months ago
  23. 37a6fb8 Give up on -source 1.7 in order to run on JDK 21 easily by Jaroslav Tulach · 7 months ago
  24. 30331ae Upgrading to latest Frgaal compiler by Jaroslav Tulach · 1 year, 9 months ago
  25. 45f8040 Upgrading to Frgaal 20.0.0 by Jaroslav Tulach · 2 years, 5 months ago
  26. 2b3148e Merge pull request #49 from apache/dependabot/maven/html4j-maven-plugin/org.codehaus.groovy-groovy-2.4.21 by Jaroslav Tulach · 3 years, 1 month ago
  27. f0d4774 Removing CallbackTest - tries to execute JavaScript from multiple threads by Jaroslav Tulach · 3 years, 1 month ago
  28. 082aef0 Bump groovy from 1.8.3 to 2.4.21 in /html4j-maven-plugin by dependabot[bot] · 3 years, 1 month ago
  29. e6a259a Execute all tests in dedicated presenter's executor by Jaroslav Tulach · 3 years, 1 month ago
  30. be94a6b Check Promise.then isn't called prematurelly by Jaroslav Tulach · 3 years, 1 month ago
  31. 80696b1 Give each executor explicit name by Jaroslav Tulach · 3 years, 1 month ago
  32. 074b0b9 Register global function callbacks under different names by Jaroslav Tulach · 3 years, 1 month ago
  33. 3a57153 Converting to text block by Jaroslav Tulach · 3 years, 1 month ago
  34. 61fa63c Include type of the presenter in the test name by Jaroslav Tulach · 3 years, 1 month ago
  35. af9b7e1 Suppress Graal.js interpreter warning by Jaroslav Tulach · 3 years, 1 month ago
  36. 1cc4c41 What's new in version 1.8.1 by Jaroslav Tulach · 3 years, 1 month ago
  37. f031ed4 In asynchronous mode: schedule flush on first added task by Jaroslav Tulach · 3 years, 1 month ago
  38. cc66069 Merge pull request #48 from jtulach/jtulach/KnockoutValuesArePromises by Jaroslav Tulach · 3 years, 2 months ago
  39. bb97eb6 Removing the more and more outdated test based on env.js emulation for nashorn by Jaroslav Tulach · 3 years, 2 months ago
  40. 25ade6f Merge pull request #47 from jtulach/jtulach/OnlyPromises by Jaroslav Tulach · 3 years, 2 months ago
  41. e8c378f Treat ko4j values as promises that may resolve later by Jaroslav Tulach · 3 years, 2 months ago
  42. c8cf808 Only expect promises and results when invoking AsyncJavaTest by Jaroslav Tulach · 3 years, 2 months ago
  43. f24abe5 Mergng bugfix of "later" TCK test by Jaroslav Tulach · 3 years, 3 months ago
  44. d06af25 Only fallback to execute when no tcks present by Jaroslav Tulach · 3 years, 3 months ago
  45. a24e5d7 Avoid usage of ArrayList in the TCK by Jaroslav Tulach · 3 years, 3 months ago
  46. 013a118 Search JavaScriptTCK via ServiceProvider by Jaroslav Tulach · 3 years, 3 months ago
  47. a39be9d Java callback can be executed immediatelly, just then has to be delayed by Jaroslav Tulach · 3 years, 3 months ago
  48. d9dd994 Copy all the annotation attributes when patching the class file by Jaroslav Tulach · 3 years, 3 months ago
  49. 333650b Enforce binary name for inner classes in the @JavaScriptBody callbacks by Jaroslav Tulach · 3 years, 3 months ago
  50. 265c53c Merge pull request #43 from jtulach/jtulach/React by Jaroslav Tulach · 3 years, 3 months ago
  51. 48d8a20 A note about Models.react support by Jaroslav Tulach · 3 years, 3 months ago
  52. b7ff412 Bringing up-to-date with master by Jaroslav Tulach · 3 years, 3 months ago
  53. 644645a Merge pull request #44 from jtulach/jtulach/wait4java by Jaroslav Tulach · 3 years, 3 months ago
  54. 9d79af2 Fixing alignment by Jaroslav Tulach · 3 years, 3 months ago
  55. ba7aafe Dispatch flushImpl when no frame is active by Jaroslav Tulach · 3 years, 3 months ago
  56. 2723569 Renaming to LaterJavaScriptAction by Jaroslav Tulach · 3 years, 3 months ago
  57. 0367bae Avoid using HashSet and ArrayList by Jaroslav Tulach · 3 years, 3 months ago
  58. 8717a54 Using PhaseExecutor for the MinesTest by Jaroslav Tulach · 3 years, 3 months ago
  59. fa7112c Documenting wait4java as a new feature for 1.8 by Jaroslav Tulach · 3 years, 3 months ago
  60. ba15fb6 Eliminate numerous errors by offering only try-with-resources activation of a presenter by Jaroslav Tulach · 3 years, 4 months ago
  61. d824074 Give the system 10ms pause before retrying the interrupted tasks by Jaroslav Tulach · 3 years, 4 months ago
  62. 1c62144 Merging with master by Jaroslav Tulach · 3 years, 4 months ago
  63. f6ab8e9 Polishing the Fn.Promise API by Jaroslav Tulach · 3 years, 4 months ago
  64. a0a8be7 Use asynchronous PUT when requesting promise evaluation by Jaroslav Tulach · 3 years, 4 months ago
  65. c3ed9ad Nicer formatting by Jaroslav Tulach · 3 years, 4 months ago
  66. 6d93001 More descriptive project names by Jaroslav Tulach · 3 years, 4 months ago
  67. 4cfb54b Handle microtasks on flush of the generic presenter by Jaroslav Tulach · 3 years, 4 months ago
  68. 1021735 Special implementation of the promise method by Jaroslav Tulach · 3 years, 4 months ago
  69. 1985d30 Better formatting of the generated code by Jaroslav Tulach · 3 years, 4 months ago
  70. 36a15ce Using PhaseExecutor in basic AsyncJavaTest by Jaroslav Tulach · 3 years, 4 months ago
  71. d6fd122 Merge pull request #46 from rqu/nestedArrays by Jaroslav Tulach · 3 years, 4 months ago
  72. a4fd3f9 Convert arrays recursively in ScriptPresenter by Lukas Rozsypal · 3 years, 4 months ago
  73. c9127e3 Add test for conversion of nested arrays to the TCK by Lukas Rozsypal · 3 years, 4 months ago
  74. 9b4b371 Build Javadoc on a JDK that understands instanceof matches by Jaroslav Tulach · 3 years, 4 months ago
  75. b2f77b0 Bringing in configuration of GitHub Actions by Jaroslav Tulach · 3 years, 4 months ago
  76. 3f8bba4 Merge pull request #45 from jtulach/Actions by Jaroslav Tulach · 3 years, 4 months ago
  77. 6e5b1de Switching to GitHub Actions for CI by Jaroslav Tulach · 3 years, 4 months ago
  78. a34af38 Initialize Swing and JavaFX prior to starting tests to avoid deadlocks by Jaroslav Tulach · 3 years, 4 months ago
  79. 5dcd95a Javadoc yields unimportant warnings on JDK-17 by Jaroslav Tulach · 3 years, 4 months ago
  80. 5c99a90 Activate and close the xhr4j presenter by Jaroslav Tulach · 3 years, 4 months ago
  81. 94c39fd Don't wait for Java execution in ko4j bindings by Jaroslav Tulach · 3 years, 4 months ago
  82. b0ef975 Fn.activate presenter in the test, so it also gets closed by Jaroslav Tulach · 3 years, 4 months ago
  83. 9f9e34d Basic polyfill of Promise for Nashorn by Jaroslav Tulach · 3 years, 4 months ago
  84. b0241c5 Make sure promise is registered with active presenter by Jaroslav Tulach · 3 years, 4 months ago
  85. 697878a More flexible test with standard handling or interrupted execution by Jaroslav Tulach · 3 years, 4 months ago
  86. 1e398f8 Automatic handling of Interrupted executions with PhaseExecutor by Jaroslav Tulach · 3 years, 4 months ago
  87. bbd0236 Bringing in separated copyFrom and regular observable implementation by Jaroslav Tulach · 3 years, 5 months ago
  88. e69180c Separating the copyFrom and regular binding code by Jaroslav Tulach · 3 years, 5 months ago
  89. 6faac87 Enough to repeat the test for 10s by Jaroslav Tulach · 3 years, 5 months ago
  90. 94f0958 Using wait4java = false in ko4j by Jaroslav Tulach · 3 years, 5 months ago
  91. 3c37add Skip AsyncJavaTest on Nashorn that doesn't provide Promise by Jaroslav Tulach · 3 years, 5 months ago
  92. 47d90b4 Use real JavaScript Promise when no wait4java by Jaroslav Tulach · 3 years, 5 months ago
  93. 53f9135 Turning Promise into microtask and resolving it just before the context closes by Jaroslav Tulach · 3 years, 5 months ago
  94. a2e1254 Merging with master which encapsulated conversions into methods by Jaroslav Tulach · 3 years, 5 months ago
  95. 37c42af Encapsulate cast and to JavaScript conversion into dedicated methods by Jaroslav Tulach · 3 years, 5 months ago
  96. 63465be Calls made with @JSB.wait4java=false return in instance of Thenable by Jaroslav Tulach · 3 years, 5 months ago
  97. bab9701 Using bits from NetBeans 13 release by Jaroslav Tulach · 3 years, 5 months ago
  98. b22cc74 Re-record list of observables with each new rendering by Jaroslav Tulach · 3 years, 5 months ago
  99. 23642ee Re-record the list of observed observables by Jaroslav Tulach · 3 years, 6 months ago
  100. 0b2c4e9 Models.react to expose principles of reactive computations by Jaroslav Tulach · 3 years, 6 months ago