Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread David D. Kilzer
Kevin Ollivier [EMAIL PROTECTED] wrote: [...] The tricky part AFAICT would be XCode, though, because even if there is a scripted solution for this, it would probably need to be run on a Mac where we have access to AppleScript or some other scripting tool that can read and make changes

Re: [webkit-dev] Safari Correctly Setting No-Cache via HTML

2007-11-02 Thread David D. Kilzer
[Please reply off-list as this is off topic. I thought I'd post to the list in case anyone wanders across this thread via Google search looking for an answer.] Richard Glaser [EMAIL PROTECTED] wrote: Ok, this is really off-topic, but maybe someone has info on setting JBoss 3.0 to add

Re: [webkit-dev] Weird safari crash -

2007-10-27 Thread David D. Kilzer
Have you tried re-installing the Safari 3 Public Beta to see if that fixes the issue? Dave Amit Joshi [EMAIL PROTECTED] wrote: I am having this weird safari behavior. I wonder if anybody experience this before. I have built webkit.dll using the compatible revision sources, so that when I

Re: [webkit-dev] Resize/layout code

2007-10-18 Thread David D. Kilzer
You want to read this blog entry about layout (as well as the other four entries): http://webkit.org/blog/116/webcore-rendering-iii-layout-basics/ Dave Artem Ananiev [EMAIL PROTECTED] wrote: Hi, I'm trying to understand WebKit code which is responsible for layouting the contents of

Re: [webkit-dev] Build errors on WinXP

2007-10-17 Thread David D. Kilzer
You probably just need to update to revision r26603 or later. http://trac.webkit.org/projects/webkit/changeset/26603 Dave Amit Joshi [EMAIL PROTECTED] wrote: I am building webkit (on Qt) on winXp. I have my 'path' set up as per twiki instructions. While trying to run 'perl build-webkit'

Re: [webkit-dev] Build question on QT window version

2007-10-10 Thread David D. Kilzer
Jerry K [EMAIL PROTECTED] wrote: I found some discussions about localtime_s when using MinGW. http://www.nabble.com/Need-localtime_s-t4584803.html#a13108085 I followed the suggestion to write some functions to work around the compiling error and it works. [Still using MingGW, since

Re: [webkit-dev] Bus error while building WebKit on Mac

2007-10-08 Thread David D. Kilzer
Xcode 2.4.1 is the latest release. You should be able to download it from http://developer.apple.com/, but you'll still need an ADC account (https://connect.apple.com/) to access this update. (Installing Xcode 2.4.1 will also update gcc on your system.) I recommend updating to Xcode 2.4.1.

Re: [webkit-dev] Extending the multipart support

2007-09-21 Thread David D. Kilzer
WebKit supports multipart/x-mixed-replace as long as the content type doesn't change (14149) or as long as it's not used through an XMLHttpRequest (14392): http://bugs.webkit.org/show_bug.cgi?id=14149 http://bugs.webkit.org/show_bug.cgi?id=14392 The multipart/related (7168), multipart/mixed

Re: [webkit-dev] Extending the multipart support

2007-09-21 Thread David D. Kilzer
Maciej Stachowiak [EMAIL PROTECTED] wrote: To support non-replace multipart schemes, where resources are considered related, you'd want to provide some implementation of the cid: URL scheme that knows how to find attachments. Currently we consider this the domain of mail clients to

Re: [webkit-dev] Can't open file WebKit/LayoutTests/fast/encoding/.svn/tmp/text-base/utf-32-big-endian-nobom.xml.svn-base

2007-09-17 Thread David D. Kilzer
What client are you using to check out the source? Are you using something like TortoiseSVN or the svn command-line from Cygwin? If you're using svn from Cygwin, what version does svn --version report? Is the path too long? If I remember correctly, Windows has some limit on the length of the

Re: [webkit-dev] reload after an upload

2007-09-11 Thread David D. Kilzer
Please file a bug on http://bugs.webkit.org/ with explicit instructions on how to reproduce the bug. Don't worry if it's a duplicate! Dave Bernu Bernard [EMAIL PROTECTED] wrote: When I do a reload after an upload a previous page on the site is refreshed, not the curent page. I have

Re: [webkit-dev] disable scroll bars in webView....

2007-08-31 Thread David D. Kilzer
Hi Kathryn, Are you wanting to do this using HTML? If so: img src=http://webkit.org/images/icon-gold.png; style=top: 200px; left: 200px; position: absolute; To make a containing element not scroll, use the overflow: hidden style (e.g. to disable scroll bars for the entire page): body

Re: [webkit-dev] disable scroll bars in webView....

2007-08-31 Thread David D. Kilzer
produced the bridge to making browsers). What I am trying to do is create a web browser that is tiny and has no scroll bars--the images would be thumbnails. Thanks, Kathryn On Aug 31, 2007, at 9:54 AM, David D. Kilzer wrote: Hi Kathryn, Are you wanting to do this using HTML

