RESOLVED FIXED 79051
INPUT_SPEECH should be implemented as a PageSupplement.
https://bugs.webkit.org/show_bug.cgi?id=79051
Summary INPUT_SPEECH should be implemented as a PageSupplement.
Hajime Morrita
Reported 2012-02-20 16:20:56 PST
This is series of supplement-ification (Bug 78440). SpeechIput and its client should be pushed out from Page class using PageSupplement.
Attachments
Patch (10.22 KB, patch)
2012-02-21 20:35 PST, Hajime Morrita
no flags
Patch for landing (10.21 KB, patch)
2012-02-21 20:57 PST, Hajime Morrita
no flags
Hajime Morrita
Comment 1 2012-02-21 20:35:04 PST
Hajime Morrita
Comment 2 2012-02-21 20:36:35 PST
Hi Adam, could you take a look? I feel this is as simple as stamp-able.
Adam Barth
Comment 3 2012-02-21 20:50:01 PST
Comment on attachment 128124 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128124&action=review > Source/WebCore/page/SpeechInput.cpp:122 > + DEFINE_STATIC_LOCAL(AtomicString, name, ("speechInput")); speechInput => SpeechInput ?
Hajime Morrita
Comment 4 2012-02-21 20:57:39 PST
Created attachment 128125 [details] Patch for landing
Hajime Morrita
Comment 5 2012-02-21 20:58:22 PST
(In reply to comment #3) > (From update of attachment 128124 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=128124&action=review > > > Source/WebCore/page/SpeechInput.cpp:122 > > + DEFINE_STATIC_LOCAL(AtomicString, name, ("speechInput")); > > speechInput => SpeechInput ? Done. I'll fix other existing naming inconsistency later.
WebKit Review Bot
Comment 6 2012-02-21 21:45:54 PST
Comment on attachment 128125 [details] Patch for landing Clearing flags on attachment: 128125 Committed r108446: <http://trac.webkit.org/changeset/108446>
WebKit Review Bot
Comment 7 2012-02-21 21:46:01 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.