Name Description Size
CanonicalURL.sys.mjs Given a web page content document, finds candidates for an explicitly declared canonical URL. Includes a fallback URL to use in case the content did not declare a canonical URL. @param {Document} document @returns {CanonicalURLSourceResults} 2490
CanonicalURLChild.sys.mjs Identifies the canonical URL in a top-level content frame, if possible, and notifies the parent process about it. 1544
CanonicalURLParent.sys.mjs Receives canonical URL identifications from CanonicalURLChild and dispatches event notifications on the <browser>. 2099
metrics.yaml 2733
moz.build 746
tabnotes.manifest 531
TabNotes.sys.mjs @import { OpenedConnection } from "resource://gre/modules/Sqlite.sys.mjs" 8211
TabNotesController.sys.mjs @import { CanonicalURLParent } from "./CanonicalURLParent.sys.mjs" 9036
test
tsconfig.json 303
types