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
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
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
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
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
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
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
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
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