Difference between revisions of "LLQtWebKit"

From Second Life Wiki
Jump to navigation Jump to search
Line 20: Line 20:
* The user agent string reported by LLQtWebKit is "Mozilla/5.0 (Windows;U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3)"
* The user agent string reported by LLQtWebKit is "Mozilla/5.0 (Windows;U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3)"


== Previous Versions ==
== Previous Incarnations ==
* [https://wiki.secondlife.com/wiki/LLMozLib2 LLMozLib2] - the initial version of a Web content rendering library for Second Life that used the Mozilla/Gecko rendering engine. This is now deprecated.
* [https://wiki.secondlife.com/wiki/LLMozLib2 LLMozLib2] - the initial version of a Web content rendering library for Second Life that used the Mozilla/Gecko rendering engine. This is now deprecated.


* [https://wiki.secondlife.com/wiki/Qt_Webkit_Win32_Build_Instructions Qt WebKit] - a poorly named version of the Web content rendering engine for Second Life that uses Qt/WebKit to render but retained the same method/class names from LLMozLib2. This is now deprecated.
* [https://wiki.secondlife.com/wiki/Qt_Webkit_Win32_Build_Instructions Qt WebKit] - a poorly named version of the Web content rendering engine for Second Life that uses Qt/WebKit to render but retained the same method/class names from LLMozLib2. This is now deprecated.

Revision as of 02:06, 2 September 2009

Introduction

LLQtWebKit is a static library that renders Web content into a memory buffer using code from version 4.5.2 of the Qt/WebKit project. It is currently used by the most recent version of the Media Plugin API to render Web content in Second Life.

Browse the code

The code for LLQtWebKit is stored in a Mercurial code repository. You can browse the code here using a Web browser.

Build instructions

Windows

The Windows version of the build instructions can be found here.

Mac OSX

The Mac OSX version of the build instructions can be found here.

Linux

The Linux version of the build instructions (in the form of a README file) can be found here.

Version numbers

  • The version of Qt/WebKit used is: 4.5.2
  • The version of LLQtWebKit is 2.1
  • The user agent string reported by LLQtWebKit is "Mozilla/5.0 (Windows;U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3)"

Previous Incarnations

  • LLMozLib2 - the initial version of a Web content rendering library for Second Life that used the Mozilla/Gecko rendering engine. This is now deprecated.
  • Qt WebKit - a poorly named version of the Web content rendering engine for Second Life that uses Qt/WebKit to render but retained the same method/class names from LLMozLib2. This is now deprecated.