[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 13:37:09 PDT 2008


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





------- Comment #50 from lkcl at lkcl.net  2008-09-16 13:37 PDT -------
--- WebCore/html/HTMLEmbedElement.idl   (revision 36459)
+++ WebCore/html/HTMLEmbedElement.idl   (working copy)
@@ -30,7 +30,7 @@
         ImplementationUUID=93e0407a-8380-4ff0-978d-f773f2dee6a3
     ] HTMLEmbedElement : HTMLElement {
                  attribute [ConvertNullToNullString] DOMString align;
-#if defined(LANGUAGE_JAVASCRIPT)
+#if defined(LANGUAGE_JAVASCRIPT) || defined(LANGUAGE_GOBJECT)
                  attribute [ConvertNullToNullString] DOMString height;
 #else
                  attribute [ConvertFromString] long height;
@@ -38,7 +38,7 @@
                  attribute [ConvertNullToNullString] DOMString name;
                  attribute [ConvertNullToNullString] DOMString src;
                  attribute [ConvertNullToNullString] DOMString type;
-#if defined(LANGUAGE_JAVASCRIPT)
+#if defined(LANGUAGE_JAVASCRIPT) || defined(LANGUAGE_GOBJECT)
                  attribute [ConvertNullToNullString] DOMString width;
 #else
                  attribute [ConvertFromString] long width;



exact same functionality as javascript is required.  an int width
and an int height is of absolutely no use.

pyjamas-desktop needs to be able to set width and height to what
_javascript_ does - not objectiveC.

i.e. "100%".  "10em".  "20px".

the integer-only parameters are no use to anyone wishing to maintain
line-for-line javascript equivalent functionality, which is what
pyjamas-desktop is about: ripping out the javascript and replacing it with
exact-equivalent code, written in python instead of javascript.


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



More information about the webkit-unassigned mailing list