Skip to content

Commit

Permalink
Backed out changeset fc5242f4332d (bug 1637329) for assertion failure…
Browse files Browse the repository at this point in the history
…s on xpcprivate.h. CLOSED TREE
  • Loading branch information
ncsoregi committed Jul 20, 2020
1 parent d5b21c7 commit f2ca536
Show file tree
Hide file tree
Showing 40 changed files with 6 additions and 2,632 deletions.
253 changes: 0 additions & 253 deletions browser/extensions/webcompat/data/shims.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ this.aboutConfigPrefs = class extends ExtensionAPI {
};
},
}).api(),
async getBranch(branchName) {
const branch = `${extensionPrefNameBase}${branchName}.`;
return Services.prefs.getChildList(branch).map(pref => {
const name = pref.replace(branch, "");
return { name, value: Services.prefs.getBoolPref(pref) };
});
},
async getPref(name) {
try {
return Services.prefs.getBoolPref(
Expand Down
13 changes: 0 additions & 13 deletions browser/extensions/webcompat/experiment-apis/aboutConfigPrefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,6 @@
}
],
"functions": [
{
"name": "getBranch",
"type": "function",
"description": "Get all child prefs for a branch",
"parameters": [
{
"name": "branchName",
"type": "string",
"description": "The branch name"
}
],
"async": true
},
{
"name": "getPref",
"type": "function",
Expand Down
32 changes: 0 additions & 32 deletions browser/extensions/webcompat/experiment-apis/appConstants.js

This file was deleted.

15 changes: 0 additions & 15 deletions browser/extensions/webcompat/experiment-apis/appConstants.json

This file was deleted.

30 changes: 0 additions & 30 deletions browser/extensions/webcompat/experiment-apis/matchPatterns.js

This file was deleted.

29 changes: 0 additions & 29 deletions browser/extensions/webcompat/experiment-apis/matchPatterns.json

This file was deleted.

Loading

0 comments on commit f2ca536

Please sign in to comment.