1. 6cc605e Bug 563395 - Remove standalone JavaScript editors from Web UI by Victor Rubezhny · 4 years, 1 month ago R3_18
  2. 3b4b768 Bug 559907 - Consider opening js files with GenericEditor/WildWebDeveloper by default by Victor Rubezhny · 4 years, 1 month ago
  3. 5afdb10 [563395] Change the name of the top-level preference page by Nitin Dahyabhai · 4 years, 1 month ago
  4. 4848abc Bug 563395 - Remove standalone JavaScript editors from Web UI by Victor Rubezhny · 4 years, 1 month ago
  5. aaa2fb3 Bug 562356 - JavaScript Project wizard is useless by Victor Rubezhny · 4 years, 1 month ago
  6. 355f88b Bug 563395 - Remove standalone JavaScript editors from Web UI by Victor Rubezhny · 4 years, 1 month ago
  7. fc64d90 Bug 563395 - Remove standalone JavaScript editors from Web UI by Victor Rubezhny · 4 years, 1 month ago
  8. 6310e7d Bug 562357 - Remove JavaScript preferences by Victor Rubezhny · 4 years, 1 month ago
  9. e4c7056 Update versions for 3.18 by Victor Rubezhny · 4 years, 1 month ago
  10. 1513a99 Bug 530542 - NullPointerException when editing a JavaScript file. by Victor Rubezhny · 4 years, 1 month ago
  11. cf7c337 Bug 561521 - Create New JavaScript Project Wizard gets blocked on perfotmFinish by Victor Rubezhny · 4 years, 2 months ago
  12. 1c9da9e [540227], [509820] Update bundle version by Victor Rubezhny · 4 years, 3 months ago
  13. 6e92bdc Update versions for 3.18 by Victor Rubezhny · 4 years, 3 months ago
  14. a525c91 Bug 540227 - NullPointerException in JavaInformationProvider.update by Victor Rubezhny · 4 years, 3 months ago
  15. 54ec62f Bug 509820 - Compare With ... not working for Javascript files by Victor Rubezhny · 4 years, 3 months ago
  16. 0519d7b Don't make main feature include Node.js support by Mickael Istria · 4 years, 3 months ago
  17. 8f3b637 [559907] Stop declaring JavaScript Editor as default=true by Nitin Dahyabhai · 4 years, 4 months ago R3_15 R3_16 R3_17
  18. 8de1965 [558902] Update bundle version by Nitin Dahyabhai · 4 years, 5 months ago
  19. 87e1f5c [558902] Compilation failure in 3.17m1 instantiating StreamProxy by Nitin Dahyabhai · 4 years, 5 months ago
  20. 3cf93f9 [553645] Duplicated "Show In" on JavaScript projects in 2019-09 by Nitin Dahyabhai · 4 years, 6 months ago
  21. d6a381d Update versions for 3.15 by Nitin Dahyabhai · 4 years, 10 months ago
  22. 263d9c8 [550085] amend dependencies for test plug-in by Nitin Dahyabhai · 4 years, 10 months ago
  23. 762a937 [550085] Integrate features from the Generic Editor by Nitin Dahyabhai · 4 years, 10 months ago
  24. 0d6025e Bug 549396 - features should not INCLUDE dependent 3rd party plugin requirements from Orbit; these are already stated in the MANIFEST.MF of the included WTP JSDT plugin by nickboldt · 4 years, 11 months ago
  25. e8eb35d move up to EPL v2 by nickboldt · 5 years ago R3_14
  26. 03840a9 move up to EPL v2 by nickboldt · 5 years ago
  27. 4df2c98 replace epl-v10.html with epl-2.0.html by nickboldt · 5 years ago
  28. c9e89b6 Import packages removed from jdk11 by Nitin Dahyabhai · 5 years ago R3_13
  29. c3449d7 Revert "Import packages removed from jdk11" by Nick Boldt · 5 years ago
  30. 34a62a2 Import packages removed from jdk11 by Nitin Dahyabhai · 5 years ago
  31. 61026e2 [nobug] Version bump for org.eclipse.wst.jsdt.core for WTP 3.10.0 (Photon) by Victor Rubezhny · 6 years ago 3.10.x 3.10.0
  32. 534695e Bug 529278 - Nullpointer exception on save by Victor Rubezhny · 6 years ago
  33. 9c0cae1 switch from INCLUDE com.google.gson to REQUIRE, so that it can be resolved during R3_9_maintenance build, even when older Orbit site is used (with gson 2.7.0) by nickboldt · 6 years ago
  34. 92ec5d3 v2: generate missing sources; remove sources from sdk features; add missing IUs to update site (no nashhorn, integration, development stuff) by nickboldt · 6 years ago
  35. 2294a49 use parent pom 3.10 & tycho 1.1 by nickboldt · 6 years ago
  36. 04482a9 add missing org.eclipse.wst.jsdt.debug.rhino.ui plugin to update site by nickboldt · 6 years ago
  37. d905e75 add bundle org.eclipse.wst.jsdt.debug.rhino.ui to webtools.jsdt update site, since required by downstream webservices repo : org.eclipse.jst.web_ui.feature.feature.group by nickboldt · 6 years ago
  38. cbd0ede ensure a unique artifactId for each update site to avoid mvn conflicts by nickboldt · 7 years ago
  39. 822f689 Bug 505676 - NullPointerException in NpmScriptContentProvider.getChildren by Victor Rubezhny · 7 years ago
  40. 06f6e63 Bug 519774 remove inclusion of org.eclipse.wtp.releng.versionchecker and org.eclipse.wtp.releng.tests in org.eclipse.wst.jsdt_tests.feature since they don't appear to be needed or used by nickboldt · 7 years ago
  41. 1bfac40 Bug 519774 add update site to reactor by nickboldt · 7 years ago
  42. 5301e2a inject webtools nexus repos so parent pom can be resolved; by default build with Tycho 1.0 (even if parent pom still at a lower version) by nickboldt · 7 years ago
  43. 2d6b022 switch back to deprecated configuration appArgLine so we can build w/ older Tycho versions for now by nickboldt · 7 years ago
  44. 175bbd0 add workspace/ reference/ and index/ to gitignore because they're generated files by nickboldt · 7 years ago
  45. 7d91261 since we now build with JDK 8, don't use default executionEnvironment = JavaSE-1.7, but rather JavaSE-1.8; also update to use non-deprecated configuration applicationsArgs instead of appArgLine by nickboldt · 7 years ago
  46. 95b67eb [519774] - move javascript validation into jsdt.web.ui by Rob Stryker · 7 years ago
  47. dacf349 Bug 517659 - com.google.javascript and com.google.guava plugins not added to org.eclipse.wst.jsdt.feature by Victor Rubezhny · 7 years ago R3_9_0 R3_9_1 R3_9_1a
  48. 5eef1ee Bug 487465 - TypeScript debugging by angelozerr · 8 years ago
  49. 2aea99e [nobug] Version bump for org.eclipse.wst.jsdt.ui for WTP 3.9.0 (Oxygen) by Victor Rubezhny · 7 years ago
  50. a08c117 Bug 494032 - JSDT features should reference license feature's text. by Roland Grunberg · 7 years ago
  51. 7667f05 Bug 513704 - An NPE exceptions like CompilationUnit.buildStructure() started to appear by Victor Rubezhny · 7 years ago
  52. a34e9ba Bug 513283 - Remove Nashorn hook from JSDT run configuration by Patrik Suzzi · 7 years ago
  53. ba2a63b Bug 513464 - Remove Nashorn extension from JSDT by Victor Rubezhny · 7 years ago
  54. 7daacdc Bug 513341 - "org.eclipse.wst.jsdt.js.node" is requiring "org.eclipse.wst.jsdt.chromium.debug.core" version 0.4.0, and this is not into 4.6.2 build by Victor Rubezhny · 7 years ago
  55. 355cc8a [nobug] Bump features versions for WTP 3.9.0 by Victor Rubezhny · 7 years ago
  56. a0e4358 Bug 513341 - "org.eclipse.wst.jsdt.js.node" is requiring "org.eclipse.wst.jsdt.chromium.debug.core" version 0.4.0, and this is not into 4.6.2 build by Victor Rubezhny · 7 years ago
  57. c847209 Bug 513341 - "org.eclipse.wst.jsdt.js.node" is requiring "org.eclipse.wst.jsdt.chromium.debug.core" version 0.4.0, and this is not into 4.6.2 build by Victor Rubezhny · 7 years ago
  58. 7b92d54 Bug 498371 - Refactor Search to use ASTParser by Angel Misevski · 8 years ago
  59. 3c729fe Bug 497249 - Switch to closure compiler for JS parsing by Gorkem Ercan · 8 years ago
  60. b19ac27 Bug 512874 - Bower Integration Tests by Pavol Srna · 7 years ago
  61. 83a55d9 Bug 512863 - NPM Integration Tests by Pavol Srna · 7 years ago
  62. cd38ef1 Bug 512025 - Enhance NodeJS Integration Tests - wait for nodejs process to be terminated by Pavol Srna · 7 years ago
  63. fb68015 Bug 511114 - JSDT stops breakpoints from working in CDT by Mat Booth · 7 years ago R3_8_maintenance
  64. 761a137 Bug 509547 - NullPointerException in ScopeDeclarationScanner$Visitor.declareVariable by Victor Rubezhny · 7 years ago
  65. 918d628 Bug 507518 - Nested brackets in template literals breaks the javascript formatter by Victor Rubezhny · 7 years ago
  66. cd96f76 Bug 507939 - JSDT Install fails because of missing dependency by Patrik Suzzi · 8 years ago
  67. 9f56888 Bug 501790 - Invalid octal escape sequence (\8) causes IAE by Patrik Suzzi · 8 years ago
  68. a2e5c94 Bug 486075 JavaScript Debugger Integration tests for node.js by Pavol Srna · 8 years ago
  69. aec3404 Bug 506636 - Fix org.eclipse.wst.jsdt.nashorn.extension to work with org.eclipse.osgi 3.12.0 by Victor Rubezhny · 8 years ago
  70. 9d5b61e Bug 506373 - Update JSDT documentation with Chromium and NodeJS tools by Victor Rubezhny · 8 years ago
  71. 5e827c2 [nobug] removed old unused folders by Victor Rubezhny · 8 years ago
  72. ff92148 [nobug] Increment Plug-in versions for WTP 3.8.2/Neon.3 by Victor Rubezhny · 8 years ago
  73. 4ead89c [nobug] Increment Plug-in versions for WTP 3.8.2/Neon.3 by Victor Rubezhny · 8 years ago
  74. 7b81067 [nobug] Increment Feature versions for WTP 3.8.2/Neon.3 by Victor Rubezhny · 8 years ago
  75. d510d50 Bug 496914 - Nullpointer in JavaScript Development Tools Chromium/V8 by Richard Kureš · 8 years ago
  76. d6f115f Bug 492998 - Selection and dependent functionality works wrong when a file is modified in JS Editor by Victor Rubezhny · 8 years ago
  77. 1abc4f9 Bug 495063 - NullPointerException in NodeLaunchConfigurationDelegate.verifyWorkingDirectory by Victor Rubezhny · 8 years ago
  78. 868a72f Bug 485706 - Please lift limit on number of auto activation triggers. by Victor Rubezhny · 8 years ago
  79. 5b44a52 Bug 504655 - NullPointerException in ChromiumUtil.toUrl by Victor Rubezhny · 8 years ago
  80. e5267c6 Bug 505317 - IllegalArgumentException in JavaSearchQuery.<init> by Victor Rubezhny · 8 years ago
  81. a9333b1 Bug 505675 - JavaScript Model Exception is printed out to the Console when renaming a folder of a JS file opened in Editor by Victor Rubezhny · 8 years ago
  82. 40ac364 Bug 505676 - NullPointerException in NpmScriptContentProvider.getChildren by Victor Rubezhny · 8 years ago
  83. 3c9bf3c Bug 505677 - ArrayIndexOutOfBoundsException in JSDTSourceValidator.calcPosition by Victor Rubezhny · 8 years ago
  84. 1fdef76 [426795] A profile to enable jacoco coverage report by Mickael Istria · 10 years ago
  85. 3f525ea Bug 399501 - Code formatter inserts line breaks after const qualifier by Victor Rubezhny · 8 years ago
  86. 3c355b2 Bug 399501: Code formatter inserts line breaks after const qualifier by Angel Misevski · 8 years ago
  87. eb8f854 Bug 491637 - JavaScript as-you-type validation shouldn't appear for non-JSDT projects by Victor Rubezhny · 8 years ago
  88. 257ea91 Bug 502488 - Add Oomph Configuration for Neon.1 by Patrik Suzzi · 8 years ago
  89. 99fbdf8 Bug 488343 : Add ResourceCreationTask to avoid prompt for default ws by Esteban DUGUEPEROUX · 8 years ago
  90. ed8edc9 Bug 488343 : Add PreferenceTask to avoid prompt on exit by Esteban DUGUEPEROUX · 8 years ago
  91. 3250299 Bug 488343 : Add VariableTask to Gerrit by Esteban DUGUEPEROUX · 8 years ago
  92. 379a47d Bug 501201 - Oomph setup for JSDT IDE fails by Patrik Suzzi · 8 years ago R3_8_1
  93. 971dd76 Bug 497856 - Adding automatic "step in" functionality once hot swap is performed by Ilya Buziuk · 8 years ago
  94. b665828 Bug 498453 - Adding Chrome / Chromium detection for Mac Os by Ilya Buziuk · 8 years ago
  95. d2cd38a Bug 500305 - Invoking parameter hint causes API error. by Angel Misevski · 8 years ago
  96. 4cbd8b6 [bug 496348]- Eclipse neon, javascript 'export' generates a 'Unexpected token' by Gorkem Ercan · 8 years ago
  97. d1cf682 Bug 356606 - [formatter] Unwanted alignment on Enter when inside array by Patrik Suzzi · 8 years ago
  98. 608a757 Bug 497685 - Fixing breakpoint setting on Windows. Refactoring by Ilya Buziuk · 8 years ago
  99. 7268d0d Bug 500138 - Add JSDT run configuration by Patrik Suzzi · 8 years ago
  100. 94239c7 Bug 499788 - Enable JSDT Outline view in Neon by Angel Misevski · 8 years ago