[webkit-dev] wap support schedule
David Kilzer
ddkilzer at webkit.org
Mon Mar 2 20:40:56 PST 2009
Sounds like a bug. Please file a new bug at <https://bugs.webkit.org/> about this issue. Thanks!
Dave
________________________________
From: 조정흠 <journeyerhum at gmail.com>
To: David Kilzer <ddkilzer at webkit.org>
Cc: webkit-dev at lists.webkit.org
Sent: Monday, March 2, 2009 8:14:10 PM
Subject: Re: [webkit-dev] wap support schedule
Hi, Dave
Thank you for your kind answer.
I could build WML enabled Safari by enabling ENABLE_WML in WebKit, WebCore and in the file build-generated-files.sh under WebCoreGenerated.
But I had to block out some errornous code.
RenderObject* r = renderer();
if (r /*&& r->isEdited()*//*JJH*/) {
dispatchEventForType(eventNames().changeEvent, true, false);
// Refetch the renderer since arbitrary JS code run during onchange can do anything, including destroying it.
r = renderer();
// if (r)/*JJH*/
// r->setEdited(false);/*JJH*/
}
Class RenderObject doesn't have function isEdited(), setEdited(false)
I'd like to get updated information on this error code if this is corrected.
Thank you anyway.
Regards
Humi
Seoul
2009/3/2 David Kilzer <ddkilzer at webkit.org>
WAP support is not enabled on the Windows or Mac nightly builds on <http://nightly.webkit.org/>. You must enable it yourself and rebuild from source.
Dave
________________________________
From: 조정흠 <journeyerhum at gmail.com>
To: webkit-dev at lists.webkit.org
Sent: Monday, March 2, 2009 4:00:15 AM
Subject: [webkit-dev] wap support schedule
Hello,
In the previous archive, I found that someone in webkit.org(excuse me if I am wrong) was merging code for wap support.
He said that webkit will support WML and WCSS.
I tried open a wml page with current nightly builded safari on windows. But safari only downloaded the wml page. It doesn't seem to be able to render wml page yet.
Could I know the schedule for merging work of WML and WCSS?
Isn't it true that I already can make safari render wml page through some configuration changes of latest nightly builded safari?
Thank you very much for your kind answer in advance!
Humi
Seoul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090302/5cf66181/attachment.html>
More information about the webkit-dev
mailing list