Closed Bug 695177 Opened 13 years ago Closed 13 years ago

Sharing

Categories

(Firefox for Android Graveyard :: General, defect, P1)

ARM
Android
defect

Tracking

(firefox11 fixed, fennec11+)

VERIFIED FIXED
Tracking Status
firefox11 --- fixed
fennec 11+ ---

People

(Reporter: elan, Assigned: Margaret)

Details

(Keywords: feature, Whiteboard: [QA+] [birch] [Product Approved])

Attachments

(1 file)

Java button.
Priority: -- → P1
This should also include sharing elements on a webpage, like links, text and maybe images.
Priority: P1 → P2
I'm gonna work on this.
Assignee: nobody → margaret.leibovic
Attached patch patchSplinter Review
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 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+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [QA+]
Priority: P2 → P1
Whiteboard: [QA+] → [QA+] [birch] [Product Approved]
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
tracking-fennec: --- → 11+
Keywords: feature
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: