Re: [webkit-dev] [win] VS2008? (was: Building WebToolKit)

2009-04-01 Thread Thomas Brodt
BTW: How are the chances that VS2008 will be supported somewhen in the 
future? Are there any plans? Or is it a greater challenge to do that? 
I'm not a genuine C++ developer, so I'm pretty clueless about that.


The reason behind that question: Microsoft has announced that support 
and download availablity for the VS2005 version is stopped as of today. 
And I have 2008 already installed because of another project.


Thomas

Angrez Singh schrieb:

Thanks Adam for your reply
 


Yes, that sounds like a good change to make. Would you be willing
to file a bug at http://webkit.org/new-bug (and maybe even make a
patch)?


I'll file the bug, I can create the patch but it will take some time 
as I haven't worked much with perl.


Regards,
Angrez
 




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


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


[webkit-dev] rendering tree

2009-04-01 Thread Luka Napotnik
Hello.

I was checking out the great webcore tutorials on webkit homepage. But
I didn't find some answers that I was searching for. Could someone
please summarize them to me. To be specific, I'm interested to catch
the moment when each RenderObject in the rendering tree is fully
rendered and painted on the frameview.

As I understand, the RenderView is the root item of the rendering
tree. Because rendering is recursive and is applied only to elements
that need layout, I thought the layout() method of RenderView should
do the trick. The layout() method is re-implemented from
RenderBlock/RenderFlow. Now If an element is changed (e.g. some div
tag) from JacaScript, the FrameView calls layout() upon the root node
(which is RenderView). I inserted some debug outputs within layout()
and get multiple outputs.

I'm thinking is it even possible to get the moment where every element
is repainted since painting is probably asynchronous.

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


Re: [webkit-dev] / and the type attribute

2009-04-01 Thread Harold, John-Paul
> On Tue, 31 Mar 2009, Harold, John-Paul wrote:
> > 
> > in my HTML5 audio markup, I have the following
> > 
> > 
> >type="audio/ogg; 
> > codecs=vorbis"/>
> >   
> > 
> > 
> > but I'm unsure what the equivalent type attribute for an m4a file 
> > should be. Can someone advise?
> 
> Does this help?:
> 
>http://www.whatwg.org/specs/web-apps/current-work/#attr-source-type
> 

Hello Ian,

normally, reading the docs does help :-) However, in my example, I have
previously tried the following,



Using this, Safari stops playing the audio. It works without any type
attribute, but that feels wrong. I'm wondering if my attempts so far
have been using an incorrect mime-type, or/and a wrong codec
declaration.

I'm wondering if this has something to do with the issue, 
https://lists.webkit.org/pipermail/webkit-unassigned/2008-August/081596.
html

jp

