[Webkit-unassigned] [Bug 27434] adding necessary functions and properties to Document IDL gobject bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 09:56:14 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27434


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33324|review?                     |review-
               Flag|                            |




--- Comment #9 from Mark Rowe (bdash) <mrowe at apple.com>  2009-07-23 09:56:14 PDT ---
(From update of attachment 33324)
As far as I can see this doesn't really address the issue, which relates to a
member of type Location being exposed.  Document::location being read-only does
not prevent you from mutating Location::href, which will fail unless your
bindings explicitly handle setters for Location's members in a custom fashion
(WebCore::Location has no setHref method).  Given that the URL of a document is
trivially retrievable from the ports WebView object, I don't see any reason to
#if this particular member until the problem here can be addressed in a more
robust manner.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list