Closed
Bug 879623
Opened 12 years ago
Closed 5 years ago
Missing about:home thumbnails when enabling 'Don't Keep Activities'
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Tracking
(fennec+)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| fennec | + | --- |
People
(Reporter: aaronmt, Unassigned)
References
Details
(Keywords: reproducible)
Attachments
(1 file)
|
341.10 KB,
image/png
|
Details |
Not reproducible. Merely launched Nightly this evening on my HTC One. See screenshot.
E/GeckoConsole(21140): [JavaScript Error: "TypeError: this.selectedTab is null" {file: "chrome://browser/content/browser.js" line: 1472}]
--
HTC One (Android 4.1)
Nightly (06/04)
| Reporter | ||
Updated•12 years ago
|
Keywords: steps-wanted
Comment 1•12 years ago
|
||
I'm not able to reproduce this on Firefox for Android 24.0a1 (2013-06-05) using HTC One S (Android 4.1.1)
Comment 2•12 years ago
|
||
I can reproduce this on Samsung Galaxy Nexus (Android 4.1.1)
Steps to reproduce:
1. Open Firefox
2. Go to Settings
3. Tap the back button.
Note.
- if you visit a page and go back to about:home, the page looks fine
- if you go to settings again and tap the back button, the about:home thumbnails are missing
Keywords: steps-wanted
| Reporter | ||
Comment 3•12 years ago
|
||
Those steps don't seem to do the trick for me.
Comment 4•12 years ago
|
||
I forgot to mention that "Don't keep activities" from Developers options is enabled.
| Reporter | ||
Comment 5•12 years ago
|
||
I've never touched that setting whatsoever when I hit this.
| Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Teodora Vermesan (:TeoVermesan) from comment #4)
> I forgot to mention that "Don't keep activities" from Developers options is
> enabled.
E/GeckoConsole(12831): Error reading pref [app.geo.reportdata]: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://browser/content/browser.js :: getPreferences :: line 1064" data: no]
Comment 7•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #6)
> (In reply to Teodora Vermesan (:TeoVermesan) from comment #4)
> > I forgot to mention that "Don't keep activities" from Developers options is
> > enabled.
>
> E/GeckoConsole(12831): Error reading pref [app.geo.reportdata]:
> [Exception... "Component returned failure code: 0x8000ffff
> (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff
> (NS_ERROR_UNEXPECTED)" location: "JS frame ::
> chrome://browser/content/browser.js :: getPreferences :: line 1064" data:
> no]
Brad - I thought this was an Integer pref. Looks like it's being read as a Char. Also, this error is caught in the code and should not be causing any problem.
Brad - I do think we should add this pref to mobile.js so we minimize the spew.
In any case, this "error" is not causing the bug.
Comment 8•12 years ago
|
||
Can I find the regressionwindow-wanted using these steps or fill another bug?
| Reporter | ||
Comment 9•12 years ago
|
||
I'd like to ascertain how I hit the original issue without ever even touching any developer options and how this.selectedTab became null
Comment 10•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #9)
> I'd like to ascertain how I hit the original issue without ever even
> touching any developer options and how this.selectedTab became null
the "don't keep activities" option forces activities to be destroyed when exited. This can happen even when the option isn't checked if android is under memory pressure. The option is just a way to force the behaviour more reliably. It's quite possible that your activity was destroyed and resulted in the issue you saw.
Comment 11•12 years ago
|
||
Using my steps I found the regression window:
mozilla central:
good build: 30-04-2013
bad build: 01-05-2013
pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=dd0c611a0a27&tochange=02aa81c59df6.
The tinderbox inbound builds are missing since the issue is older than one month.
| Reporter | ||
Comment 12•12 years ago
|
||
Sounds like either bug 866150 or bug 865060?
As well, I have not hit this bug since filing.
Keywords: regressionwindow-wanted → reproducible
Updated•12 years ago
|
tracking-fennec: ? → 24+
Keywords: regressionwindow-wanted
Comment 13•12 years ago
|
||
Aaron, can you test with don't keep activities. If it doesn't reproduce then close as WFM
Flags: needinfo?(aaron.train)
| Reporter | ||
Comment 14•12 years ago
|
||
This is 100% reproducible when enabling 'Don't keep activities' and then switching back to the browser.
Flags: needinfo?(aaron.train)
| Reporter | ||
Updated•12 years ago
|
Keywords: regression,
regressionwindow-wanted
Summary: Regression: Missing about:home thumbnails → Missing about:home thumbnails when enabling Don't Keep Activities'
| Reporter | ||
Updated•12 years ago
|
Summary: Missing about:home thumbnails when enabling Don't Keep Activities' → Missing about:home thumbnails when enabling 'Don't Keep Activities'
Updated•12 years ago
|
Assignee: nobody → bnicholson
Updated•12 years ago
|
tracking-fennec: 24+ → +
Updated•10 years ago
|
Assignee: bnicholson → nobody
Comment 17•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
| 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
•