Changes between Version 26 and Version 27 of HackingGtk
- Timestamp:
- Mar 7, 2012, 11:46:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HackingGtk
v26 v27 87 87 The strategy here is to develop a GObject-based interpretation of the Objective-C API combined with experience working with GtkTextView, GtkHtml and gtkmozembed. This allows us to benefit from the maturity of a widely-deployed API, but demands extra caution not to adopt any of the baggage or legacy that might be present for backward compatibility only. The Win port is also a useful resource but is less suitable for direct inspiration since it hasn't been deployed as a stable API yet and has a large API footprint that would be difficult to support in the long term. 88 88 89 For more information, check out the [http://webkitgtk.org/reference/ index.html API reference] on the official WebKit GTK+ page.89 For more information, check out the [http://webkitgtk.org/reference/webkitgtk/stable/index.html API reference] on the official WebKit GTK+ page. 90 90 == The build bots == 91 91