mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:07:58 +01:00
Fix caret mode bindings in frameset pages.
This commit is contained in:
@@ -579,9 +579,7 @@ var Buffer = Module("buffer", {
|
|||||||
* @property {nsISelectionController} The current document's selection
|
* @property {nsISelectionController} The current document's selection
|
||||||
* controller.
|
* controller.
|
||||||
*/
|
*/
|
||||||
get selectionController() config.browser.docShell
|
get selectionController() util.selectionController(this.focusedFrame),
|
||||||
.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsISelectionDisplay)
|
|
||||||
.QueryInterface(Ci.nsISelectionController),
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Opens the appropriate context menu for *elem*.
|
* Opens the appropriate context menu for *elem*.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ FIREFOX ?= firefox
|
|||||||
HOSTAPP ?= $(FIREFOX)
|
HOSTAPP ?= $(FIREFOX)
|
||||||
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
PROFILEPATHS ?= "$$HOME/.mozilla/firefox" \
|
||||||
"$$HOME/Library/Application Support/Firefox" \
|
"$$HOME/Library/Application Support/Firefox" \
|
||||||
"$$APPDATA/Mozilla/Firefox" \
|
"$$APPDATA/Mozilla/Firefox/Profiles" \
|
||||||
"$$AppData/Mozilla/Firefox"
|
"$$AppData/Mozilla/Firefox/Profiles"
|
||||||
|
|
||||||
include ../common/Makefile
|
include ../common/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user