Bug 146319 - iOS speech synthesizer should expose names
Summary: iOS speech synthesizer should expose names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-25 12:33 PDT by chris fleizach
Modified: 2015-06-26 08:19 PDT (History)
3 users (show)

See Also:


Attachments
patch (1.47 KB, patch)
2015-06-25 12:33 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (1.53 KB, patch)
2015-06-25 16:11 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (1.59 KB, patch)
2015-06-25 16:14 PDT, chris fleizach
no flags Details | Formatted Diff | Diff
patch (1.63 KB, patch)
2015-06-25 16:17 PDT, chris fleizach
mario: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2015-06-25 12:33:10 PDT
The iOS Speech synthesizer integration should expose the names of the synthesizers

<rdar://problem/21538631>
Comment 1 chris fleizach 2015-06-25 12:33:55 PDT
Created attachment 255566 [details]
patch
Comment 2 WebKit Commit Bot 2015-06-25 12:36:31 PDT
Attachment 255566 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2015-06-25 14:29:34 PDT
Comment on attachment 255566 [details]
patch

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

> Source/WebCore/platform/ios/PlatformSpeechSynthesizerIOS.mm:240
>          // iOS Speech voices only expose their language as an identifying aspect.

I feel like this comment just became outdated.
Comment 4 chris fleizach 2015-06-25 16:11:18 PDT
Created attachment 255587 [details]
patch
Comment 5 WebKit Commit Bot 2015-06-25 16:13:59 PDT
Attachment 255587 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 chris fleizach 2015-06-25 16:14:34 PDT
Created attachment 255588 [details]
patch

comment removed. thanks
Comment 7 WebKit Commit Bot 2015-06-25 16:17:02 PDT
Attachment 255588 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 chris fleizach 2015-06-25 16:17:12 PDT
Created attachment 255590 [details]
patch
Comment 9 Mario Sanchez Prada 2015-06-26 04:06:07 PDT
Comment on attachment 255590 [details]
patch

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

> Source/WebCore/platform/ios/PlatformSpeechSynthesizerIOS.mm:240
> +

Nit. I don't think you want this blank line here either :)
Comment 10 chris fleizach 2015-06-26 08:19:01 PDT
http://trac.webkit.org/changeset/185997