[remote-dbg-next] Add a feature which cancel the processing of connection after passing defined period of time
Categories
(DevTools :: about:debugging, defect, P1)
Tracking
(firefox68 verified, firefox69 verified)
People
(Reporter: daisuke, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
(Whiteboard: [remote-debugging-reserve])
Attachments
(3 files)
This is a followup of bug 1505131.
In that bug, during connecting, the label of connection button changes to "connecting...", and disabled. Normally, although the button will restore after establishing the connection or happening error, in case of that those event will not be happened at all, it can't restore without reloading the page. Thus, in here, add a feature which cancel the processing of connection after passing defined period of time.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D27645
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D27645
Pushed by dakatsuka@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5476c356bb27 Revert the status of connect button after a certain period of time. r=jdescottes https://hg.mozilla.org/integration/autoland/rev/31bf296dcfce Show the connection timeout message. r=jdescottes,flod https://hg.mozilla.org/integration/autoland/rev/b28102014ab9 Add a test whether the status of connect button will be reverted after a certain period of time. r=jdescottes
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5476c356bb27
https://hg.mozilla.org/mozilla-central/rev/31bf296dcfce
https://hg.mozilla.org/mozilla-central/rev/b28102014ab9
Comment 6•5 years ago
|
||
Verified as fixed on Firefox Nightly 69.0a1 (2019-05-22) and on 68.0b3 on Windows 10 x 64, Mac OS X 10.14 and on Ubuntu 18.04 x64.
Description
•