Closed
Bug 1062564
Opened 9 years ago
Closed 9 years ago
Inline the activity options used in the dialer app in order to make it easier to automatically extract the activity arguments from the source code
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(b2g-v2.2 fixed)
RESOLVED
FIXED
2.1 S4 (12sep)
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
I'm working on a static analysis tool which can extract information about all MozActivity API usages from the gaia source code. It's much simper for this tool if the activity options argument was passed as an inline JS object. I have a simple patch which does this for the dialer app.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8483763 -
Flags: review?(etienne)
Comment 2•9 years ago
|
||
Comment on attachment 8483763 [details] [review] Patch (v1) That'll teach me reading patches without reading the bug summary first :) "But this doesn't change anything!" Anyway, sure, r=me
Attachment #8483763 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Thanks, Etienne! Sorry if the intention was not obvious. :-)
Keywords: checkin-needed
Comment 4•9 years ago
|
||
Master: https://github.com/mozilla-b2g/gaia/commit/8df7141e5a7b3ec34d062068ea97f18cb33c2889
Status: NEW → RESOLVED
Closed: 9 years ago
status-b2g-v2.2:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S4 (12sep)
You need to log in
before you can comment on or make changes to this bug.
Description
•