Re: Upgrade to MozillaBuild 1.5.1

2012-08-07 Thread victor . parthasarathy
Hi all, I got following error while build on windows server for Gecko 10.0. If possibility could support any one please. thank in adcance. make[6]: *** No targets specified and no makefile found. Stop. make[6]: Leaving directory `/c/Users/victor.parthasarathy/gecko_build/output10/j s/src/ctypes

NSPR breakage - jsshell builds not working on Linux anymore?

2012-08-07 Thread Kevin Gadd
Hey all, I tried doing a fresh build (no existing cruft in my build directory) of Firefox and associated stuff on a fresh install of Ubuntu 12, with a hg checkout of trunk from a few days ago. While the nightly Firefox (dist/bin/firefox) produced runs just fine, jsshell doesn't work anymore. The p

Re: stroke-to-path conversion

2012-08-07 Thread Robert O'Callahan
On Wed, Aug 8, 2012 at 7:08 AM, Jeff Muizelaar wrote: > The implementation I had was mostly done and I believe any known problems > with it have > been fixed. However, it is still pretty lightly tested and could use some > decent review. I can resurrect it if needed. > It would be great if we co

Re: View port meta tag

2012-08-07 Thread Arthur Stolyar
I did -- https://bugzilla.mozilla.org/show_bug.cgi?id=780999. Please see it. 2012/8/7 Kartikaya Gupta > Do you have test cases that demonstrate this behaviour? If so, it would be > better to file a bug and attach the test cases, so we can reproduce the > behaviour and investigate it. > > Cheers,

Re: Object prototypes and the content/chrome barrier

2012-08-07 Thread Boris Zbarsky
On 8/7/12 9:51 AM, Matthew Gertner wrote: function loadSubscript(spec) { var context = {}; var scriptLoader = Cc["@mozilla.org/moz/jssubscript-loader;1"]. getService(Ci.mozIJSSubScriptLoader); scriptLoader.loadSubScript(spec); return context; } ... And the subscript is someth

Re: stroke-to-path conversion

2012-08-07 Thread Jeff Muizelaar
On 2012-08-07, at 4:15 AM, Robert O'Callahan wrote: > Ian Hickson has proposed new 2D canvas path features that allow authors to > generate a path representing the outline of the stroke of an arbitrary > path. This feature would also be very useful to simplify the rendering of > CSS text-decorati

If you sometimes deal with configure.in and Makefile.in, this is for you

2012-08-07 Thread Mike Hommey
[posted on planet.mozilla.org, but I figured it would be good to send to dev-platform as well] The DEPTH of me --- When adding a new directory to the Mozilla codebase, one usually needs to add a Makefile.in file, with some magic incantations at the beginning of it: DEPTH = ../..

Re: View port meta tag

2012-08-07 Thread Kartikaya Gupta
Do you have test cases that demonstrate this behaviour? If so, it would be better to file a bug and attach the test cases, so we can reproduce the behaviour and investigate it. Cheers, kats On 12-08-02 18:09 , Arthur Stolyar wrote: Hi, all. I just tested view port meta tag on various devices

Re: Object prototypes and the content/chrome barrier

2012-08-07 Thread Simon Kornblith
Have you tried: foo.__exposedProps__ = {"prototype":"r"}; (If this is indeed the issue, you should probably set __exposedProps__ for the prototype as well. Newer Firefox versions warn about missing __exposedProps__ on objects, although I think it's only required for functions ATM.) Simon On Aug

Re: Mac OS X 10.5 Support Plans (Updated)

2012-08-07 Thread Steven Michaud
We'll need universal binaries as long as 32-bit-only plugins still exist. To run a 32-bit plugin on a 64-bit machine, we (by default) use IPC. The host process runs in 64-bit mode, while the plugin process runs in 32-bit mode. Or if the user wants to run the plugin in-process (and changes the def

Re: MDN Kuma wiki launch Friday at 10 AM PDT

2012-08-07 Thread Eric Shepherd
Kuma is of course open source! Feel free to contribute if you have ideas that can make things better! https://github.com/mozilla/kuma As for me, I can't stand writing outside a WYSIWYG, and hate MediaWiki syntax with a passion that burns hotter than a thousand suns, so if we were doing that, I'd

Re: Switching nsnull to nullptr

2012-08-07 Thread Aryeh Gregor
On Sun, Jul 29, 2012 at 1:19 AM, Jonas Sicking wrote: > By the way, I want to say thanks for doing this!! I definitely believe that > things like this is both helping with making our code more approachable, and > generally come with other benefits too. Such as the type safety in this > case. > > W

Re: Object prototypes and the content/chrome barrier

2012-08-07 Thread Matthew Gertner
Obviously I meant: scriptLoader.loadSubScript(spec, context); (I also meant "its prototype" not "it's prototype. :-) On Aug 7, 2012, at 3:51 PM, Matthew Gertner wrote: > I am using the content-document-global-created observer topic to add a > function to content windows when they are created.

Re: Registering XPTs in a bootstrapped extension

2012-08-07 Thread Benjamin Smedberg
On 8/6/2012 12:00 PM, Matthew Gertner wrote: I guess the "interfaces" directive is not support in the chrome.manifest of bootstrapped extensions. We're using nsIComponentRegistrar.registerFactory to register XPCOM components, but we also need to register some additional XPCOM interfaces. I'm wo

Object prototypes and the content/chrome barrier

2012-08-07 Thread Matthew Gertner
I am using the content-document-global-created observer topic to add a function to content windows when they are created. The function is used to load a subscript like this: var foo = window.loadSubscript("spec"); // loadSubscript() uses the subscript loader internally So the subscript should

Re: Trying to build B2G for nexus s 4g

2012-08-07 Thread mohammed . wajee
Hi Chris, I would be able to help you out. Please link me to the build that you compiled for ns4g. Thanks Wajee On Tuesday, April 3, 2012 8:08:31 PM UTC+5:30, warriorforGod wrote: > I am able to build with the make-config-nexuss4g, make gonk, and > > make. I can then use make-flashonly-cresp

stroke-to-path conversion

2012-08-07 Thread Robert O'Callahan
Ian Hickson has proposed new 2D canvas path features that allow authors to generate a path representing the outline of the stroke of an arbitrary path. This feature would also be very useful to simplify the rendering of CSS text-decorations in SVG text (where we need to generate a path representing