Closed
Bug 695177
Opened 13 years ago
Closed 13 years ago
Sharing
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: elan, Assigned: Margaret)
Details
(Keywords: feature, Whiteboard: [QA+] [birch] [Product Approved])
Attachments
(1 file)
7.74 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
Java button.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P1
Comment 1•13 years ago
|
||
This should also include sharing elements on a webpage, like links, text and maybe images.
Updated•13 years ago
|
Priority: P1 → P2
Assignee | ||
Comment 3•13 years ago
|
||
I tried duplicating the tab/he lines inside the id.share case, but I was getting compile errors about them already being defined. Then I tried just declaring tab and he at the top of the method without setting values for them and just setting the values below, but then I was getting crashes that I was having a hard time debugging.
So basically, this works, but feel free to tell me if you know a better way to be doing it :)
Attachment #568062 -
Flags: review?(blassey.bugs)
Comment 4•13 years ago
|
||
Comment on attachment 568062 [details] [diff] [review]
patch
Review of attachment 568062 [details] [diff] [review]:
-----------------------------------------------------------------
::: embedding/android/GeckoApp.java
@@ -377,5 @@
> return true;
> case R.id.bookmarks:
> Intent intent = new Intent(this, GeckoBookmarks.class);
> - Tab tab = Tabs.getInstance().getSelectedTab();
> - Tab.HistoryEntry he = tab.getLastHistoryEntry();
Don't move this out of the switch. It's not used by all of the cases so its ok to duplicate the code
Attachment #568062 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [QA+]
Reporter | ||
Updated•13 years ago
|
Priority: P2 → P1
Whiteboard: [QA+] → [QA+] [birch] [Product Approved]
Comment 6•13 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111021 Firefox/10.0a1 Fennec/10.0a1 (birch)
Samsung Galaxy SII (Android 2.3.4)
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
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
•