Closed
Bug 711111
Opened 14 years ago
Closed 14 years ago
onload in S2 Twitter page is not showing the values after twitter load.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nhirata, Unassigned)
Details
1) Download java app : http://dump.lassey.us/time onto the desktop machine
2) using adb :
adb push time /data/local
3) change the permission of the file so you can execute:
ie adb shell chmod 777 /data/local/time
4. download http://people.mozilla.org/~nhirata/Perf/m.twitter.comv2.zip and unzip
push the html files to the android device using:
adb push m.twitter.com /sdcard/download/
5) adb shell
6) install nightly
7) run adb command : am start -a android.intent.action.VIEW -n org.mozilla.fennec/.App -d file://mnt/sdcard/download/m.twitter.com/twitter.com/toptweets/favorites2.html#"`millistring=\`/data/local/time\`; echo \`date \"+%s\"\`${millistring##*.}`"
Expected : value to appear at the end
Actual: twitter page shows.
Note: value does appear on all other browsers :
am start -a android.intent.action.VIEW -n mobi.mgeek.TunnyBrowser/.BrowserActivity -d file://mnt/sdcard/download/m.twitter.com/twitter.com/toptweets/favorites2.html#"`millistring=\`/data/local/time\`; echo \`date \"+%s\"\`${millistring##*.}`"
am start -a android.intent.action.VIEW -n com.opera.browser/com.opera.Opera -d file://mnt/sdcard/download/m.twitter.com/twitter.com/toptweets/favorites2.html#"`millistring=\`/data/local/time\`; echo \`date \"+%s\"\`${millistring##*.}`"
am start -a android.intent.action.VIEW -n com.android.browser/.BrowserActivity -d file://mnt/sdcard/download/m.twitter.com/twitter.com/toptweets/favorites2.html#"`millistring=\`/data/local/time\`; echo \`date \"+%s\"\`${millistring##*.}`"
Occurs on Fennec Nightly Native : 20111215 build
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•