mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b61342e4a0
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 } |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
docker | ||
eslint-plugin-mozilla | ||
firefox-ui | ||
gtest | ||
instrumentation | ||
luciddream | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
profiles | ||
puppeteer/firefox | ||
runtimes | ||
specialpowers | ||
talos | ||
taskcluster | ||
tools | ||
tps | ||
web-platform | ||
xpcshell | ||
cppunittest.ini | ||
mach_commands.py | ||
machine-configuration.json | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff