Re: [webkit-dev] Incremental Layout

2008-02-02 Thread David Kilzer
You may be interested in defining the USE(LOW_BANDWIDTH_DISPLAY) macro (which becomes WTF_USE_LOW_BANDWIDTH_DISPLAY) when building WebCore. Note that this will cause FOUC (flash of unstyled content) by definition, though: http://webkit.org/blog/66/the-fouc-problem/ Dave ankush tiwari [EMAIL

Re: [webkit-dev] problem with parsing DIVs

2008-02-06 Thread David Kilzer
Hi Marcin, It's always a good idea to file a bug on bugs.webkit.org to track a specific issue, but this looks like a situation where there are nested HTML comments (which is NOT valid HTML): !-- div class=signaturetable border=0 cellspacing=0 cellpadding=0 width=100%

Re: [webkit-dev] HTMLInput issue

2008-02-20 Thread David Kilzer
Hi Sriram, Thanks for the patch! In order for this patch to be committed to WebKit, please open a bug on http://bugs.webkit.org/, attach the patch to it, and set the review? flag to make sure it's seen. Also, please review the contributor guidelines before reposting the patch:

Re: [webkit-dev] Windows build error during link

2008-03-06 Thread David Kilzer
Have you tried setting the build configuration when running build-webkit? For example: build-webkit --clean --debug Or: build-webkit --clean --release See also the set-webkit-configuration script. Dave Mike McMullen [EMAIL PROTECTED] wrote: I have run 'build-webkit --clean' and simply

Re: [webkit-dev] No more javascript parsing errors in console

