- AppWindow
- HomescreenWindow
- ActivityWindow
- LockscreenWindow
- SecureWindow
- PopupWindow
- SearchWindow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var utils = require('utils'); | |
exports.execute = function(options) { | |
var dir = utils.getFile(options.GAIA_DIR, 'ast'); | |
utils.ensureFolderExists(dir); | |
var files = utils.ls(utils.getFile(options.GAIA_DIR, 'apps', 'system', 'js'), true); | |
var moduleList = []; | |
var output = dir.clone(); | |
output.append('system-dep.json'); | |
var result = 'digraph G {\n'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph G { | |
Activities -> ActionMenu; | |
ActivityWindow -> AppAuthenticationDialog; | |
ActivityWindow -> AppModalDialog; | |
ActivityWindow -> AppTransitionController; | |
ActivityWindow -> AppWindow; | |
ActivityWindow -> BrowserContextMenu; | |
ActivityWindow -> BrowserFrame; | |
ActivityWindow -> ChildWindowFactory; | |
ActivityWindow -> OrientationManager; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------- beginning of /dev/log/main | |
I/TaskTracer( 108): 0 1039382086490 1397550393185070 1039382086294 0 1039382086294 | |
I/TaskTracer( 108): 4 1039382086490 0x4230b288 | |
I/TaskTracer( 108): 1 1039382086490 1397550393186382 23650000 1810000 108 "b2g" 108 "main" | |
I/TaskTracer( 108): 1 463856472102 1397550393186626 23650000 1810000 108 "b2g" 108 "main" | |
I/TaskTracer( 108): 0 463856472103 1397550393186871 463856471675 0 463856472102 | |
I/TaskTracer( 108): 4 463856472103 0x4230b228 | |
I/TaskTracer( 108): 2 463856472102 1397550393187206 23650000 1810000 | |
I/TaskTracer( 108): 2 1039382086490 1397550393187389 23650000 1810000 | |
I/TaskTracer( 397): 0 1928440315982 1397550393358807 463856467969 0 1705102016552 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"begin": 1397470915669041, "end": 1397470926426579, "processes": [ | |
{ | |
"processId": 23680000, | |
"mem_offset": null, | |
"processName": "b2g" | |
}, | |
{ | |
"processId": 0, | |
"mem_offset": null, | |
"processName": "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/mozilla-b2g/gaia/blob/master/apps/system/test/marionette/media_playback_test.js#L8-L19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Window Management 101 ## | |
* Overview | |
* Birth | |
** webapps launch | |
** system message | |
* manifest | |
** Sizing | |
** Orientation | |
* Visibility | |
* Animations |
ig? , . 3 l l You hourta Benali Alexander Slovesnik Brian Nicholson Michael Romo Abdelhak Fareh Darrin Henein T0Sh|YUk' Ok” i<athe"‘"e Ne\5°“ f _ Ton? Mechelynck Sara Hermann Wei-Ko Kao Shu-yu Guo Kacem Boukraa lgor Kushnirskiy Ruben Martin Avaeh l\gLg£;EfNl?§§;S\Sl2;1g“?al; M I . Steven MacLeod Ted Chien Frances Wong Roland Tanglao Tufael Khan Ruchi Lohani julio Gomez Sanchez jordi Serratosa ern _ Sean McArthur if-??' Morten Welinder Tan Tran jeff Hammel Nicolas Perriault Davide Pasetto Azer Koculu Adam_Muntner jerem|e_P\atoren\er Louis Stowasser A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tags": { | |
"allowUnknownTags": true | |
}, | |
"source": { | |
"include": ["/Users/alive/Projects/gaia/apps/system/js"], | |
"exclude": [], | |
"includePattern": ".+\\.js(doc)?$", | |
"excludePattern": "(^|\\/|\\\\)_" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/apps/sms/js/activity_handler.js b/apps/sms/js/activity_handler.js | |
index 2b0fb26..8597b30 100644 | |
--- a/apps/sms/js/activity_handler.js | |
+++ b/apps/sms/js/activity_handler.js | |
@@ -68,6 +68,11 @@ var ActivityHandler = { | |
number: number, | |
contact: contact || null | |
}); | |
+ | |
+ // Simulate a late successful response. |