=== WebKit2.NET ===
Build requirements
==================
- Library: Microsoft Visual C++ 2008 Express
A WebKit build (Apple Windows port) and/or
Qt 5.0.0 beta2
- Sample App: Microsoft Visual Basic 2010 Express
Runtime Requirements
====================
WebKit2.NET for the Apple Port of WebKit:
- Apple Application Support (installed with Safari, iTunes etc.)
- Visual C++ Runtime Libraries
WebKit2.NET for the Qt Port of WebKit:
- Visual C++ Runtime Libraries
*** The API is under development and not stable ***
For more information, visit http://webkit2net.sourceforge.net/
META FIXME:
- Implement proper finalization and release of wrapped types
- Implement remaining not implemented functions
- Implement scrollbars and fix focus/unfocus issues in WebKit2.NET for the Qt Port of WebKit
0.11:
- Amalgamation file for API headers
- Common base class for opaque types
- Miscellaneous amendments and fixes
- WebKit2.NET for the Qt Port of WebKit: first commit
0.10:
- WebKit rev. 132035 (2012-10-22)
- Renamed namespace WebKit2 to WebKit
- Added winforms control class WebKit::WKForms::WebView
- JSContextRef member added to JSObject and JSValue; modified member functions and callbacks
- JSObject inherits from JSValue
- Miscellaneous amendments and fixes
0.9:
- Changed access modifier to private for types in namespace WebKit::InjectedBundle
- Implemented lifetime service for remoted bundle types
- Sample app: using Google Chrome's user agent string
- Miscellaneous amendments and fixes
0.8:
- WebKit rev. 131293 (2012-10-15)
- ManagedBundle types and callbacks are now working
- Miscellaneous amendments and fixes
0.7:
- WebKit rev. 116115 (2012-05-04)
- ManagedBundle first commit
- Miscellaneous amendments and fixes
0.6:
- WebKit rev. 115625 (2012-04-30)
- WKArray, WKNativePtr
- Passing arrays of JSValue and JSString
- Fixed enums
- Implemented WKString, JSString, WKURL
- Lots of managed/native argument passing issues fixed
- Lots of changes.......
0.5:
- WebKit rev. 114843
- Major rewrite of callback infrastructure
- More usable framework types
- Implemented enums
- Reintegrated WKBundle types :)
- Sample code: find
- Lots of changes.......
0.4:
- Removed all WKBundle types and related functions
- Removed all CF and CG types and related functions
- Worked on native <-> managed type conversions
0.3:
- Bridge infrastructure for native/managed callbacks implemented
- Event infrastructure for main API type clients improved
- Fixed native/managed string conversion
- More sample code (javascript execution)
0.2:
Lots of changes
0.1:
Initial commit