Re: [webkit-dev] Not able to play flash with windows webkit

2011-09-26 Thread vswap 65
Hi Adam,

I raised the bug .
It is reachable through link  https://bugs.webkit.org/show_bug.cgi?id=68789



Regards,
Swapna



On Fri, Sep 23, 2011 at 8:38 PM, Adam Roben aro...@apple.com wrote:

 On Sep 23, 2011, at 9:36 AM, vswap 65 wrote:

  After little more investigation I found that the issue is with the
 mimetype not with the flash plugin.
  When the NP flash plugini.e., npswf.dll is installed, webkit is loading
 the dll and playing the flash with if the mimetype is changed to
 application/x-shockwave-flash. This is valid mime-type for *.swf content.
 
  But in the testcase attached for the bugid: 21649, mimetype is
 application/octet-stream.
  And firefox is able to play even if the mimetype is
 application/octet-stream.
  So I wanted to know if this is a valid bug on webkit or its a content
 issue(invalid HTML content).
  Can some please suggest us if we can raise a bug on webkit?

 It sounds worth filing a bug and mentioning the difference from Firefox. It
 would also be good to test other browsers.

 -Adam


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Not able to play flash with windows webkit

2011-09-23 Thread vswap 65
Hi All,
After little more investigation I found that the issue is with the mimetype
not with the flash plugin.
When the NP flash plugini.e., npswf.dll is installed, webkit is loading the
dll and playing the flash with if the mimetype is changed to
application/x-shockwave-flash. This is valid mime-type for *.swf content.

But in the testcase attached for the bugid: 21649, mimetype is
application/octet-stream.
And firefox is able to play even if the mimetype is
application/octet-stream.
So I wanted to know if this is a valid bug on webkit or its a content
issue(invalid HTML content).
Can some please suggest us if we can raise a bug on webkit?

Btw, this is apart of debugging the bug:
https://bugs.webkit.org/show_bug.cgi?id=21649

Regards,
Swapna

 Message: 1
 Date: Fri, 16 Sep 2011 09:14:50 -0700
 From: Andy Estes aes...@apple.com
 To: vswap 65 vswa...@gmail.com
 Cc: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org
 Subject: Re: [webkit-dev] Not able to play flash with windows webkit
 Message-ID: c3e5eb67-a375-4dbc-8d5b-81c3637f8...@apple.com
 Content-Type: text/plain; CHARSET=US-ASCII

 On Sep 16, 2011, at 2:39, vswap 65 vswa...@gmail.com wrote:

  Hi all,
 
  I had windows webkit(with safari 5.1 setup)in my system.
  While I am trying to load flash with following html code, it is showing
 text as Missing Plug-in.
 
  htmlbody
  embed STYLE=WIDTH: 380px; HEIGHT: 300px ALIGN=right SRC=s80-m.swf
 WIDTH=380 HEIGHT=300 TYPE=application/octet-stream
 ALLOWSCRIPTACCESS=samedomain WMODE=transparent QUALITY=high
  /embed
  /html/body
 
  It is working in FF  IE.
  Can any one please help me.

 Sounds like a bug. Can you please file a bug report at 
 http://webkit.org/new-bug?

 Thanks,
 Andy



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Not able to play flash with windows webkit

2011-09-16 Thread vswap 65
Hi all,

I had windows webkit(with safari 5.1 setup)in my system.
While I am trying to load flash with following html code, it is showing text
as Missing Plug-in.

htmlbody
embed STYLE=WIDTH: 380px; HEIGHT: 300px ALIGN=right SRC=s80-m.swf
WIDTH=380 HEIGHT=300 TYPE=application/octet-stream
ALLOWSCRIPTACCESS=samedomain WMODE=transparent QUALITY=high
/embed
/html/body

It is working in FF  IE.
Can any one please help me.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Question on WebCore zoom functionality

2011-05-02 Thread vswap 65
Hi All,

When I am trying to apply a specific zoomfactor (say X) to WebCore with a
certain viewport, I see my page layout being in appropriate.

BTW the particular page did not provide me any WebCore::ViewportArguments in
didReceiveViewportArguments() in glue layer(ChromeClient).

Let's say my viewport size is 400*600  I am applying a zoomfactor of .5.
When I see my page layout being improper  if I increase the viewport
dimension to 450(~approx) everything looks fine.

So, my question is if a specific page can't fit into 400*600 viewport with
.5 zoomfactor (the figures are just for example), is there anyway WebCore
notify the GLUE layer so that I can readjust my viewport size/zoomfactor? Is
there any better way to solve such issues?

Thanks.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev