Closed
Bug 1719124
Opened 3 years ago
Closed 3 years ago
For larger PDF files "WebDriver:Print" can raise "RangeError: too many arguments provided for a function call"
Categories
(Remote Protocol :: Marionette, defect, P3)
Tracking
(firefox93 fixed)
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: whimboo, Assigned: jacek, Mentored, NeedInfo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [lang=js], [wptsync upstream])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
Originally reported as: https://github.com/mozilla/geckodriver/issues/1905
It's actually similar to the issue that we had with our CDP implementation, and which got fixed by bug 1632722. The same approach we need for Marionette here:
The issue is around since Firefox 73 when the print feature has been implemented by bug 1604506.
Reporter | ||
Updated•3 years ago
|
Mentor: hskupin
Whiteboard: [lang=js]
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → jacek
Status: NEW → ASSIGNED
Updated•3 years ago
|
Attachment #9233964 -
Attachment description: WIP: Bug 1719124 Split PDF data into chunks to avoid hitting function call argument limit → Bug 1719124 Split PDF data into chunks to avoid hitting function call argument limit
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D121363
Updated•3 years ago
|
Attachment #9234003 -
Attachment is obsolete: true
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4079bc8d46ca
Split PDF data into chunks to avoid hitting function call argument limit r=webdriver-reviewers,jgraham,whimboo
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/29929 for changes under testing/web-platform/tests
Whiteboard: [lang=js] → [lang=js], [wptsync upstream]
Comment 5•3 years ago
|
||
Backed out changeset 4079bc8d46ca (Bug 1719124) for causing failures on printcmd.py.
Backout link
Push with failures
Failure Log
Flags: needinfo?(jacek)
Upstream PR was closed without merging
Updated•3 years ago
|
Attachment #9233964 -
Attachment description: Bug 1719124 Split PDF data into chunks to avoid hitting function call argument limit → Bug 1719124 - [marionette] Split processing PDF data into chunks to avoid hitting function call argument limit
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c036c370ef15
[marionette] Split processing PDF data into chunks to avoid hitting function call argument limit r=webdriver-reviewers,jgraham,whimboo
Comment 8•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
Upstream PR merged by moz-wptsync-bot
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•