Closed
Bug 698081
Opened 14 years ago
Closed 4 years ago
Restore destroyed surface on main launcher intent [android.intent.category.LAUNCHER]
Categories
(Firefox for Android Graveyard :: General, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: aaronmt, Unassigned)
Details
I've noticed that some Android applications (e.g, com.google.android.*) have the ability to restore a recently destroyed surface when the main launcher intent category launcher is called (i.e., an application is launched again). Can Fennec support this?
STR:
1. Go to the awesome-screen
I/WindowManager( 2715): CREATE SURFACE Surface(name=org.mozilla.fennec/org.mozilla.gecko.AwesomeBar, identity=901, mNativeSurface=0) IN SESSION android.view.SurfaceSession@40958dc0: pid=19089 format=-2 flags=0x0 / Window{40d87c10 org.mozilla.fennec/org.mozilla.gecko.AwesomeBar paused=false}
2. Hit your devices home-button
W/WindowManager( 2715): Window Window{40d87c10 org.mozilla.fennec/org.mozilla.gecko.AwesomeBar paused=false} destroyed surface Surface(name=org.mozilla.fennec/org.mozilla.gecko.AwesomeBar, identity=-1, mNativeSurface=0), session Session{409bbee8 uid 10121}
3. Launch Fennec again
I/WindowManager( 2715): CREATE SURFACE Surface(name=org.mozilla.fennec/org.mozilla.fennec.App, identity=909, mNativeSurface=0) IN SESSION android.view.SurfaceSession@40958dc0: pid=19089 format=-3 flags=0x0 / Window{4098b660 org.mozilla.fennec/org.mozilla.fennec.App paused=false}
ER: I would be looking at the awesome-screen again
AR: Looking at my homepage
--
20111028114711
http://hg.mozilla.org/projects/birch/rev/8389b4a42ccd
Samsung Galaxy SII
Should probably test for null crashing using the home button more often if this is the case. ie do something to draw such as going to a webgl page and then hit the home button.
Adding some more QA testers as a fyi for testing.
Updated•14 years ago
|
Assignee: nobody → doug.turner
Priority: -- → P5
Comment 2•13 years ago
|
||
i am not working on these right now. resetting assignee.
Assignee: doug.turner → nobody
| Reporter | ||
Comment 3•13 years ago
|
||
Still an issue
Comment 4•4 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: 4 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•4 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
•