Closed
Bug 1725622
Opened 3 years ago
Closed 3 years ago
[mozdevice] Add support for pulling files from the device
Categories
(Testing :: Mozbase Rust, enhancement, P2)
Tracking
(firefox99 fixed)
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [bidi-m3-mvp])
Attachments
(4 files)
geckodriver needs to check the minidump
folder of the Firefox profile for possible crash dumps. Therefor it has to check for available files in a folder, and being able to pull the content of these files.
Relevant patches for this feature are already attached to bug 1433495 but marked as abandoned. I'll try to re-apply these, and update as appropriate.
Assignee | ||
Updated•3 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D131011
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Attachment #9250440 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device. → Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device.
Updated•3 years ago
|
Attachment #9250441 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Add support for listing directories. → Bug 1725622 - [mozdevice-rust] Add support for listing directories.
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D131012
Updated•3 years ago
|
Attachment #9262167 -
Attachment description: Bug 1725622 - [mozdevice-rust] Use external storage directory as root for unit tests. → WIP: Bug 1725622 - [mozdevice-rust] Use external storage directory as root for unit tests.
Updated•3 years ago
|
Attachment #9250440 -
Attachment description: Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device. → WIP: Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device.
Updated•3 years ago
|
Attachment #9250441 -
Attachment description: Bug 1725622 - [mozdevice-rust] Add support for listing directories. → WIP: Bug 1725622 - [mozdevice-rust] Add support for listing directories.
Updated•3 years ago
|
Attachment #9262168 -
Attachment description: Bug 1725622 - [mozdevice-rust] Add support for pulling a directory from the device. → WIP: Bug 1725622 - [mozdevice-rust] Add support for pulling a directory from the device.
Updated•3 years ago
|
Attachment #9262167 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Use external storage directory as root for unit tests. → Bug 1725622 - [mozdevice-rust] Use external storage directory as root for unit tests.
Updated•3 years ago
|
Attachment #9250440 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device. → Bug 1725622 - [mozdevice-rust] Add support for pulling files from the device.
Updated•3 years ago
|
Attachment #9250441 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Add support for listing directories. → Bug 1725622 - [mozdevice-rust] Add support for listing directories.
Updated•3 years ago
|
Attachment #9262168 -
Attachment description: WIP: Bug 1725622 - [mozdevice-rust] Add support for pulling a directory from the device. → Bug 1725622 - [mozdevice-rust] Add support for pulling a directory from the device.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b927f4c93948
[mozdevice-rust] Use external storage directory as root for unit tests. r=webdriver-reviewers,jgraham
https://hg.mozilla.org/integration/autoland/rev/c96ae638cd71
[mozdevice-rust] Add support for pulling files from the device. r=webdriver-reviewers,jgraham
https://hg.mozilla.org/integration/autoland/rev/280a30ebe5c3
[mozdevice-rust] Add support for listing directories. r=webdriver-reviewers,jgraham
https://hg.mozilla.org/integration/autoland/rev/f1b01db0697c
[mozdevice-rust] Add support for pulling a directory from the device. r=webdriver-reviewers,jgraham
Assignee | ||
Updated•3 years ago
|
Points: --- → 8
Whiteboard: [bidi-m3-mvp]
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b927f4c93948
https://hg.mozilla.org/mozilla-central/rev/c96ae638cd71
https://hg.mozilla.org/mozilla-central/rev/280a30ebe5c3
https://hg.mozilla.org/mozilla-central/rev/f1b01db0697c
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
Updated•3 years ago
|
Priority: P3 → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•