[webkit-dev] How to port webkit on PXA270

2009-07-14 Thread Naveen Pal
Hello All, I have created webkitgtk browser on OpenSuse. Now I want to port this on PXA270 board. Following are the h/w and s/w details. - Hardware spec.: PXA270, NOR Flash, NAND Flash, MDOC, 3.5 LCD with touch screen, PCF50606 (Philips)

Re: [webkit-dev] How to port webkit on PXA270

2009-07-14 Thread Maciej Stachowiak
For help with porting or similar questions, please direct your queries to webkit-h...@lists.webkit.org. - Maciej On Jul 13, 2009, at 11:25 PM, Naveen Pal wrote: Hello All, I have created webkitgtk browser on OpenSuse. Now I want to port this on PXA270 board. Following are the h/w and

[webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread Aneesh Bhasin
Hi All, I am sure this has been asked before but I cannot seem to find anything related to it : Is there any documentation related to the internals (and not just external APIs) of webkit ? e.g. - regarding how javascript is parsed/executed, block-level diagram of the source and other such things

Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread Conrad Taylor
On Tue, Jul 14, 2009 at 3:13 AM, Aneesh Bhasin contact.ane...@gmail.comwrote: Hi All, I am sure this has been asked before but I cannot seem to find anything related to it : Is there any documentation related to the internals (and not just external APIs) of webkit ? e.g. - regarding how

Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread Jack Wootton
This is a good high level view of WebKit: http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/DisplayWebContent.html A blog entry on rendering: http://webkit.org/blog/114/webcore-rendering-i-the-basics/ I'm sure there are other good blog entries, and the standard seems to

Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread KwangYul Seo
Hi, There are some articles and talks on WebKit (or Chromium) internals. * WebCore Rendering http://webkit.org/blog/114/webcore-rendering-i-the-basics/ http://webkit.org/blog/115/webcore-rendering-ii-blocks-and-inlines/ http://webkit.org/blog/116/webcore-rendering-iii-layout-basics/

[webkit-dev] S60WebKit MIME type question

2009-07-14 Thread Sam Critchley
Hi, Apologies for the very basic question, but I'm trying to find out how you can use custom MIME types in WebKit on S60 (3rd and 5th editions). We're looking at doing something like triggering the S60 camera app using a camera button in a web form (which is accessed in an app using

[webkit-dev] WebKit/Gtk+ and Accessibility Query

2009-07-14 Thread subodh.soni
Hi, I am working on developing a test automation solution for an application which uses WebKit/Gtk+ library on Linux. While browsing through the sources of WebKit and related mailing lists, I got to know that WebKit does support Accessibililty through the usage of Atk/at-spi libraries. There

[webkit-dev] Review Queue needs some more attention

2009-07-14 Thread Adam Treat
We have close to 100 patches that need attention in the review queue. http://www.webkit.org/pending-review I count five or six for the Qt port. Eight for the GTK port. Several for the Haiku port where a decision should probably be made. And several for the ARM Jit work and the custom memory

Re: [webkit-dev] S60WebKit MIME type question

2009-07-14 Thread Jack Wootton
If a browser finds a MIME type it cannot display (for example from an embed or object tag) then is will iterate through available plugins and load the plugin which handles that MIME type. Regarding camera on S60, you may want to take a look at: Nokia hvave released a beta version of the their

Re: [webkit-dev] Development Tools on Safari

2009-07-14 Thread Adam Roben
On Jul 13, 2009, at 11:24 PM, Hieu Le Trung wrote: Can we separate the tools from WebKit menu? I don't think I understand this question. What is the WebKit menu? I want to run them as a stand-alone and connect to existing WebKit instance. Right now each Web Inspector window is tied to a

Re: [webkit-dev] S60WebKit MIME type question

2009-07-14 Thread Sam Critchley
Hi Jack, Thanks for taking the time to reply. The Nokia Platform Services resources are great, but currently only available in WRT on their S60 5th edition devices (5800 and N97). I think we're also going to look closely at the plug-in route as well - I wonder if there's a repository of

Re: [webkit-dev] S60WebKit MIME type question

2009-07-14 Thread Jack Wootton
Plugins should follow the NPAPI (https://developer.mozilla.org/en/Gecko_Plugin_API_Reference) and so it shouldn't really matter if it pre-dates WebKit. No doubt someone else on this mailing list can offer more help here (since I'm new to webkit). If you sign up to the Symbian Foundation, then

Re: [webkit-dev] S60WebKit MIME type question

2009-07-14 Thread Jack Wootton
Just to add, you are right, S60 browser uses ECOM to load a list of plugins at runtime that implement the interface 'CEcomBrowserPluginInterface'. It stores meta data about each plugin, such as the MIME type it handles and the UID of the DLL implementing the plugin. The browser then loads the

Re: [webkit-dev] Development Tools on Safari

2009-07-14 Thread Hieu Le Trung
Adam, Let me check the Chrome. I'd like to have Web Inspector run as a separate process and connect to WebKit instance for profiling, performance measuring...It's also good if we can have it connect remotely, WebKit run on the target (embedded) and Web Inspector remote connect to do profile.

[webkit-dev] extend javascript inside iframes, and hide cursor

2009-07-14 Thread scostas
Hi all: I'm working with GTK-Webkit and I have two questions: a) I added a new javascript class, and it works fine, but when I run the webpage inside an iframe, it doesn't work. How have I to add the new class and object to make it work in the iframes too? I add the new class with this

Re: [webkit-dev] extend javascript inside iframes, and hide cursor

2009-07-14 Thread Adam Roben
These questions should be posted to the new webkit- h...@lists.webkit.org list. -Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread David Kilzer
On Tuesday, July 14, 2009 3:28:27 AM, Jack Wootton wrote: I'm sure there are other good blog entries, and the standard seems to be quite high, unfortunately I haven't found a page which lists the entries away from all the ...is now a webkit reviewer or allows a search of them. All I can do

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Kevin Ollivier
Hi Peter, On Jul 13, 2009, at 2:03 PM, Peter Kasting wrote: On Mon, Jul 13, 2009 at 1:56 PM, Maciej Stachowiak m...@apple.com wrote: One belated comment on this topic. It would be neat if some port agreed to be the guinea pig to see if gyp could plausibly work for more than Google's

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Peter Kasting
On Tue, Jul 14, 2009 at 9:24 AM, Kevin Ollivier kev...@theolliviers.comwrote: Of course, the big question is if waf would have the same limitations as SCons in regards to doing this, but I think it's at least worth exploring. I'd be interested to know what limitations you guys ran into when

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Darin Fisher
On Tue, Jul 14, 2009 at 10:27 AM, Peter Kasting pkast...@google.com wrote: On Tue, Jul 14, 2009 at 9:24 AM, Kevin Ollivier kev...@theolliviers.comwrote: Of course, the big question is if waf would have the same limitations as SCons in regards to doing this, but I think it's at least worth

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Mark Mentovai
Kevin Ollivier wrote: I'd be interested to know what limitations you guys ran into when trying to use SCons for this sort of thing. The SCons input language is too free-form to be easily shoehorned into things like Xcode and Visual Studio projects. SCons is flexible enough that mapping its

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Brent Fulgham
Hi, Kevin Ollivier wrote: I'd be interested to know what limitations you guys ran into when trying to use SCons for this sort of thing. On Tue, Jul 14, 2009 at 11:04 AM, Mark Mentovaim...@chromium.org wrote: The SCons input language is too free-form to be easily shoehorned into things like

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Peter Kasting
On Tue, Jul 14, 2009 at 11:20 AM, Brent Fulgham bfulg...@gmail.com wrote: Do we feel that GYP is finally the right tool? Well, unlike SCons we're actually building all our ports on top of GYP. We never actually expanded SCons to all platforms or addressed the problems we had with it. But I

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Kevin Ollivier
Hi Peter, On Jul 14, 2009, at 10:27 AM, Peter Kasting wrote: On Tue, Jul 14, 2009 at 9:24 AM, Kevin Ollivier kev...@theolliviers.com wrote: Of course, the big question is if waf would have the same limitations as SCons in regards to doing this, but I think it's at least worth exploring.

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-14 Thread Mark Mentovai
Brent Fulgham wrote: The thing that worries me about this latest push to add GYP is that there was much Google enthusiasm for the SCons stuff six months or so ago, and SCons stuff started landing in the tree, and now that's all been tossed away (apparently for performance reasons). Do we

Re: [webkit-dev] ExecState::thisObject()

2009-07-14 Thread Geoffrey Garen
That's correct. Other browser's get this case right. Here are a couple test cases you might find interesting: http://webblaze.org/abarth/tests/protoconfused/test1.html http://webblaze.org/abarth/tests/protoconfused/test2.html I tried these tests, with mixed results: IE8: Exception thrown

Re: [webkit-dev] ExecState::thisObject()

2009-07-14 Thread Adam Barth
On Tue, Jul 14, 2009 at 12:31 PM, Geoffrey Garengga...@apple.com wrote: Also, once we've established the model, we'll need to propose it to some standards body -- probably HTML5. I believe the correct spec to describe this behavior is WebIDL, which controls how the abstract DOM interfaces are

Re: [webkit-dev] ExecState::thisObject()

2009-07-14 Thread Geoffrey Garen
Also, once we've established the model, we'll need to propose it to some standards body -- probably HTML5. I believe the correct spec to describe this behavior is WebIDL, which controls how the abstract DOM interfaces are realized in ECMAScript. Sounds good. Geoff

Re: [webkit-dev] ExecState::thisObject()

2009-07-14 Thread Eric Seidel
I've made some initial stabs: https://bugs.webkit.org/show_bug.cgi?id=27276 The bindings need a bunch more cleanup before we can do much more than that. I've started filing bugs about the cleanup. On Tue, Jul 14, 2009 at 12:41 PM, Geoffrey Garengga...@apple.com wrote: Also, once we've