mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 12:34:11 +01:00
Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu event. Provide sensible screenX/screenY for mouse events.
--HG-- rename : common/content/buffer.js => common/modules/buffer.jsm
This commit is contained in:
@@ -227,6 +227,8 @@ var BookmarkCache = Module("BookmarkCache", XPCOM(Ci.nsINavBookmarkObserver), {
|
||||
}
|
||||
}
|
||||
}, {
|
||||
DEFAULT_FAVICON: "chrome://mozapps/skin/places/defaultFavicon.png",
|
||||
|
||||
getAnnotation: function getAnnotation(item, anno)
|
||||
services.annotation.itemHasAnnotation(item, anno) ?
|
||||
services.annotation.getItemAnnotation(item, anno) : null,
|
||||
|
||||
Reference in New Issue
Block a user