[webkit-reviews] review requested: [Bug 17176] [GTK] API: hovering-over-link and webkit_web_view_open /_load_foo : [Attachment 27005] Readjust view and frame loading functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 24 21:33:04 PST 2009


Christian Dywan <christian at imendio.com> has asked  for review:
Bug 17176: [GTK] API: hovering-over-link and webkit_web_view_open /_load_foo
https://bugs.webkit.org/show_bug.cgi?id=17176

Attachment 27005: Readjust view and frame loading functions
https://bugs.webkit.org/attachment.cgi?id=27005&action=review

------- Additional Comments from Christian Dywan <christian at imendio.com>
As suggested above, this patch deprecates:

  webkit_web_view_open
  webkit_web_view_load_html_string

and introduces:

  webkit_web_view_load_uri
  webkit_web_view_load_request

  webkit_web_frame_load_uri
  webkit_web_frame_load_string

For consistency I implemented all functions on the view using the according
frame functions.


More information about the webkit-reviews mailing list