Closed Bug 944289 Opened 11 years ago Closed 10 years ago

[UITest] add compose Email activity

Categories

(Firefox OS Graveyard :: Gaia, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

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"
                }
            });
        }
    }
Whiteboard: [good first bug][mentor=gasolin][mentor-lang=zh][lang=js]
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)
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+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Hi Fred,
Is there need to assign me this bug?
Thanks
Assignee: nobody → rishav006
yes, thanks for reminder
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: