Name Description Size
CalMemoryCalendar.sys.mjs if (this.mItems[aItem.id] != null) { if (this.relaxedMode) { // we possibly want to interact with the user before deleting delete this.mItems[aItem.id]; } else { this.notifyOperationComplete(aListener, Ci.calIErrors.DUPLICATE_ID, Ci.calIOperationListener.ADD, aItem.id, "ID already exists for addItem"); return; } } 16491
components.conf 538
moz.build 332