Re: [webkit-dev] Some .strip files are not generated anymore

2007-08-15 Thread David D. Kilzer
Hi Artem, Please file a bug on http://bugs.webkit.org/. I'm not sure if this is an issue or not, but it won't hurt to track it there. Dave Artem Ananiev [EMAIL PROTECTED] wrote: Hi, all, in some of the recent WebKit changes in WebCore.pro I see the following diffs:

Re: [webkit-dev] AtMail 5.x and Safari

2007-07-31 Thread David D. Kilzer
Joe Auty [EMAIL PROTECTED] wrote: Apparently the developers are working on adding Safari advanced interface support, but in the meantime I was sort of curious as to what the technical hurdles may have been with supporting Safari? Does Safari have some issues with parsing XML documents that

Re: [webkit-dev] WebForms 2.0 and Webkit

2007-06-06 Thread David D. Kilzer
Hi Andre, Is Web Forms 2.0 the same thing as XForms? If so (I think it is), you may be interested in these bugs: http://bugs.webkit.org/show_bug.cgi?id=10048 http://bugs.webkit.org/show_bug.cgi?id=13815 Dave Andre-John Mas [EMAIL PROTECTED] wrote: Hi, I have heard that the W3C was

Re: [webkit-dev] Your opinion on a CSS proposal

2007-06-05 Thread David D. Kilzer
You may be interested in these blogs as well: http://webkit.org/blog/55/high-dpi-web-sites/ http://webkit.org/blog/56/high-dpi-part-2/ Dave Windy Road [EMAIL PROTECTED] wrote: Hi, Sorry in advance if this is the wrong place/way to ask this. I recently posted on the www-style list a

Re: [webkit-dev] Question about porting webkit

2007-05-27 Thread David D. Kilzer
Jin, Yihua [EMAIL PROTECTED] wrote: Based on my understanding, the webcore of webkits using KHTML as its main rendering engine, and KHTML is from KDE/Qt library, So if webkit will be port to some platform, then that one must support KDE/Qt, am I right? No. You will have to provide your

[webkit-dev] Fwd: [ANN] Release of Bugzilla 3.0!

2007-05-10 Thread David D. Kilzer
Upgrading bugs.webkit.org would allow a custom Radar field to be added to each bug! Dave ---BeginMessage--- In 1998, the first open-source version of Bugzilla, 2.0, was released to the world without much fanfare, just this little post on the netscape.public.mozilla.announce mailing list:

Re: [webkit-dev] Keychain access

2007-04-28 Thread David D. Kilzer
It's a known issue. See Forms auto-fill doesn't work: http://trac.webkit.org/projects/webkit/wiki/Known%20incompatibilities%20between%20open-source%20WebKit%20and%20Safari Dave P A [EMAIL PROTECTED] wrote: Is there anyway to use Webkit but also have Webkit access Keychain? For me this a

Re: [webkit-dev] old WebKit SDK

2007-03-11 Thread David D. Kilzer
Hi Riccardo, The Historical User Agent Strings page for Safari shows that the last version of WebKit released for Jaguar was 85.8.5. http://developer.apple.com/internet/safari/uamatrix.html If you then look at the WebKit Subversion repository, you'll find branches and tags that are

Re: [webkit-dev] Should editable webkit accept option space to insert non-breaking space?

2007-02-20 Thread David D. Kilzer
Dan, Please file a Bugzilla bug to track this issue. Your comments below would make a good initial bug description. Dave On Feb 20, 2007, at 12:43 AM, Dan Wood wrote: Just to clarify my needs and expectations: When I type in the following, with _ representing option space: We use

Re: [webkit-dev] layout tests

2007-01-19 Thread David D. Kilzer
On Jan 19, 2007, at 4:23 AM, Lars Knoll wrote: * run-webkit-tests generated results for new tests on the fly [...] I've fixed this issue with r18976. run-webkit-tests does now not generate new results by default anymore. You'll have to pass the --new-tests flag to it to force it to do