WebKit2.NET Changelog

What's new in WebKit2.NET 0.11

Dec 8, 2012
  • 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

New in WebKit2.NET 0.10 (Oct 24, 2012)

  • 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

New in WebKit2.NET 0.9 (Oct 24, 2012)

  • 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

New in WebKit2.NET 0.8 (Oct 24, 2012)

  • WebKit rev. 131293 (2012-10-15)
  • ManagedBundle types and callbacks are now working
  • Miscellaneous amendments and fixes

New in WebKit2.NET 0.7 (Oct 24, 2012)

  • WebKit rev. 116115 (2012-05-04)
  • ManagedBundle first commit
  • Miscellaneous amendments and fixes

New in WebKit2.NET 0.6 (Oct 24, 2012)

  • 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