[Webkit-unassigned] [Bug 76816] Implement the URL decomposition IDL attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 23:43:51 PST 2012


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





--- Comment #15 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2012-02-21 23:43:51 PST ---
(In reply to comment #13)

> > Source/WebCore/html/DOMURL.idl:33
> > +        Replaceable
> 
> [Replaceable] cannot be specified on an interface. What did you intend by [Replaceable]? Please see the WebKit IDL document (https://trac.webkit.org/wiki/WebKitIDL).
Yes, with replacable, the original URL value should be retained.

> 
> > Source/WebCore/html/DOMURL.idl:45
> > +        readonly attribute DOMString origin;
> 
> Maybe "readonly attribute [Reflect, URL] DOMString origin"? Please confirm the spec and the WebKit IDL document.
> 
As per spec it seems right.

> > Source/WebCore/html/DOMURL.idl:46
> > +        stringifier attribute DOMString href;
> 
> stringifier is not implemented by any code generators. Maybe "attribute [Reflect, URL] DOMString href"?
>
Yes, will change that.

> > Source/WebCore/html/DOMURL.idl:47
> > +        [DontEnum] DOMString toString();
> 
> [DontEnum] is renamed to [NotEnumerable]

Sorry missed that. will update in new patch.

-- 
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