This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257949 - Split JavaScript/Node.js debugger modules into UI and non-UI parts.
Summary: Split JavaScript/Node.js debugger modules into UI and non-UI parts.
Status: STARTED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P2 normal (vote)
Assignee: Martin Entlicher
URL: http://wiki.netbeans.org/SwingDepende...
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 16:56 UTC by Martin Entlicher
Modified: 2016-06-17 05:19 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-02-11 16:56:28 UTC
All modules that are necessary for node.js debugging and modules involved in JavaScript debugging like Nashorn, should be split into UI and non-UI parts.
Comment 1 Martin Entlicher 2016-02-15 16:35:46 UTC
javascript2.debug and web.common modules are split:
changeset:   295239:a9a3f2ee82f2
http://hg.netbeans.org/web-main/rev/a9a3f2ee82f2
Comment 2 Quality Engineering 2016-02-16 02:52:38 UTC
Integrated into 'main-silver', will be available in build *201602160002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a9a3f2ee82f2
User: mentlicher@netbeans.org
Log: #257949: Splitting JavaScript debugging into UI and non-UI parts. javascript2.debug and web.common modules are split.
Comment 3 Martin Entlicher 2016-02-17 06:41:41 UTC
debugger.jpda.js module is split into UI and non-UI parts:
changeset:   295257:b592939a164e
http://hg.netbeans.org/web-main/rev/b592939a164e
Comment 4 Quality Engineering 2016-02-18 02:34:42 UTC
Integrated into 'main-silver', will be available in build *201602180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b592939a164e
User: mentlicher@netbeans.org
Log: #257949: debugger.jpda.js module is split into UI and non-UI parts.
Comment 5 Martin Entlicher 2016-02-18 07:07:39 UTC
javascript.v8debug module is split into UI and non-UI parts:
changeset:   295279:eee249a88190
http://hg.netbeans.org/web-main/rev/eee249a88190
Comment 6 Martin Entlicher 2016-02-18 07:12:55 UTC
There remains to do something with a dependency of NamesTranslator in javascript2.debug on javascript2.editor.
Comment 7 Quality Engineering 2016-02-19 02:33:51 UTC
Integrated into 'main-silver', will be available in build *201602190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/eee249a88190
User: mentlicher@netbeans.org
Log: #257949: javascript.v8debug module is split into UI and non-UI parts.
Comment 8 Martin Entlicher 2016-06-17 05:19:16 UTC
There were some more Swing dependencies removed from web.common module:
changeset:   298640:ff3e008c9962
http://hg.netbeans.org/core-main/rev/ff3e008c9962