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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] _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] _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] 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] 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] _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] 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] 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] 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] 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] 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] 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

<    1   2   3