Re: I was trying to implement the XPConnect with JS-Ctypes, is that would be a good idea?

2016-01-14 Thread luoyonggang
It's seems they are all dead. 在 2016/1/14 20:02, Philip Chee 写道: On 04/01/2016 20:13, 罗勇刚(Yonggang Luo) wrote: On Mon, Jan 4, 2016 at 7:22 PM, Bobby Holley wrote: If you're forking mozilla-central, that shouldn't be a problem,

Re: Does js-ctypes supports for nsISupports objects.

2015-12-23 Thread luoyonggang
// nsIComponentManager exports.getPointerForInterface = (obj, iid) => { return components.manager.getPointerForInterface(obj, iid) } xul.js: 'use strict' const { Cc, Ci } = require('chrome') exports.types = require('./types.js') const { ctypes, EnumType, default_abi, uint32_t }

Re: Leaving hg.mozilla bug.mozilla to github for the leaving complicated infrastructure of mozilla.

2015-12-04 Thread luoyonggang
<<< text/html; charset=utf-8: Unrecognized >>> ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Hi, I want to use mach in a project that use XUL SDK without building mozilla again and again.

2014-06-24 Thread luoyonggang
I want it can generate Microsoft Visual Studio Project and without the need to do configure things in msys. So that ease our development progress, and for our own purpose, I will create my own executable and besides, the unit testing/auto testing infra is also needed.

API propose to public place.

2014-06-17 Thread luoyonggang
At the current time, there is four function can not be accessed outside but required. LossyCopyUTF16toASCII(const char16_t* aSource, nsACString aDest) LossyAppendUTF16toASCII(nsDependentString(aSource), aDest); CopyASCIItoUTF16(const char* aSource, nsAString aDest)

I've seen the mozilla git mirror in github, I want all the tags storage in github. can that to be possible?

2014-06-16 Thread luoyonggang
I am saying about https://github.com/mozilla/gecko-dev After that, I am also looking for comn-central git mirror. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: I've seen the mozilla git mirror in github, I want all the tags storage in github. can that to be possible?

2014-06-16 Thread luoyonggang
Thanks, I've seen that repository, but the problem is that doesn't contains all the tags. and all the branches. 在 2014年6月17日星期二UTC+8上午10时44分16秒,Aki Sasaki写道: I don't understand the question. What tags are you looking for? Those tags resident in original mozilla and comn hg repositories.

Re: I've seen the mozilla git mirror in github, I want all the tags storage in github. can that to be possible?

2014-06-16 Thread luoyonggang
Thanks, I've seen that repository, but the problem is that doesn't contains all the tags. and all the branches. 在 2014年6月17日星期二UTC+8上午10时44分16秒,Aki Sasaki写道: I don't understand the question. What tags are you looking for? Those tags resident in original mozilla and comn hg repositories.