Open
Bug 680617
(web-printing)
Opened 13 years ago
Updated 2 years ago
WebPrint (or WebIPP)
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: yury, Unassigned)
References
Details
Provide the subset of the Internet Printing Protocol functions (or just adapter to sent IPP requests) to be able to sent printer jobs to:
- localy registered IPP printers;
- remote printer, provided by the web page.
It will make possible to prepare a compatible paged document (e.g. PNGs, JPGs, PDF, etc.) and print it as is.
Reporter | ||
Comment 1•13 years ago
|
||
Taking in account http://groups.google.com/group/mozilla.dev.pdf-js/browse_thread/thread/37c83dfdecffd192# cross-origin concerns:
- if page requests registered printers, prompt with printer selection dialog (as File->Print does) or security warning (as geolocaltion does);
- if page request HTTP remote printer do standard security and CORS checks (as XHR does).
Updated•13 years ago
|
Keywords: sec-review-needed
assinged to me for sec action to schedule a meeting
Whiteboard: [secr:curtisk]
Updated•13 years ago
|
Whiteboard: [secr:curtisk] → [sec-assigned:curtisk:749364]
Updated•12 years ago
|
Flags: sec-review?(curtisk)
Updated•12 years ago
|
Whiteboard: [sec-assigned:curtisk:749364]
Updated•12 years ago
|
Alias: web-printing
bug has no owner and has not moved in 2 years, closing blocking sec-review bug as incomplete and leaving flag to indicate need to do security work when / if this bug refreshes
Updated•10 years ago
|
Flags: sec-review?(curtisk) → sec-review?
Comment 4•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•