Closed Bug 1102445 Opened 10 years ago Closed 7 years ago

Allow long operations to be aborted

Categories

(DevTools Graveyard :: WebIDE, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jryans, Unassigned)

References

Details

In bug 1055011, we considered offering a "cancel" button for long-running tasks, like:

* connecting with a long timeout
* uploading an app (esp. pre-bulk data)

but it seemed tricky, since we just store a promise.

I believe we could hack in an "abort" event or some such for the tasks where it makes sense.  This is similiar to the non-standard AbortablePromise[1] that B2G wants to use.

[1]: http://dxr.mozilla.org/mozilla-central/source/dom/webidl/AbortablePromise.webidl
We intend to move remote debugging into about:debugging (bug 1212802) and then remove WebIDE (bug 1314811), so there are no plans to improve the WebIDE UX at this time.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.