mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-10 20:35:46 +01:00
Add some more rough source documentation.
This commit is contained in:
@@ -61,7 +61,7 @@ function Bookmarks() //{{{
|
||||
const taggingService = PlacesUtils.tagging;
|
||||
const faviconService = Cc["@mozilla.org/browser/favicon-service;1"].getService(Ci.nsIFaviconService);
|
||||
|
||||
// XXX for strange firefox bug :(
|
||||
// XXX for strange Firefox bug :(
|
||||
// Error: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIObserverService.addObserver]"
|
||||
// nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"
|
||||
// location: "JS frame :: file://~firefox/components/nsTaggingService.js :: anonymous :: line 89"
|
||||
|
||||
@@ -31,7 +31,7 @@ const config = { //{{{
|
||||
name: "Vimperator",
|
||||
hostApplication: "Firefox",
|
||||
|
||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
|
||||
defaults: { guioptions: "rb" },
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ let functions = [
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
// functions below should be as generic as possible, and not require being rewritten
|
||||
// even after doing major vimperator refactoring
|
||||
// even after doing major Vimperator refactoring
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
function resetEnvironment()
|
||||
|
||||
Reference in New Issue
Block a user