Closed
Bug 1804467
Opened 2 years ago
Closed 2 years ago
Implement GeckoView Print API
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox110 wontfix, firefox111 fixed)
RESOLVED
FIXED
111 Branch
People
(Reporter: olivia, Assigned: olivia)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [android-print][geckoview:m110][geckoview:m111])
Attachments
(1 file)
GeckoView needs a print API that can be connected into window.print
. The API should accept a PDF file or PDF InputStream
for printing. The API could also be calling saveToPDF
first and printing that InputStream
.
Related Fennec printing code that may be helpful.
Assignee | ||
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P1
Whiteboard: [geckoview:m110]
Assignee | ||
Updated•2 years ago
|
Whiteboard: [geckoview:m110] → [geckoview:m110][geckoview:m111]
Assignee | ||
Updated•2 years ago
|
Whiteboard: [geckoview:m110][geckoview:m111] → [android-print][geckoview:m110][geckoview:m111]
Updated•2 years ago
|
Rank: 110
Assignee | ||
Comment 1•2 years ago
|
||
This bug adds a print delegate interface on GeckoSession and a print
delegate implementation on GeckoView. The print delegate needs access
to an Activity context. It also adds a default
GeckoViewPrintDocumentAdapter for printing documents using Android. A
sample implementation was also added to GeckoView Example.
Depends on D166394
Updated•2 years ago
|
Attachment #9312301 -
Attachment description: WIP: Bug 1804467 - GeckoView Print API → Bug 1804467 - GeckoView Print API
Pushed by ohall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29b97320d9c2
GeckoView Print API r=geckoview-reviewers,calu,owlish
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
Updated•2 years ago
|
status-firefox110:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•