Bug 48426 - Add runtime flag check before enabling speech input in code.
Summary: Add runtime flag check before enabling speech input in code.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39485
  Show dependency treegraph
 
Reported: 2010-10-27 06:43 PDT by Satish Sampath
Modified: 2010-10-27 08:17 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2010-10-27 06:48 PDT, Satish Sampath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Satish Sampath 2010-10-27 06:43:03 PDT
In https://bugs.webkit.org/show_bug.cgi?id=43146 I added a runtime flag for speech input and used that in the IDL where speech input attributes were declared. At that time I believed that was sufficient and no additions were necessary in the code. However I now find that only covers the V8/JSC bindings and not the inline attribute declarations in HTML. Hence this patch to add the runtime flag check in code.
Comment 1 Satish Sampath 2010-10-27 06:48:02 PDT
Created attachment 72028 [details]
Patch
Comment 2 Steve Block 2010-10-27 07:59:39 PDT
Comment on attachment 72028 [details]
Patch

r=me
Comment 3 Steve Block 2010-10-27 08:00:26 PDT
Comment on attachment 72028 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=72028&action=review

> WebCore/ChangeLog:6
> +        https://bugs.webkit.org/show_bug.cgi?id=48426

Should add a comment about how this is tested.
Comment 4 WebKit Commit Bot 2010-10-27 08:16:58 PDT
Comment on attachment 72028 [details]
Patch

Clearing flags on attachment: 72028

Committed r70644: <http://trac.webkit.org/changeset/70644>
Comment 5 WebKit Commit Bot 2010-10-27 08:17:03 PDT
All reviewed patches have been landed.  Closing bug.