mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Backed out changeset 5fa79c7ea7ae (bug 1093153)
This commit is contained in:
parent
30391eb0a7
commit
f088d1c311
@ -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();
|
||||
}
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user