зеркало из https://github.com/mozilla/pjs.git
Bug 330887: second try at disabling the search service to see impact on Ts
This commit is contained in:
Родитель
fc07362a19
Коммит
ff573ff406
|
@ -1727,6 +1727,7 @@ SearchService.prototype = {
|
||||||
try {
|
try {
|
||||||
switch (fileExtension) {
|
switch (fileExtension) {
|
||||||
case XML_FILE_EXT:
|
case XML_FILE_EXT:
|
||||||
|
continue;
|
||||||
// Create a new engine object, readonly if it's not in the profile
|
// Create a new engine object, readonly if it's not in the profile
|
||||||
addedEngine = new Engine(file, Ci.nsISearchEngine.DATA_XML,
|
addedEngine = new Engine(file, Ci.nsISearchEngine.DATA_XML,
|
||||||
!isWritable);
|
!isWritable);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче