Closed
Bug 1270201
Opened 10 years ago
Closed 10 years ago
Wrong value passed to argv[0] when starting Gecko
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox49 fixed)
RESOLVED
FIXED
Firefox 49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
Details
Attachments
(1 file)
|
1.36 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
argv[0] should be the program name, not the apk name, when starting Gecko in GeckoThread.
| Assignee | ||
Comment 1•10 years ago
|
||
The first argument (argv[0]) to Gecko should be the program name, not
the apk name. For Android, the program name is the package name.
Attachment #8748750 -
Flags: review?(snorp)
Updated•10 years ago
|
Attachment #8748750 -
Flags: review?(snorp) → review+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•5 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
•