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

2008-10-15 Thread David Kilzer
Hi Diego, The WebKit framework is not public API on iPhone OS at this time, so any direct calls you make to WebKit are not supported and may have unintended consequences (like crashes or hangs). Having said that, if you're seeing an issue with -[UIWebView stringByEvaluatingJavaScriptFromString

Re: [webkit-dev] HTML5 Application Cache

2008-10-15 Thread David Kilzer
hen > loading that page, > until I reset the iPod's software. > > I had what looks like the same problem on Safari 4 preview > 2. > > > David Kilzer wrote: > > > > This feature shipped with iPhone OS 2.1. When you use > "Add to Home > > Sc

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 fromDataSour

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 bu

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

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 cannot access a database saved from a web page served from

Re: [webkit-dev] shiftLeft property compatibility

2008-10-03 Thread David Kilzer
Hi David, Please file a bug/enhancement request on . This is how the WebKit project tracks such requests. Thanks! Dave On Fri, 10/3/08, David Ford <[EMAIL PROTECTED]> wrote: > We at CNS Vital Signs would like to request that the > shiftLeft property > for the keydo

Re: [webkit-dev] JavascriptCore

2008-09-25 Thread David Kilzer
number is 525.18.1 > 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 star

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 "co

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 som

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

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] Fwd: Rename TypeInfo -> JSTypeInfo?

2008-09-23 Thread David Kilzer
Hi Kevin, The original message did make it to the list, but no one replied. I think the best approach is to simply create a bug on bugs.webkit.org and attach a patch for review (since the wx port is apparently the only one "feeling the pain" right now :). Dave On Tue, 9/23/08, Kevin Ollivier

Re: [webkit-dev] stringByEvaluatingJavaScriptFromString: OSX & Windows

2008-09-23 Thread David Kilzer
On Sun, 9/21/08, Jason Hullinger <[EMAIL PROTECTED]> wrote: > In OS X, with the WebKit Framework, I have the following > function from > WebView doing what I need: - > (NSString*)stringByEvaluatingJavaScriptFromString:(NSString*) > *script *However, I actually need to use that in a Windows > progr

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

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,

Re: [webkit-dev] Could the webkit support XHTML 2.0?

2008-09-07 Thread David Kilzer
According to this page, WebKit does not currently support XHTML 2.0: http://trac.webkit.org/wiki/SpecSupport What features are you using that are unique to XHTML 2.0 that don't let you use XHTML 1.0 or HTML 5? Dave On Sun, 9/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi,webkite

Re: [webkit-dev] (no subject)

2008-09-05 Thread David Kilzer
al/lib/libwebkit-1.0.so.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 yo

Re: [webkit-dev] (no subject)

2008-09-05 Thread David Kilzer
Do you have write access to /usr/local/lib? Perhaps you need to run "make install" as root? Or run "sudo make install"? Be careful--running as root can be dangerous! Dave On Fri, 9/5/08, rakesh sadhu <[EMAIL PROTECTED]> wrote: > i am facing a problem while building webkit r33943 ; when 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 Geolocatio

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

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 http://trac.webkit.org/changes

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

2008-09-04 Thread David Kilzer
Users/fzerangue/ws/ > WebKit/JavaScriptGlue/build/Release/JavaScriptGlue.framework/Versions/ > > A/Resources/English.lproj > > CompileC > build/JavaScriptGlue.build/Release/JavaScriptGlue.build/ > Objects-normal/ppc/JSBase.o > /Users/fzerangue/ws/WebKit/JavaScriptGl

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/" directory, so you know which files you c

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 (and a patch t

Re: [webkit-dev] Fix for Vector::m_inlineBuffer alignment?

2008-09-03 Thread David Kilzer
It sounds like the first part should go in JavaScriptCore/wtf/Platform.h. Could you open a new bug on and post this as a patch for review? Thanks! Dave On Wed, 9/3/08, Paul Pedriana <[EMAIL PROTECTED]> wrote: > I see that JavaScriptCore/wtf/Vector.h has this: > >

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

2008-09-03 Thread David Kilzer
setenv BUILT_PRODUCTS_DIR > /Users/fzerangue/ws/WebKit-r36013/ > JavaScriptCore/build/Release > setenv CACHE_ROOT /Library/Caches/com.apple.Xcode.501 > setenv CCHROOT /Library/Caches/com.apple.Xcode.501 > setenv CHMOD /bin/chmod > setenv CHOWN /usr/sbin/chown &

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 WebKitTools/Sc

Re: [webkit-dev] Robotized QtLauncher

2008-09-01 Thread David Kilzer
Hi Kelemen, To have your code reviewed, please create a bug on 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 th

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 yo

Re: [webkit-dev] downloading src

2008-08-29 Thread David Kilzer
t;[EMAIL PROTECTED]> wrote: > 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 cli

Re: [webkit-dev] downloading src

2008-08-28 Thread David Kilzer
ing > ***/ > > The size of many of the directories is 0. I assume this is > a symptom > of the error message I received? Any suggestions about the > cause or > what I can do to solve it? > > Many thanks, > Jack > > On Tue, Aug 26, 2008 at 6:

Re: [webkit-dev] downloading src

2008-08-26 Thread David Kilzer
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 of the directories. Dave On Tue, 8/26/08, Jack Wo

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 ha

Re: [webkit-dev] webkit c++ api documentation

2008-08-22 Thread David Kilzer
You could also: 1. Read the source. (See WebKitTools/WinLauncher for an example of a basic Windows program that uses WebKit as a browser.) 2. Ask questions on #webkit on irc.freenode.net. Dave On Fri, 8/22/08, Jack Wootton <[EMAIL PROTECTED]> wrote: > Documentation seems to be very unavaila

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 webki

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

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:5

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 handlin

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

Re: [webkit-dev] WebKit-GTK in embedded system

2008-07-23 Thread David Kilzer
On Wed, 7/23/08, John Boncek <[EMAIL PROTECTED]> wrote: > In an embedded ARM-based system with Linux and GTK, we are > investigating the > use of WebKit for HTML display. Web browsing is not > needed. Our core goal > for WebKit will be to read, parse, and display HTML files > that contain text >

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 > > http://developer.apple.com/documentation/Cocoa/Conceptual/Di

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=en&safe=off&client=safari&rls=en&q=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

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

2008-07-16 Thread David Kilzer
built for cygwin-thread-multi-64int - > This is my perl > version. > > I don't have ActiveState Perl. > I reinstalled the cygwin but still have same errors. > (my cygwin from cygwin-downloader on WebKit.org) > > > > On Wed, Jul 16, 2008 at 10:18 PM, David Kilzer

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 --versi

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, D

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

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

2008-07-12 Thread David Kilzer
On Sat, 7/12/08, Rob Burns <[EMAIL PROTECTED]> wrote: > This discussion led me to wonder whether it would be possible to > follow this approach and develop an application using the WebKit > framework on Mac OS X and iPhone and then simply require users of your > application to have Safari in

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.

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

2008-07-11 Thread David Kilzer
On Fri, 7/11/08, Nemix <[EMAIL PROTECTED]> wrote: > Thank you Brent, Gustavo and Patrick ! > > http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html > I have read others web page about it. But it seems to be > for J2SE embedded > system. Does it work with iphone for example ? Be

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.) For

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 build arora with latest qtwebkit

2008-07-08 Thread David Kilzer
unning the executable) to change the library > search path of the > > binary. > > > > my current LD_LIBRARY_PATH had been set to /usr/local/lib, > so I shall > temporarily set it to my webkit trunk path? or somewhere > else. > > sorry for these stupid questi

Re: [webkit-dev] how to build arora with latest qtwebkit

2008-07-08 Thread David Kilzer
On Tue, 7/8/08, Ye Xu <[EMAIL PROTECTED]> wrote: > > If you run ldd arora it will tell you which library > > Arora is linked against. > > get into the arora building path > "ldd arora" give back the following output, it > seems that it still use the > system libs, so how can I solve the problem? m

Re: [webkit-dev] HTTP status code for Web Inspector

