Closed
Bug 1080863
Opened 9 years ago
Closed 9 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•9 years ago
|
||
Selecting component based on other webspeech bugs.
Component: Web Audio → DOM
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8504933 -
Flags: review?(bugs)
Comment 4•9 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•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2b35949ca31c
Flags: needinfo?(eitan)
Assignee | ||
Updated•9 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•9 years ago
|
||
New patch shows no breakage: https://tbpl.mozilla.org/?tree=Try&rev=e089bc972b20
Flags: needinfo?(eitan)
Assignee | ||
Comment 8•9 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•9 years ago
|
Attachment #8505685 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/87192f7f5774
Comment 10•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/87192f7f5774
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•