Skip to content

Commit 6defa94

Browse files
committed
Update app-firefox-window.js
1 parent d4c228f commit 6defa94

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

comet/platforms/windows-32xbit/firefox-source-code/app/app-firefox-window.js

+31-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Copyright 2013 CometJS. All Rights Reserved.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS-IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
var devel = require('devel-utils');
216
var utils = require('utils');
317

@@ -7,11 +21,11 @@ utils.load('firefox.js', 'browser-window-display');
721

822
utils.display.load('prefs.js');
923

10-
utils.load('firefox-window-size', '300x500');
24+
utils.load('firefox-default-browser-window-size', '840×570');
1125

1226
utils.load('firefox-window-portrait', '400x800');
1327

14-
utils.load('firefox-window-landscape', '800*400');
28+
utils.load('firefox-window-landscape', '800x400');
1529

1630
/**
1731
* @alias utils-construct
@@ -21,8 +35,6 @@ utils.load(devel, 'devel-utils');
2135

2236
devel.load('devel-execute', 'devel-display');
2337

24-
//devel.load(window.open(utils.load('firefox-window-contents');
25-
2638
devel.load('all-devel-contents');
2739

2840
devel.load('extensions-prefs-build', utils.open('browser'));
@@ -36,3 +48,18 @@ devel.load('browser-start', '103-start-utils');
3648
devel.load('browser-use-utils', true);
3749

3850
devel.load('comet-browser-build', true);
51+
52+
devel.load('comet-browser-utils', true);
53+
54+
devel.load('browser-display-contents', true);
55+
56+
devel.load('comet-app-display', true);
57+
58+
devel.load('firefox-display-window', true);
59+
60+
devel.load('browser-display-instant', true);
61+
62+
devel.load('all-browser-contents');
63+
64+
devel.load(window.open(utils.load('firefox-window-contents');
65+

0 commit comments

Comments
 (0)