Re: Run firefox as headless???

2016-04-07 Thread Devan Shah
slimerjs is not fully headless unless using xvfb, is there anything else that can he used. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Run firefox as headless???

2016-04-07 Thread Devan Shah
Is it possible to run firefox in headless form to fetch url and get the full Dom as rendered. Same way it would render on normal foredox ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Devan Shah
> example of the issue that anyone else could use to reproduce the problem > you're observing? > > Cheers, > Josh > > On 2016-03-10 1:23 PM, Devan Shah wrote: > > hello > > > > When I set a custom property such as element.listofSomething = [] and then

Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Devan Shah
hello When I set a custom property such as element.listofSomething = [] and then build the list and add it back to the same element. Then this element is passed to a function, now in that function I am no longer to access this property that I added to the function. Was there any sort of

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
ehuey.com> wrote: > Yes, SizeToContent is only accessible to JS now. > > - Kyle > > On Wed, Feb 10, 2016 at 5:28 PM, Devan Shah <devan.sha...@gmail.com> > wrote: > >> yep >> >> This is how I was using nsIDOMWindow before: >> >> NS_IMETHODI

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
I am using it from c++ On Wed, Feb 10, 2016 at 7:38 PM, Kyle Huey <m...@kylehuey.com> wrote: > Are you using it from JS or C++? If you're using it from JS, nothing has > changed. > > - Kyle > > On Wed, Feb 10, 2016 at 4:32 PM, Devan Shah <devan.sha...@gma

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
I was using the xulrunner SDK, but that is no longer created any more so using the firefox SDK. I am using it to create a plugin which can be used to launch a web browser which communicates with a proxy server which can be used to capture all the http traffic.

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
terface between nsIDOMWindow and nsPIDOMWindow when > you have one and need the other and you should be fine. > > - Kyle > > On Wed, Feb 10, 2016 at 5:15 PM, Devan Shah <devan.sha...@gmail.com> > wrote: > >> Currently I just want to get it up and running again on FF 45 ag

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
Currently I just want to get it up and running again on FF 45 again, with out making too much changes because we plan to deprecate this feature mid this year or so. Just need to get it working on Firefox 45, currently works perfectly on Firefox 38. ___

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
; - Kyle > > On Wed, Feb 10, 2016 at 4:49 PM, Devan Shah <devan.sha...@gmail.com> > wrote: > >> Version 45, I am using the SDK from >> https://ftp.mozilla.org/pub/firefox/releases/45.0b4/win32/en-US/firefox-45.0b4.sdk.zip. >> Which I still see the nsIPromptFactory

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
on it. > > - Kyle > > On Wed, Feb 10, 2016 at 5:35 PM, Devan Shah <devan.sha...@gmail.com> > wrote: > >> In the below code i use aWebProgress to and then GetDOMWindow on that, >> however GetDOMWindow only allows nsIDOMWindow, would the QueryInterface >> accomm

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
BaseWindow** aBaseWindow) > { > nsCOMPtr window = do_QueryInterface(aDOMWindow); > nsCOMPtr docShell; > if (window) > window->GetDocShell(getter_AddRefs(docShell)); > nsIWebShell* rootWebShell = 0; > NS_IF_RELEASE(rootWebShell); > //return status; > } >

Re: nsIDOMWindow is deprecated now is there an alternative?

2016-02-11 Thread Devan Shah
of nsPIDOMWindowOuter. You can look at > http://mxr.mozilla.org/mozilla-central/source/dom/base/nsPIDOMWindow.h to > see what's there. Some methods on nsIDOMWindow that were unused were > removed completely, though I don't think there were many. > > - Kyle > > On Wed, Feb 10,

Re: XULRunner future and ownership

2016-02-10 Thread Devan Shah
to: XULRunner SDKs can now be downloaded from https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ Theses are the nightly builds, but where can I get the release version for Firefox 45. Also does the SDK change from Firefox 45 to Firefox 45 ESR. Thanks Devan Shah _

Re: XULRunner future and ownership

2016-02-10 Thread Devan Shah
e latest SDK is for > one of the beta versions. > > On Wed, Feb 10, 2016 at 7:21 AM, Devan Shah <devan.sha...@gmail.com> wrote: > > On Wednesday, July 29, 2015 at 2:30:54 PM UTC-4, Benjamin Smedberg wrote: > >> The Mozilla project no longer sees XULRunner as a priority project. It

Re: XULRunner future and ownership

2016-02-10 Thread Devan Shah
On Wednesday, February 10, 2016 at 11:48:24 AM UTC-5, Dave Townsend wrote: > On Wed, Feb 10, 2016 at 8:39 AM, Devan Shah <devan.sha...@gmail.com> wrote: > > On Wednesday, February 10, 2016 at 10:43:44 AM UTC-5, Dave Townsend wrote: > >> I'm not sure why that page lin

nsIDOMWindow is deprecated now is there an alternative?

2016-02-10 Thread Devan Shah
locally. Thanks Devan Shah ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform