|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
S60WebKit's rendering engine.Hi,
Our application uses the Browser Control (CBrCtlInterface) to render HTML pages. The control does not render tables correctly and does not support some HTML tags like superscript and subscript. I want to extract code of the rendering engine from WebKit. I guess that would be KHTML. What other components from webkit will KHTML need and is it possible to use only KHTML as the rendering engine with CBrCtlInterface? Regards, Salil. |
|
|
RE: S60WebKit's rendering engine.Could you first make sure that you are using the Webkit engine? S60 3rd
edition SDK is shipped with both the Webkit and the old WAP/XHTML/HTML engine and if you link against browserEngine.lib, you definitely use the old engine. Visit this page (http://tinyurl.com/okeux) and check if the user-agent string has the Webkit text in it. Zalan. -----Original Message----- From: webkit-dev-bounces@... [mailto:webkit-dev-bounces@...] On Behalf Of ext Salil Sent: Friday, June 08, 2007 8:35 AM To: webkit-dev@... Subject: [webkit-dev] S60WebKit's rendering engine. Hi, Our application uses the Browser Control (CBrCtlInterface) to render HTML pages. The control does not render tables correctly and does not support some HTML tags like superscript and subscript. I want to extract code of the rendering engine from WebKit. I guess that would be KHTML. What other components from webkit will KHTML need and is it possible to use only KHTML as the rendering engine with CBrCtlInterface? Regards, Salil. -- View this message in context: http://www.nabble.com/S60WebKit%27s-rendering-engine.-tf3889516.html#a11 025650 Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list webkit-dev@... http://lists.webkit.org/mailman/listinfo/webkit-dev _______________________________________________ webkit-dev mailing list webkit-dev@... http://lists.webkit.org/mailman/listinfo/webkit-dev |
|
|
Re: S60WebKit's rendering engine.Hi Zalan,
Could you first make sure that you are using the Webkit engine? S60 3rd Yes, we link with the browserengine.lib. The SDK help says
CBrCtlInterface should be linked with the browserengine.lib or the
webkit.lib. The webkit.lib is not present in the SDK so only option is
browserengine.lib , please correct me if I am wrong. We are using S60
3rd edition MR SDK.
How do we link with WebKit engine ? Visit this page ( http://tinyurl.com/okeux) and check if the user-agent To fetch the HTML content we do not use HTTP. The content is
available on the device stored in files ( proprietary file formats ).
While displaying, the data is fetched from the file in a buffer and
passed to the browser using LoadDataL() .
I was able to run Reindeer on the emulator. It also generated the
browserengine_sdk.lib and other lib files, but not the webkit.lib.
Regards,
Salil. On 6/8/07, Zalan.Bujtas@... <Zalan.Bujtas@...> wrote: Could you first make sure that you are using the Webkit engine? S60 3rd _______________________________________________ webkit-dev mailing list webkit-dev@... http://lists.webkit.org/mailman/listinfo/webkit-dev |
| Free embeddable forum powered by Nabble | Forum Help |