Closed
Bug 1156515
Opened 10 years ago
Closed 10 years ago
Remove "New e10s window" option
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 40
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
|
4.63 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
If we remove this option, then the only way to get e10s is to enable it globally. That simplifies some things. It means that BrowserTabsRemoteAutostart() is a conservative check for whether e10s is in use.
Updated•10 years ago
|
tracking-e10s:
--- → +
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → wmccloskey
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8598986 -
Flags: review?(felipc)
Comment 2•10 years ago
|
||
Comment on attachment 8598986 [details] [diff] [review]
patch
Review of attachment 8598986 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/base/content/browser-menubar.inc
@@ -30,5 @@
> #ifdef E10S_TESTING_ONLY
> - <menuitem id="menu_newRemoteWindow"
> - label="New e10s Window"
> - hidden="true"
> - command="Tools:RemoteWindow"/>
should also remove the Tools:RemoteWindow command, http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc#117
Attachment #8598986 -
Flags: review?(felipc) → review+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
You need to log in
before you can comment on or make changes to this bug.
Description
•