Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
-chrome vs -app?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 32 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
John J. Barton  
View profile  
 More options Dec 21 2008, 10:39 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Sun, 21 Dec 2008 19:39:35 -0800
Local: Sun, Dec 21 2008 10:39 pm
Subject: -chrome vs -app?
What is the difference between -chrome and -app? -chrome opens a chrome
URL, its not firefox, it looks like a different app. So whats -app do?

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Finkle  
View profile  
 More options Dec 22 2008, 12:24 am
Newsgroups: mozilla.dev.platform
From: Mark Finkle <mark.fin...@gmail.com>
Date: Sun, 21 Dec 2008 21:24:08 -0800 (PST)
Local: Mon, Dec 22 2008 12:24 am
Subject: Re: -chrome vs -app?
On Dec 21, 10:39 pm, "John J. Barton" <johnjbar...@johnjbarton.com>
wrote:

> What is the difference between -chrome and -app? -chrome opens a chrome
> URL, its not firefox, it looks like a different app. So whats -app do?

> jjb

-app will launch a completely new application, a xulrunner-based
application. But instead of using a xulrunner runtime, the Firefox
libxul runtime is used. The application is _not_ launched into a
Firefox process. The only thing I can think of that is different than
using xulrunner itself, is the extra Firefox browser components _are_
loaded with the application.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 22 2008, 12:45 am
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Sun, 21 Dec 2008 21:45:50 -0800
Local: Mon, Dec 22 2008 12:45 am
Subject: Re: -chrome vs -app?

Mark Finkle wrote:
> On Dec 21, 10:39 pm, "John J. Barton" <johnjbar...@johnjbarton.com>
> wrote:
>> What is the difference between -chrome and -app? -chrome opens a chrome
>> URL, its not firefox, it looks like a different app. So whats -app do?

>> jjb

> -app will launch a completely new application, a xulrunner-based
> application. But instead of using a xulrunner runtime, the Firefox
> libxul runtime is used. The application is _not_ launched into a
> Firefox process. The only thing I can think of that is different than
> using xulrunner itself, is the extra Firefox browser components _are_
> loaded with the application.

Thanks, so -app is Firefox libxul runtime + Firefox browser components.
As in xpcom components?

Is Firefox libxul runtime used in Firefox ? If yes then what is missing in:
   Firefox = Firefox libxul runtime + browser components + ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Finkle  
View profile  
 More options Dec 22 2008, 1:04 am
Newsgroups: mozilla.dev.platform
From: Mark Finkle <mark.fin...@gmail.com>
Date: Sun, 21 Dec 2008 22:04:59 -0800 (PST)
Local: Mon, Dec 22 2008 1:04 am
Subject: Re: -chrome vs -app?
On Dec 22, 12:45 am, "John J. Barton" <johnjbar...@johnjbarton.com>
wrote:

> Thanks, so -app is Firefox libxul runtime + Firefox browser components.
> As in xpcom components?

Yes. The xpcom components packaged with Firefox that are or packaged
with a typical xulrunner runtime.

> Is Firefox libxul runtime used in Firefox ? If yes then what is missing in:
>    Firefox = Firefox libxul runtime + browser components + ?

The Firefox front-end GUI itself

Also, when launched using -app, an application uses it own profile
folder, not the Firefox profile.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 22 2008, 1:43 am
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Sun, 21 Dec 2008 22:43:59 -0800
Local: Mon, Dec 22 2008 1:43 am
Subject: Re: -chrome vs -app?

Mark Finkle wrote:
> On Dec 22, 12:45 am, "John J. Barton" <johnjbar...@johnjbarton.com>
> wrote:
>> Is Firefox libxul runtime used in Firefox ? If yes then what is missing in:
>>    Firefox = Firefox libxul runtime + browser components + ?

> The Firefox front-end GUI itself

> Also, when launched using -app, an application uses it own profile
> folder, not the Firefox profile.

So....if I ran Firefox process with -chrome <myurl> but did not open
Firefox, then called the same code as -app <app.ini> calls then....?

I guess the -app code can't find the app because of the profile. But I
suppose that could be fixed up with some reg directory work.

(I'm trying to guess how much work would be needed to apply chromebug to
songbird).
jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Kaiser  
View profile  
 More options Dec 22 2008, 8:30 am
Newsgroups: mozilla.dev.platform
From: Robert Kaiser <ka...@kairo.at>
Date: Mon, 22 Dec 2008 14:30:32 +0100
Local: Mon, Dec 22 2008 8:30 am
Subject: Re: -chrome vs -app?

