Re: [webkit-dev] Patch to prepend the name of the git branch to the $baseProductDir

2007-11-19 Thread David D. Kilzer
Thanks for the patch, Adam! However, the process for contributing code states that you should create a bug on and post the patch there with the "review?" flag set. We generally don't discuss or review individual patches on the mailing list. http://webkit.org/coding/cont

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 cha

Re: [webkit-dev] Windows nightly build crashes on page load

2007-11-05 Thread David D. Kilzer
Hi Marcus, Please create a new bug on http://bugs.webkit.org/ and post a user.dmp (crash log) file to the bug using these instructions: http://webkit.org/quality/crashlogs.html Thanks! Dave Marcus Better <[EMAIL PROTECTED]> wrote: > Hi, > > the nightly builds including r27433 do not work fo

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 att

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

2007-11-01 Thread David D. Kilzer
Richard Glaser <[EMAIL PROTECTED]> wrote: > Why does only support server-side caching directives when it appears > other browsers like FireFox, IE support meta tag. Seems like this will > cause many backend systems to not support Safari since it market share > is 5% and probably many assume

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

2007-11-01 Thread David D. Kilzer
Have you tried testing the Safari 3 Public Beta on 10.4.10 to see if the issue is resolved in there? http://www.apple.com/safari/ You might also take a look at the wKiosk browser, which uses WebKit to render web pages (the same engine that Safari uses): http://www.app4mac.com/wkioskbrows

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

Re: [webkit-dev] Does Webkit support cross-compilation?

2007-10-25 Thread David D. Kilzer
Charles Woloszynski <[EMAIL PROTECTED]> wrote: > I am trying to get webkit/qt built for a PPC processor, using a cross- > compiler. I have Qt cross-compiled and running on the target machine. > > When I try to build the webkti for the PPC, I get an error with > dftables. Apparently, the buil

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] McAfee VirusScan considers the following files as (Trojan) in window

2007-10-09 Thread David D. Kilzer
This is a known issue: McAfee Antivirus reports false positive when checking out WebKit source on Windows http://bugs.webkit.org/show_bug.cgi?id=14649 If you would like this issue resolved, please contact McAfee technical support and reference the case numbers mentioned here: http://bugs.webkit.

Re: [webkit-dev] for review: RefPtr document

