Closed
Bug 695743
Opened 14 years ago
Closed 14 years ago
Save as PDF
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [QA+])
Attachments
(1 file, 1 obsolete file)
7.95 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Patch to add PDF printing support. It silently saves a PDF into the Download folder on the sdcard, assuming the patch in the dependent bug is applied.
Attachment #569184 -
Flags: review?(mark.finkle)
Comment 2•14 years ago
|
||
Comment on attachment 569184 [details] [diff] [review]
Add a "Save as PDF" menu item
>diff --git a/embedding/android/GeckoApp.java b/embedding/android/GeckoApp.java
>+ case R.id.saveaspdf:
>+ GeckoAppShell.sendEventToGecko(new GeckoEvent("save-as-pdf", null));
I'm on a mission to use consistent event/message names. Can we use "SaveAs:PDF"
>diff --git a/embedding/android/locales/en-US/android_strings.dtd b/embedding/android/locales/en-US/android_strings.dtd
>diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js
>+ Services.obs.addObserver(this, "save-as-pdf", false);
Same
>+ saveAsPDF: function saveAsPDF(browser) {
nit: aBrowser
r+
Attachment #569184 -
Flags: review?(mark.finkle) → review+
Comment 3•14 years ago
|
||
Madhava might want a string change, but "Save as PDF" is good for now
Updated•14 years ago
|
Whiteboard: [QA+]
Assignee | ||
Comment 4•14 years ago
|
||
Updated as requested, rebased to latest birch code.
Attachment #569184 -
Attachment is obsolete: true
Attachment #569396 -
Flags: review+
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111026 Firefox/10.0a1 Fennec/10.0a1
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
tracking-fennec: --- → 11+
Updated•14 years ago
|
status-firefox11:
--- → fixed
Updated•5 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
•