Backed out changeset 0ce1cc39aa3d (bug 1295082) for timing out in test_ext_schemas_api_injection.js. r=backout
This commit is contained in:
@@ -228,8 +228,7 @@ extensions.on("shutdown", (type, extension) => {
|
||||
});
|
||||
/* eslint-enable mozilla/balanced-listeners */
|
||||
|
||||
extensions.registerSchemaAPI("commands", context => {
|
||||
let {extension} = context;
|
||||
extensions.registerSchemaAPI("commands", (extension, context) => {
|
||||
return {
|
||||
commands: {
|
||||
getAll() {
|
||||
|
||||
Reference in New Issue
Block a user