Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@litl.com>2009-11-30 16:03:54 (GMT)
committer Marco Pesenti Gritti <marcopg@litl.com>2010-07-27 22:04:23 (GMT)
commitb162fa3da3ad47e8673d85e344803185206a1ed9 (patch)
tree59b5cd585f917816a9812042b7cd305a895f777a
parentab26784fb545b5382e69c277af78e606f98b7127 (diff)
Revert "[R7] First pass at a port to xulrunner 1.9.1 (Firefox 3.5)"
This reverts commit 782b00bb90a0952a5d0d110bf682607679741ee2.
-rw-r--r--browser-plugin/scriptable.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/browser-plugin/scriptable.cpp b/browser-plugin/scriptable.cpp
index 2542938..6c7e55c 100644
--- a/browser-plugin/scriptable.cpp
+++ b/browser-plugin/scriptable.cpp
@@ -283,15 +283,6 @@ ScriptablePluginObject::GetProperty (NPIdentifier name, NPVariant *result)
} else if (name == mCanFindOnPageID) {
BOOLEAN_TO_NPVARIANT (plugin->mCanFindOnPage, *result);
return true;
-#if !CAN_CALL_METHODS
- // we have to respond to these in order for SetProperty to work
- } else if (name == mFindTermsID) {
- NULL_TO_NPVARIANT (*result);
- return true;
- } else if (name == mFindNextID || name == mFindPreviousID) {
- INT32_TO_NPVARIANT (42, *result);
- return true;
-#endif
}
return false;