Open
Bug 776298
Opened 12 years ago
Updated 2 years ago
Change GetAppManifestURL to GetAppManifestId and create content processes for app per id
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
Details
GetAppManifestId() would be more useful than GetAppManifestURL() generally speaking.
In addition, when we create a content process, instead of having a hashtable associated manifest URLs to content processes, we could associate IDs to content processes. The only issue I see whit doing that is that an ID, while the phone is running, can be assigned to different apps. However, with bug 775327, that should not happen.
Reporter | ||
Comment 1•12 years ago
|
||
That really has nothing to do with Apps but with nsFrameLoader and BrowserElement.
Component: DOM: Apps → DOM: Mozilla Extensions
Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Comment 2•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•