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

Move settings out of process. #4728

Merged
merged 2 commits into from
Sep 14, 2012
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/system/js/window_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,6 @@ var WindowManager = (function() {
// Once this app goes OOP. (can be done by reverting a commit)
'Messages',
// Crashes when launched OOP (bug 775997)

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

if (!isOutOfProcessDisabled &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: gjslint will complain about the trailing comma.

Expand Down