2008-07-08 Thread David Kilzer
Hi Sebastian, Please create an enhancement request on . Thanks! Dave On Tue, 7/8/08, Sebastian Winkler <[EMAIL PROTECTED]> wrote: > Hi Everybody > > Not sure if this is the right place to request this, but I > would very > much like to see HTTP status code informa

Re: [webkit-dev] newcomer!

2008-07-07 Thread David Kilzer
What kind of documentation are you looking for? Source code documentation? Supported standards? Source code viewable through the web? http://webkit.org/ http://trac.webkit.org/ http://wiki.webkit.org/ Dave On Mon, 7/7/08, 周翰逊 <[EMAIL PROTECTED]> wrote: > Hi,everyone! > > I am a newc

Re: [webkit-dev] JPEG2000 support

2008-07-07 Thread David Kilzer
re Graphics > Windows port? > > 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

Re: [webkit-dev] JPEG2000 support

2008-07-06 Thread David Kilzer
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 decoder in > WebCore/platform/image-decoders. > What is the JPEG2000 decoder? It depends on the platfor

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:

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 t

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

2008-07-02 Thread David Kilzer
tems and put it on > Powepc linux > machine? > > Regards, > Devan > > 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 develo

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

2008-07-01 Thread David Kilzer
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 for cross > frames),XHTML,CSS,JavaScript,AJAX,DOM(basic) etc are > needed. This pa

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 w

Re: [webkit-dev] Failure to compile GTK version on SVN-r34759

2008-06-24 Thread David Kilzer
Sounds like you may need to update your repository. I think Item 1 was fixed by a combination of these commits: http://trac.webkit.org/changeset/34761 http://trac.webkit.org/changeset/34744 http://trac.webkit.org/changeset/34743 Regarding Item 2, JavaScriptCore/kjs/function.h was renamed to Ja

Re: [webkit-dev] GIT and patch submission

2008-06-23 Thread David Kilzer
Yes, we accept git patches! Here is the WebKit wiki page with some git info: http://trac.webkit.org/wiki/UsingGitWithWebKit Dave On Mon, 6/23/08, Eric Seidel <[EMAIL PROTECTED]> wrote: > git-send-bugzilla (attached), is possibly the best thing > since sliced > bread. Maybe even better than s

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 W

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 with steps to reproduce the issue (even if it only reproduces 50% of the time). If you are able to create a self-contained, reduc

Re: [webkit-dev] introduction

2008-06-07 Thread David Kilzer
Hi Jeff, The WebKit open source project does accept patches for changes to the web site. Please file a bug on and attach your patch to it for review. (And don't forget the ChangeLog!) Also please note that since WebKit a open source project, we

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

2008-06-05 Thread David Kilzer
member that XML tends 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 !!! >

Re: [webkit-dev] Some queries regarding WebKit 2.x

2008-06-05 Thread David Kilzer
On Wed, 6/4/08, Sinha Tuheen-A19034 <[EMAIL PROTECTED]> wrote: > Does WebKit "Tip of tree" support any w3c > specifications for HTML, > xHTML, CSS, DOM, SVG and JavaScript? See this wiki page, although it may be slightly out-of-date: http://trac.webkit.org/wiki/SpecSupport Dave __

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

2008-06-04 Thread David Kilzer
On Wed, 6/4/08, nina <[EMAIL PROTECTED]> wrote: > I want to construct the dom tree of an html page. > This page must be Xml valid for construct his dom tree? No, it doesn't have to be valid. Dave ___ webkit-dev mailing list webkit-dev@lists.webkit.org

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 th

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

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 if you think you can improve the build system for WebKit, or file bugs

Re: [webkit-dev] Desperate for webkit help

2008-04-16 Thread David Kilzer
> > > > > _Mark > > > > > > On Apr 15, 2008, at 4:28 PM, Mark wrote: > > > > I don't have access to the script, but I can get the source. The problem > > is this form demo from jmbsoft is installed of thousands of thousands of > > sites that

Re: [webkit-dev] Desperate for webkit help

2008-04-16 Thread David Kilzer
e: > > > I don't have access to the script, but I can get the source. The > > problem is this form demo from jmbsoft is installed of thousands of > > thousands of sites that my software needs to submit to, and thus > > since this webkit bug was introduced my softwa

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

2008-04-16 Thread David Kilzer
> > > > Hi David, > > > > > >Do you have any updates on this bug > > > (#16562<http://bugs.webkit.org/show_bug.cgi?id=16562>)? > > > When do we get the working version of this feature ? > > > regards, > > > > > > Srinivas Ra

Re: [webkit-dev] Desperate for webkit help

2008-04-15 Thread David Kilzer
ftware needs to submit to, and thus since 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 PROTEC

Re: [webkit-dev] Desperate for webkit help

2008-04-15 Thread David Kilzer
message. > > I'd be really interested to know if this does indeed happen for you! You may > need to submit a lot of times before you get the error, or you may get it > straight away. > > many thanks > > mark > > On Sat, Apr 12, 2008 at 1:37 AM, David Kilzer &

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

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

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 > > wit

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 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" members

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread David Kilzer
Hi Ryan, I think this is a great way to manage a nascent port, and I'm glad your committed to passing platform-agnostic fixes back to the main repository! One thing I'd like to see is the WebKit wiki updated to list your port (on its own page), along with basic information about how to access you

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

2008-04-11 Thread David Kilzer
vas. > > > On Fri, Apr 11, 2008 at 7:53 PM, David Kilzer <[EMAIL PROTECTED]> wrote: > > > Artem, > > > > Please file a bug on <https://bugs.webkit.org/> with a reproducible test > > case. > > Thanks! > > > > Dave > > > &g

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

2008-04-11 Thread David Kilzer
Artem, Please file a bug on with a reproducible test case. Thanks! Dave Artem Ananiev <[EMAIL PROTECTED]> wrote: > I have just tried GtkLauncher and it doesn't handle _blank target also. > Thus, it looks like a problem in a shared WebKit code, not specific to > ou

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 >

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 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 <[EMAI

Re: [webkit-dev] Clarification regarding window.location.replace() in Webcore bindings.

2008-03-27 Thread David Kilzer
Maheswari Govindaraju <[EMAIL PROTECTED]> wrote: > I am currently using the Webkit revision 26699. > In this version, the window.location.replace() is implemented in the > file Webcore/bindings/js/kjs_window.cpp. > > I wanted to check in the latest revision, but couldn't locate the file. > Co

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 , 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: http://webkit

Re: [webkit-dev] Rounded border rendering

2008-02-20 Thread David Kilzer
Hi Fabian, Please file two bugs on http://bugs.webkit.org/: - One for the rounded border rendering (with screenshots of both Firefox and Safari). - One for supporting short-hand notation with -webkit-border-radius. Thanks! Dave Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi, > > I've been tr

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): > " characters is seen, that ends the comment started by " ARISE M.Giedz, T.Żebruń sp.j. > http: www.ari

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 P

Re: [webkit-dev] error: chartables.c: No such file or directory

2008-01-29 Thread David Kilzer
The chartables.c source file is generated by JavaScriptCore/pcre/dftables during a build using JavaScriptCore/DerivedSources.make. What platform are you using to build (Mac, Windows, GTK, Qt, etc.)? Dave Nilesh Patil <[EMAIL PROTECTED]> wrote: > Hello > > I am trying to build WebKit release r

RE: [webkit-dev] Raw Win32 WebKit Demo code does not work

2008-01-25 Thread David Kilzer
Roger <[EMAIL PROTECTED]> wrote: > My requirement is to do test automation on the safari. But I think that might > be impossible to manipulate Safari directly so I am thinking about building a > browser based on Webkit on windows and then manipulate this customized > browser. Have you looked at S

Re: [webkit-dev] Webkit flash resizing problem - Leopard

2007-12-01 Thread David Kilzer
Please file a bug on with a (reduced) example that reproduces the issue. Thanks! Dave Mugdha Jain <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I have an offscreen flash window and a bitmap representation on the > screen. > > When I resize the window using the setC

<    1   2   3