2007-10-09 Thread David D. Kilzer
Random thoughts: - A link to auto_ptr examples/documentation would be nice when it's first mentioned. - I'm not clear what this statement says because I'm not sure what "donor" means (the rvalue of the assignment statement?) and I'm not sure what is being set to zero (the reference count or the v

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread David D. Kilzer
Oliver Hunt <[EMAIL PROTECTED]> wrote: > On the other hand, those of us using git currently have to use the > git-svn bridge which, while functional, is somewhat slow. I think > (and i'm hoping others agree) that despite the slightly more complex > interface the improved merging, branching,

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. Howe

Re: [webkit-dev] Webkit Building on Windows

2007-10-08 Thread David D. Kilzer
Jith Thomas <[EMAIL PROTECTED]> wrote: > On 10/5/07, Adam Roben <[EMAIL PROTECTED]> wrote: > > *>Did you try running svn cleanup as suggested?* > > Yes, I tried > * * *$ svn cleanup WebKit*, but it is expecting the files to > be inside .svn/temp folder which in my case is i

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

2007-10-08 Thread David D. Kilzer
Hi Song, What version of Xcode and gcc do you have installed? Run "gcc --version" in a Terminal window to check the gcc version, or launch Xcode and choose "About Xcode" from the Xcode menu. If you are using Xcode 2.4.1 or this version of gcc: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple

Re: [webkit-dev] Disabing SVG?

2007-10-07 Thread David D. Kilzer
% ./WebKitTools/Scripts/build-webkit --no-svg It would be nice if build-webkit provided a usage statement, but it doesn't currently. See the "GetOptions()" call for details (or "man Getopt::Long"). Dave Greg Simon <[EMAIL PROTECTED]> wrote: > How exactly is SVG supposed to be disabled from th

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] 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 (9389

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 th

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 hav

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

2007-08-31 Thread David D. Kilzer
ng bars WebView in Xcode? (I am > asking WebKit group as you have > 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 > > >

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: 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): http://webkit.o

RE: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-21 Thread David D. Kilzer
Please file a bug using . If you don't have an ADC account, please create a free "online" account using . Also, please provide the Radar bug number in a reply once you've filed it. Thanks! Dave MILIANO Vitorio <[EMAIL PROTECTED]> wrote:

Re: [webkit-dev] Assistance

2007-08-19 Thread David D. Kilzer
Hi David, I would guess that you should start looking in RenderObject::paintBoxShadow() and RenderObject::drawBorderArc(), although I'm not a rendering expert. (Maybe I will be after reading Hyatt's blog postings!) http://webkit.org/blog/114/webcore-rendering-i-the-basics/ Also, if you're going

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: > > -cssprops.

Re: [webkit-dev] RE: How to get labeled version of webkit on windows svn

2007-08-08 Thread David D. Kilzer
Correct. If you already have the source checked out, you may use: svn update -r24872 See http://svnbook.red-bean.com/ for more details. Dave Sunil Bannur <[EMAIL PROTECTED]> wrote: > I think I got it > > svn checkout --revision 24872 > http://svn.webkit.org/repository/webkit/trunk WebKit >

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 th

RE: [webkit-dev] Question to the Adobe ApolloWebKit developers, tips and tricks to getting your "branch" to compile.

2007-07-27 Thread David D. Kilzer
Quick hack to capture the information (please feel free to clean it up): http://trac.macosforge.org/projects/webkit/wiki/ApolloWebKit Dave Chris Brichford <[EMAIL PROTECTED]> wrote: > Some assembly is required. :). First thing you will need to do is download > some libraries our port depends

Re: [webkit-dev] Issue retrieving SourceCode: SC containing Trojan horses?!?

2007-07-17 Thread David D. Kilzer
Filed Bug 14649 to track this as an evangelism issue. http://bugs.webkit.org/show_bug.cgi?id=14649 Dave Paul Bakker <[EMAIL PROTECTED]> wrote: > Hi, > > > > Trying to download and install WebKit, following the instructions at > http://webkit.org/building/tools.html, but am running into the

Re: [webkit-dev] detect virus while download webkit source code

2007-07-17 Thread David D. Kilzer
Filed Bug 14649 to track this as an evangelism issue. http://bugs.webkit.org/show_bug.cgi?id=14649 Dave Yuehfu Shih <[EMAIL PROTECTED]> wrote: > Hi, >I am new to Webkit. I am downloading WebKit source code using subvsion. My > antivirus software detects virus while downloading the source

Re: [webkit-dev] iPhone Orientation and Scaling

2007-07-03 Thread David D. Kilzer
Christopher Allen <[EMAIL PROTECTED]> wrote: > In the www.iPhoneWebDev.com community we've been puzzling through how > to identify the change that happens when the iPhone's physical > orientation changes from portrait to landscape and back, and also how > to control the viewport scaling. > > We n

Re: [webkit-dev] DOM Mutation Event compatibility.

2007-07-03 Thread David D. Kilzer
Kalle Alm <[EMAIL PROTECTED]> wrote: > We're in the process of making isolated test cases for as many of the > issues we found as we are able to. I think our reports will straighten > out most of your confusion. Since we're talking "user input=>issue", > I've made a template for mutation-event sty

Re: [webkit-dev] DOM Mutation Event compatibility.

2007-07-03 Thread David D. Kilzer
Please file bugs on http://bugs.webkit.org/ for each individual issue, even if you're not sure it's a bug. Reduced test cases for each bug (that fail on Safari/WebKit but work on MSIE or Firefox) would help a lot! Please attach the test cases as HTML files rather than pasting the HTML in a commen

Re: [webkit-dev] Safari Win and plugins directory

2007-06-13 Thread David D. Kilzer
Safari probably works this way because the average user shouldn't have to install three copies of the same plug-in for MSIE, Firefox, and Safari. :) I'm not sure if there is a way to install a plug-in for just one browser, though. Others on the list may have an idea of how to do this. If they'r

Re: [webkit-dev] Unpacking Nightly Builds

2007-06-13 Thread David D. Kilzer
Hi Michael, You probably tried to download the file while it was being uploaded to the server and got a partial copy. Please try to download it again. Dave Michael JasonSmith <[EMAIL PROTECTED]> wrote: > I get and error unpacking the latest nightly build of WebKit for Windows > from > http:

Re: [webkit-dev] SVG in WebKit for Safari 3 for Windows and Mac and iPhone?

2007-06-12 Thread David D. Kilzer
Sergio, And that work would be happening on the feature-branch of WebKit: svn checkout http://svn.webkit.org/repository/webkit/branches/feature-branch WebKit-feature-branch Please see http://webkit.org/ for more details about checking out/compiling code. Dave Oliver Hunt <[EMAIL PROTECTED]> w

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

2007-06-06 Thread David D. Kilzer
lients to request a particular resolution. > > Take care, > Rob > > > On Jun 7, 2007, at 12:35 AM, Windy Road wrote: > > > On 06/06/07, David D. Kilzer <[EMAIL PROTECTED]> wrote: > >> You may be interested in these blogs as well: > >> >

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 w

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

Re: [webkit-dev] Adding New Layout Tests

2007-06-02 Thread David D. Kilzer
Reem Yazigi <[EMAIL PROTECTED]> wrote: > Thanks for your helpful answers. I still have some more questions for you guys: > > 1- Dave said "Image test is required to capture expected results that a text > based test can't". Can you please provide me with a path/name of one of these > cases? $ ls

Re: [webkit-dev] Adding New Layout Tests

2007-05-29 Thread David D. Kilzer
> > 3- Why would we generate PNGs and checksum files? Why would we use them and for what? > > 4- How can we make sure the expected results files that get automatically generated > for new tests are correct? > > Thanks, > > Reem. > > "David D. Kilzer"

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

Re: [webkit-dev] Adding New Layout Tests

2007-05-24 Thread David D. Kilzer
Reem Yazigi <[EMAIL PROTECTED]> wrote: > 1- Are the expected-results files browser dependent? The expected results files are simply text, but there are two basic types: render tree dumps and text dumps. The render tree dumps will be different for each platform, while the text dumps should be t

Re: [webkit-dev] layout tests

2007-05-22 Thread David D. Kilzer
Look at help for run-webkit-tests (or read the source; it's just Perl): $ ./WebKitTools/Scripts/run-webkit-tests --help New *.html (or *.xhtml, etc.) files in the LayoutTests hierarchy automatically get new results generated for them (if none exist). Look at existing tests to get ideas about how

[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 --- Begin Message --- 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 thi

Re: [webkit-dev] Red Alert!

2007-03-13 Thread David D. Kilzer
On Mar 13, 2007, at 12:34 AM, Geoffrey Garen wrote: The buildbot is red. As Spock exclaimed when mind-melding with the injured Horta in "The Devil in the Dark": *PAIN* 7 layout tests began failing with r20130 or r20131. This simply requires updated results for all 7 tests. Filed Bug

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 related

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 Bla

Re: [webkit-dev] Stumped by Date() results in Safari

2007-02-13 Thread David D. Kilzer
Jason, Are you able to upgrade from Panther (10.3.9) to Tiger (10.4.x)? Apple will be releasing Leopard (10.5) within the next few months, and Panther will be end-of-lifed (for all intents and purposes) after that. Dave On Feb 13, 2007, at 3:20 PM, Jason White wrote: Hmm. Yes, that's

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 so.

Re: [webkit-dev] contentWidth of a table row & rendering data

2007-01-17 Thread David D. Kilzer
There is nothing that says you can't ship your own copy of WebKit (legal or otherwise)! OmniWeb does just that. You just have to weigh the consequences, the most obvious of which is that if Apple ships an update to WebKit (security fix or bug fix), your application won't take advantage of

Re: [webkit-dev] contentWidth of a table row & rendering data

2007-01-16 Thread David D. Kilzer
Hi Stephen, Are you using shipping Safari, or a WebKit nightly, to do your testing? http://nightly.webkit.org/ Dave On Jan 16, 2007, at 7:20 AM, Stephen Deken wrote: Hello, This is a plea for help. I have a project for which I need to get the rendered outline of a DOM element. For my p

Re: [webkit-dev] Reporting FCKeditor related bugs

2007-01-12 Thread David D. Kilzer
Hi FredCK, I'd recommend filing all of the bugs. That way if someone else gets the notion to create a reduced test case or fix the bug, that's less work you'll have to do in the long run! Please do a cursory search for existing bugs before filing new ones as well. For example, "links ar

Re: [webkit-dev] Reducing Bugs

2006-12-21 Thread David D. Kilzer
It's primitive, but you could also sprinkle the code with alert() statements that print out suspect variables or expressions to determine which ones are null. You may also want to be mindful of these bugs (in which "this" is not set properly): http://bugs.webkit.org/show_bug.cgi?id=7831 h

Re: [webkit-dev] CanvasRenderingContext2D.cpp

2006-12-21 Thread David D. Kilzer
Hi Mike, Since you're feeling the "pain", you could make the changes yourself! I think there are examples of similar code changes in the history (review the ChangeLog for a candidate, then find the matching svn revision and review the diff). I may be over-simplifying the change, and you'd have t

Re: [webkit-dev] Impossible to compile Webkit on Windows

2006-12-20 Thread David D. Kilzer
This is a common occurrence for the Windows build right now, but the fix isn't usually too far behind: http://bugs.webkit.org/show_bug.cgi?id=11900 Dave On Dec 20, 2006, at 4:57 PM, Robert Błaut wrote: Hello Probably after changeset: 2006-12-16 Adele Peterson <[EMAIL PROTECTED]>

Re: [webkit-dev] Porting WebKit to BeOS/Haiku

2006-12-14 Thread David D. Kilzer
My two cents on the porting process: 1. Download the source from Subversion. (Hopefully Subversion is already ported!) 2. Get it to compile. (Looking at what is compiled on Windows or the Linux/GDK/Qt ports is probably most helpful. Note that none of the other projects is "feature comp

Re: [webkit-dev] autocomplete/autologin functionality question

2006-12-13 Thread David D. Kilzer
I'm not a WebKit expert (nor do I play one on TV), but here's my two cents. As I understand it, the autocomplete/autologin/autofill functionality that you see in Safari is a part of Safari, not WebKit. That means that you'll have to implement this feature yourself for your own applicatio

Re: [webkit-dev] Nominate Vox.com Compose to Webkit Compatibility Hit List?

2006-12-13 Thread David D. Kilzer
As Mark Rowe noted in the comments for Bug 10165, the best approach to getting the rich text/wysiwyg editor used by VOX to work with WebKit is to file individual bugs for specific bugs, then make these new bugs depend on Bug 10165. The other helpful thing to do is to reduce each of these i