Closed
Bug 1228089
Opened 10 years ago
Closed 8 years ago
Detect if the user has a URL in their clipboard when re-entering the app
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sleroux, Assigned: bmunar, Mentored)
References
Details
Attachments
(2 files)
Whenever the app enters the foreground, we need to check the UIPasteboard to see if there a link in the user's clipboard. If there is a URL, we will show the open url toast that will be built as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1228087. For now, let's just print to the console whenever a URL is detected.
![]() |
Assignee | |
Updated•10 years ago
|
Assignee: nobody → bmunar
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Attachment #8712871 -
Flags: review?(sleroux)
![]() |
Reporter | |
Comment 2•10 years ago
|
||
Comment on attachment 8712871 [details] [review]
PR - some questions in the PR
Left some answers on the PR!
![]() |
Reporter | |
Comment 3•10 years ago
|
||
Left a couple of comments on the PR. I think it will make more sense to combine this patch with the snack bar view patch since this patch doesn't actually add any functionality - just debug logging.
![]() |
Reporter | |
Comment 4•10 years ago
|
||
Comment on attachment 8712871 [details] [review]
PR - some questions in the PR
Clearing r? until patch is revised.
Attachment #8712871 -
Flags: review?(sleroux)
Attachment #8760327 -
Flags: review?(rnewman)
Updated•9 years ago
|
Attachment #8760327 -
Flags: review?(rnewman) → review?(etoop)
![]() |
||
Comment 6•9 years ago
|
||
Comment on attachment 8760327 [details] [review]
Pull request
Hey. You've deleted some files from another package as part of this patch, which I think must have been a mistake. Could you please update the patch to leave the file deletions out?
Thanks
Attachment #8760327 -
Flags: feedback+
![]() |
||
Comment 7•9 years ago
|
||
Comment on attachment 8760327 [details] [review]
Pull request
LGTM. Thanks :rawisa
Sorry it took me so long to get around to it. It got lost in my review queue.
Attachment #8760327 -
Flags: review?(etoop) → review+
![]() |
||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•