Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13424 from yxl/remove-keyboard-extension
Browse files Browse the repository at this point in the history
Bug 932151 - Get rid of keyboard@gaiamobile.org extension. r=fabrice
  • Loading branch information
rvandermeulen committed Nov 11, 2013
2 parents da7d5a4 + 7a423b9 commit a4e3fc2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,202 deletions.
13 changes: 1 addition & 12 deletions tools/extensions/browser-helper@gaiamobile.org/bootstrap.js
Expand Up @@ -180,18 +180,7 @@ function startup(data, reason) {

// XXX This code should be loaded by the keyboard/ extension
Cu.import('resource://gre/modules/Keyboard.jsm')
mm.addMessageListener('Forms:Input', Keyboard);
mm.addMessageListener('Forms:SelectionChange', Keyboard);
mm.addMessageListener('Forms:GetText:Result:OK', Keyboard);
mm.addMessageListener('Forms:GetText:Result:Error', Keyboard);
mm.addMessageListener('Forms:SetSelectionRange:Result:OK', Keyboard);
mm.addMessageListener('Forms:ReplaceSurroundingText:Result:OK', Keyboard);
mm.addMessageListener('Forms:SendKey:Result:OK', Keyboard);
mm.addMessageListener('Forms:SequenceError', Keyboard);
mm.addMessageListener('Forms:GetContext:Result:OK', Keyboard);
mm.addMessageListener('Forms:SetComposition:Result:OK', Keyboard);
mm.addMessageListener('Forms:EndComposition:Result:OK', Keyboard);
mm.loadFrameScript('chrome://keyboard.js/content/forms.js', true);
Keyboard.initFormsFrameScript(mm);
}, 'sessionstore-windows-restored', false);

try {
Expand Down
2 changes: 0 additions & 2 deletions tools/extensions/keyboard/chrome.manifest

This file was deleted.

0 comments on commit a4e3fc2

Please sign in to comment.