Closed
Bug 620584
Opened 14 years ago
Closed 14 years ago
Hardcode app id to org.mozilla.firefox instead of org.mozilla.@MOZ_APP_NAME@
Categories
(Firefox Build System :: General, defect)
Tracking
(fennec2.0b3+)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0b3+ | --- |
People
(Reporter: mwu, Assigned: mwu)
References
Details
Attachments
(3 files)
|
2.45 KB,
patch
|
Details | Diff | Splinter Review | |
|
14.42 KB,
patch
|
ted
:
review+
blassey
:
review+
|
Details | Diff | Splinter Review |
|
310 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Patch attached just in case we need to do this. Going to write a cleaner patch to follow up, but this one works in case we need it ASAP.
Comment 1•14 years ago
|
||
why would we want this?
| Assignee | ||
Comment 2•14 years ago
|
||
This allows apps to override the entire package name instead of just the end of org.mozilla. It defaults to org.mozilla.MOZ_APP_NAME but can be overwritten in the conf vars.
| Assignee | ||
Comment 3•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Attachment #498933 -
Flags: review?(ted.mielczarek)
Attachment #498933 -
Flags: review?(blassey.bugs)
Comment 4•14 years ago
|
||
can someone give some insight on how/what needs to be tested to adequately cover this fix? for example, stuart briefly mentioned that a user that updates with this change will end up with 2 copies of firefox on their android device. That doesnt sound like a good experience to me.
Comment 5•14 years ago
|
||
I still don't understand why we want this
| Assignee | ||
Updated•14 years ago
|
Attachment #498934 -
Flags: review?(mark.finkle)
Comment 7•14 years ago
|
||
Comment on attachment 498933 [details] [diff] [review]
Add ANDROID_PACKAGE_NAME
The build bits look fine to me.
Attachment #498933 -
Flags: review?(ted.mielczarek) → review+
Comment 8•14 years ago
|
||
For posterity's sake, if someone could answer blassey's question in-bug, that would be useful.
Comment 9•14 years ago
|
||
Comment on attachment 498934 [details] [diff] [review]
Use org.mozilla.firefox on branded builds
We could put | ANDROID_PACKAGE_NAME=org.mozilla.fennec | in the nightly configure.sh just to be explicit, but it's not a big deal.
Attachment #498934 -
Flags: review?(mark.finkle) → review+
Comment 10•14 years ago
|
||
Comment on attachment 498933 [details] [diff] [review]
Add ANDROID_PACKAGE_NAME
>- String action = "org.mozilla.gecko.restart" + getAppName();
>+ String action = "org.mozilla.gecko.restart";
you need to change the restarter's action in the manifest. Have you tested this?
Comment 11•14 years ago
|
||
Comment on attachment 498933 [details] [diff] [review]
Add ANDROID_PACKAGE_NAME
please fix the restarter action and test the heck out of this
Attachment #498933 -
Flags: review?(blassey.bugs) → review+
Comment 12•14 years ago
|
||
Comment 8 is a good one, why do we want this? Can someone answer in the bug?
Comment 13•14 years ago
|
||
someone put our beta 2 build in the android market place with org.mozilla.fennec as its app id. For obvious reasons, the market place doesn't allow two apps with the same id. Its unclear at this time if google will fully remove the existing app from the market such that we can submit with org.mozilla.fennec.
Comment 14•14 years ago
|
||
pushed to trunk and relbranch:
http://hg.mozilla.org/mozilla-central/rev/74a67e4695d7
http://hg.mozilla.org/mozilla-central/rev/cdddfc399df3
and m-b:
http://hg.mozilla.org/mobile-browser/rev/a13c7b5a4225
http://hg.mozilla.org/mobile-browser/rev/e89ecb6ed8f8
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•