[JBoss JIRA] (JBIDE-23425) Need to remove xulrunner dependency from VPV
by Ilya Buziuk (JIRA)
Ilya Buziuk created JBIDE-23425:
-----------------------------------
Summary: Need to remove xulrunner dependency from VPV
Key: JBIDE-23425
URL: https://issues.jboss.org/browse/JBIDE-23425
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: visual-page-editor-core, xulrunner
Affects Versions: 4.4.2.AM1
Reporter: Ilya Buziuk
Assignee: Ilya Buziuk
Fix For: 4.4.2.Final
Basically, there are following plugins that provides HTML5 preview facilities:
- *org.jboss.tools.vpe.preview* - separate editor agnostic view with HTML5 support [1]
- *org.jboss.tools.vpe.preview.editor* - provides part with HTML5 preview to VPE.
- *org.jboss.tools.vpe.preview.core* - common code shared among *.preview and *.editor bundles.
Currently, *org.jboss.tools.vpe.preview.core* has dependency on *org.jboss.tools.vpe.xulrunner* for *XulRunnerErrorWrapper* class in order to process Xulrunner specific errors i.e. GTK / Xulrunner detection etc. So, it would be quite easy to remove this dependency from *.core* bundle in order to make HTML5 preview[1] Xulrunner independent. However, *.editor* bundle already has dependency on *org.jboss.tools.vpe* (require xulrunner, xpcom etc.) and this dependence can not be removed. The only idea that comes to my mind is having two separate feature for HTML5 preview[1] (no xulrunner dependency - can be included to rpm) and Visual Page Viewer (with xulrunner dependency).
[1] More details about HTML preview can be found in the following blog - http://tools.jboss.org/blog/2014-04-24-html-preview-is-taking-shape.html
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months
[JBoss JIRA] (JBIDE-23422) Node.js debug session is terminated after ~1 minute and browser shows 502 error
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23422?page=com.atlassian.jira.plugi... ]
Ilya Buziuk updated JBIDE-23422:
--------------------------------
Sprint: devex #123 November 2016
> Node.js debug session is terminated after ~1 minute and browser shows 502 error
> -------------------------------------------------------------------------------
>
> Key: JBIDE-23422
> URL: https://issues.jboss.org/browse/JBIDE-23422
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, openshift
> Affects Versions: 4.4.2.AM2
> Environment: windows 10
> Fedora 24
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.4.2.Final
>
>
> We've found, that when one is debugging (the code is stopeed at breakpoint, stepping through code, inspecting variables, ...) longer than ~1 minute, browser displays error code 502 and the debug session gets terminated. This makes this feature not very useful, because all debugging must be quicker than that timeout.
> The behavior is captured in this screencast: https://youtu.be/BJf7wcPqNmM (note how at the time 0:42 the page is finally loaded (502 error) and the debug session is terminated (in debug view)).
> We were able to reproduce this issue on F24 and Win10 (using CDK and console.engint.openshift.com)
--
This message was sent by Atlassian JIRA
(v7.2.2#72004)
9 years, 5 months