Backed out changeset 5fa79c7ea7ae (bug 1093153)

This commit is contained in:
Sebastian Hengst 2016-03-14 17:44:37 +01:00
parent 30391eb0a7
commit f088d1c311
3 changed files with 482 additions and 502 deletions

View File

@ -152,16 +152,8 @@ function ensureSnippetsMapThen(aCallback)
}
let cache = new Map();
let cursorRequest;
try {
cursorRequest = db.transaction(SNIPPETS_OBJECTSTORE_NAME)
.objectStore(SNIPPETS_OBJECTSTORE_NAME).openCursor();
} catch(ex) {
console.error(ex);
invokeCallbacks();
return;
}
let cursorRequest = db.transaction(SNIPPETS_OBJECTSTORE_NAME)
.objectStore(SNIPPETS_OBJECTSTORE_NAME).openCursor();
cursorRequest.onerror = function (event) {
invokeCallbacks();
}

View File

@ -132,6 +132,7 @@ support-files =
[browser_aboutHealthReport.js]
skip-if = os == "linux" # Bug 924307
[browser_aboutHome.js]
skip-if = e10s # Bug 1093153 - no about:home support yet
[browser_aboutHome_wrapsCorrectly.js]
[browser_action_keyword.js]
[browser_action_keyword_override.js]

File diff suppressed because it is too large Load Diff