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 233199 - Firefox with Netbeans integration
Summary: Firefox with Netbeans integration
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal with 3 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 16:37 UTC by Christian Lenz
Modified: 2015-05-05 07:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2013-07-22 16:37:03 UTC
I used the nice Chrome with Netbeans integration but my favorite browser is Firefox, maybe the same feature could be created for firefox? That would be great.


Regards

ChrisLE
Comment 1 David Konecny 2013-07-23 00:18:14 UTC
> maybe the same feature could be created for firefox?

That would be nice but realistically I do not think this is going to happen in a foreseeable future. It's a major undertaking because browser APIs are utterly different and maintaining and developing two plugins for two different platforms demands lots of resources. Sorry.
Comment 2 Tomas Mysik 2013-12-12 06:15:56 UTC
Taking over.
Comment 3 elennaro 2014-10-31 12:39:00 UTC
It's a major undertaking because browser APIs are
> utterly different and maintaining and developing two plugins for two
> different platforms demands lots of resources. Sorry.

There is a  remotedebug.org (https://netbeans.org/bugzilla/show_bug.cgi?id=248312) and probably some analogues that are trying to unify browser debugging interfaces.
Maybe it would be good to unify browser debugging using such tools?
I see a huge gain of being compatible with all browsers.
Comment 4 elennaro 2014-11-05 14:26:33 UTC
Actually we need more this https://github.com/auchenberg/remotedebug-firefox-bridge.
Because remote debug uses Chrome remote debugging protocol, and this is a bridge to be able to debug with Firefox.
Comment 5 elennaro 2015-02-26 21:20:49 UTC
https://github.com/campd/valence Take a look here.
Joining valence team, and implementing support of those protocol could gave us ability to debug any browser we want.
Isn't it a good idea?
Comment 6 terje7601 2015-05-05 07:30:50 UTC
Another option is VorlonJS ( http://vorlonjs.com/ ). This seems to be the most browser-agnostic solution so far.