Closed
Bug 944289
Opened 12 years ago
Closed 12 years ago
[UITest] add compose Email activity
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gasolin, Assigned: rishav_)
Details
(Whiteboard: [good first bug][mentor=gasolin][mentor-lang=zh][lang=js])
Attachments
(1 file)
Expect:
extend test_apps/uitest by add 'compose Email' activity in API tab
The activity could reference to http://robnyman.github.io/Firefox-OS-Boilerplate-App
var composeEmail = document.querySelector("#compose-email");
if (composeEmail) {
composeEmail.onclick = function () {
var createEmail = new MozActivity({
name: "new", // Possibly compose-mail in future versions
data: {
type : "mail",
url: "mailto:example@example.org"
}
});
}
}
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [good first bug][mentor=gasolin][mentor-lang=zh][lang=js]
| Assignee | ||
Comment 1•12 years ago
|
||
Hi Fred,
I am working on this bug.
Please assign this to me.
Sorry for disturbing in your holidays.
When ever you will get time, Have a look on this attached PR.
Thanks
Attachment #8351480 -
Flags: review?(gasolin)
| Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 8351480 [details] [review]
Add Compose Email Activity
merged to https://github.com/mozilla-b2g/gaia/commit/046964ac8e74c3cd0b320ea8c7e13dc538a34ccd
thanks!
Attachment #8351480 -
Flags: review?(gasolin) → review+
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•12 years ago
|
||
Hi Fred,
Is there need to assign me this bug?
Thanks
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → rishav006
| Reporter | ||
Comment 4•12 years ago
|
||
yes, thanks for reminder
You need to log in
before you can comment on or make changes to this bug.
Description
•