[Webkit-unassigned] [Bug 43146] Runtime feature switch for speech input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 29 03:32:12 PDT 2010


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





--- Comment #7 from hans at chromium.org  2010-07-29 03:32:12 PST ---
(In reply to comment #4)
> > The flag is used to not expose the 'speech' attribute in HTMLInputElement.idl . Without that attribute,
> > the page cannot turn on speech input, hence nothing else needs to be disabled in code.
> Sure, but I think Hans added the extra use of the flag for DeviceOrientation to avoid unnecessary member initialisation. Just wondering if we can do any of that here, for consistency?

The reason for the extra use of the flag was to prevent the controller being instantiated if a page did window.addEventListener('deviceorientation'). As I understand, that shouldn't be an issue with speech, as the attribute to the input tag is the only entry point to this functionality.

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