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
+
1
15
var devel = require ( 'devel-utils' ) ;
2
16
var utils = require ( 'utils' ) ;
3
17
@@ -7,11 +21,11 @@ utils.load('firefox.js', 'browser-window-display');
7
21
8
22
utils . display . load ( 'prefs.js' ) ;
9
23
10
- utils . load ( 'firefox-window-size' , '300x500 ' ) ;
24
+ utils . load ( 'firefox-default-browser- window-size' , '840×570 ' ) ;
11
25
12
26
utils . load ( 'firefox-window-portrait' , '400x800' ) ;
13
27
14
- utils . load ( 'firefox-window-landscape' , '800*400 ' ) ;
28
+ utils . load ( 'firefox-window-landscape' , '800x400 ' ) ;
15
29
16
30
/**
17
31
* @alias utils-construct
@@ -21,8 +35,6 @@ utils.load(devel, 'devel-utils');
21
35
22
36
devel . load ( 'devel-execute' , 'devel-display' ) ;
23
37
24
- //devel.load(window.open(utils.load('firefox-window-contents');
25
-
26
38
devel . load ( 'all-devel-contents' ) ;
27
39
28
40
devel . load ( 'extensions-prefs-build' , utils . open ( 'browser' ) ) ;
@@ -36,3 +48,18 @@ devel.load('browser-start', '103-start-utils');
36
48
devel . load ( 'browser-use-utils' , true ) ;
37
49
38
50
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