From twhitema at gmail.com Mon Dec 1 14:06:10 2008 From: twhitema at gmail.com (Todd Whiteman) Date: Mon, 01 Dec 2008 14:06:10 -0800 Subject: [Project_owners] xmlterm In-Reply-To: <23d9f6b20811281249j4836e40fwb721581dad159f55@mail.gmail.com> References: <23d9f6b20811280713n2b9d5afdicde1dfd53ec9bb3e@mail.gmail.com> <49303C76.3010707@gmail.com> <23d9f6b20811281143h2756ed7x3b71dc7d7dadaafd@mail.gmail.com> <23d9f6b20811281249j4836e40fwb721581dad159f55@mail.gmail.com> Message-ID: <49345FD2.20509@gmail.com> joe ertaba wrote: > Hi again, > > I built a sample xul from vt100.js > > It doesn't work (some text must show)! can you help to fix it ? The default xmlns needs to be HTML. As the VT100 code is written with HTML in mind, then use ... to define the XUL elements.
         
     
     





Cheers,
Todd


From hodabn at utk.edu  Tue Dec  2 07:38:27 2008
From: hodabn at utk.edu (Baytiyeh, Hoda)
Date: Tue, 2 Dec 2008 10:38:27 -0500
Subject: [Project_owners] Why contribute to Mozilla?
Message-ID: 

Hello,

I am a Ph.D. candidate in Instructional Technology at the University of
Tennessee. My dissertation focuses on what motivates people to
contribute to F/OSS projects. Though it may seem obvious to you, many
non-programmers are still suspicious of OSS and think there must be a
catch. Can you help me to demonstrate why talented programmers are
willing to work for free? My survey should take no more than 15 minutes
and asks for no identifying information. 

Please click on the following link to take the survey. If you are
interested in the results of the survey, please send me a message. This
is my second request for participation; if you responded already, please
ignore this request.

 

 
http://ubiquity.utk.edu/limesurvey/index.php?sid=82655&lang=en
 

Your help is highly appreciated.

Thanks,

Hoda Baytiyeh.

hodabn at utk.edu  

 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 

From brian at mozdev.org  Tue Dec  2 08:42:09 2008
From: brian at mozdev.org (Brian King)
Date: Tue, 02 Dec 2008 17:42:09 +0100
Subject: [Project_owners] [ANNOUNCE] ADD-on-CON - December 11th
Message-ID: <49356561.6030206@mozdev.org>

This event has been organised to discuss primarily the browser as 
platform, and the role of add-ons in the industry. The first Add-on-Con 
will take place on Dec 11th in Mountain View, CA. This one day event 
breaks into 2 main tracks, technical and business, and closes with
reps from Google, Microsoft and Mozilla talking about the future of
the browser platform.

http://addoncon.com

Get $50 off registration (already a reasonable price, travel costs not 
withstanding) with the discount code 'add-on-con-08'.

Mozilla is hosting an add-ons open house the evening before:

https://wiki.mozilla.org/Add-on_con#Mozilla_Open_House

I hope to see some of you there!

- Brian

From massey at stlouis-shopper.com  Wed Dec  3 10:51:46 2008
From: massey at stlouis-shopper.com (massey)
Date: Wed, 03 Dec 2008 12:51:46 -0600
Subject: [Project_owners] cvs web hiding files?
Message-ID: <4936D542.3060100@stlouis-shopper.com>

I have been uploading some .xpi files into the /src directory and notice 
these do not showup in cvsweb. So the question is: are these file types 
hidden in cvs web or am I missing something? It's not that I'm trying to 
release these now but just curious if there are some filetypes that are 
not shown via cvsweb.

Jim

From silfreed at silfreed.net  Wed Dec  3 10:57:25 2008
From: silfreed at silfreed.net (Douglas E. Warner)
Date: Wed, 03 Dec 2008 13:57:25 -0500
Subject: [Project_owners] cvs web hiding files?
In-Reply-To: <4936D542.3060100@stlouis-shopper.com>
References: <4936D542.3060100@stlouis-shopper.com>
Message-ID: <4936D695.2060901@silfreed.net>

massey wrote:
> I have been uploading some .xpi files into the /src directory and notice 
> these do not showup in cvsweb. So the question is: are these file types 
> hidden in cvs web or am I missing something? It's not that I'm trying to 
> release these now but just curious if there are some filetypes that are 
> not shown via cvsweb.
> 

Yes, .xpi (and some other typically larger file-types) are hidden from cvsweb 
to try to encourage project-owners to use the downloads/ directory and thus 
our mirror network.  See bug#6305 [1].

-Doug

[1] https://www.mozdev.org/bugs/show_bug.cgi?id=6305

-- 
Douglas E. Warner        Site Developer
Mozdev.org           http://www.mozdev.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 

From silfreed at silfreed.net  Fri Dec 12 07:58:20 2008
From: silfreed at silfreed.net (Douglas E. Warner)
Date: Fri, 12 Dec 2008 10:58:20 -0500
Subject: [Project_owners] Bugzilla Setup for recent Mozdev projects
Message-ID: <49428A1C.2080301@silfreed.net>

As I've been working through automating the project creation process, some
parts have been neglected such as setting up the bugzilla products.

If you are missing a bugzilla product for your project, feel free to contact 
us at feedback at mozdev.org and we'll get you set right up.  I've tried to go 
through projects that we missed recently and get bugzilla setup for them and 
have contacted the project owners to let them know.

I apologize for the delay in getting these setup.

-Doug

-- 
Douglas E. Warner        Site Developer
Mozdev.org           http://www.mozdev.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 

From mrinal.kant at gmail.com  Wed Dec 31 14:55:15 2008
From: mrinal.kant at gmail.com (Mrinal Kant)
Date: Thu, 1 Jan 2009 04:25:15 +0530
Subject: [Project_owners] problem with z-order of windows/dialogs on OS X
Message-ID: <7a9c88660812311455wc3b2c8uedf0abf393926e73@mail.gmail.com>

I use window.open to open a modal dialog (say, D1) from my extension. From
D1, another modal dialog D2 is opened in a similar way. On Windows, I get D2
on top of D1 on top of the original extension window. On Mac OS X, however,
D2 hides behind D1.
How can this be fixed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: