Re: bug number for iframe scrollbars displayed with overflow:hidden (repost)

2016-01-11 Thread rvj
lling attribute in html5 "Boris Zbarsky" wrote in message news:nngdnw0iu7ofug7lnz2dnuu7-dwdn...@mozilla.org... On 1/11/16 10:49 AM, rvj wrote: It seems that it is now necessary to frig the root node of any HTML and XML documents loaded via an iframe (viewport) and apply a bi

Re: bug number for iframe scrollbars displayed with overflow:hidden (repost)

2016-01-11 Thread rvj
in message news:j5idnt0r6-ok7w_lnz2dnuu7-l-dn...@mozilla.org... On 1/10/16 6:53 AM, rvj wrote: This obvious bug seems to have occurred after release 28 ..I presume its registered as the regression must be at least a year, possibly two years old This was a purposeful change to align with the spec

Re: bug number for iframe scrollbars displayed with overflow:hidden (repost)

2016-01-11 Thread rvj
many thanks "Boris Zbarsky" wrote in message news:j5idnt0r6-ok7w_lnz2dnuu7-l-dn...@mozilla.org... On 1/10/16 6:53 AM, rvj wrote: This obvious bug seems to have occurred after release 28 ..I presume its registered as the regression must be at least a year, possibly two years

Re: iframe overflow:hidden from build29 FF and XUL?

2016-01-04 Thread rvj
PS Assuming that the current behaviour is correct of W3C spec, is it not possible to retain the the old moz property -moz-scroll-bars-none so that content can still be scrolled (esp with touch screen devices) without showing the unwanted scrollbars ? "rvj" wrote

return default download path from javascript

2015-05-12 Thread rvj
what is the standard javascript way of determining the current user's downloads directory I am trying to automatically open a file once it has downloaded --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com

Re: audio/sound control ?

2013-02-06 Thread rvj
... correct "Michael Lefevre" wrote in message news:6t-dnr9sejgb5ozmnz2dnuvz_vgdn...@mozilla.org... On 05/02/2013 16:26, Ralph Giles wrote: On 13-02-05 4:56 AM, rvj wrote: A request for a simple audio/sound interface seems to be doomed for a decade Can you be more specifi

Re: audio/sound control ?

2013-02-06 Thread rvj
APIs. I am definitely NOT trying to distiguish between audio content from different websites at this time. I would just like some crude functionality as an interim solution "Ralph Giles" wrote in message news:mailman.342.1360081621.24419.dev-platf...@lists.mozilla.org... On 1

audio/sound control ?

2013-02-05 Thread rvj
A request for a simple audio/sound interface seems to be doomed for a decade but just out of interest what would it take to bribe someone to write something to access the operating system sound control? ___ dev-platform mailing list dev-pla

Re: print preview and documentation

2013-02-05 Thread rvj
. On 2013-02-04 9:20 AM, rvj wrote: BTW Is there a pref that suppresses the annoying Preview Progress box .. or least are you able to move it out of the visible display area ? There isn't a pref, but that box is going to be replaced with something more modern and more customizable in b

Re: print preview and documentation

2013-02-04 Thread rvj
BTW Is there a pref that suppresses the annoying Preview Progress box .. or least are you able to move it out of the visible display area ? "smaug" wrote in message news:09edndvwwunnyjpmnz2dnuvz_rcdn...@mozilla.org... On 02/02/2013 11:37 AM, rvj wrote: Its been a couple of years

Re: print preview and documentation

2013-02-04 Thread rvj
many many thanks .. rvj "smaug" wrote in message news:09edndvwwunnyjpmnz2dnuvz_rcdn...@mozilla.org... On 02/02/2013 11:37 AM, rvj wrote: Its been a couple of years since Ive used the Mozilla libraries and some of the functionality now seems iffy For example print preview re

print preview and documentation