Mark Finkle wrote:
> On Dec 21, 10:39 pm, "John J. Barton"<johnjbar...@johnjbarton.com>
> wrote:
>> What is the difference between -chrome and -app? -chrome opens a chrome
>> URL, its not firefox, it looks like a different app. So whats -app do?

>> jjb

> -app will launch a completely new application, a xulrunner-based
> application. But instead of using a xulrunner runtime, the Firefox
> libxul runtime is used. The application is _not_ launched into a
> Firefox process. The only thing I can think of that is different than
> using xulrunner itself, is the extra Firefox browser components _are_
> loaded with the application.

-app is basically Firefox pretending to be XULRunner (I almost said
"misusing Firefox as XULRunner"), and this option is special to Firefox,
no other XUL app that I know of has this support.
-chrome on the other hand is supported by any XUL app (even 1.x suite)
and just opens a window with that chrome in the environment of that app.

Robert Kaiser


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 22 2008, 12:22 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Mon, 22 Dec 2008 09:22:42 -0800
Local: Mon, Dec 22 2008 12:22 pm
Subject: Re: -chrome vs -app?

Robert Kaiser wrote:
> -chrome on the other hand is supported by any XUL app (even 1.x suite)
> and just opens a window with that chrome in the environment of that app.

So if I put Chromebug down in a thunderbird profile and ran thunderbird
with -chrome <chrombug URI>, it might work.  For FF I start FF with
"window.open(URL)"; how could I open thunderbird or another app instead?

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin Smedberg  
View profile  
 More options Dec 22 2008, 1:38 pm
Newsgroups: mozilla.dev.platform
From: Benjamin Smedberg <benja...@smedbergs.us>
Date: Mon, 22 Dec 2008 13:38:32 -0500
Local: Mon, Dec 22 2008 1:38 pm
Subject: Re: -chrome vs -app?
On 12/22/08 12:22 PM, John J. Barton wrote:

> Robert Kaiser wrote:

>> -chrome on the other hand is supported by any XUL app (even 1.x suite)
>> and just opens a window with that chrome in the environment of that app.

This is incorrect. The -chrome command-line handler is in Firefox-specific
code located here:

http://mxr.mozilla.org/mozilla-central/source/browser/components/nsBr...

SeaMonkey has copied this code here:

http://mxr.mozilla.org/comm-central/source/suite/browser/nsBrowserCon...

And Thunderbird here:

http://mxr.mozilla.org/comm-central/source/mail/components/nsMailDefa...

> So if I put Chromebug down in a thunderbird profile and ran thunderbird
> with -chrome <chrombug URI>, it might work.  For FF I start FF with
> "window.open(URL)"; how could I open thunderbird or another app instead?

Why is chromebug using -chrome? It seems more useful for me for chromebug to
implement its own command-line handler, so that you could do, e.g.

firefox -chromebug

And it would launch chromebug and then launch the browser normally.

The key here is, I think, to avoid setting cmdLine.preventDefault = true.
This means that after you open the chromebug window, startup will continue
on normally.

For more information on writing a command-line handler, see
https://developer.mozilla.org/en/Chrome/Command_Line

Or to see how DOMI implements -inspector, see
http://mxr.mozilla.org/comm-central/source/mozilla/extensions/inspect...

--BDS


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Kaiser  
View profile  
 More options Dec 22 2008, 3:43 pm
Newsgroups: mozilla.dev.platform
From: Robert Kaiser <ka...@kairo.at>
Date: Mon, 22 Dec 2008 21:43:07 +0100
Local: Mon, Dec 22 2008 3:43 pm
Subject: Re: -chrome vs -app?

Benjamin Smedberg wrote:
> On 12/22/08 12:22 PM, John J. Barton wrote:
>> Robert Kaiser wrote:

>>> -chrome on the other hand is supported by any XUL app (even 1.x suite)
>>> and just opens a window with that chrome in the environment of that app.

> This is incorrect.

Thanks for clearing this up, I didn't know about that.

Robert Kaiser


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J Barton  
View profile  
 More options Dec 22 2008, 5:36 pm
Newsgroups: mozilla.dev.platform
From: John J Barton <johnjbar...@johnjbarton.com>
Date: Mon, 22 Dec 2008 14:36:44 -0800
Local: Mon, Dec 22 2008 5:36 pm
Subject: Re: -chrome vs -app?
Benjamin Smedberg wrote:

...

