Closed Bug 1182457 Opened 9 years ago Closed 8 years ago

Browser app windows are not recognized as activity openers

Categories

(Core :: DOM: Core & HTML, defect)

All
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox42 --- affected

People

(Reporter: gsvelto, Unassigned)

References

Details

While investigating bug 1178859 I've noticed that when opening an activity from the browser app the associated process was not being correctly marked as an activity.

Further investigation shows that when creating a new MozActivity object the call is coming from the system app hence our logic in the ActivitiesManager will not flag the new activity as associated with the browser process but rather with the main process. This causes the browser process priority to drop too low making it potentially LMK'able in certain scenarios.

We should find a way to correctly match the browser process with the opened activity so that we can adjust its priority correctly.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.