Closed
Bug 744662
Opened 13 years ago
Closed 13 years ago
Sharing an email copies mailto:
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: aaronmt, Assigned: mcomella)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
5.31 KB,
patch
|
mcomella
:
review+
|
Details | Diff | Splinter Review |
Long-tap and hold on any email link, such at the attached URL and opt to share it in Twitter or Facebook.
Expected: lol@cats.org
Actual: mailto:lol@cats.org
Comment 1•13 years ago
|
||
but "mailto:lol@cats.org" _is_ the link
| Reporter | ||
Comment 2•13 years ago
|
||
That's true. Do we have copy email address?
Comment 3•13 years ago
|
||
Bug 684380 is somewhat related. So is bug 718437.
| Assignee | ||
Comment 4•13 years ago
|
||
"Copy Email Address" is bug 774766, which I made copy only the address and not "mailto:". Should sharing an email address also remove "mailto:"?
| Assignee | ||
Comment 5•13 years ago
|
||
Made a patch for this. If we don't want it, we can toss it.
Note that this builds on the patch from bug 776064 so you should probably review that first.
Attachment #644544 -
Flags: review?(mark.finkle)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → michael.l.comella
Status: NEW → ASSIGNED
Comment 6•13 years ago
|
||
Comment on attachment 644544 [details] [diff] [review]
Patch
>diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js
>+ emailLinkContext: {
>+ if (uri) {
>+ return uri.schemeIs("mailto");
>+ }
nit: {} not needed for a one-line block
We can decide on the strings in the other bug
Attachment #644544 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #6)
> Comment on attachment 644544 [details] [diff] [review]
> Patch
> nit: {} not needed for a one-line block
Fixed nit. Moved r+.
Attachment #644544 -
Attachment is obsolete: true
Attachment #645082 -
Flags: review+
| Assignee | ||
Comment 8•13 years ago
|
||
Code is built upon the patch from bug 776064 and thus that patch needs to be pushed first.
Depends on: 776064
Comment 10•13 years ago
|
||
Green on Try.
https://tbpl.mozilla.org/?tree=Try&rev=2225f75a2f66
https://hg.mozilla.org/integration/mozilla-inbound/rev/71bbf99f060f
Flags: in-testsuite-
Keywords: checkin-needed
Comment 11•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•11 years ago
|
tracking-fennec: ? → ---
Updated•4 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
•