mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 07:33:32 +02:00
Make 'cpt' a stringlist. Add support for native autocomplete providers.
This commit is contained in:
@@ -93,7 +93,7 @@ function ProtocolBase() {
|
||||
};
|
||||
}
|
||||
ProtocolBase.prototype = {
|
||||
get contractID() "@mozilla.org/network/protocol;1?name=" + this.scheme,
|
||||
get contractID() services.PROTOCOL + this.scheme,
|
||||
get classDescription() this.scheme + " utility protocol",
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIProtocolHandler]),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user