зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1380343 - Enable IndexedDB on about:newtab with activity-stream r=ursula
MozReview-Commit-ID: Jnh9nSpY1kI --HG-- extra : rebase_source : c22f7d726d76c161c71fb250f998762805050e37
This commit is contained in:
Родитель
7b54b19bf5
Коммит
b755dcdd5f
|
@ -222,7 +222,9 @@ AboutRedirector::GetURIFlags(nsIURI *aURI, uint32_t *result)
|
|||
// of the normal about:newtab entry in kRedirMap.
|
||||
if (name.EqualsLiteral("newtab")) {
|
||||
if (sActivityStreamEnabled) {
|
||||
*result = redir.flags | nsIAboutModule::URI_MUST_LOAD_IN_CHILD;
|
||||
*result = redir.flags |
|
||||
nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
|
||||
nsIAboutModule::ENABLE_INDEXED_DB;
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче