[Webkit-unassigned] [Bug 36961] Enable HTMLProgressElement for Safari on OSX

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 08:38:05 PDT 2010


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





--- Comment #3 from Yael <yael.aharon at nokia.com>  2010-04-01 08:38:05 PST ---
(In reply to comment #2)
> (From update of attachment 52297 [details])
> > Index: WebCore/html/HTMLProgressElement.idl
> > ===================================================================
> > --- WebCore/html/HTMLProgressElement.idl	(revision 56912)
> > +++ WebCore/html/HTMLProgressElement.idl	(working copy)
> > @@ -21,10 +21,12 @@ module html {
> >      interface [
> >          Conditional=PROGRESS_TAG
> >      ] HTMLProgressElement : HTMLElement {
> > +#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
> >                   attribute  double                value;
> >                   attribute  double                max;
> >          readonly attribute  double                position;
> >          readonly attribute  HTMLFormElement       form;
> > +#endif
> 
> Why did you disabled bindings for other languages?

I have been told that only people from Apple can add bindings for OBJC, as that
touches public API. Is there another flag I should add to enable bindings for
V8? If so, what is the flag?

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