mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37
This commit is contained in:
parent
41ad5496ae
commit
82205cf721
7 changed files with 179 additions and 156 deletions
|
|
@ -253,7 +253,8 @@ PlacesController.prototype = {
|
|||
}
|
||||
else
|
||||
host = NetUtil.newURI(this._view.selectedNode.uri).host;
|
||||
ForgetAboutSite.removeDataFromDomain(host);
|
||||
ForgetAboutSite.removeDataFromDomain(host)
|
||||
.catch(Components.utils.reportError);
|
||||
break;
|
||||
case "cmd_selectAll":
|
||||
this.selectAll();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue