Go to the source code of this file.
Functions | |
| Components utils | import ("resource://gre/modules/XPCOMUtils.jsm") |
| function | LOG (s) |
| function | sbLibraryMigration () |
| function | NSGetModule (compMgr, fileSpec) |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| const | Cr = Components.results |
| const | FROM_VERSION = 21 |
| const | TO_VERSION = 22 |
| sbLibraryMigration | prototype |
| Components utils import | ( | "resource://gre/modules/XPCOMUtils.jsm" | ) |
| function LOG | ( | s | ) |
Definition at line 38 of file sbMigrate14to15pre0.contentType.js.
| function NSGetModule | ( | compMgr, | |
| fileSpec | |||
| ) |
Definition at line 112 of file sbMigrate14to15pre0.contentType.js.
| function sbLibraryMigration | ( | ) |
Definition at line 45 of file sbMigrate14to15pre0.contentType.js.
| const Cc = Components.classes |
Definition at line 31 of file sbMigrate14to15pre0.contentType.js.
| const Ci = Components.interfaces |
Definition at line 32 of file sbMigrate14to15pre0.contentType.js.
| const Cr = Components.results |
Definition at line 33 of file sbMigrate14to15pre0.contentType.js.
| const FROM_VERSION = 21 |
Definition at line 35 of file sbMigrate14to15pre0.contentType.js.
| sbLibraryMigration prototype |
Definition at line 54 of file sbMigrate14to15pre0.contentType.js.
| const TO_VERSION = 22 |
Definition at line 36 of file sbMigrate14to15pre0.contentType.js.