mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 810769 - [Browser] No keyboard available f=ttaubert r=kaze a=blocking-basecamp
This commit is contained in:
parent
e3426ec584
commit
2be79b7da7
@ -35,7 +35,7 @@ let Keyboard = {
|
||||
},
|
||||
|
||||
init: function keyboardInit() {
|
||||
Services.obs.addObserver(this, 'in-process-browser-frame-shown', false);
|
||||
Services.obs.addObserver(this, 'in-process-browser-or-app-frame-shown', false);
|
||||
Services.obs.addObserver(this, 'remote-browser-frame-shown', false);
|
||||
|
||||
for (let name of this._messageNames)
|
||||
|
Loading…
Reference in New Issue
Block a user