Re: [webkit-dev] NPP_GetValue with 'NPPVpluginScriptableNPObject' is not invoked automatically in XHTML content for a NS Plugin embedded object.

2008-10-30 Thread Anders Carlsson
On Oct 30, 2008, at 3:35 AM, Deshpande, Raghavendra wrote: I have embedded an NS plugin object using . When the page is served as XHTML, the NS plugin scriptable object is NOT instantiated, even when the plugin implements NPP_Get() forNPPVpluginScriptableNPObject . Whereas, if the same

Re: [webkit-dev] Save Page - Ideas

2008-10-30 Thread Darin Fisher
On Thu, Oct 30, 2008 at 9:33 AM, David Kilzer <[EMAIL PROTECTED]> wrote: > On Thu, 10/30/08, zaheer ahmad <[EMAIL PROTECTED]> wrote: > > > iam working on implementing save page functionality. Looks > > like its not > > already supported in the core. > > Apple's Mac port saves ".webarchive" files.

Re: [webkit-dev] Save Page - Ideas

2008-10-30 Thread David Kilzer
On Thu, 10/30/08, zaheer ahmad <[EMAIL PROTECTED]> wrote: > iam working on implementing save page functionality. Looks > like its not > already supported in the core. Apple's Mac port saves ".webarchive" files. The format is specific to the CoreFoundation framework, but there is platform-specif

[webkit-dev] Save Page - Ideas

2008-10-30 Thread zaheer ahmad
hi, iam working on implementing save page functionality. Looks like its not already supported in the core. Following are some high level ideas and iam not sure if some or all of these are the right approaches to this problem - write the page data to the file system as and when is received - but t

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-30 Thread Bn, Sharath
The patch works, thanks Sharath -Original Message- From: David Kilzer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 3:34 PM To: Bn, Sharath Cc: webkit-dev@lists.webkit.org Subject: RE: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_h

[webkit-dev] NPP_GetValue with 'NPPVpluginScriptableNPObject' is not invoked automatically in XHTML content for a NS Plugin embedded object.

2008-10-30 Thread Deshpande, Raghavendra
I have embedded an NS plugin object using . When the page is served as XHTML, the NS plugin scriptable object is NOT instantiated, even when the plugin implements NPP_Get() for NPPVpluginScriptableNPObject . Whereas, if the same page is served as HTML content, then, the scriptable object get

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-30 Thread David Kilzer
You need to change more than that. Did you look at the patch in Bug 21832? https://bugs.webkit.org/attachment.cgi?id=24615 You could also update to svn r37819 or newer to pick up the fix. Dave On Thu, 10/30/08, Bn, Sharath <[EMAIL PROTECTED]> wrote: > I modified the line > - my $fh = new Fil

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-30 Thread Bn, Sharath
I modified the line - my $fh = new File::Temp( + my $fh = File::Temp->tempfile( And I get some error like this JavaScriptCore/pcre/dftables JavaScriptCore/pcre/chartables.c Error in tempfile() using /tmp/File::Temp.in: The template must contain at least 4 'X' characters at JavaScriptCore/pcre/d