>> So if I put Chromebug down in a thunderbird profile and ran thunderbird
>> with -chrome <chrombug URI>, it might work.  For FF I start FF with
>> "window.open(URL)"; how could I open thunderbird or another app instead?

> Why is chromebug using -chrome? It seems more useful for me for chromebug to
> implement its own command-line handler, so that you could do, e.g.

> firefox -chromebug

> And it would launch chromebug and then launch the browser normally.

> The key here is, I think, to avoid setting cmdLine.preventDefault = true.
> This means that after you open the chromebug window, startup will continue
> on normally.

Ok thanks I can do that and simplifying the startup is good. But what I
was really after here was a way to try with thunderbird and songbird.

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Banner  
View profile  
 More options Dec 23 2008, 4:11 am
Newsgroups: mozilla.dev.platform
From: Mark Banner <bugzi...@invalid.standard8.plus.com>
Date: Tue, 23 Dec 2008 09:11:58 +0000
Local: Tues, Dec 23 2008 4:11 am
Subject: Re: -chrome vs -app?
On 12/22/2008 22:36, John J Barton wrote:

Thunderbird (and I believe Songbird) should support the same command
line handler interfaces. Therefore you can use exactly the same code to
let you do

thunderbird -chromebug
songbird -chromebug.

Standard8.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 23 2008, 12:46 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Tue, 23 Dec 2008 09:46:39 -0800
Local: Tues, Dec 23 2008 12:46 pm
Subject: Re: -chrome vs -app?
Mark Banner wrote:

...

> Thunderbird (and I believe Songbird) should support the same command
> line handler interfaces. Therefore you can use exactly the same code to
> let you do

> thunderbird -chromebug
> songbird -chromebug.

> Standard8.

Well its a nice theory anyway ;-)

I ran into three problems:
   1) The install.rdf for has to have a stanza for thunderbird,
songbird, whatever. It does not seem possible to have a mozilla platform
tool using this technology. To use chromebug on a new app you have to
edit all of its install.rdf files and add your app to it.
   2) Unlike FF, thunderbird does not notice changes to the extensions
folder. I had to delete extensions.* to get the extensions to be loaded.
   3) chromebug fails to load because of xul errors.

I guess I could look at the other half of the glass: by editing the
install.rdf files, installing chromebug extensions in to thunderbird,
deleting extensions.*, and running thunderbird with -chromebug it looks
possible to apply chromebug to a XUL app other than Firefox.

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Strong  
View profile  
 More options Dec 23 2008, 12:57 pm
Newsgroups: mozilla.dev.platform
From: Robert Strong <rstr...@mozilla.com>
Date: Tue, 23 Dec 2008 09:57:31 -0800
Local: Tues, Dec 23 2008 12:57 pm
Subject: Re: -chrome vs -app?
On 12/23/2008 9:46 AM, John J. Barton wrote:

You can use tool...@mozilla.org as the targetApplication ID and Toolkit
version (Toolkit version maps to Gecko version) to specify compatibility
with a Toolkit.
https://developer.mozilla.org/en/Extension_Versioning,_Update_and_Com...

>   2) Unlike FF, thunderbird does not notice changes to the extensions
> folder. I had to delete extensions.* to get the extensions to be loaded.

This works for me with other extensions... if you install or update the
extension I suspect it will work for you as well. I've had problems in
the past where modifying files in place (especially the install.rdf)
wouldn't get picked up.

>   3) chromebug fails to load because of xul errors.

This is often caused by relying on app provided locale strings.

Cheers,
Robert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
L. David Baron  
View profile  
 More options Dec 23 2008, 1:18 pm
Newsgroups: mozilla.dev.platform
From: "L. David Baron" <dba...@dbaron.org>
Date: Tue, 23 Dec 2008 13:18:57 -0500
Local: Tues, Dec 23 2008 1:18 pm
Subject: Re: -chrome vs -app?
On Tuesday 2008-12-23 09:57 -0800, Robert Strong wrote:

Though it's not really all that useful if you want your addon to be
usefully represented on addons.mozilla.org -- you'll have to go
through and do the install.rdf hacking anyway for every toolkit app
you care about (and figuring out the right versions of that app that
correspond to the toolkit versions you're compatible with).

https://bugzilla.mozilla.org/show_bug.cgi?id=363877

-David

--
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Strong  
View profile  
 More options Dec 23 2008, 1:32 pm
Newsgroups: mozilla.dev.platform
From: Robert Strong <rstr...@mozilla.com>
Date: Tue, 23 Dec 2008 10:32:34 -0800
Local: Tues, Dec 23 2008 1:32 pm
Subject: Re: -chrome vs -app?
On 12/23/2008 10:18 AM, L. David Baron wrote:

Agreed, and there is also
https://bugzilla.mozilla.org/show_bug.cgi?id=459972

-Robert


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Veditz  
View profile  
 More options Dec 23 2008, 10:57 pm
Newsgroups: mozilla.dev.platform
From: Daniel Veditz <dved...@mozilla.com>
Date: Tue, 23 Dec 2008 19:57:11 -0800
Local: Tues, Dec 23 2008 10:57 pm
Subject: Re: -chrome vs -app?

John J. Barton wrote:
> Well its a nice theory anyway  ;-)

> I ran into three problems:
>   1) The install.rdf for has to have a stanza for thunderbird, songbird,
> whatever. [...] you have to edit
> all of its install.rdf files and add your app to it.
...
>   3) chromebug fails to load because of xul errors.

Number 3 explains 1, right? Many addons "should" work for any XUL-based
app, and yet in practice they don't without mods/special-casing. There's
no way for the engine to know without the developer saying in some
explicit way "my addon is compatible with this app and not that one".

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 24 2008, 1:17 am
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Tue, 23 Dec 2008 22:17:47 -0800
Local: Wed, Dec 24 2008 1:17 am
Subject: Re: -chrome vs -app?

Daniel Veditz wrote:
> John J. Barton wrote:
>> Well its a nice theory anyway  ;-)

>> I ran into three problems:
>>   1) The install.rdf for has to have a stanza for thunderbird, songbird,
>> whatever. [...] you have to edit
>> all of its install.rdf files and add your app to it.
> ...
>>   3) chromebug fails to load because of xul errors.

> Number 3 explains 1, right? Many addons "should" work for any XUL-based
> app, and yet in practice they don't without mods/special-casing. There's
> no way for the engine to know without the developer saying in some
> explicit way "my addon is compatible with this app and not that one".

No, #1 means you can't even load so you never get to #3. Surely there is
some code in chromebug specific to firefox, eg the locale strings
suggested by Robert Strong. I'm encourage to believe that the obstacles
could be over come with modest motivation.

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Finkle  
View profile  
 More options Dec 26 2008, 12:01 am
Newsgroups: mozilla.dev.platform
From: Mark Finkle <mark.fin...@gmail.com>
Date: Thu, 25 Dec 2008 21:01:31 -0800 (PST)
Local: Fri, Dec 26 2008 12:01 am
Subject: Re: -chrome vs -app?
On Dec 24, 1:17 am, "John J. Barton" <johnjbar...@johnjbarton.com>
wrote:

Using tool...@mozilla.org, as suggested by Robert Strong, will allow
any xulrunner based app to load your extension as long as you use a
commandline handler, as suggested by Benjamin, and use no overlays
into the xul application. You could use overlays only if you make them
explicit per application in your chrome manifest using the
"application" manifest flag.

https://developer.mozilla.org/en/Chrome_Registration#application

The latest DOMi and Venkman use tool...@mozilla.org and I am able to
load both into my xul-based apps from the commandline - including
Fennec on an n810.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 26 2008, 12:55 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Fri, 26 Dec 2008 09:55:14 -0800
Local: Fri, Dec 26 2008 12:55 pm
Subject: Re: -chrome vs -app?

Sorry I guess I left one sentence out. Once I fixed the install.rdf I
still have a problem, so #3 does not explain #1.

I changed the install.rdf to use tool...@mozilla.org; I changed the
command line handler to use -chromebug. This works on FF3.0, crashes on
FF3.1b2, and has some XUL problem on thunderbird. It's a work in progress...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 26 2008, 1:32 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Fri, 26 Dec 2008 10:32:57 -0800
Local: Fri, Dec 26 2008 1:32 pm
Subject: Re: -chrome vs -app?

Robert Strong wrote:
> On 12/23/2008 9:46 AM, John J. Barton wrote:
...
>>   3) chromebug fails to load because of xul errors.
> This is often caused by relying on app provided locale strings.

So...is there something like chrome://toolkit/locale/toolkit.dtd,
for platform bindings of things like undo, cut, paste, ...?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn Wilsher  
View profile  
 More options Dec 26 2008, 1:41 pm
Newsgroups: mozilla.dev.platform
From: Shawn Wilsher <sdwi...@mozilla.com>
Date: Fri, 26 Dec 2008 10:41:56 -0800
Local: Fri, Dec 26 2008 1:41 pm
Subject: Re: -chrome vs -app?