> -- 
> Ian Hickson   U+1047E
> )\._.,--,'``.fL
> http://ln.hixie.ch/   U+263A/,   _.. \   
> _\  ;`._ ,.
> Things that are impossible just take longer.   
> `._.-(,_..'--(,_..'`-.;.'
> 

- 




Music from EMI 

This e-mail including any attachments is confidential and may be legally 
privileged. If you have received it in error please advise the sender 
immediately by return email and then delete it from your system. The 
unauthorised use, distribution, copying or alteration of this email is strictly 
forbidden. If you need assistance please contact us on +44 20 7795 7000. 

This email is from a unit or subsidiary of EMI Group Limited. 

Registered Office: 27 Wrights Lane, London W8 5SW 

Registered in England No 229231.


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


[webkit-dev] how to disable context menus

2009-04-01 Thread webkitdev
Hi,

I am using GTK port of webkit and would like to disable (not show at all) the 
right click menus. Does anyone know which API should I be using for the same?

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


[webkit-dev] Defining custom protocol handlers

2009-04-01 Thread webkitdev
Hi,

I am trying to build an application using Webkit, where the user interface is 
defined in a set of HTML/JS files. These files typically would be stored in a 
zipped bundle. I need webkit to load these files from the bundle instead of 
using a file:// uri. How do I define custom uri/protocol (for example 
application://directory/file) so that I can handle requests for the files from 
the bundle? I am using webkit GTK port.

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


[webkit-dev] Mozilla Plugin on Webkit for Linux

2009-04-01 Thread rekha rajan
Hi everybody,
 Anybody can try the npruntime plugin from Mozilla samples folder on WebKit
for Linux. This example is working perfectly fine on Webkit Linux. Try it
out please.


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


Re: [webkit-dev] Fw: not enough space error???

2009-04-01 Thread Ben Murdoch
Hi,

I'm running into the same problem, C1083 (not enough space) trying to link
WebCore.lib on Windows XP SP3 in Cygwin (working with r42007). I've tried
setting the /3GB boot option, but that doesn't seem to help. Were you able
to solve this problem Aman? Has anyone else run into it and found a
solution? Debug builds work fine for me.

Thanks, Ben

2008/12/13 Justin Haygood 

>  No, but all the source code and object files used to create it are.
>
> - Original Message -
> *From:* Aman 
> *To:* webkit-dev 
> *Sent:* Saturday, December 13, 2008 2:08 AM
> *Subject:* [webkit-dev] Fw: not enough space error???
>
> Hi,
>
> The release version of the WebCore.lib is about 1.2G, not really??? anybody
> knows that??
>
> Aman
>
>  *From:* Aman 
> *Sent:* Saturday, December 13, 2008 1:59 PM
> *To:* aro...@apple.com
> *Cc:* webkit-dev 
> *Subject:* not enough space error???
>
> Hi, Adam and everybody:
>
> I received this error the message while building WebCore(release) as
> someone else before:
>
> Linking...
> fatal error C1083: Cannot open compiler intermediate file:
> 'C:\cygwin\home\Administrator\webkit\WebKitBuild\lib\WebCore.lib': Not
> enough space
> and i saw your post message about this error , but i think it is not like
> .(i am using the newest
> version)
>
> Aman
>
> --
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


-- 
Ben Murdoch
http://www.omgwtf.me.uk
b...@omgwtf.me.uk | bmurd...@gmail.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Fw: not enough space error???

2009-04-01 Thread Sverrir Á . Berg
I've had this problem and I've heard of others.  My solution was switching
to a Mac for development.  Number of people have no problems building with
that setup but I think the mainstream setup for Windows is moving towards
64-bit Vista with lots of memory (but still building 32-bit)...
Sverrir


2009/4/1 Ben Murdoch 

> Hi,
>
> I'm running into the same problem, C1083 (not enough space) trying to link
> WebCore.lib on Windows XP SP3 in Cygwin (working with r42007). I've tried
> setting the /3GB boot option, but that doesn't seem to help. Were you able
> to solve this problem Aman? Has anyone else run into it and found a
> solution? Debug builds work fine for me.
>
> Thanks, Ben
>
> 2008/12/13 Justin Haygood 
>
>>  No, but all the source code and object files used to create it are.
>>
>> - Original Message -
>>  *From:* Aman 
>> *To:* webkit-dev 
>> *Sent:* Saturday, December 13, 2008 2:08 AM
>> *Subject:* [webkit-dev] Fw: not enough space error???
>>
>> Hi,
>>
>> The release version of the WebCore.lib is about 1.2G, not really???
>> anybody knows that??
>>
>> Aman
>>
>>  *From:* Aman 
>> *Sent:* Saturday, December 13, 2008 1:59 PM
>> *To:* aro...@apple.com
>> *Cc:* webkit-dev 
>> *Subject:* not enough space error???
>>
>> Hi, Adam and everybody:
>>
>> I received this error the message while building WebCore(release) as
>> someone else before:
>>
>> Linking...
>> fatal error C1083: Cannot open compiler intermediate file:
>> 'C:\cygwin\home\Administrator\webkit\WebKitBuild\lib\WebCore.lib': Not
>> enough space
>> and i saw your post message about this error , but i think it is not like
>> .(i am using the newest
>> version)
>>
>> Aman
>>
>> --
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>>
>
>
> --
> Ben Murdoch
> http://www.omgwtf.me.uk
> b...@omgwtf.me.uk | bmurd...@gmail.com
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Announce the ARM port of JIT

2009-04-01 Thread Gabor Loki
Hi guys,

we are pleased to announce that the ARM port of JIT is finally released.

The source can be checked out from 'loki/arm-port' branch of
git://code.staikos.net/webkit :
  - git clone git://code.staikos.net/webkit && git checkout loki/arm-port
  - or see at
http://code.staikos.net/cgi-bin/gitweb.cgi?p=webkit;a=shortlog;h=loki/arm-port

The aim of this development is to add JIT support for ARM architectures.

The port itself is developed from scratch, but we reused the ideas of x86 JIT. 
So we
implemented property caches, stub functions, etc. in a similar way, but the 
code is
optimized for ARM architectures.

We used Qt4 build environment for the development, but we feel that the other 
build
platforms can be easily extended with this ARM port.

The current version is stable. It passes the regression tests.

We did measurements on a Nokia N810, and we gained 13% performance improvement.
The memory consumption is increased by 3.3% which is a small trade-off for this
performance
improvement.

Our work has not done yet. We plan to add several other features in the future.

Please, feel free to ask any questions about the ARM JIT here at the mail list 
or at
the following Bugzilla entry: https://bugs.webkit.org/show_bug.cgi?id=24986

--Gabor


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


Re: [webkit-dev] / and the type attribute

2009-04-01 Thread Eric Carlson

John-Paul -

On Apr 1, 2009, at 2:37 AM, Harold, John-Paul wrote:


On Tue, 31 Mar 2009, Harold, John-Paul wrote:


in my HTML5 audio markup, I have the following


 
type="audio/ogg;

codecs=vorbis"/>
 


but I'm unsure what the equivalent type attribute for an m4a file
should be. Can someone advise?


Does this help?:

  http://www.whatwg.org/specs/web-apps/current-work/#attr-source-type



normally, reading the docs does help :-) However, in my example, I  
have

previously tried the following,



Using this, Safari stops playing the audio. It works without any type
attribute, but that feels wrong. I'm wondering if my attempts so far
have been using an incorrect mime-type, or/and a wrong codec
declaration.

I'm wondering if this has something to do with the issue,
https://lists.webkit.org/pipermail/webkit-unassigned/2008-August/081596 
.

html

  Not dealing with parameters on a type attribute at all was fixed  
last August, see https://bugs.webkit.org/show_bug.cgi?id=20360.


  The issue you are seeing here is caused by a problem with WebKit's  
interaction with QuickTime on the Mac. Can you please file a bug  
report on  ?


  Thanks for pointing out the issue,

eric

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


[webkit-dev] Customization of WebKit.

2009-04-01 Thread jagadeesh k
Hi,
    I want to disable the SVG,XML,XPATH,XSLT features of WebKit.
And i came  to know that,disabling of above features can be achieved by 
using FEATURE_DEFINES Variable in JavaScriptCore.xcconfig, 
WebKit.xcconfig,WebCore.xcconfig files.I want to know whether the above method 
is enough or i should remove corresponding XML,SVG,XPATH specific files 
(.cpp,.h files)in WebKit for diasbling.If Yes,please mention which are all the 
files i should remove in WebKit?

Thanks and Regards
jagadeesh  


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