Bug 362295 - Remove find methods from browser and tabbrowser, r=gavin.

This commit is contained in:
mozilla.mano@sent.com 2007-08-21 22:02:24 -07:00
parent a1ca2e73f7
commit eed7cc5617

View File

@ -2212,10 +2212,6 @@
</getter>
</property>
<property name="findString"
onget="return this.mCurrentBrowser.findString;"
readonly="true"/>
<property name="docShell"
onget="return this.mCurrentBrowser.docShell"
readonly="true"/>
@ -2268,30 +2264,6 @@
onget="return this.mCurrentBrowser.securityUI;"
readonly="true"/>
<method name="find">
<body>
<![CDATA[
return this.mCurrentBrowser.find();
]]>
</body>
</method>
<method name="findAgain">
<body>
<![CDATA[
return this.mCurrentBrowser.findAgain();
]]>
</body>
</method>
<method name="findPrevious">
<body>
<![CDATA[
return this.mCurrentBrowser.findPrevious();
]]>
</body>
</method>
<method name="dragDropSecurityCheck">
<parameter name="aEvent"/>
<parameter name="aDragSession"/>