Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4728 from cgjones/move-settings-oop
Browse files Browse the repository at this point in the history
Move settings out of process.
  • Loading branch information
vingtetun committed Sep 14, 2012
2 parents d584eab + 7190bec commit c95a81c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/system/js/window_manager.js
Expand Up @@ -670,11 +670,8 @@ var WindowManager = (function() {

// /!\ Also remove it from outOfProcessBlackList of background_service.js
// Once this app goes OOP. (can be done by reverting a commit)
'Messages',
'Messages'
// Crashes when launched OOP (bug 775997)

'Settings'
// Bluetooth is not remoted yet (bug 755943)
];

if (!isOutOfProcessDisabled &&
Expand Down

0 comments on commit c95a81c

Please sign in to comment.