2008-03-27 Thread David Kilzer
This works for me with Safari 3.1 on Mac OS X 10.5.2. (I used http://www.dmregister.com/ to test.) I think the trick is that you must have the Web Inspector open before you load the page to see the parsing errors. If that still doesn't work, please file a bug. Thanks! Dave Max Barel [EMAIL

Re: [webkit-dev] No more javascript parsing errors in console

2008-03-28 Thread David Kilzer
Adam Roben [EMAIL PROTECTED] wrote: David Kilzer wrote: This works for me with Safari 3.1 on Mac OS X 10.5.2. (I used http://www.dmregister.com/ to test.) I think the trick is that you must have the Web Inspector open before you load the page to see the parsing errors

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread David Kilzer
Great! I just didn't recall seeing that listed before. Dave Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: Hi David, There is already a logged bug. Is this not sufficient ? http://bugs.webkit.org/show_bug.cgi?id=16562 regards, Srinivas. On Fri, Apr 11, 2008 at 7:53 PM, David

Re: [webkit-dev] Desperate for webkit help

2008-04-11 Thread David Kilzer
Hi Mark, The best thing you could do is to file a bug on https://bugreport.apple.com/ and attach source for a project that reproduces the issue, along with details steps to reproduce the issue. If you don't have an Apple Developer Connection (ADC) membership, sign up for a free online membership

Re: [webkit-dev] Desperate for webkit help

2008-04-12 Thread David Kilzer
Scott Thompson [EMAIL PROTECTED] wrote: On Apr 11, 2008, at 7:37 PM, David Kilzer wrote: The best thing you could do is to file a bug on https://bugreport.apple.com/ and attach source for a project that reproduces the issue, along with details steps to reproduce the issue. If you

Re: [webkit-dev] Patch for compilation error while building with gcc 4.x compilers on latest nightlies

2008-04-14 Thread David Kilzer
Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: For my compilation using arm-linux-gcc (GCC) 3.4.6, while trying to build WebKit-r31848 on Gtk DirectFB, I am getting the following compilation error. This error gets fixed after commenting out the line containing protected: at

Re: [webkit-dev] _blank hrefs and new windows

2008-04-15 Thread David Kilzer
Rao M Hamse [EMAIL PROTECTED] wrote: Hi David, Do you have any updates on this bug (#16562http://bugs.webkit.org/show_bug.cgi?id=16562)? When do we get the working version of this feature ? regards, Srinivas Rao. M On Fri, Apr 11, 2008 at 9:27 PM, David Kilzer [EMAIL PROTECTED

Re: [webkit-dev] Desperate for webkit help

2008-04-15 Thread David Kilzer
it straight away. many thanks mark On Sat, Apr 12, 2008 at 1:37 AM, David Kilzer [EMAIL PROTECTED] wrote: Hi Mark, The best thing you could do is to file a bug on https://bugreport.apple.com/ and attach source for a project that reproduces the issue, along with details steps

Re: [webkit-dev] Desperate for webkit help

2008-04-15 Thread David Kilzer
this webkit bug was introduced my software has real problems with all these sites. All these forms worked fine prior to safari 3 Who do I gotta pay to fix the bug :) On Wed, Apr 16, 2008 at 12:21 AM, David Kilzer [EMAIL PROTECTED] wrote: The issue appears to be that when WebKit sent

Re: [webkit-dev] _blank hrefs and new windows

2008-04-16 Thread David Kilzer
, Apr 11, 2008 at 9:27 PM, David Kilzer [EMAIL PROTECTED] wrote: Great! I just didn't recall seeing that listed before. Dave Srinivas Rao M Hamse [EMAIL PROTECTED] wrote: Hi David, There is already a logged bug. Is this not sufficient ? http

Re: [webkit-dev] Desperate for webkit help

2008-04-16 Thread David Kilzer
3 Who do I gotta pay to fix the bug :) On Wed, Apr 16, 2008 at 12:21 AM, David Kilzer [EMAIL PROTECTED] wrote: The issue appears to be that when WebKit sent a multipart/form-data boundary with a + character in it, the server-side software wouldn't decode the request

Re: [webkit-dev] Desperate for webkit help

2008-04-16 Thread David Kilzer
, David Kilzer [EMAIL PROTECTED] wrote: The issue appears to be that when WebKit sent a multipart/form-data boundary with a + character in it, the server-side software wouldn't decode the request properly. (When there was no + character in the form boundary, everything worked fine

RE: [webkit-dev] Compile WebKit as an embedded framework

2008-05-01 Thread David Kilzer
Hi Adam, If this is purely an Xcode build issue, you should try the xcode-users mailing list: http://lists.apple.com/mailman/listinfo/xcode-users Also note that you're free to contribute patches via https://bugs.webkit.org/ if you think you can improve the build system for WebKit, or file bugs

Re: [webkit-dev] Does WebKit support 304 Not Modified for Ajax requests?

2008-05-09 Thread David Kilzer
Hi Scott, This sounds like a bug. Please file a bug on https://bugs.webkit.org/. Attaching a small reproducible sample script to the bug would be extremely helpful as well. Thanks! Dave Scott Schmitz [EMAIL PROTECTED] wrote: I have a web application that makes extensive use of

Re: [webkit-dev] Where are the changenotes for each nightly build?

2008-06-03 Thread David Kilzer
There is an RSS feed of svn commit logs available here as well: http://cia.vc/stats/project/WebKit Dave On Tue, 6/3/08, Oliver Hunt [EMAIL PROTECTED] wrote: If you go to http://nightly.webkit.org/builds/trunk/mac/1 (by following the View all available builds. link) you can see the

Re: [webkit-dev] construct the dom tree of non Xml valid page

2008-06-05 Thread David Kilzer
to be stricter than HTML, so it depends on what you're doing.) Dave On Thu, 6/5/08, Habiba Boulefat [EMAIL PROTECTED] wrote: Hi, I tried to construct some html page and it failed, because there is some missing closings tags !!! Habiba. 2008/6/4 David Kilzer [EMAIL PROTECTED]: On Wed

Re: [webkit-dev] Open Link In New Tab

2008-06-08 Thread David Kilzer
Hi Dave, Thanks for the complements! Regarding the open-a-window-in-a-new-tab feature, the best thing to do is to create a bug report on https://bugs.webkit.org/ with steps to reproduce the issue (even if it only reproduces 50% of the time). If you are able to create a self-contained,

Re: [webkit-dev] New IDL return type

2008-06-11 Thread David Kilzer
[Moving back onto webkit-dev. I couldn't reply with the correct From address using my iPhone yesterday.] On Wed, 6/11/08, Michelangelo De Simone [EMAIL PROTECTED] wrote: Il giorno 11/giu/08, alle ore 00:36, David Kilzer ha scritto: Look at WebCore/DerivedSources.make for where to add

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread David Kilzer
Josh, Perhaps you should find out why this command is failing: rm: cannot remove `/usr/local/WebKit2/WebKitBuild/Release/WebCore': Is a directory I'd suggest running rm -rf WebKitBuild, then trying to build again. Dave On Tue, 7/1/08, Joshua Chia [EMAIL PROTECTED] wrote: That didn't work

Re: [webkit-dev] Clarification on developing an embedded browser in PPC platform

2008-07-02 Thread David Kilzer
On Tue, Jul 1, 2008 at 7:37 PM, David Kilzer [EMAIL PROTECTED] wrote: On Tue, 7/1/08, devan sai [EMAIL PROTECTED] wrote: I am assigned to develop an embedded web browser in PPC platform. I would like to know the feasibility of the same, the support for HTML 4.01(except

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-02 Thread David Kilzer
If you had a connection failure while checking out/updating Subversion, you may want to remove the entire directory that was being updated, or simply check out the source from scratch again. An svn stat . command may tell you something, but sometimes svn can hork a subdirectory structure to

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-03 Thread David Kilzer
Xcode 3.1 should work. If you run which iconv from a Terminal window, what is the output? If you run iconv --version, what is the output? Do you have Fink or MacPorts installed? Which version of Mac OS X do you have installed? Dave On Thu, 7/3/08, Samuel Davis [EMAIL PROTECTED] wrote: Hi

Re: [webkit-dev] JPEG2000 support

2008-07-07 Thread David Kilzer
? Regards, Kwang Yul Seo On Sun, Jul 6, 2008 at 10:08 PM, David Kilzer [EMAIL PROTECTED] wrote: On Sun, 7/6/08, KwangYul Seo [EMAIL PROTECTED] wrote: Does WebKit support JPEG2000? Some web pages say so. http://echoone.com/filejuicer/formats/jp2 However, I can't find JPEG2000

Re: [webkit-dev] Query on running the test scripts

2008-07-10 Thread David Kilzer
The run-javascriptcore-tests script attempts to build JavaScriptCore and the testkjs/jsc tool before running the actual tests. If you haven't taught webkitdirs.pm how to build for your platform, it's not going to work. The line in the script that runs the actual test is this line: my $result

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread David Kilzer
Hi Nemix, In order to use WebKit with Java, you will have to provide a JNI (Java Native Interface) layer that lets Java talk to WebKit. You'll also have to provide a way for WebKit to draw within a Java application. (This is also a gross oversimplification of what may be required.)

Re: [webkit-dev] How to use webkit ?

2008-07-11 Thread David Kilzer
On Fri, 7/11/08, Nemix [EMAIL PROTECTED] wrote: After more readings on this subject, I have some others questions. I can use JavaFX as JNI, right ? (only if it works with iphone, I havn't this information... if someone know ^^) Can I use AWT ? Java is not available on iPhone OS. You

Re: [webkit-dev] Image Reflection using webkit

2008-07-15 Thread David Kilzer
Which version(s) of WebKit are you using? This only currently works in the Mac or Windows Nightly builds, or on tip-of-tree WebKit if you're compiling your own: http://nightly.webkit.org/ Dave On Tue, 7/15/08, aalap shah [EMAIL PROTECTED] wrote: Hi, I am trying to reflect an image i

Re: [webkit-dev] Image Reflection using webkit

2008-07-15 Thread David Kilzer
Then the GTK port probably hasn't implemented what's needed to use these features yet. Dave On Tue, 7/15/08, aalap shah [EMAIL PROTECTED] wrote: Hi, Im using GTKlauncher with GTKport using webkit r33943 version On Tue, Jul 15, 2008 at 8:04 PM, David Kilzer [EMAIL PROTECTED] wrote

Re: [webkit-dev] Building WebKit on Visual Studio 2005 is faied.

2008-07-16 Thread David Kilzer
Do you have ActiveState Perl installed? If so, the perl command in Cygwin may be picking up ActiveState Perl instead of /usr/bin/perl. You either need to uninstall ActiveState Perl or change your PATH environment variable so that /usr/bin/perl is first. Running which perl or perl --version

Re: [webkit-dev] How to use webkit ?

2008-07-17 Thread David Kilzer
Hi Nemix, You need a Mac to do iPhone development. Go ask your boss for a nice MacBook Pro laptop or a Mac Pro tower. Don't skimp on RAM, either. :) http://store.apple.com/ Dave On Thu, 7/17/08, Nemix [EMAIL PROTECTED] wrote: Hi ^^ After a discussion with my boss, I have to study a

Re: [webkit-dev] webkit s60 working revision

2008-07-18 Thread David Kilzer
Conclusions drawn are left as an exercise for the reader: http://www.google.com/search?hl=ensafe=offclient=safarirls=enq=nokia+acquires+trolltech http://build.webkit.org/builders/trunk-qt-linux-release http://build.webkit.org/builders/trunk-qt-win-release Dave On Fri, 7/18/08, Jack Wootton

Re: [webkit-dev] webkit documentation

2008-07-21 Thread David Kilzer
We update the web site through patches. Just file a bug on bugs.webkit.org and attach a patch with ChangeLog for review! Dave On Mon, 7/21/08, Jack Wootton [EMAIL PROTECTED] wrote: OK, it seems this is a good place to start

Re: [webkit-dev] Is it Possible to cross compile webkit for arm on mac??

2008-08-07 Thread David Kilzer
On Mon, 8/4/08, 조인표 [EMAIL PROTECTED] wrote: I am trying to cross compile webkit for arm-apple-darwin on mac. Because I want to execute my own safari on iPhone. But webkit basically don't seems to support arm archtecture on mac. Webkit project setting says that valid archtectures are

Re: [webkit-dev] IDL and JavaScript bindings .. ?

2008-08-07 Thread David Kilzer
WebKit is a full web browser engine (supporting JavaScript and rendering of HTML, XHTML, SVG, images and plug-ins), not just a simple HTML renderer (although it does that, too :). If all you're looking for is a simple HTML renderer, there are probably better choices. See the thread entitled,

Re: [webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread David Kilzer
On Tue, 8/12/08, Darin Adler [EMAIL PROTECTED] wrote: Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html Due to a change to handling of

Re: [webkit-dev] error while cross compiling WebKit

2008-08-18 Thread David Kilzer
Your C++ compiler doesn't know what 'std::wstring' is. Does your C++ library support wide characters? Dave On Mon, 8/18/08, nishit sharma [EMAIL PROTECTED] wrote: Hi All, I am getting this error while cross compiling WebKit for MIPS WebKitTools/DumpRenderTree/DumpRenderTree.h:50:

Re: [webkit-dev] How to set proxy in webkit ?

2008-08-20 Thread David Kilzer
On Wed, 8/20/08, Andy [EMAIL PROTECTED] wrote: Hi, all In my app based on webkit I want to set a proxy, I know webkit uses the system proxy config as its proxy, but I can not find any API about that, how to get the system proxy info and how to set it ? Is there any sample code I can refer

Re: [webkit-dev] webkit on MIPS

2008-08-22 Thread David Kilzer
On Thu, 8/21/08, ashu_ynr [EMAIL PROTECTED] wrote: I have cross compiled webkit on fedora6 (x86) for MIPS but i am in doubt that it wouldn't work on MIPS target. I didn't do any changes regarding the architecture in the webkit source. Kindly guide me that this cross compiled webkit would

Re: [webkit-dev] downloading src

2008-08-22 Thread David Kilzer
On Fri, 8/22/08, Jack Wootton [EMAIL PROTECTED] wrote: I'm attempting to follow the instructions here: http://webkit.org/building/checkout.html The instructions state: Type this command to update your source tree: WebKit/WebKitTools/Scripts/update-webkit However I have no

Re: [webkit-dev] downloading src

2008-08-28 Thread David Kilzer
PM, David Kilzer [EMAIL PROTECTED] wrote: Sounds like your connection is timing out. I would suggest deleting (rm -rf dirname) the last directory that SVN was trying to check out, then changing directories into WebKit (cd WebKit), and finally running svn update to pick up the rest

Re: [webkit-dev] downloading src

2008-08-29 Thread David Kilzer
: OS = CYGWIN_NT-5.1 i686 SVN = 1.5.1 On Thu, Aug 28, 2008 at 5:56 PM, David Kilzer [EMAIL PROTECTED] wrote: What operating system are you using (uname -a)? Which version of the Subversion client are you using (svn --version)? If it's 1.3.x, please install a newer version. It had

Re: [webkit-dev] webkit build on 2008

2008-09-01 Thread David Kilzer
On Mon, 9/1/08, Amanda Llewellyn [EMAIL PROTECTED] wrote: Does anyone know if there are any plans to release a build of WebKit compatible with visual studio 2008? Have you tried compiling WebKit with Visual Studio 2008? Are you running into compiler errors or other build errors? Could you

Re: [webkit-dev] Robotized QtLauncher

2008-09-01 Thread David Kilzer
Hi Kelemen, To have your code reviewed, please create a bug on https://bugs.webkit.org/ and post your code in the form of a patch with its review flag set to ?. Please see this web page for more information about contributing code: http://webkit.org/coding/contributing.html Regarding the

Re: [webkit-dev] WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5

2008-09-03 Thread David Kilzer
Platform.h is in JavaScriptCore/wtf/Platform.h. The JavaScript/Platform.h include should be resolved to $SYMROOTS/$BUILD_TYPE/JavaScriptCore.framework/PrivateHeaders/Platform.h. Did JavaScriptCore build successfully? Did you build JavaScriptCore first? Have you tried using the

Re: [webkit-dev] WTF_USE_LOW_BANDWIDTH_DISPLAY

2008-09-04 Thread David Kilzer
WTF_USE_LOW_BANDWIDTH_DISPLAY should be defined in JavaScriptCore/wtf/Platform.h for your platform. I don't think any of the main ports in the WebKit repository use this feature, which is why it probably doesn't work when enabled. Please file a bug on https://bugs.webkit.org/ (and a patch to

Re: [webkit-dev] Where can I get basic WebKit software?

2008-09-04 Thread David Kilzer
You must check out the source code from Subversion: http://webkit.org/building/checkout.html Or git: http://trac.webkit.org/wiki/UsingGitWithWebKit Note that the code base contains code for all the ports, but each platform's code is under a platform/platformname directory, so you know which

Re: [webkit-dev] WebKit-r36013 does not build on Mac OS X 10.5.4 PPC G5

2008-09-04 Thread David Kilzer
: No such file or directory In file included from /Users/fzerangue/ws/WebKit/JavaScriptGlue/ JSBase.h:32, from /Users/fzerangue/ws/WebKit/JavaScriptGlue/ JSBase.cpp:30: Frank Zerangue On Sep 3, 2008, at 5:17 PM, David Kilzer wrote: Please keep this discussion

Re: [webkit-dev] Platform network did.* semantics for status 404 with HTML body

2008-09-04 Thread David Kilzer
A similar bug related to stylesheets was filed as Bug 7381 and again as Bug 15242. https://bugs.webkit.org/show_bug.cgi?id=7381 https://bugs.webkit.org/show_bug.cgi?id=15242 It was fixed as part of Bug 16760 in r30438. https://bugs.webkit.org/show_bug.cgi?id=16760

Re: [webkit-dev] Where can I get basic WebKit software?

2008-09-05 Thread David Kilzer
1) I am really wondering whether the above all modules are related to QtPort or basic independent Webkit library? All of those directories are for the Qt port of WebKit. The platform code just isn't in WebCore/platform, it's in multiple platform directories beneath the WebCore tree. 2) I

Re: [webkit-dev] localization service for Webkit ?

2008-09-05 Thread David Kilzer
On Fri, 9/5/08, Matthieu C [EMAIL PROTECTED] wrote: I'm curious to find out if it will be possible to access from Javascript or other mechanisms the user localization (Lat/Long) and then use them onto my web application ? This is not currently available. Google has written a Geolocation API

Re: [webkit-dev] (no subject)

2008-09-05 Thread David Kilzer
.1.0.0 Dave On Fri, 9/5/08, rakesh sadhu [EMAIL PROTECTED] wrote: i also tried with root permissions!!! sudo make install but still same error!!! On Sat, Sep 6, 2008 at 3:03 AM, David Kilzer [EMAIL PROTECTED] wrote: Do you have write access to /usr/local/lib? Perhaps you need to run make

Re: [webkit-dev] Webkit Support Library

2008-09-16 Thread David Kilzer
On Tue, 9/16/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have no means to compile webkit myself. Is there a reason you can't use MS Visual C++ Express 2005 from Microsoft? It's free. Instructions for installing it are here: http://webkit.org/building/tools.html Unless I'm mistaken, I

Re: [webkit-dev] HTML5 Application Cache

2008-09-22 Thread David Kilzer
On Thu, 9/18/08, Michael Nordman [EMAIL PROTECTED] wrote: * Is this stuff built into shipping Safari or iPhone browsers yet? This feature shipped with iPhone OS 2.1. When you use Add to Home Screen from the + button on Safari for iPhone, a web application with a manifest defined (per the

Re: [webkit-dev] iPhone + SVG

2008-09-23 Thread David Kilzer
On Tue, 9/23/08, Nikolas Zimmermann [EMAIL PROTECTED] wrote: I came around a page using SVG on the iPhone today, and I'm puzzled - it actually displays SVG content. That means, iPhone supports SVG?! Since when is it included? Must have been the last firmware update 2.1? Yes, SVG was

Re: [webkit-dev] rookie questions

2008-09-24 Thread David Kilzer
On Wed, 9/24/08, Albert Law [EMAIL PROTECTED] wrote: 3) I got the code but McAfee On-Access Scan sees LayoutTests\fast\encoding\*\decoder-allow-null-chars.* as containing Exploit-ScriptNull (Trojan). Anyone else? See also: McAfee Antivirus reports false positive when checking out WebKit

Re: [webkit-dev] Some thoughts about platform flags

2008-09-24 Thread David Kilzer
On Wed, 9/24/08, Darin Adler [EMAIL PROTECTED] wrote: PS: We could also consider coming up with a new name for PLATFORM(MAC) or PLATFORM(WIN) that expresses this more clearly. That's a challenge, but I wouldn't rule out changing the name for clarity if we can come up with something

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread David Kilzer
On Thu, 9/25/08, Sherif [EMAIL PROTECTED] wrote: How can i start editing the javascriptcore to implement letter shaping? Font rendering is done in WebCore, not JavaScriptCore. Arabic is rendered using the complex text code path. Look for files with Font in their name, search for complex,

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread David Kilzer
It is not a nightly build I thought that the webcore can support unicode, thanks, David Kilzer wrote: On Thu, 9/25/08, Sherif [EMAIL PROTECTED] wrote: How can i start editing the javascriptcore to implement letter shaping? Font rendering is done in WebCore

Re: [webkit-dev] Database Storage

2008-10-03 Thread David Kilzer
Not discussed yet is that data is secured between JavaScript from a web page on Site A accessing data originally stored from a web page on Site B. This is not allowed. Note that a web page served from http://www.domain.com/ cannot access a database saved from a web page served from

Re: [webkit-dev] install Webkit in Fedora

2008-10-08 Thread David Kilzer
Aren't GLib the dev tools in the glib-dev package? # yum install glib-dev Dave On Wed, 10/8/08, houda hocine [EMAIL PROTECTED] wrote: hi, I am in the process of installing webkit in Fedora 9, but I have this error message: configure: error: You need the GLib dev tools in your path

Re: [webkit-dev] Testing - Compilating Webcore

2008-10-08 Thread David Kilzer
On Wed, 10/8/08, Sherif [EMAIL PROTECTED] wrote: Could any body please help me in compiling the webcore? I ve macos, 10.5 and xcode. Only the souce code of Webcore in a folder. Q1: why Should i compile javascriptcore first before compiling webcore? This is a note in the readme but i

Re: [webkit-dev] Add HTTP headers to WebView URL request with and without redirection

2008-10-09 Thread David Kilzer
If you want to do it for every request inside a WebView, why not just implement the resource load delegate method this way: - (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse

Re: [webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-16 Thread David Kilzer
On Wed, 10/15/08, Diego Taylor [EMAIL PROTECTED] wrote: On Thu, Oct 16, 2008 at 2:09 AM, David Kilzer [EMAIL PROTECTED] wrote: Having said that, if you're seeing an issue with -[UIWebView stringByEvaluatingJavaScriptFromString:], please file a bug on http://developer.apple.com/bugreporter

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-22 Thread David Kilzer
On Wed, 10/22/08, Bn, Sharath [EMAIL PROTECTED] wrote: /usr/bin/perl JavaScriptCore/kjs/create_hash_table JavaScriptCore/kjs/keywords.table DerivedSources/lexer.lut.h Global symbol @nameEntries requires explicit package name at JavaScriptCore/kjs/create_hash_table line 218. Execution of

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-23 Thread David Kilzer
] Error 255 Regards Sharath.B.N -Original Message- From: David Kilzer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 7:44 PM To: Bn, Sharath Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs

Re: [webkit-dev] How to access resource meta-data

2008-10-29 Thread David Kilzer
On Wed, 10/29/08, Andrew S. Townley [EMAIL PROTECTED] wrote: Fair enough. What I'm looking for at a minimum is the headers associated with each HTTP response. It would be nice to also be able to extract any HTML meta tags and have access to those as well. Other interesting things

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-30 Thread David Kilzer
/dftables line 245. make: *** [JavaScriptCore/pcre/chartables.c] Error 255 Pls let me know how to solve this build error Sharath -Original Message- From: David Kilzer [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 12:00 AM To: Bn, Sharath Cc: webkit-dev

Re: [webkit-dev] Save Page - Ideas

2008-10-30 Thread David Kilzer
On Thu, 10/30/08, zaheer ahmad [EMAIL PROTECTED] wrote: iam working on implementing save page functionality. Looks like its not already supported in the core. Apple's Mac port saves .webarchive files. The format is specific to the CoreFoundation framework, but there is platform-specific

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-10-31 Thread David Kilzer
On Fri, 10/31/08, Bn, Sharath [EMAIL PROTECTED] wrote: I get the following error after I give make command, Can anybody help me to fix this problem make[1]: *** [libWebCore.la] Error 255 make[1]: Leaving directory `/usr/webkit/src/WebKit-r37990' make: *** [all] Error 2 The interesting

Re: [webkit-dev] Geolocation questions

2008-10-31 Thread David Kilzer
On Fri, 10/31/08, Holger Freyther [EMAIL PROTECTED] wrote: Hey, I have started implementing a GeoLocation service for Gtk+ using the Gypsy interface. I have some comments and questions: 1.) Could we remove GeolocationService::create from GeolocationService.cpp? Any platform that

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-11-03 Thread David Kilzer
-ljpeg -L/usr/webkit/lib -lpng12 -lpthread make[1]: *** [libWebCore.la] Error 255 make[1]: Leaving directory `/usr/webkit/src/WebKit-r37990' make: *** [all] Error 2 -Original Message- From: David Kilzer [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 8:20 PM

Re: [webkit-dev] leak

2008-11-04 Thread David Kilzer
On Tue, 11/4/08, mario bensi [EMAIL PROTECTED] wrote: I seen in Changeset 3810, you force a leak, it's the same thing for the cache and others parts in webCore, I would understand why you want leak some part of code ? Do you mean r38104? http://trac.webkit.org/changeset/38104 This

Re: [webkit-dev] issue: accessing DOM elements directly, without using getElementById() from inside javascripts

2008-11-12 Thread David Kilzer
Please file a bug using https://bugs.webkit.org/enter_bug.cgi?product=WebKit and attach your reduced test case. Thanks! Dave From: Deshpande, Raghavendra [EMAIL PROTECTED] To: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org Sent: Wednesday, November

Re: [webkit-dev] issue: accessing DOM elements directly, without using getElementById() from inside javascripts

2008-11-12 Thread David Kilzer
, Raghavendra [EMAIL PROTECTED] To: David Kilzer [EMAIL PROTECTED] Sent: Wednesday, November 12, 2008 11:28:33 AM Subject: RE: [webkit-dev] issue: accessing DOM elements directly, without using getElementById() from inside javascripts Hello Dave, I would like to share my opinion. As per my

Re: [webkit-dev] Build errors

2008-11-18 Thread David Kilzer
I see a warning and an error that should be investigated. This looks like an unsupported command-line switch (may be nothing, or could be the cause of the build failure): if sort /cygdrive/c/Users/DTENNE~1/WebKit/WebCore/css/CSSPropertyNames.in

Re: [webkit-dev] Problem with transparency and webpages without bgcolor definition - Bug?

2008-11-20 Thread David Kilzer
Hi Bernd, Please file a bug on https://bugs.webkit.org/enter_bug.cgi?product=WebKit and attach a patch for review. Thanks! Dave From: Weber, Bernd [EMAIL PROTECTED] To: webkit-dev@lists.webkit.org Sent: Thursday, November 20, 2008 7:43:26 PM Subject:

Re: [webkit-dev] webkit documentation

2008-11-21 Thread David Kilzer
, David Kilzer [EMAIL PROTECTED] wrote: We update the web site through patches. Just file a bug on bugs.webkit.org and attach a patch with ChangeLog for review! Dave On Mon, 7/21/08, Jack Wootton [EMAIL PROTECTED] wrote: OK, it seems this is a good place to start http://developer.apple.com

Re: [webkit-dev] cygwin gives Bad interpreter No such file or directory

2008-12-06 Thread David Kilzer
Run perl --version to see which build/version of Perl you're using, and which perl to see where in your path the perl.exe binary is located. Dave From: Andrew Adcock [EMAIL PROTECTED] To: Darren VanBuren [EMAIL PROTECTED] Cc: webkit-dev@lists.webkit.org Sent:

Re: [webkit-dev] cygwin gives Bad interpreter No such file or directory

2008-12-06 Thread David Kilzer
That means you don't have Perl installed with Cygwin. Try repeating the installation step(s) on webkit.org for installing Cygwin (Step 3 under Windows): http://webkit.org/building/tools.html Dave From: Andrew Adcock [EMAIL PROTECTED] To: David D. Kilzer

Re: [webkit-dev] globals and guidelines

2008-12-09 Thread David Kilzer
Hi Cary, There currently isn't a convention. It would be great if you filed a bug on https://bugs.webkit.org/ to update the coding-style guidelines (and provided a patch if you have an opinion on the matter). Thanks! Dave From: Cary Clark [EMAIL

Re: [webkit-dev] globals and guidelines

2008-12-09 Thread David Kilzer
And by a patch I meant a patch to coding-style.html, not to change every static variable (yet :). Dave From: David Kilzer [EMAIL PROTECTED] To: Cary Clark [EMAIL PROTECTED] Cc: webkit-dev@lists.webkit.org Sent: Tuesday, December 9, 2008 12:51:57 PM Subject

Re: [webkit-dev] About Dom tree

2008-12-31 Thread David Kilzer
The map's parent is a body tag that's implicitly added during parsing to fix the DOM tree. See Ian Hixie's live DOM viewer for a visual representation of this (paste your HTML into the top textarea): http://software.hixie.ch/utilities/js/live-dom-viewer/ Dave

Re: [webkit-dev] Getting more buildbots green

2009-01-03 Thread David Kilzer
To me it seems like the result of some tests have impact on the others. This usually indicates some state isn't being reset (in DumpRenderTree or in WebKit) between tests for the GTK+ port. Individual test results should not rely on running previous tests. (The --random and --reverse flags

Re: [webkit-dev] about cookie

2009-01-04 Thread David Kilzer
$ find WebCore -iname \*cookie\* WebCore/platform/CookieJar.h WebCore/platform/mac/CookieJar.mm WebCore/platform/network/curl/CookieJarCurl.cpp WebCore/platform/network/soup/CookieJarSoup.cpp WebCore/platform/network/soup/CookieJarSoup.h WebCore/platform/network/win/CookieJarCFNetWin.cpp

Re: [webkit-dev] Webpage Limits

2009-01-05 Thread David Kilzer
Have you tried writing a test and testing each browser? div style=min-width: 100px; min-height: 100px;Hello World/div Dave From: Enrique Francesco enrique.france...@gmail.com To: webkit-dev@lists.webkit.org Sent: Monday, January 5, 2009 10:40:16 AM

Re: [webkit-dev] free lunch for a webCore dev?

2009-01-05 Thread David Kilzer
Have you tried asking questions on the #webkit IRC channel on irc.freenode.net? http://webkit.org/contact.html Dave From: eleith ele...@diffbot.com To: webkit-dev@lists.webkit.org Sent: Monday, January 5, 2009 1:41:51 PM Subject: [webkit-dev] free lunch for a

Re: [webkit-dev] Edit mode bug inserting br ?

2009-01-05 Thread David Kilzer
Which version of Safari did you try? There have been some HTML editing fixes recently in WebKit. Have you tried a nightly WebKit build? http://nightly.webkit.org/ Dave From: Diego Taylor diego.tay...@gmail.com To: webkit-dev@lists.webkit.org Sent: Monday,

Re: [webkit-dev] Edit mode bug inserting br ?

2009-01-06 Thread David Kilzer
Did you try the WebKit nightly to see if the issue is fixed there? Dave From: Diego Taylor diego.tay...@gmail.com To: David Kilzer ddkil...@webkit.org Sent: Tuesday, January 6, 2009 5:35:00 AM Subject: Re: [webkit-dev] Edit mode bug inserting br ? Hi Dave

Re: [webkit-dev] li with position outside combined with img float left problem

2009-02-05 Thread David Kilzer
Please file a bug on https://bugs.webkit.org/. Thanks! Dave From: Magnus Rembold magnus.remb...@munterbund.de To: webkit-dev@lists.webkit.org Sent: Thursday, February 5, 2009 11:41:58 AM Subject: [webkit-dev] li with position outside combined with img float

Re: [webkit-dev] Regarding Bug 23310

2009-02-15 Thread David Kilzer
It is valid and it is still open because it's Status is New. https://bugs.webkit.org/show_bug.cgi?id=23310 Dave From: Nilesh Patil vni...@gmail.com To: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org Sent: Sunday, February 15, 2009 12:02:06 AM

Re: [webkit-dev] Regarding Bug 23310

2009-02-15 Thread David Kilzer
automatically is set to 'about:blank'. I think instead of this it should point to base URL inside Document. I am currently looking at KURL.cpp init() method. Please comment Thanks Regards Niilesh On Sun, Feb 15, 2009 at 4:16 PM, David Kilzer ddkil...@webkit.org wrote: It is valid and it is still

Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-16 Thread David Kilzer
Try installing the libicu package. Dave From: nguyen hai deuxliq...@yahoo.com To: webkit-dev@lists.webkit.org Sent: Sunday, February 15, 2009 11:56:25 PM Subject: [webkit-dev] error: Cannot find icu-config. The ICU library is needed. Hi all, I build webkit

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
The autogen.sh script wants libsoup-2.4 OR NEWER. libsoup-2.4.1 satisfies that requirement, so try installing that version. Dave From: nguyen hai deuxliq...@yahoo.com To: webkit-dev@lists.webkit.org Sent: Monday, February 16, 2009 1:17:54 AM Subject:

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
([LIBSOUP_CFLAGS]) AC_SUBST([LIBSOUP_LIBS]) fi Note that $LIBSOUP_REQUIRED_VERSION is set to 2.23 anyway. Dave From: nguyen hai deuxliq...@yahoo.com To: David Kilzer ddkil...@webkit.org Sent: Monday, February 16, 2009 7:05:40 AM Subject: Re: [webkit-dev] checking

Re: [webkit-dev] Contributing to the documentation Wiki?

2009-02-16 Thread David Kilzer
Hi Frank, I believe it is: 1. Create an account (on macosforge.org; the accounts are shared with webkit.org). 2. Edit the wiki. http://trac.webkit.org/wiki Dave From: Frank Zerangue fzer...@cisco.com To: Webkit Development List webkit-dev@lists.webkit.org

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread David Kilzer
09:28:53 -0800 (PST) schrieb David Kilzer ddkil...@webkit.org: Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4. It looks like configure.ac is not comparing the versions correctly. Try making this change (changing libsoup-2.4 to just libsoup in configure.ac) and rerunning

  1   2   3   >