2013-02-02 Thread rvj
Its been a couple of years since Ive used the Mozilla libraries and some of the functionality now seems iffy For example print preview requests now generate an invalid pointer error error[Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIWebBrowserPrint.

Re: printerenumeration (nsIPrinterEnumerator)

2013-02-01 Thread rvj
.dev-platf...@lists.mozilla.org... What are "gadget based interfaces", and why do they need to query the browser to enumerate printers? ~Daniel On 01/31/2013 02:54 AM, rvj wrote: Thanks to both, this is a must have bit of functionality .. for gadget based interfaces! "Zack We

Re: printerenumeration (nsIPrinterEnumerator)

2013-01-31 Thread rvj
Thanks to both, this is a must have bit of functionality .. for gadget based interfaces! "Zack Weinberg" wrote in message news:r62dnejc_k946ptmnz2dnuvz_skdn...@mozilla.org... On 2013-01-30 2:23 PM, Daniel Holbert wrote: However, be warned that there are patches in bug 629500 to get rid of

printerenumeration (nsIPrinterEnumerator)

2013-01-30 Thread rvj
.. docs say enumerateprinters() method is obsolete since 1.9 (Gecko)... what replaces it ? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: jsm source (mercurial )

2013-01-07 Thread rvj
defined in head.js: https://mxr.mozilla.org/mozilla-central/source/testing/xpcshell/head.js and they're documented here: https://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests ~Daniel On 01/06/2013 09:12 AM, rvj wrote: Many thanks for your reply all your suggestions.. ...its

Re: jsm source (mercurial )

2013-01-06 Thread rvj
that you have to search the entire source of hg. "Jonathan Protzenko" wrote in message news:mailman.6025.1357487145.32706.dev-platf...@lists.mozilla.org... On Sun 06 Jan 2013 03:49:46 PM CET, rvj wrote: Yes thanks . Thats where I started before getting sidetracked looking for t

Re: jsm source (mercurial )

2013-01-06 Thread rvj
ws:mailman.6011.1357482026.32706.dev-platf...@lists.mozilla.org... The code lives there http://hg.mozilla.org/ipccode/ and is very well-documented. It's all JSM's so it should fit your use case very well. Cheers, jonathan On Sun 06 Jan 2013 02:48:59 PM CET, rvj wrote: OK think Ive found it in

Re: jsm source (mercurial )

2013-01-06 Thread rvj
itten in pure JavaScript using js-ctypes and ChromeWorkers (i.e. no need to compile anything except for the test cases). " "rvj" wrote in message news:czodnbwqqpla4htnnz2dnuvz_sudn...@mozilla.org... BTW where are all the functions with the prefix do_ located that appear

Re: jsm source (mercurial )

2013-01-06 Thread rvj
BTW where are all the functions with the prefix do_ located that appear in the .jsm modules do_get_file, do_print, etc "rvj" wrote in message news:lo6dnupuperznxznnz2dnuvz_jodn...@mozilla.org... do I need to install windows mercurial to download the jsm files .. or i

Re: jsm source (mercurial )

2013-01-04 Thread rvj
thanks (unzipped) "Ralph Giles" wrote in message news:mailman.5430.1357066902.32706.dev-platf...@lists.mozilla.org... On 12-12-31 6:59 AM, rvj wrote: do I need to install windows mercurial to download the jsm files .. You can also download a specific snapshot of the whole

jsm source (mercurial )

2012-12-31 Thread rvj
do I need to install windows mercurial to download the jsm files .. or is there an alternative (simpler) method? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: passing command line and filenames as parameters to nsiProcess

2012-12-25 Thread rvj
you want, and it no longer requires C++ parts since it's been rewritten using js-ctypes. Cheers, jonathan On Sun 23 Dec 2012 06:33:08 AM CET, Philip Chee wrote: On 23/12/2012 02:58, Ted Mielczarek wrote: On 12/22/2012 1:02 PM, rvj wrote: its a while since I used the ns interfaces.

passing command line and filenames as parameters to nsiProcess

2012-12-22 Thread rvj
its a while since I used the ns interfaces. I want to run gambit-enumpure < e02.nfg > numerate.txt how do I pass as arguments in nsiProcess? I asssume the file names must be prefixed with c:\\ is this correct? *