Commit Graph

4 Commits

Author SHA1 Message Date
Michael Comella
e29188336d Bug 1130203 - Remove retry button in share overlay retry toast. r=margaret
Toasts are unclickable (http://stackoverflow.com/a/20698525) so this button
never actually did anything. If we want to add this functionality, we'd have to
use a new toasting API (dialog was suggested) and potentially create a new
Activity (so it can be shown over another underlying Activity).

We could implement this but it'd be better to spend time creating system
notifications to show tab sending progress (bug 1145434).
2015-03-24 17:16:00 -07:00
Michael Comella
7490e9064a Bug 1130203 - Clean up share overlay toast styles. r=mhaigh 2015-03-19 17:47:30 -07:00
Chris Kitching
b4c4d69a3c Bug 1044947 - Frontend for share handler. r=rnewman 2014-08-25 04:24:47 -07:00
Chris Kitching
480f7d42c3 Bug 1044794 - Part 3: a service for handling share intents. r=rnewman 2014-08-27 18:59:41 -07:00