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
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
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
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,
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
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
[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 = ../..
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
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
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
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
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
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.
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
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
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
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
17 matches
Mail list logo