зеркало из https://github.com/mozilla/gecko-dev.git
e9505d1f75
This approach lets us get rid of the .App <activity-alias> definitions, at least. In Bug 1237755, I tried pretty hard to use real intent filters, rather than a different hard-code path name, but ran into significant issues, and finally into the hard reality that Android 2.3 doesn't support bare package names. (It only supports package/class component names.) Android 2.3 can't die fast enough. Sadly, this approach doesn't address the issues I see loading URLs that prompted Bug 1237755. This is the path of least resistance. Onwards! Tested via: nalexander@chocho ~/M/gecko> ./mach run Starting: Intent { act=android.activity.MAIN cmp=org.mozilla.fennec_nalexander/org.mozilla.gecko.BrowserApp } Warning: Activity not started, its current task has been brought to the front nalexander@chocho ~/M/gecko> ./mach run https://mozilla.org Starting: Intent { act=android.activity.MAIN dat=https://mozilla.org cmp=org.mozilla.fennec_nalexander/org.mozilla.gecko.BrowserApp } nalexander@chocho ~/M/gecko> ./mach run file:///mnt/sdcard/test.html Starting: Intent { act=android.activity.MAIN dat=file:///mnt/sdcard/test.html cmp=org.mozilla.fennec_nalexander/org.mozilla.gecko.BrowserApp } --HG-- extra : commitid : JUIJj13Q0Py extra : rebase_source : a62d8a74ca2772fd3933597589e386cf56caa396 extra : amend_source : 234f3b6b8ef6c6f2cce991375f5c28fe1cb32cad extra : histedit_source : 5476222279f6be0927879a1136def94673885071%2Cca4aad42479731c97586003ee8bcdfe22a147776 |
||
---|---|---|
.. | ||
droidsut_launch.py | ||
manifest.ini | ||
sut.py | ||
sut_app.py | ||
sut_basic.py | ||
sut_chmod.py | ||
sut_copytree.py | ||
sut_fileExists.py | ||
sut_fileMethods.py | ||
sut_info.py | ||
sut_ip.py | ||
sut_kill.py | ||
sut_list.py | ||
sut_logcat.py | ||
sut_mkdir.py | ||
sut_movetree.py | ||
sut_ps.py | ||
sut_pull.py | ||
sut_push.py | ||
sut_remove.py | ||
sut_time.py | ||
sut_unpackfile.py |