Closed Bug 867738 Opened 11 years ago Closed 10 years ago

Remote Debugging Protocol needs a way to transfer files

Categories

(DevTools :: Debugger, defect, P2)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 797639

People

(Reporter: BenWa, Unassigned)

References

Details

This is an alternative, simpler, suggestion to bug 797639. Since phones OOM instead of swapping, to transfer large data blobs we need it would be easier to generate them directly to a file stream and hand over a file name/handle to RDP to handle the transfer piecewise.

To be clear we only need one of this or bug 797639.
Jim, how do you feel about this idea?
Flags: needinfo?(jimb)
Priority: -- → P2
I'd like to understand the restrictions we're operating under better. When you generate these big blobs of data, are you able to return to the event loop between chunks? Or do you have code which needs to run entirely in a single event tick, and generates all the data?

Are you suggesting that the RDP transfer the data chunkwise using the ordinary JSON framing?
Flags: needinfo?(jimb)
Since we're actively implementing bug 797639, I'll dupe this to that one.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.