We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

NPAPI difference between Firefox and chrome

  • 2 отговора
  • 2 имат този проблем
  • 2 изгледи
  • Последен отговор от zlev

more options

Hi, I'm writing some plugin; I got Gesko SDK from mozilla site; After build it successfully loaded and working on Firefox; I tried to load and execute it with chrome; I found that chrome cannot load plugin; After some debugging I found that plroblem in function table structures - size of structures is not the same in firefox and chrome; Additional search bring me to a difference - it is in alignment; Firefox and Gesko using 32 bit alignment/packaging, and chrome use 8 bit alignment/packaging; So, my questions are: -is it bug of chrome or firefox? -when will it be fixed? -I did not work with chrome previously; from when is this build difference?

Hi, I'm writing some plugin; I got Gesko SDK from mozilla site; After build it successfully loaded and working on Firefox; I tried to load and execute it with chrome; I found that chrome cannot load plugin; After some debugging I found that plroblem in function table structures - size of structures is not the same in firefox and chrome; Additional search bring me to a difference - it is in alignment; Firefox and Gesko using 32 bit alignment/packaging, and chrome use 8 bit alignment/packaging; So, my questions are: -is it bug of chrome or firefox? -when will it be fixed? -I did not work with chrome previously; from when is this build difference?

Избрано решение

This forum is geared toward Firefox end user support, not toward developers, so you may not get an answer from anyone who knows exactly what you are talking about. Not to sound rude, but if your plugin is working in Firefox, but not in Chrome wouldn't it make sense to ask a Google support forum about your Firefox plugin not working in Chrome?

As far as 8-bit vs. 32-bit, AFAIK 8-bit operating systems and programs date back like 20 years, so I doubt if Google is using 8-bit in its' plugins. But that would best be addressed by someone familiar with Chrome development and plugins.

Прочетете този отговор в контекста 👍 0

Всички отговори (2)

more options

Избрано решение

This forum is geared toward Firefox end user support, not toward developers, so you may not get an answer from anyone who knows exactly what you are talking about. Not to sound rude, but if your plugin is working in Firefox, but not in Chrome wouldn't it make sense to ask a Google support forum about your Firefox plugin not working in Chrome?

As far as 8-bit vs. 32-bit, AFAIK 8-bit operating systems and programs date back like 20 years, so I doubt if Google is using 8-bit in its' plugins. But that would best be addressed by someone familiar with Chrome development and plugins.

more options

I asked in both forums:)