Mercurial > firefox-enso
view Makefile @ 3:21f5e1dc0a4c default tip
text selection for firefox will return the full contents of the current text field if no text is selected. also, the seldict contains references to the currently-focused element and window, if any.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 09 May 2008 12:59:10 -0700 |
parents | 6e4335fa3321 |
children |
line wrap: on
line source
FIREFOX_BIN_DIR=/Applications/Firefox.app/Contents/MacOS FIREFOX_PROFILE_DIR=/Users/varmaa/firefox-profile install: cp enso_pyxpcom.py ${FIREFOX_BIN_DIR}/components rm -f "${FIREFOX_BIN_DIR}/components/compreg.dat" rm -f "${FIREFOX_BIN_DIR}/components/xpti.dat" rm -f "${FIREFOX_PROFILE_DIR}/compreg.dat" rm -f "${FIREFOX_PROFILE_DIR}/xpti.dat" uninstall: rm -f ${FIREFOX_BIN_DIR}/components/enso_pyxpcom.py