Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
- Original Message - > From: "Jason Brooks" > To: "Federico Simoncelli" > Cc: spice-devel@lists.freedesktop.org > Sent: Monday, December 3, 2012 5:39:50 PM > Subject: Re: [Spice-devel] Adding the support for chromium to spice-xpi > > - O

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
- Original Message - > From: "Alon Levy" > To: "Federico Simoncelli" > Cc: spice-devel@lists.freedesktop.org > Sent: Monday, December 3, 2012 1:32:43 PM > Subject: Re: [Spice-devel] Adding the support for chromium to spice-xpi > > > The

[Spice-devel] [PATCH spice-xpi 2/2] ScriptablePluginObject: fix issues in SetProperty

2012-12-03 Thread Federico Simoncelli
t for double has been added. Signed-off-by: Federico Simoncelli --- SpiceXPI/src/plugin/nsScriptablePeer.cpp | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/SpiceXPI/src/plugin/nsScriptablePeer.cpp b/SpiceXPI/src/plugin/nsScriptablePeer.cpp index caab9b7..622659c 1

[Spice-devel] [PATCH spice-xpi 1/2] np_entry: support smaller NPNetscapeFuncs tables

2012-12-03 Thread Federico Simoncelli
y the browser (e.g.: presence of null pointers for functions that are indeed used by the plugin) and each requirement should be checked individually. Signed-off-by: Federico Simoncelli --- SpiceXPI/src/plugin/np_entry.cpp | 52 +++-- 1 files changed, 5 insertions(+

[Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
The goal of the following patches is to add the support for the chromium browser. Along the way small issues has been fixed. The resulting build for fedora 17 can be found here: http://fsimonce.fedorapeople.org/spice-xpi-chromium-f17/ And it has been succesfully tested with chromium-21.0.1180.89