зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1405875
- Remove unused contentViewerFile property from browser and tabbrowser XBL bindings. r=Gijs
This helps to make nsIContentViewerFile unused so that we can remove it later in this patch series. MozReview-Commit-ID: I0LvygpnCx8
This commit is contained in:
Родитель
70c24e3e54
Коммит
43568a4410
|
@ -5399,10 +5399,6 @@
|
|||
onget="return this.mCurrentBrowser.contentViewerEdit;"
|
||||
readonly="true"/>
|
||||
|
||||
<property name="contentViewerFile"
|
||||
onget="return this.mCurrentBrowser.contentViewerFile;"
|
||||
readonly="true"/>
|
||||
|
||||
<property name="contentDocument"
|
||||
onget="return this.mCurrentBrowser.contentDocument;"
|
||||
readonly="true"/>
|
||||
|
|
|
@ -488,10 +488,6 @@
|
|||
onget="return this.docShell.contentViewer.QueryInterface(Components.interfaces.nsIContentViewerEdit);"
|
||||
readonly="true"/>
|
||||
|
||||
<property name="contentViewerFile"
|
||||
onget="return this.docShell.contentViewer.QueryInterface(Components.interfaces.nsIContentViewerFile);"
|
||||
readonly="true"/>
|
||||
|
||||
<property name="contentDocument"
|
||||
onget="return this.webNavigation.document;"
|
||||
readonly="true"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче