[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-28 Thread Anselm R Garbe
2009/10/26 Antoine Labour : > On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: >> >> 2009/10/23 Anselm R Garbe : >> > I rebuilt chromium yesterday from yesterday's tip on Linux (last time >> > I did that was about 8 weeks ago or so). I'm involved in developing >> > some NPAPI plugins that u

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-28 Thread Anselm R Garbe
2009/10/27 Evan Martin : > On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: >> However, I'm not sure if chrome resp. libnpGoogleNaClPluginChrome.a >> does it right with exporting these symbols as plain C symbols because >> this might conflict with other existing plugins as well in the same

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-27 Thread Evan Martin
On Tue, Oct 27, 2009 at 2:50 PM, Evan Martin wrote: > On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: >> However, I'm not sure if chrome resp. libnpGoogleNaClPluginChrome.a >> does it right with exporting these symbols as plain C symbols because >> this might conflict with other existing

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-27 Thread Evan Martin
On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: > However, I'm not sure if chrome resp. libnpGoogleNaClPluginChrome.a > does it right with exporting these symbols as plain C symbols because > this might conflict with other existing plugins as well in the same > way. I checked in a fix for

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-26 Thread David Sehr
If what Antoine's saying is true, it has to do with ELF symbol visibility and the dubious concept of symbol "preemption". The NPAPI interface should actually only require a small number of symbols be "visible" from the plugin, and none (the best I know) from the browser. There's an interface desc

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-26 Thread Evan Martin
I reopened http://code.google.com/p/chromium/issues/detail?id=17943 . Please leave further instructions there and I'll fix it. On Mon, Oct 26, 2009 at 10:19 AM, David Sehr wrote: > If what Antoine's saying is true, it has to do with ELF symbol visibility > and the dubious concept of symbol "pree

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-26 Thread Evan Martin
On Mon, Oct 26, 2009 at 9:31 AM, Antoine Labour wrote: > On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: >> The problem is that the chrome >> executable (in particular statically linked in >> libnpGoogleNaClPluginChrome.a) exports 'char >> *NPP_GetMIMEDescription(void)' as a C symbol, whi

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-26 Thread Antoine Labour
On Fri, Oct 23, 2009 at 1:58 AM, Anselm R Garbe wrote: > > 2009/10/23 Anselm R Garbe : > > I rebuilt chromium yesterday from yesterday's tip on Linux (last time > > I did that was about 8 weeks ago or so). I'm involved in developing > > some NPAPI plugins that used to work well with my older chro

[chromium-dev] Re: chromium linux' Native Client Plugin hides my NPAPI plugin

2009-10-26 Thread Anselm R Garbe
2009/10/23 Anselm R Garbe : > I rebuilt chromium yesterday from yesterday's tip on Linux (last time > I did that was about 8 weeks ago or so). I'm involved in developing > some NPAPI plugins that used to work well with my older chromium linux > build and that work without any issues in all other N