mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
DOMContentLoaded and load does not work properly if "devtools.webconsole.persistlog == true" - is getting higher
Issue #52
This commit is contained in:
parent
ebf0f6c35a
commit
b8bbffacbe
3 changed files with 20 additions and 9 deletions
|
|
@ -407,6 +407,9 @@ TargetEventsHandler.prototype = {
|
|||
if (!Services.prefs.getBoolPref("devtools.webconsole.persistlog")) {
|
||||
NetMonitorView.RequestsMenu.reset();
|
||||
NetMonitorView.Sidebar.toggle(false);
|
||||
} else {
|
||||
// If the log is persistent, just clear some informations.
|
||||
NetMonitorView.RequestsMenu.resetNotPersistent();
|
||||
}
|
||||
// Switch to the default network traffic inspector view.
|
||||
if (NetMonitorController.getCurrentActivity() == ACTIVITY_TYPE.NONE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue