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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 08:14:58 PDT 2010


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





--- Comment #2 from TAMURA, Kent <tkent at chromium.org>  2010-04-01 08:14:58 PST ---
(From update of attachment 52297)
> 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?

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