Closed
Bug 1080863
Opened 10 years ago
Closed 10 years ago
'Pico Speech Synth', contract ID '@mozilla.org/synthpico;1' does not implement nsIObserver.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: gwagner, Assigned: eeejay)
Details
Attachments
(2 files)
4.22 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
3.66 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
During B2G startup:
I/GeckoConsole( 209): While creating services from category 'profile-after-change', service for entry 'Pico Speech Synth', contract ID '@mozilla.org/synthpico;1' does not implement nsIObserver.
Comment 1•10 years ago
|
||
Selecting component based on other webspeech bugs.
Component: Web Audio → DOM
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8504933 -
Flags: review?(bugs)
Comment 4•10 years ago
|
||
Comment on attachment 8504933 [details] [diff] [review]
Make nsPicoService an observer and initialize on profile-after-change. r=
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsISpeechService)
->
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIObserver)
(I prefer to use the first inherited interface as the canonical nsISupports)
Attachment #8504933 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Flags: needinfo?(eitan)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → eitan
I had to back this out in https://hg.mozilla.org/integration/mozilla-inbound/rev/cf230fd2ae8b for non-unified bustage:
https://treeherder.mozilla.org/ui/logviewer.html#?job_id=3002574&repo=mozilla-inbound
Flags: needinfo?(eitan)
Assignee | ||
Comment 7•10 years ago
|
||
New patch shows no breakage:
https://tbpl.mozilla.org/?tree=Try&rev=e089bc972b20
Flags: needinfo?(eitan)
Assignee | ||
Comment 8•10 years ago
|
||
I simply moved the constructor back out of the header so it doesn't use forward declarations.
Attachment #8505685 -
Flags: review?(bugs)
Updated•10 years ago
|
Attachment #8505685 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•