Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Gustavo Noronha Silva
On Sun, 2009-08-23 at 21:30 -0700, Adam Barth wrote: I think, though, that the AFS/NFS issue you mention is more general and shouldn't be a motivating factor. We have many GNU/Linux users not in corporate networks, these days, as well, and I think we should not be designing everything for

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Adam Barth
On Mon, Aug 24, 2009 at 6:11 AM, Gustavo Noronha Silvag...@gnome.org wrote: I am saying that we should be careful not to design things with 'Linux is mostly used in enterprise settings' in mind. Ah, I see. Yes, this makes sense. My experience with Linux is mostly in universities where these

Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5

2009-08-24 Thread Garth Dahlstrom
I've gotten a bit further, by working around the problem. It looks like it's not picking up the QTDIR/include, but rather referencing the modules directly in the /usr/include directory... like this: -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui I don't really know where

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Serge Noiraud
Hi, I'm writing a webkit application which use only local files ( gramps-project ) I use python-webkit and pywebkitgtk. This is not a browser for the user. If I understand correctly, in a near futur, my application will not work. Is there a way to avoid this kind of problem ? Can we authorize

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Adam Barth
On Mon, Aug 24, 2009 at 10:23 AM, Serge Noiraudserge.noir...@laposte.net wrote: I'm writing a webkit application which use only local files ( gramps-project ) I use python-webkit and pywebkitgtk. This is not a browser for the user. If I understand correctly, in a near futur, my application

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Xan Lopez
On Mon, Aug 24, 2009 at 8:23 PM, Serge Noiraudserge.noir...@laposte.net wrote: Hi, I'm writing a webkit application which use only local files ( gramps-project ) I use python-webkit and pywebkitgtk. This is not a browser for the user. If I understand correctly, in a near futur, my

[webkit-dev] How to deal with localized strings

2009-08-24 Thread Michelangelo De Simone
Hi guys, I'm gonna implement the support to the validationMessage HTML5 DOM attribute of form control elements, it shall return a string that describes which validation state the element is in. AFAIK this should be a localized string to be presented to the user: I tought to write a simple: enum

[webkit-dev] Bugzilla Maintenance: Tue Aug 24, 6-7pm

2009-08-24 Thread William Siegrist
Bugzilla will be down for maintenance from 6pm to 7pm tomorrow evening. We are migrating the backend database to postgresql, so no user-visible changes should result. We will make announcements in irc as usual. Thank you. -Bill ___ webkit-dev

Re: [webkit-dev] Building QtWebkit on Mac OSX 10.5.6 with Qt 4.5

2009-08-24 Thread Garth Dahlstrom
I'm seeing the following error despite having Flex 2.5.35 installed at /opt/local/bin/flex, and Flex 2.5.33 in /usr/bin and /Developer/usr/bin ( http://trac.webkit.org/wiki/BuildingQtOnLinux suggests that 2.5.33+ should be okay - I know, I know these are Linux instructions not OSX instructions)...

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Maciej Stachowiak
Hi Adam, I think it's probably possible to change the default on all platforms other than Mac. I do not believe the compatibility issues we're concerned about for Mac affect any other port. I think this would be a good choice. For what it's worth, NFS/AFS automounting also affects many

Re: [webkit-dev] How to deal with localized strings

2009-08-24 Thread Ryan Leavengood
On Mon, Aug 24, 2009 at 2:07 PM, Michelangelo De Simonemicde...@gmail.com wrote: In order to accomplish this in HTMLFormControlElement::validationMessage() I should return the localized string obtained from the embedder and this is the trouble I went into: how such a thing is usually done in

Re: [webkit-dev] Security advice for linux browsers based on WebKit

2009-08-24 Thread Ryan Leavengood
On Mon, Aug 24, 2009 at 7:16 PM, Maciej Stachowiakm...@apple.com wrote: I think it's probably possible to change the default on all platforms other than Mac. I do not believe the compatibility issues we're concerned about for Mac affect any other port. I think this would be a good choice. I

Re: [webkit-dev] webkit-dev Digest, Vol 51, Issue 26

2009-08-24 Thread ravi swami
Is SquirrelFish Extreme included in latest versions of webkit? On 8/24/09, webkit-dev-requ...@lists.webkit.org webkit-dev-requ...@lists.webkit.org wrote: Send webkit-dev mailing list submissions to webkit-dev@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit