Closed
Bug 1043003
Opened 11 years ago
Closed 8 years ago
The original "origin" string may be modified in BrowserConfigHelper
Categories
(Firefox OS Graveyard :: Gaia::System::Window Mgmt, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lchang, Unassigned)
Details
Please refer to https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/browser_config_helper.js#L70
The "origin" will be modified if the app uses "entry_points". However, the meaning of the "origin" variable used in Window Mgmt will become inconsistent. Besides, we sometimes need the original "origin" string to compose the full path like icons.
We can simply add something like "originalOrigin" to resolve this issue but I'm wondering if this behavior is still necessary to master branch.
Comment 1•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•