On 12/26/08 10:32 AM, John J. Barton wrote:

> So...is there something like chrome://toolkit/locale/toolkit.dtd,
> for platform bindings of things like undo, cut, paste, ...?

There are all sorts of strings available:
http://mxr.mozilla.org/mozilla-central/source/toolkit/locales/en-US/c...

/sdwilsh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 26 2008, 2:32 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Fri, 26 Dec 2008 11:32:55 -0800
Local: Fri, Dec 26 2008 2:32 pm
Subject: Re: -chrome vs -app?
Shawn Wilsher wrote:
> On 12/26/08 10:32 AM, John J. Barton wrote:
>> So...is there something like chrome://toolkit/locale/toolkit.dtd,
>> for platform bindings of things like undo, cut, paste, ...?
> There are all sorts of strings available:
> http://mxr.mozilla.org/mozilla-central/source/toolkit/locales/en-US/c...

Thanks!  chrome://global/locale/editMenuOverlay.dtd did most of the work.

Unfortunately:
   thunderbird says Unrecognized chrome registration modifier
'contentaccessible=yes'
   songbird 1.0 crashes

Its possible that a simpler XUL app would work.
jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn Wilsher  
View profile  
 More options Dec 26 2008, 4:23 pm
Newsgroups: mozilla.dev.platform
From: Shawn Wilsher <sdwi...@mozilla.com>
Date: Fri, 26 Dec 2008 13:23:55 -0800
Local: Fri, Dec 26 2008 4:23 pm
Subject: Re: -chrome vs -app?

On 12/26/08 11:32 AM, John J. Barton wrote:

>   thunderbird says Unrecognized chrome registration modifier
> 'contentaccessible=yes'

I'm assuming Thunderbird 2?  The devmo wiki page on contentaccessible
covers this...
https://developer.mozilla.org/en/Chrome_Registration#contentaccessible
>   songbird 1.0 crashes

You should file a bug on them then.

/sdwilsh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John J. Barton  
View profile  
 More options Dec 29 2008, 9:36 pm
Newsgroups: mozilla.dev.platform
From: "John J. Barton" <johnjbar...@johnjbarton.com>
Date: Mon, 29 Dec 2008 18:36:52 -0800
Local: Mon, Dec 29 2008 9:36 pm
Subject: Re: -chrome vs -app?

Shawn Wilsher wrote:
> On 12/26/08 11:32 AM, John J. Barton wrote:
>>   thunderbird says Unrecognized chrome registration modifier
>> 'contentaccessible=yes'
> I'm assuming Thunderbird 2?  The devmo wiki page on contentaccessible

2.0.0.18

Yes, actually we already had the work around in for FF2. The error
message was not stopping progress. Instead, it looks like Thunderbird is
not registering my command line handler.  I deleted compreg.dat and
checked it: firebug components are registered but not chromebug command
line handler (which works in Firefox).  Further evidence is a message in
the OS console:
Warning: unrecognized command line flag -chromebug

More hints?

jjb


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philip Chee  
View profile  
 More options Dec 29 2008, 11:07 pm
Newsgroups: mozilla.dev.platform
From: Philip Chee <philip.c...@gmail.com>
Date: Tue, 30 Dec 2008 12:07:23 +0800
Local: Mon, Dec 29 2008 11:07 pm
Subject: Re: -chrome vs -app?

Here's one: The DOM Inspector command line handler component works in:
SeaMonkey 1.1 (a XPFE, non-toolkit application), SeaMonkey 2.0a+,
Firefox 2/3.0/3.1, Thunderbird 2/3.0a+ and any toolkit 1.9.0/1.9.1
application.

That may be a bit of overkill. For a simpler cross application
implementation you could have a look at some of our code in:

<http://www.mozdev.org/source/browse/console2/src/console2/components/...>

If you don't need to support the non-toolkit XPFE based SeaMonkey 1.1
then this version is even simpler:

<http://www.mozdev.org/source/browse/console2/src/console2/components/...>

Phil

--
Philip Chee <phi...@aleytys.pc.my>, <philip.c...@gmail.com>
http://flashblock.mozdev.org/ http://xsidebar.mozdev.org
Guard us from the she-wolf and the wolf, and guard us from the thief,
oh Night, and so be good for us to pass.
[ ]Do not expose this tagline to direct sunlight.
* TagZilla 0.066.6


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 32   Newer >
« Back to Discussions « Newer topic     Older topic »