crux-commits
Threads by month
- ----- 2024 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
July 2008
- 1 participants
- 111 discussions
commit 3a60b5d114533a3be4373f027c18d652622bf485
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Sat Jul 19 22:43:45 2008 +0200
xulrunner: fixed URL.
diff --git a/xulrunner/Pkgfile b/xulrunner/Pkgfile
index 86faa99..396adc1 100644
--- a/xulrunner/Pkgfile
+++ b/xulrunner/Pkgfile
@@ -6,7 +6,7 @@
name=xulrunner
version=1.9.0.1
release=1
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0.1-source.tar.bz2
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.1/source/firefox-3.0.1-source.tar.bz2
mozconfig)
build() {
1
0
commit c7203d34a8c4f735ec29e73d10f56322aa18aa58
Author: Lucas Hazel <lucas(a)die.net.au>
Date: Sun Jul 20 02:57:20 2008 +1000
dbus: add post-install, fixes FS#332
diff --git a/dbus/post-install b/dbus/post-install
new file mode 100755
index 0000000..25fe391
--- /dev/null
+++ b/dbus/post-install
@@ -0,0 +1,2 @@
+#!/bin/sh
+dbus-uuidgen --ensure
1
0
commit e5c477847376e0f165c0c3157ece0b982f9e1f56
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Sat Jul 19 16:04:25 2008 +0200
firefox: fixed for xulrunner 1.9.0.1.
diff --git a/firefox/.md5sum b/firefox/.md5sum
index 1fd4574..2b14eda 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,3 +1,3 @@
406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2
-c276fd7680746e8477ad34d26f04e024 mozconfig
+572a3779b3e1ebed5b1dd1807f59f124 mozconfig
62530844efda8b387e518162b7922f2f xulrunner.patch
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 25d6045..525609c 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -5,7 +5,7 @@
name=firefox
version=3.0.1
-release=1
+release=2
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version…
mozconfig xulrunner.patch)
diff --git a/firefox/mozconfig b/firefox/mozconfig
index 3e2d670..676a3d8 100644
--- a/firefox/mozconfig
+++ b/firefox/mozconfig
@@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-pthreads
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.0.1
ac_add_options --enable-system-cairo
ac_add_options --enable-optimize="#CFLAGS#"
ac_add_options --enable-official-branding
1
0
commit 2c4c6c786a358140c73d94db4747d0c02dbca89d
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Sat Jul 19 15:54:26 2008 +0200
xulrunner: updated to 1.9.0.1.
xulrunner is now built from the Firefox 3.0.1 sources as well.
The version '1.9.0.1' can be found in the 3.0.1 patch.
diff --git a/xulrunner/.footprint b/xulrunner/.footprint
index c0973d1..fcb73fb 100644
--- a/xulrunner/.footprint
+++ b/xulrunner/.footprint
@@ -1,2110 +1,2110 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/gre.d/
--rwxr-xr-x root/root etc/gre.d/1.9.system.conf
+-rwxr-xr-x root/root etc/gre.d/1.9.0.1.system.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-lrwxrwxrwx root/root usr/bin/xulrunner -> /usr/lib/xulrunner-1.9/xulrunner
+lrwxrwxrwx root/root usr/bin/xulrunner -> /usr/lib/xulrunner-1.9.0.1/xulrunner
drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/xulrunner-1.9/
-drwxr-xr-x root/root usr/include/xulrunner-1.9/stable/
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/domstubs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/jni.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/jni_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/jri.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/jri_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/jritypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/mozIJSSubScriptLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/npapi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/npruntime.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nptypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/npupp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsArrayEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsArrayUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsAutoLock.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsBaseHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCOMArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCOMPtr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCRTGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCategoryCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsClassHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsComponentManagerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCycleCollectionParticipant.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsCycleCollector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsDataHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsDebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsDeque.h
--rwxr-xr-x root/root usr/include/xulrunner-1.9/stable/nsDirectoryServiceDefs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsDirectoryServiceUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsEmbedAPI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsEmbedCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsEmbedString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsEnumeratorUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsGenericFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsHashKeys.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIASN1Object.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIASN1Sequence.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsICRLInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsICategoryManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsICertificateDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIClassInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIClassInfoImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIClipboardCommands.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIComponentManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIComponentRegistrar.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIContextMenuListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsICookie.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsICookieManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOM3DocumentEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOM3EventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMAbstractView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMAttr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMBarProp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCDATASection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSPrimitiveValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSRuleList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSStyleDeclaration.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCSSValueList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCharacterData.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMComment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMCustomEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDOMException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDOMImplementation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentFragment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentType.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMDocumentView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMElementCSSInlineStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEntity.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEntityReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEventGroup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEventListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMEventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLAnchorElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLAppletElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLBRElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLBaseElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLBaseFontElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLBodyElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLButtonElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLDListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLDirectoryElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLDivElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLEmbedElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLFieldSetElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLFontElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLFormElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLFrameElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLFrameSetElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLHRElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLHeadElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLHeadingElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLHtmlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLIFrameElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLImageElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLInputElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLIsIndexElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLLIElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLLabelElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLLegendElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLLinkElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLMapElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLMenuElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLMetaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLModElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLOListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLObjectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLOptGroupElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLOptionElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLOptionsCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLParagraphElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLParamElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLPreElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLQuoteElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLScriptElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLSelectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLStyleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableCaptionElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableCellElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableColElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableRowElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTableSectionElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTextAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLTitleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMHTMLUListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMMediaList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMMouseEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMNamedNodeMap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMNodeList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMNotation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMProcessingInstruction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStorage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStorageEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStorageItem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStorageList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStorageWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMStyleSheetList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMText.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMUIEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMWindow2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMWindowCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDOMWindowUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIDirectoryService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIEmbeddingSiteWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIFileURL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIGenericFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIGlobalHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIHashable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIHistoryEntry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIHttpChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIHttpHeaderVisitor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIIOService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIInterfaceRequestor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIInterfaceRequestorUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIJSON.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsILoadGroup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsILocalFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIMemory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIMutableArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsINIParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIObserverService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIPrefBranch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIPrefBranch2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIPrefLocalizedString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIPrefService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIProfile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIProfileChangeStatus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIProgrammingLanguage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIPromptService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIProperties.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIRequest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIRequestObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISHistoryListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIScriptableInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISecurityWarningDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISelection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIServiceManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISimpleEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISupports.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISupportsBase.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISupportsImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISupportsPrimitives.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsISupportsUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsITooltipListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsITooltipTextProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsITraceRefcnt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIURIContentListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIURL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIUnicharStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIUploadChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWeakReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWeakReferenceUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserChrome.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserChromeFocus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserFind.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserFocus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserPrint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserSetup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebBrowserStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebProgress.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWebProgressListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWindowCreator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIWindowWatcher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIX509Cert.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIX509CertDB.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsIX509CertValidity.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsInterfaceHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsMemory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsObjCExceptions.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsParserDataListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsQuickSort.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsRefPtrHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsServiceManagerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsStringAPI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsStringGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTObserverArray.h
--rwxr-xr-x root/root usr/include/xulrunner-1.9/stable/nsTPtrArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTWeakRef.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTextFormatter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsTraceRefcnt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsUnicharUtils.h
--rwxr-xr-x root/root usr/include/xulrunner-1.9/stable/nsVersionComparator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsVoidArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsWeakReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsXPCOM.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsXPCOMCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsXPCOMGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsXPCOMStrings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nscore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/nsrootidl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/pldhash.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/stable/xpcom-config.h
-drwxr-xr-x root/root usr/include/xulrunner-1.9/unstable/
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/ImageErrors.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/ImageLogging.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/NSReg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/ProxyJNI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/VerReg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/XPCIDispatch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/bool.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/domstubs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/expat.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/expat_config.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/expat_external.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/extIApplication.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/fdlibm.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/ftpCore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxASurface.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxAlphaRecovery.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxColor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxCore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxFont.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxFontTest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxFontUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxIFormats.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxIImageFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxImageSurface.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxMatrix.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPDFSurface.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPSSurface.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPangoFonts.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPath.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPattern.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPlatform.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPlatformGtk.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxPoint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxSkipChars.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxTextRunCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxTextRunWordCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxXlibNativeRenderer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxXlibSurface.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gfxtypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gtk2xtbin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gtkmozembed.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gtkmozembed_glue.cpp
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gtkmozembed_internal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/gtkxtbin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/icc34.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgICache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIContainerObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIDecoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIDecoderObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIEncoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgILoad.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgILoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgIRequest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/imgITools.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inICSSValueSearch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inIDOMUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inIDOMView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inIDeepTreeWalker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inIFlasher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inISearchObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/inISearchProcess.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/interpreter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/javaString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/javaThreads.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/java_lang_String.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jdk_java_lang_String.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jmc.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jni.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jni_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jri.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jri_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jriext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jritypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/js.msg
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsapi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsarena.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsarray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsatom.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsautocfg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsautokw.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsbit.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsbool.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsclist.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jscntxt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jscompat.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsconfig.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdIDebuggerService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdbgapi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdhash.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsdtoa.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsemit.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsfun.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsgc.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jshash.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsinterp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsiter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsjava.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jslock.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jslong.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsmath.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsnum.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsobj.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsopcode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsopcode.tbl
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsotypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsparse.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsprf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsproto.tbl
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsprvtd.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jspubtd.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsregexp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsscan.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsscope.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsscript.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsstddef.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsstr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jstypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsutil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsxdrapi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jsxml.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/jvmmgr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/lcms.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozAutoDocUpdate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozFlushType.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIJSSubScriptLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIPersonalDictionary.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozISanitizingSerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozISpellCheckingEngine.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozISpellI18NManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozISpellI18NUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageAggregateFunction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageConnection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageDataSet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageFunction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageProgressHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageStatement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageStatementWrapper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozIStorageValueArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozITXTToHTMLConv.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozStorageCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozStorageHelper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozcontainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozdrawingarea.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozilla-config.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/mozpngconf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/necko-config.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/netCore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/netscape_javascript_JSException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/netscape_javascript_JSObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/npapi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/npruntime.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nptypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/npupp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsASocketHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAXPCNativeCallContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAboutProtocolUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAccessNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAccessNodeWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAccessibleEventData.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAccessibleRelationWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAgg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAlgorithm.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAppDirectoryServiceDefs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAppShellCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsArrayEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsArrayUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAtomListUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAtomService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAttrName.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAutoLock.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsAutoPtr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBaseHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBidi.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBidiFrames.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBidiPresUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBidiUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsBindingManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCDefaultURIFixup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCDocShell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCExternalHandlerService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCOMArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCOMPtr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCPasswordManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCPasswordManagerInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCPrefetchService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCRT.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCRTGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSAnonBoxList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSAnonBoxes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSFrameConstructor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSKeywordList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSKeywords.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSPropList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSProperty.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSProps.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSPseudoClassList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSPseudoClasses.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSPseudoElementList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSPseudoElements.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSStruct.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCSSValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCTooltipTextProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCUPSShim.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCURILoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCWebBrowser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCWebBrowserPersist.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCacheService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCaseTreatment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCategoryCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCategoryManagerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsChangeHint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsChannelProperties.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCharTraits.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCharsetDetectionAdaptorCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCheapSets.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsClassHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCollation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCollationCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsColor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsColorNameList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsColorNames.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCom.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCompatibility.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsComponentManagerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCompressedCharMap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentCreatorFunctions.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentDLF.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentErrors.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentPolicyUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsContentUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCoord.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCopySupport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCppSharedAllocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCycleCollectionParticipant.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsCycleCollector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMCSSDeclaration.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMClassInfoID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMJSUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMScriptObjectHolder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDOMString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDataHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDateTimeFormatCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDebugImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDefaultPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDependentString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDependentSubstring.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDeque.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDetectionConfident.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDeviceContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDirectoryService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDirectoryServiceDefs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDirectoryServiceUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDisplayList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDocAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDocLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDocShellCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDocShellLoadTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDocumentCharsetInfoCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsDoubleHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEditorCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEmbedAPI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEmbedCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEmbedString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEncoderDecoderUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEnumeratorUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEscape.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEventDispatcher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsEventQueue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsExpirationTracker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFastLoadService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFixedSizeAllocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFont.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFrameList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFrameManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFrameManagerBase.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFrameSelection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsFrameTraversal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGTKToolkit.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGUIEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGenericFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGfxCIID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGkAtomList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGkAtoms.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGrid.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridCell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridLayout2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridRow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridRowGroupLayout.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridRowLayout.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridRowLeafFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsGridRowLeafLayout.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLFormControlAccessible.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLImageAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLParts.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLReflowMetrics.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLReflowState.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLTableAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLTagList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLTags.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHTMLTokens.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHankakuToZenkakuCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHashKeys.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHashPropertyBag.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHashSets.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHyperTextAccessible.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsHyperTextAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIASN1Object.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIASN1PrintableItem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIASN1Sequence.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIASN1Tree.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAboutModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibilityService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessible.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleEditableText.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleHyperLink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleHyperText.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleImage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleRelation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleRetrieval.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleRole.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleSelectable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleStates.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleTable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleText.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleTreeCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAccessibleValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAddonRepository.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAlertsService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAllocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAnnotationService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAnonymousContentCreator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAppShell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAppShellService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAppStartup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAppStartupNotifier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAssociatedContentSecurity.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAsyncInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAsyncOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAsyncStreamCopier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAtom.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAtomService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAttribute.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthInformation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPrompt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPrompt2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPromptAdapterFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPromptCallback.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPromptProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAuthPromptWrapper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteController.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteInput.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompletePopup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteResult.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteResultTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteSearch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoCompleteSimpleResult.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIAutoConfig.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBadCertListener2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBaseDOMException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBaseWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBidiKeyboard.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBinaryInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBinaryOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBlocklistService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBrowserBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBrowserDOMWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBrowserHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBrowserInstance.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBufEntropyCollector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIBufferedStreams.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIByteBuffer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIByteRangeRequest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSDecoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSEncoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSMessage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSMessage2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSMessageErrors.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICMSSecureMessage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICRLInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICRLManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSDeclaration.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSGroupRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSImportRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSLoaderObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSNameSpaceRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSOMFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSPseudoComparator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSStyleRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSStyleRuleDOMWrapper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICSSStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICacheEntryDescriptor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICacheListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICacheService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICacheSession.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICacheVisitor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICachingChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICancelable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICanvasElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICanvasFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICanvasRenderingContextInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICaret.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICaseConversion.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICategoryManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICertOverrideService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICertPickDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICertTree.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICertificateDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIChannelClassifier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIChannelEventSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharRepresentable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetAlias.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetConverterManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetDetectionAdaptor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetDetectionObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetDetector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICharsetResolver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICheckboxControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIChromeRegistry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICipherInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICiter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClassInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClassInfoImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClassicPluginFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClientAuthDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboard.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboardCommands.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboardDragDropHookList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboardDragDropHooks.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboardHelper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIClipboardOwner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICollation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIComboboxControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandLine.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandLineHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandLineRunner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandLineValidator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICommandParams.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIComponentManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIComponentManagerObsolete.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIComponentRegistrar.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIComputedDOMStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIConsoleListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIConsoleMessage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIConsoleService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContainerBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentDispatchChooser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentIterator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentPolicy.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentPrefService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentSerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentSniffer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentURIGrouper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentViewer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentViewerContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentViewerEdit.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContentViewerFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContextMenuListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIContextMenuListener2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIController.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIControllerCommand.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIControllerCommandTable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIControllerContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIControllers.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIConverterInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIConverterOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookie.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookie2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookieAcceptDialog.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookieManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookieManager2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookiePermission.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookiePromptService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookieService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICookieStorage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICryptoFIPSInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICryptoHMAC.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICryptoHash.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsICurrentCharsetListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDNSListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDNSRecord.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDNSService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3Attr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3Document.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3DocumentEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3EventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3Node.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOM3TypeInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMAbstractView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMAttr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMBarProp.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMBeforeUnloadEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCDATASection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCRMFObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSS2Properties.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSCharsetRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSFontFaceRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSImportRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSMediaRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSMozDocumentRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSPageRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSPrimitiveValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSRuleList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSStyleDeclaration.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSStyleRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSUnknownRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCSSValueList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCanvasRenderingContext2D.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCharacterData.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMChromeWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMClassInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMClientInformation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMClientRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMClientRectList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCommandEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMComment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCompositionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMConstructor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMContextMenuListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCounter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCrypto.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCryptoDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMCustomEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDOMConfiguration.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDOMException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDOMImplementation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDOMImplementationLS.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDOMStringList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDataContainerEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentCSS.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentFragment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentTraversal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentType.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDocumentXBL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMDragListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMElementCSSInlineStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEntity.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEntityReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEventGroup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEventListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMEventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMFileException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMFileList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMFocusListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMFormListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMGetSVGDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLAnchorElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLAppletElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLBRElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLBaseElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLBaseFontElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLBodyElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLButtonElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLCanvasElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLDListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLDirectoryElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLDivElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLEmbedElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLFieldSetElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLFontElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLFormElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLFrameElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLFrameSetElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLHRElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLHeadElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLHeadingElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLHtmlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLIFrameElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLImageElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLInputElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLIsIndexElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLLIElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLLabelElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLLegendElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLLinkElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLMapElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLMenuElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLMetaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLModElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLOListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLObjectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLOptGroupElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLOptionElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLOptionsCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLParagraphElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLParamElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLPreElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLQuoteElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLScriptElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLSelectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLStyleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableCaptionElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableCellElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableColElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableRowElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTableSectionElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTextAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLTitleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHTMLUListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMInstallTriggerGlobal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMJSWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMKeyEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMKeyListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSInput.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSLoadEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSOutput.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSParserFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSProgressEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSResourceResolver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSSerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLSSerializerFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLinkStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLoadListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLoadStatus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLoadStatusEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLoadStatusList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMLocation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMediaList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMessageEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMimeType.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMimeTypeArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMModalContentWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMouseEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMouseListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMouseMotionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMMutationEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSDocumentStyle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSEditableElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSEventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSFeatureFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLAnchorElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLAnchorElement2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLAreaElement2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLButtonElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLFormControlList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLFormElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLFrameElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLHRElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLImageElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLInputElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLOptionCollectn.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLOptionElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLSelectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHTMLTextAreaElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSLocation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSRGBAColor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSUIEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSXBLFormControl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNSXPathExpression.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNameList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNamedNodeMap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNavigator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNodeFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNodeIterator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNodeList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMNotation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMOfflineResourceList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMPageTransitionEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMPkcs11.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMPluginArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMPopupBlockedEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMProcessingInstruction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMRGBColor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMRangeException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAngle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimPresAspRatio.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimTransformList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedAngle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedBoolean.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedEnum.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedInteger.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedLength.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedLengthList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedNumber.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedNumberList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedPathData.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedPoints.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGAnimatedString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGCircleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGClipPathElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGDefsElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGDescElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGEllipseElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGFilterElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGFilters.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGFitToViewBox.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGForeignObjectElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGGElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGGradientElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGImageElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGLength.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGLengthList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGLineElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGLocatable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGMarkerElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGMaskElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGMatrix.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGMetadataElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGNumber.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGNumberList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPathElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPathSeg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPathSegList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPatternElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPoint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPointList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPolygonElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPolylineElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGPresAspectRatio.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGRectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGSVGElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGScriptElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGStopElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGStylable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGStyleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGSwitchElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGSymbolElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTSpanElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTextContentElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTextElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTextPathElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTextPositionElem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTitleElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTransform.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTransformList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGTransformable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGURIReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGUnitTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGUseElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGViewSpec.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGZoomAndPan.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGZoomEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSVGZoomListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMScreen.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMScriptObjectFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMSmartCardEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorageEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorageItem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorageList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorageManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStorageWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMStyleSheetList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMText.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMTextListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMToString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMTreeWalker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMUIEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMUIListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMUserDataHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMViewCSS.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMWindow2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMWindowCollection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMWindowInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMWindowUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXMLDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathEvaluator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathExpression.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathNSResolver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathNamespace.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXPathResult.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULButtonElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULCheckboxElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULCommandDispatcher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULCommandEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULContainerElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULControlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULDescriptionElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULImageElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULLabelElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULLabeledControlEl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULMenuListElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULMultSelectCntrlEl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULPopupElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULSelectCntrlEl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULSelectCntrlItemEl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULTextboxElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDOMXULTreeElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDTD.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDataSignatureVerifier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDateTimeFormat.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDeviceContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDeviceContextSpec.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDialogParamBlock.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDictionary.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDirIndex.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDirIndexListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDirectoryEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDirectoryService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocCharset.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShellHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShellLoadInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShellTreeItem.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShellTreeNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocShellTreeOwner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentCharsetInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentEncoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentLoaderFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentStateListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentTransformer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDocumentViewer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownload.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownloadHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownloadManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownloadManagerUI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownloadProgressListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDownloader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDragDropHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDragService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDragSession.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDragSessionGTK.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIDynamicContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditActionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditingSession.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorDocShell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorIMESupport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorLogging.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorMailSupport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorSpellCheck.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEditorStyleSheets.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEffectiveTLDService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIElementObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEmbeddingSiteWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEmbeddingSiteWindow2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEncodedChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEntityConverter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEntropyCollector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEnvironment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIErrorService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEventHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEventListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEventListenerManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEventStateManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIEventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExceptionService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExpatSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExtendedExpatSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExtensionManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExternalHelperAppService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExternalProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIExternalProtocolService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFIXptr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFTPChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFastLoadFileControl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFastLoadService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFaviconService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeed.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedElementBase.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedEntry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedGenerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedPerson.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedProcessor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedResult.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFeedTextConstruct.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileControlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFilePicker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileStreams.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileURL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileUtilities.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFileView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFind.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFindService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFocusController.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFocusEventSuppressor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFontEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFontMetrics.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIForm.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormControl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormFillController.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormProcessor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormSigningDialog.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormSubmission.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormSubmitObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFormatConverter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFragmentContentSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameDebug.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameSetElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameTraversal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFrameUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIFullScreen.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGConfService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGenKeypairInfoDlg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGenericFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGlobalHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGlobalHistory2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGlobalHistory3.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGnomeVFSService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIGridPart.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLAbsPosEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLCSSStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLContentSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLInlineTableEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLObjectResizeListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLObjectResizer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTMLToTextSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTTPHeaderListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHTTPIndex.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHandlerService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHashable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHelperAppLauncherDialog.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHistoryEntry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpActivityObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpAuthManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpAuthenticator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpChannelInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpEventSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpHeaderVisitor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIHttpProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIDNService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIFrameBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIINIParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIOService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIOService2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIconURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIdentityInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIdleService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImageDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImageFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImageLoadingContent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImageMap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIImageToPixbuf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIIncrementalDownload.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInlineSpellChecker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInputStreamChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInputStreamPump.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInputStreamTee.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInspectorCSSUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInterfaceInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInterfaceInfoManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInterfaceRequestor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIInterfaceRequestorUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJAR.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJARChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJARProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJARURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJRILiveConnectPIPeer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJRILiveConnectPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJRIPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJSContextStack.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJSEventListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJSNativeInitializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJSON.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJSRuntimeService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMAuthTools.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMConfigManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMConsole.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMPluginInstance.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMPluginTagInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMPrefsWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMThreadManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIJVMWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIKBStateControl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIKeyModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIKeygenThread.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILanguageAtomService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILayoutDebugger.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILayoutHistoryState.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILineBreaker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILineInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILineIterator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILinkHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIListBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIListControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILiveConnectManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILiveconnect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILivemarkService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoadGroup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILocalFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILocalFileWin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILocalStore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILocale.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILocaleService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoginInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoginManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoginManagerIEMigrationHelper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoginManagerPrompter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILoginManagerStorage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsILookAndFeel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMIMEHeaderParam.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMIMEInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMIMEInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMIMEService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMacLocale.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMarkupDocumentViewer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMemory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMemoryReporter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMenuBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMenuFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMenuParent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMenuRollup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMetaCharsetService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIModifyableXPointer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIModuleLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMouseListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMultiPartChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMultiplexInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMutable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMutableArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIMutationObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINIParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINSSCertCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINSSErrorsService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINameSpaceManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINativeAppSupport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINativeKeyBindings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINavBookmarksService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINavHistoryService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINestedURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINetUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINetworkLinkService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINodeInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsINonBlockingAlertService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOCSPResponder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOS2Locale.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObjectFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObjectInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObjectLoadingContent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObjectOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIObserverService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOfflineCacheSession.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOfflineCacheUpdate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOptionElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPK11Token.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPK11TokenDB.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPKCS11Module.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPKCS11ModuleDB.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPKCS11Slot.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPKIParamBlock.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPageSequenceFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIParentalControlsService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIParserFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIParserNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIParserService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPasswordManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPasswordManagerInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPercentHeightObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPermission.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPermissionManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPersistentProperties2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPhonetic.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPipe.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPlaintextEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPlatformCharset.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginHost.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInstance.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInstanceInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInstanceOwner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInstancePeer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginInstancePeer2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginManager2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginStreamInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginTag.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginTagInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginTagInfo2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPluginWidget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPopupBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPopupWindowManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPosixLocale.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPref.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefBranch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefBranch2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefBranchInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefLocalizedString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrefetchService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPresShell.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrincipal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintDialogService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintOptions.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintProgress.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintProgressParams.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintSession.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintSettings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintSettingsService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintStatusFeedback.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintingPrompt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrintingPromptService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrivateCompositionEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrivateDOMEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrivateDOMImplementation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrivateTextEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrivateTextRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProcess.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProfile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProfileChangeStatus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProfileMigrator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProfileUnlocker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProgrammingLanguage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProgressEventSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPrompt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPromptFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPromptService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPromptService2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProperties.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProperty.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPropertyBag.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIPropertyBag2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtectedAuthThread.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtocolProxyCallback.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtocolProxyFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtocolProxyService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProtocolProxyService2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProxiedChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProxiedProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProxyAutoConfig.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProxyInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIProxyObjectManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFCompositeDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFContainerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFContentSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFDelegateFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFInMemoryDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFInferDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFLiteral.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFPropagatableDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFPurgeableDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFRemoteDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFResource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFXMLParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFXMLSerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFXMLSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRDFXMLSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRadioControlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRadioControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRadioGroupContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRadioVisitor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRandomGenerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRange.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRangeUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIReadConfig.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRecentBadCertsService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRecyclingAllocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIReflowCallback.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRefreshURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRegion.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRelativeFilePref.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRemoteService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRenderingContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRequest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRequestObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRequestObserverProxy.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIResProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIResumableChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRollupListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIRunnable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXAttributes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXContentHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXDTDHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXErrorHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXLexicalHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXLocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXMutableAttributes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXXMLFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISAXXMLReader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHContainer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHEntry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHTransaction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHistory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHistoryInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISHistoryListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISMimeCert.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISOCKSSocketInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISSLErrorListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISSLSocketControl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISSLStatus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISSLStatusProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISVGTextContentMetrics.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISVGValue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISVGValueObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISVGValueUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISafeOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISaveAsCharset.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScreen.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScreenManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptEventHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptEventManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptExternalNameSet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptGlobalObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptGlobalObjectOwner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptLoaderObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptNameSpaceManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptObjectOwner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptObjectPrincipal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptRuntime.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptSecurityManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptTimeoutHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableDateFormat.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableInterfaces.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptablePlugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableRegion.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableUConv.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScriptableUnescapeHTML.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollPositionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollableFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollableView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollableViewProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIScrollbarMediator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISearchContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecretDecoderRing.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecureBrowserUI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecureEnv.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecureLiveconnect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecurityCheckedComponent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecurityContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecurityEventSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecurityPref.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISecurityWarningDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISeekableStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelection2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectionController.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectionDisplay.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISelectionPrivate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISemanticUnitScanner.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISerializable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIServerSocket.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIServiceManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIServiceManagerObsolete.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISidebar.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISignatureVerifier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISimpleEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISimpleStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISimpleTest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISimpleUnicharStreamFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISocketProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISocketProviderService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISocketTransport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISocketTransportService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISound.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISpellChecker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStandardURL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStatefulFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStorageStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamBufferAccess.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamCipher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamConverter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamConverterService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamListenerTee.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStreamTransportService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStringBundle.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStringBundleOverride.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStringCharsetDetector.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStringEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStringStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStyleRule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStyleRuleProcessor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStyleSheet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStyleSheetLinkingElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIStyleSheetService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupports.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsBase.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsIterators.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsObsolete.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsPrimitives.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsPriority.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISupportsUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISymantecDebugManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISymantecDebugger.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISyncLoadDOMService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISyncStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsISystemProxySettings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITXTToHTMLConv.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITableCellLayout.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITableEditor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITableLayout.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITaggingService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextControlElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextControlFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextScroll.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextServicesDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextServicesFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextToSubURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITextTransform.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIThebesFontMetrics.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITheme.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIThread.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIThreadInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIThreadManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIThreadPool.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITimelineService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITimer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITokenDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITokenPasswordDialogs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITokenizer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIToolkit.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIToolkitChromeRegistry.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIToolkitProfile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIToolkitProfileService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITooltipListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITooltipTextProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITraceRefcnt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransaction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransactionList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransactionListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransactionManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransfer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransferable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITransportSecurityInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITreeBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITreeColumns.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITreeContentView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITreeSelection.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITreeView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsITypeAheadFind.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUGenCategory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURIChecker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURIClassifier.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURIContentListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURIFixup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURILoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURIRefObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURL.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURLFormatter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIURLParser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUTF8ConverterService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUUIDGenerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharBuffer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharLineInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharOutputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharStreamListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicharStreamLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicodeDecoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicodeEncoder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUnicodeNormalizer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUpdateService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUploadChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUserCertPicker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIUserInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIVariant.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIVersionComparator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIView.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIViewManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIViewObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIViewSourceChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWeakReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWeakReferenceUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowser.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserChrome.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserChrome2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserChromeFocus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserFind.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserFocus.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserPersist.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserPrint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserSetup.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebBrowserStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebContentHandlerRegistrar.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebNavigation.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebNavigationInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebPageDescriptor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebProgress.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebProgressListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebProgressListener2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWebShellServices.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWidget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWin32Locale.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowCreator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowCreator2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowMediator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowMediatorListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowWatcher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWindowlessPlugInstPeer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWordBreaker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWritablePropertyBag.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWritablePropertyBag2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIWyciwygChannel.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509Cert.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509Cert2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509Cert3.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509CertDB.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509CertDB2.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509CertList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIX509CertValidity.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXBLDocumentInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXBLService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXFormsUtilityService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXMLContentBuilder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXMLContentSink.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXMLEncodingService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXMLHttpRequest.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPCScriptNotify.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPCScriptable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPCSecurityManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPConnect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPIDialogService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPIInstallInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPIProgressDialog.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPInstallManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPTLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPathEvaluatorInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXPointer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXSLTException.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXSLTProcessor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXSLTProcessorObsolete.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXSLTProcessorPrivate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFAttributeHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFElement.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFElementFactory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFElementWrapper.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFPrivate.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXTFService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULAppInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULAppInstall.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULBrowserWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULBuilderListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULOverlayProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULPrototypeCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULRuntime.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULSortService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULTemplateBuilder.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULTemplateQueryProcessor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULTemplateResult.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULTemplateRuleFilter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXULWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXmlRpcClient.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIXmlRpcClientListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIZipReader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsIZipWriter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsImageMapUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsInt64.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsInterfaceHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsInterfaceRequestorAgg.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsJSPrincipals.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsJSProtocolHandler.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsJVMManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsJVMPluginTagInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLWBrkCIID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLayoutCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLayoutErrors.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLayoutStatics.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLayoutStylesheetCache.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLayoutUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLineBreaker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLinebreakConverter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLiteralString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLocalFile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLocalFileUnix.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsLocaleCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMargin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMathUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMemory.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMetaCharsetCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMimeTypes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsModule.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMorkReader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMultiplexInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsMutationEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNativeCharsetUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNetCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNetError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNetStrings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNetUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsNodeInfoManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsOSHelperAppService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsObjCExceptions.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsObserverService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsObsoleteAString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsObsoleteModuleLoading.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIAccessNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIAccessible.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIAccessibleDocument.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIBoxObject.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPICertNotification.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPICommandUpdater.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIDNSService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIDOMEventTarget.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIDOMStorage.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIDOMWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIEditorTransaction.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIPluginHost.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIPluginInstancePeer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIPromptService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPISocketTransportService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIWindowRoot.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPIWindowWatcher.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPLDOMEvent.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPSPrinters.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPaperPS.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsParserCIID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsParserDataListener.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPluginError.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPluginLogging.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPluginNativeWindow.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPluginsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPoint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPrefsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPresContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPresShellIterator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPresState.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPrintfCString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsProcess.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsProfileDirServiceProvider.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPromiseFlatString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPromptUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsPropertyTable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsProxiedService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsProxyRelease.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsQuickSort.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRDFCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRDFResource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsReadLine.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsReadableUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRecyclingAllocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRefPtrHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRegion.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRootAccessible.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRootAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRuleData.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRuleNode.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsRuleWalker.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSAXAttributes.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSAXLocator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSAXXMLReader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGFilterInstance.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGForeignObjectFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGMatrix.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGNumber.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGPoint.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGRect.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSVGUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsScannerString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsScriptLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsScriptableInputStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsServiceManagerUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSize.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSoftwareUpdateIIDs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStackWalk.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStaticAtom.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStaticComponents.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStaticNameTable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStorageStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStreamUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringAPI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringBuffer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringEnumerator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringFwd.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringIterator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringStream.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStringUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStubDocumentObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStubImageDecoderObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStubMutationObserver.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleChangeList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleConsts.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleCoord.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleSet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleStruct.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleStructFwd.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleStructList.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsStyleUtil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSubstring.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSubstringTuple.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSupportsArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSupportsPrimitives.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSystemPrefLog.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsSystemPrefService.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTAString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTDependentString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTDependentSubstring.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTHashtable.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTObserverArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTObsoleteAString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTPromiseFlatString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTPtrArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTSubstring.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTSubstringTuple.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTWeakRef.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTextAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTextFormatter.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTextFragment.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTextServicesCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsThemeConstants.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsThreadUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsThreadUtilsInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTime.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTimer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsToken.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsToolkitCompsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTraceRefcnt.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTraceRefcntImpl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTransactionManagerCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTransform2D.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTreeColFrame.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsTreeUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCVJA2CID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCVJACID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUConvCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvCnCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvIBMCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvKOCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvLatinCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvMathCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvTW2CID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUCvTWCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsURIHashKey.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsURILoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUTF8Utils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUnicharUtilCIID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsUnicharUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsVariant.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsVersionComparator.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsViewsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsVoidArray.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsWeakPtr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsWeakReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsWhitespaceTokenizer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsWidgetSupport.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsWidgetsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXBLBinding.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXMLEncodingCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXMLNameSpaceMap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPCOM.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPCOMCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPCOMCIDInternal.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPCOMGlue.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPCOMStrings.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPFEComponentsCID.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPIDLString.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPITriggerInfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXPTCUtils.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXULAppAPI.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXULMenuAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXULPopupManager.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsXULTreeAccessibleWrap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nscore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsjvm.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsplugin.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsplugindefs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nspluginroot.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nspr_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/nsrootidl.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/oobj.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pldhash.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/png.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pngconf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/psSharedCore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/rdf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/rdfIDataSource.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/rdfISerializer.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/rdfITripleVisitor.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/stopwatch.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/string-template-def-char.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/string-template-def-unichar.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/string-template-undef.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/sysmacros_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/tree.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/txDouble.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/txIEXSLTRegExFunctions.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/txIFunctionEvaluationContext.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/txINodeSet.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/typedefs.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/typedefs_md.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/uconvutil.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/widgetCore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpcIJSModuleLoader.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpcIJSWeakReference.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpc_map_end.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpccomponents.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpcexception.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpcjsid.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpcom-config.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpt_arena.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpt_struct.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xpt_xdr.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xptcall.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xptcstubsdecl.inc
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xptcstubsdef.inc
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xptinfo.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/xrecore.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/zip.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/zipfile.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/zipstruct.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/zipstub.h
+drwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/
+drwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/stable/
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/domstubs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/jni.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/jni_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/jri.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/jri_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/jritypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/mozIJSSubScriptLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/npapi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/npruntime.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nptypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/npupp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsArrayEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsArrayUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsAutoLock.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsBaseHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCOMArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCOMPtr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCRTGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCategoryCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsClassHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsComponentManagerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCycleCollectionParticipant.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsCycleCollector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsDataHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsDebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsDeque.h
+-rwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/stable/nsDirectoryServiceDefs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsDirectoryServiceUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsEmbedAPI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsEmbedCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsEmbedString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsEnumeratorUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsGenericFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsHashKeys.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIASN1Object.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIASN1Sequence.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsICRLInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsICategoryManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsICertificateDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIClassInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIClassInfoImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIClipboardCommands.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIComponentManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIComponentRegistrar.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIContextMenuListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsICookie.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsICookieManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOM3DocumentEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOM3EventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMAbstractView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMAttr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMBarProp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCDATASection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSPrimitiveValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSRuleList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSStyleDeclaration.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCSSValueList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCharacterData.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMComment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMCustomEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDOMException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDOMImplementation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentFragment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentType.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMDocumentView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMElementCSSInlineStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEntity.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEntityReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEventGroup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEventListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMEventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLAnchorElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLAppletElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLBRElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLBaseElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLBaseFontElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLBodyElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLButtonElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLDListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLDirectoryElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLDivElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLEmbedElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLFieldSetElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLFontElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLFormElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLFrameElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLFrameSetElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLHRElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLHeadElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLHeadingElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLHtmlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLIFrameElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLImageElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLInputElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLIsIndexElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLLIElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLLabelElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLLegendElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLLinkElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLMapElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLMenuElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLMetaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLModElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLOListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLObjectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptGroupElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptionElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptionsCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLParagraphElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLParamElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLPreElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLQuoteElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLScriptElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLSelectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLStyleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableCaptionElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableCellElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableColElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableRowElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableSectionElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTextAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLTitleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMHTMLUListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMMediaList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMMouseEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMNamedNodeMap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMNodeList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMNotation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMProcessingInstruction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStorage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStorageEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStorageItem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStorageList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStorageWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMStyleSheetList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMText.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMUIEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMWindow2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMWindowCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDOMWindowUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIDirectoryService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIEmbeddingSiteWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIFileURL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIGenericFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIGlobalHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIHashable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIHistoryEntry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIHttpChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIHttpHeaderVisitor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIIOService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIInterfaceRequestor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIInterfaceRequestorUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIJSON.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsILoadGroup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsILocalFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIMemory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIMutableArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsINIParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIObserverService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIPrefBranch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIPrefBranch2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIPrefLocalizedString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIPrefService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIProfile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIProfileChangeStatus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIProgrammingLanguage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIPromptService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIProperties.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIRequest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIRequestObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISHistoryListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIScriptableInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISecurityWarningDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISelection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIServiceManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISimpleEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISupports.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISupportsBase.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISupportsImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISupportsPrimitives.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsISupportsUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsITooltipListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsITooltipTextProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsITraceRefcnt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIURIContentListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIURL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIUnicharStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIUploadChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWeakReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWeakReferenceUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserChrome.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserChromeFocus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserFind.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserFocus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserPrint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserSetup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebBrowserStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebProgress.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWebProgressListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWindowCreator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIWindowWatcher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIX509Cert.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIX509CertDB.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsIX509CertValidity.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsInterfaceHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsMemory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsObjCExceptions.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsParserDataListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsQuickSort.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsRefPtrHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsServiceManagerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsStringAPI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsStringGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTObserverArray.h
+-rwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/stable/nsTPtrArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTWeakRef.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTextFormatter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsTraceRefcnt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsUnicharUtils.h
+-rwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/stable/nsVersionComparator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsVoidArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsWeakReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsXPCOM.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsXPCOMCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsXPCOMGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsXPCOMStrings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nscore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/nsrootidl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/pldhash.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/stable/xpcom-config.h
+drwxr-xr-x root/root usr/include/xulrunner-1.9.0.1/unstable/
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/ImageErrors.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/ImageLogging.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/NSReg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/ProxyJNI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/VerReg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/XPCIDispatch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/bool.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/domstubs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/expat.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/expat_config.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/expat_external.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/extIApplication.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/fdlibm.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/ftpCore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxASurface.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxAlphaRecovery.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxColor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxCore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxFont.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxFontTest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxFontUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxIFormats.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxIImageFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxImageSurface.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxMatrix.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPDFSurface.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPSSurface.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPangoFonts.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPath.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPattern.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPlatform.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPlatformGtk.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxPoint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxSkipChars.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxTextRunCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxTextRunWordCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxXlibNativeRenderer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxXlibSurface.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gfxtypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gtk2xtbin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gtkmozembed.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gtkmozembed_glue.cpp
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gtkmozembed_internal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/gtkxtbin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/icc34.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgICache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIContainerObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIDecoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIDecoderObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIEncoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgILoad.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgILoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgIRequest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/imgITools.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inICSSValueSearch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inIDOMUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inIDOMView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inIDeepTreeWalker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inIFlasher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inISearchObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/inISearchProcess.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/interpreter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/javaString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/javaThreads.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/java_lang_String.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jdk_java_lang_String.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jmc.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jni.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jni_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jri.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jri_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jriext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jritypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/js.msg
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsapi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsarena.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsarray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsatom.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsautocfg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsautokw.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsbit.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsbool.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsclist.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jscntxt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jscompat.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsconfig.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdIDebuggerService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdbgapi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdhash.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsdtoa.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsemit.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsfun.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsgc.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jshash.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsinterp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsiter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsjava.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jslock.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jslong.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsmath.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsnum.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsobj.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsopcode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsopcode.tbl
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsotypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsparse.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsprf.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsproto.tbl
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsprvtd.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jspubtd.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsregexp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsscan.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsscope.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsscript.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsstddef.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsstr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jstypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsutil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsxdrapi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jsxml.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/jvmmgr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/lcms.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozAutoDocUpdate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozFlushType.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIJSSubScriptLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIPersonalDictionary.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozISanitizingSerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozISpellCheckingEngine.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozISpellI18NManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozISpellI18NUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageAggregateFunction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageConnection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageDataSet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageFunction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageProgressHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageStatement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageStatementWrapper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozIStorageValueArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozITXTToHTMLConv.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozStorageCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozStorageHelper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozcontainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozdrawingarea.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozilla-config.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/mozpngconf.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/necko-config.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/netCore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/netscape_javascript_JSException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/netscape_javascript_JSObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/npapi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/npruntime.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nptypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/npupp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsASocketHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAXPCNativeCallContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAboutProtocolUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAccessNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAccessNodeWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAccessibleEventData.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAccessibleRelationWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAgg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAlgorithm.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAppDirectoryServiceDefs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAppShellCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsArrayEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsArrayUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAtomListUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAtomService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAttrName.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAutoLock.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsAutoPtr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBaseHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBidi.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBidiFrames.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBidiPresUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBidiUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsBindingManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCDefaultURIFixup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCDocShell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCExternalHandlerService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCOMArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCOMPtr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCPasswordManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCPasswordManagerInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCPrefetchService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCRT.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCRTGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSAnonBoxList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSAnonBoxes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSFrameConstructor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSKeywordList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSKeywords.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSPropList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSProperty.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSProps.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSPseudoClassList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSPseudoClasses.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSPseudoElementList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSPseudoElements.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSStruct.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCSSValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCTooltipTextProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCUPSShim.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCURILoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCWebBrowser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCWebBrowserPersist.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCacheService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCaseTreatment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCategoryCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCategoryManagerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsChangeHint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsChannelProperties.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCharTraits.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCharsetDetectionAdaptorCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCheapSets.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsClassHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCollation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCollationCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsColor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsColorNameList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsColorNames.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCom.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCompatibility.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsComponentManagerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCompressedCharMap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentCreatorFunctions.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentDLF.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentErrors.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentPolicyUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsContentUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCoord.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCopySupport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCppSharedAllocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCycleCollectionParticipant.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsCycleCollector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMCSSDeclaration.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMClassInfoID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMJSUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMScriptObjectHolder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDOMString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDataHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDateTimeFormatCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDebugImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDefaultPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDependentString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDependentSubstring.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDeque.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDetectionConfident.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDeviceContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDirectoryService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDirectoryServiceDefs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDirectoryServiceUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDisplayList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDocAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDocLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDocShellCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDocShellLoadTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDocumentCharsetInfoCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsDoubleHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEditorCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEmbedAPI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEmbedCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEmbedString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEncoderDecoderUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEnumeratorUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEscape.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEventDispatcher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsEventQueue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsExpirationTracker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFastLoadService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFixedSizeAllocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFont.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFrameList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFrameManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFrameManagerBase.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFrameSelection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsFrameTraversal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGTKToolkit.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGUIEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGenericFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGfxCIID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGkAtomList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGkAtoms.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGrid.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridCell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridLayout2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridRow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridRowGroupLayout.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridRowLayout.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridRowLeafFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsGridRowLeafLayout.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLFormControlAccessible.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLImageAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLParts.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLReflowMetrics.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLReflowState.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLTableAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLTagList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLTags.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHTMLTokens.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHankakuToZenkakuCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHashKeys.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHashPropertyBag.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHashSets.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHyperTextAccessible.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsHyperTextAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIASN1Object.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIASN1PrintableItem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIASN1Sequence.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIASN1Tree.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAboutModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibilityService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessible.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleEditableText.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleHyperLink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleHyperText.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleImage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleRelation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleRetrieval.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleRole.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleSelectable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleStates.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleTable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleText.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleTreeCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAccessibleValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAddonRepository.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAlertsService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAllocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAnnotationService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAnonymousContentCreator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAppShell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAppShellService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAppStartup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAppStartupNotifier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAssociatedContentSecurity.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAsyncInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAsyncOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAsyncStreamCopier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAtom.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAtomService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAttribute.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthInformation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPrompt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPrompt2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPromptAdapterFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPromptCallback.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPromptProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAuthPromptWrapper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteController.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteInput.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompletePopup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteResult.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteResultTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteSearch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoCompleteSimpleResult.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIAutoConfig.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBadCertListener2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBaseDOMException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBaseWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBidiKeyboard.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBinaryInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBinaryOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBlocklistService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBrowserBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBrowserDOMWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBrowserHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBrowserInstance.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBufEntropyCollector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIBufferedStreams.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIByteBuffer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIByteRangeRequest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSDecoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSEncoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSMessage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSMessage2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSMessageErrors.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICMSSecureMessage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICRLInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICRLManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSDeclaration.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSGroupRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSImportRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSLoaderObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSNameSpaceRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSOMFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSPseudoComparator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSStyleRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSStyleRuleDOMWrapper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICSSStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICacheEntryDescriptor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICacheListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICacheService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICacheSession.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICacheVisitor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICachingChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICancelable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICanvasElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICanvasFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICanvasRenderingContextInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICaret.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICaseConversion.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICategoryManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICertOverrideService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICertPickDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICertTree.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICertificateDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIChannelClassifier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIChannelEventSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharRepresentable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetAlias.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetConverterManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetDetectionAdaptor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetDetectionObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetDetector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICharsetResolver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICheckboxControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIChromeRegistry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICipherInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICiter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClassInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClassInfoImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClassicPluginFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClientAuthDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboard.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboardCommands.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboardDragDropHookList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboardDragDropHooks.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboardHelper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIClipboardOwner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICollation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIComboboxControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandLine.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandLineHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandLineRunner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandLineValidator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICommandParams.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIComponentManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIComponentManagerObsolete.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIComponentRegistrar.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIComputedDOMStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIConsoleListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIConsoleMessage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIConsoleService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContainerBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentDispatchChooser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentIterator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentPolicy.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentPrefService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentSerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentSniffer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentURIGrouper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentViewer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentViewerContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentViewerEdit.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContentViewerFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContextMenuListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIContextMenuListener2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIController.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIControllerCommand.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIControllerCommandTable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIControllerContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIControllers.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIConverterInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIConverterOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookie.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookie2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookieAcceptDialog.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookieManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookieManager2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookiePermission.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookiePromptService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookieService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICookieStorage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICryptoFIPSInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICryptoHMAC.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICryptoHash.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsICurrentCharsetListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDNSListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDNSRecord.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDNSService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3Attr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3Document.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3DocumentEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3EventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3Node.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOM3TypeInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMAbstractView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMAttr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMBarProp.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMBeforeUnloadEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCDATASection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCRMFObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSS2Properties.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSCharsetRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSFontFaceRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSImportRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSMediaRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSMozDocumentRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSPageRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSPrimitiveValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSRuleList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleDeclaration.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSUnknownRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCSSValueList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCanvasRenderingContext2D.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCharacterData.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMChromeWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMClassInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMClientInformation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMClientRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMClientRectList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCommandEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMComment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCompositionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMConstructor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMContextMenuListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCounter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCrypto.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCryptoDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMCustomEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDOMConfiguration.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDOMException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDOMImplementation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDOMImplementationLS.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDOMStringList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDataContainerEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentCSS.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentFragment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentTraversal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentType.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDocumentXBL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMDragListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMElementCSSInlineStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEntity.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEntityReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEventGroup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEventListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMEventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMFileException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMFileList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMFocusListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMFormListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMGetSVGDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAnchorElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAppletElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBRElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBaseElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBaseFontElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBodyElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLButtonElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLCanvasElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDirectoryElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDivElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLEmbedElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFieldSetElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFontElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFormElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFrameElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFrameSetElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHRElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHeadElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHeadingElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHtmlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLIFrameElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLImageElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLInputElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLIsIndexElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLIElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLabelElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLegendElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLinkElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMapElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMenuElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMetaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLModElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLObjectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptGroupElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptionElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptionsCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLParagraphElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLParamElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLPreElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLQuoteElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLScriptElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLSelectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLStyleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableCaptionElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableCellElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableColElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableRowElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableSectionElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTextAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTitleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHTMLUListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMInstallTriggerGlobal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMJSWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMKeyEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMKeyListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSInput.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSLoadEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSOutput.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSParserFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSProgressEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSResourceResolver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSSerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLSSerializerFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLinkStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLoadListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatusEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatusList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMLocation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMediaList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMessageEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMimeType.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMimeTypeArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMModalContentWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMouseEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMouseListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMouseMotionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMMutationEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSDocumentStyle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSEditableElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSEventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSFeatureFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAnchorElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAnchorElement2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAreaElement2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLButtonElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFormControlList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFormElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFrameElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLHRElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLImageElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLInputElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLOptionCollectn.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLOptionElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLSelectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLTextAreaElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSLocation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSRGBAColor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSUIEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSXBLFormControl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNSXPathExpression.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNameList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNamedNodeMap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNavigator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNodeFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNodeIterator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNodeList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMNotation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMOfflineResourceList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMPageTransitionEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMPkcs11.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMPluginArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMPopupBlockedEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMProcessingInstruction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMRGBColor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMRangeException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAngle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimPresAspRatio.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimTransformList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedAngle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedBoolean.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedEnum.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedInteger.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedLength.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedLengthList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedNumber.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedNumberList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedPathData.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedPoints.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGCircleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGClipPathElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGDefsElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGDescElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGEllipseElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGFilterElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGFilters.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGFitToViewBox.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGForeignObjectElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGGElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGGradientElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGImageElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGLength.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGLengthList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGLineElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGLocatable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGMarkerElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGMaskElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGMatrix.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGMetadataElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGNumber.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGNumberList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathSeg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathSegList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPatternElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPoint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPointList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPolygonElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPolylineElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGPresAspectRatio.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGRectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGSVGElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGScriptElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGStopElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGStylable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGStyleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGSwitchElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGSymbolElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTSpanElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextContentElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextPathElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextPositionElem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTitleElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransform.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransformList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransformable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGURIReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGUnitTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGUseElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGViewSpec.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGZoomAndPan.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGZoomEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSVGZoomListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMScreen.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMScriptObjectFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMSmartCardEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorageEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorageItem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorageList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorageManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStorageWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMStyleSheetList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMText.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMTextListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMToString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMTreeWalker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMUIEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMUIListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMUserDataHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMViewCSS.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMWindow2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMWindowCollection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMWindowInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMWindowUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXMLDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathEvaluator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathExpression.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathNSResolver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathNamespace.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXPathResult.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULButtonElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULCheckboxElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULCommandDispatcher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULCommandEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULContainerElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULControlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULDescriptionElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULImageElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULLabelElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULLabeledControlEl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULMenuListElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULMultSelectCntrlEl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULPopupElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULSelectCntrlEl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULSelectCntrlItemEl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULTextboxElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDOMXULTreeElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDTD.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDataSignatureVerifier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDateTimeFormat.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDeviceContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDeviceContextSpec.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDialogParamBlock.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDictionary.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDirIndex.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDirIndexListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDirectoryEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDirectoryService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocCharset.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShellHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShellLoadInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShellTreeItem.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShellTreeNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocShellTreeOwner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentCharsetInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentEncoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentLoaderFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentStateListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentTransformer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDocumentViewer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownload.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownloadHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownloadManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownloadManagerUI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownloadProgressListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDownloader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDragDropHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDragService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDragSession.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDragSessionGTK.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIDynamicContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditActionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditingSession.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorDocShell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorIMESupport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorLogging.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorMailSupport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorSpellCheck.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEditorStyleSheets.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEffectiveTLDService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIElementObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEmbeddingSiteWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEmbeddingSiteWindow2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEncodedChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEntityConverter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEntropyCollector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEnvironment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIErrorService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEventHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEventListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEventListenerManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEventStateManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIEventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExceptionService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExpatSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExtendedExpatSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExtensionManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExternalHelperAppService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExternalProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIExternalProtocolService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFIXptr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFTPChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFastLoadFileControl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFastLoadService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFaviconService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeed.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedElementBase.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedEntry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedGenerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedPerson.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedProcessor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedResult.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFeedTextConstruct.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileControlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFilePicker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileStreams.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileURL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileUtilities.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFileView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFind.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFindService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFocusController.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFocusEventSuppressor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFontEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFontMetrics.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIForm.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormControl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormFillController.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormProcessor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormSigningDialog.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormSubmission.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormSubmitObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFormatConverter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFragmentContentSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameDebug.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameSetElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameTraversal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFrameUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIFullScreen.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGConfService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGenKeypairInfoDlg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGenericFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGlobalHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGlobalHistory2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGlobalHistory3.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGnomeVFSService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIGridPart.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLAbsPosEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLCSSStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLContentSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLInlineTableEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLObjectResizeListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLObjectResizer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTMLToTextSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTTPHeaderListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHTTPIndex.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHandlerService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHashable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHelperAppLauncherDialog.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHistoryEntry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpActivityObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpAuthManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpAuthenticator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpChannelInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpEventSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpHeaderVisitor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIHttpProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIDNService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIFrameBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIINIParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIOService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIOService2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIconURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIdentityInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIdleService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImageDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImageFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImageLoadingContent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImageMap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIImageToPixbuf.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIIncrementalDownload.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInlineSpellChecker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInputStreamChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInputStreamPump.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInputStreamTee.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInspectorCSSUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInterfaceInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInterfaceInfoManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInterfaceRequestor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIInterfaceRequestorUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJAR.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJARChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJARProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJARURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJRILiveConnectPIPeer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJRILiveConnectPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJRIPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJSContextStack.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJSEventListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJSNativeInitializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJSON.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJSRuntimeService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMAuthTools.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMConfigManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMConsole.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMPluginInstance.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMPluginTagInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMPrefsWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMThreadManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIJVMWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIKBStateControl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIKeyModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIKeygenThread.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILanguageAtomService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILayoutDebugger.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILayoutHistoryState.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILineBreaker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILineInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILineIterator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILinkHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIListBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIListControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILiveConnectManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILiveconnect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILivemarkService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoadGroup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILocalFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILocalFileWin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILocalStore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILocale.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILocaleService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoginInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoginManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoginManagerIEMigrationHelper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoginManagerPrompter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILoginManagerStorage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsILookAndFeel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMIMEHeaderParam.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMIMEInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMIMEInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMIMEService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMacLocale.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMarkupDocumentViewer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMemory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMemoryReporter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMenuBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMenuFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMenuParent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMenuRollup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMetaCharsetService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIModifyableXPointer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIModuleLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMouseListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMultiPartChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMultiplexInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMutable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMutableArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIMutationObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINIParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINSSCertCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINSSErrorsService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINameSpaceManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINativeAppSupport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINativeKeyBindings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINavBookmarksService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINavHistoryService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINestedURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINetUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINetworkLinkService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINodeInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsINonBlockingAlertService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOCSPResponder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOS2Locale.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObjectFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObjectInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObjectLoadingContent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObjectOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIObserverService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOfflineCacheSession.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOfflineCacheUpdate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOptionElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPK11Token.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPK11TokenDB.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPKCS11Module.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPKCS11ModuleDB.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPKCS11Slot.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPKIParamBlock.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPageSequenceFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIParentalControlsService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIParserFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIParserNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIParserService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPasswordManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPasswordManagerInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPercentHeightObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPermission.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPermissionManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPersistentProperties2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPhonetic.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPipe.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPlaintextEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPlatformCharset.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginHost.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInstance.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInstanceInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInstanceOwner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInstancePeer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginInstancePeer2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginManager2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginStreamInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginTag.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginTagInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginTagInfo2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPluginWidget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPopupBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPopupWindowManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPosixLocale.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPref.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefBranch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefBranch2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefBranchInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefLocalizedString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrefetchService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPresShell.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrincipal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintDialogService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintOptions.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintProgress.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintProgressParams.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintSession.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintSettings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintSettingsService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintStatusFeedback.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintingPrompt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrintingPromptService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrivateCompositionEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrivateDOMEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrivateDOMImplementation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrivateTextEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrivateTextRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProcess.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProfile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProfileChangeStatus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProfileMigrator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProfileUnlocker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProgrammingLanguage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProgressEventSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPrompt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPromptFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPromptService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPromptService2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProperties.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProperty.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPropertyBag.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIPropertyBag2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtectedAuthThread.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtocolProxyCallback.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtocolProxyFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtocolProxyService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProtocolProxyService2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProxiedChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProxiedProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProxyAutoConfig.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProxyInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIProxyObjectManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFCompositeDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFContainerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFContentSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFDelegateFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFInMemoryDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFInferDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFLiteral.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFPropagatableDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFPurgeableDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFRemoteDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFResource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFXMLParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFXMLSerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFXMLSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRDFXMLSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRadioControlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRadioControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRadioGroupContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRadioVisitor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRandomGenerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRange.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRangeUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIReadConfig.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRecentBadCertsService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRecyclingAllocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIReflowCallback.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRefreshURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRegion.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRelativeFilePref.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRemoteService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRenderingContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRequest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRequestObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRequestObserverProxy.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIResProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIResumableChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRollupListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIRunnable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXAttributes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXContentHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXDTDHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXErrorHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXLexicalHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXLocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXMutableAttributes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXXMLFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISAXXMLReader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHContainer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHEntry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHTransaction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHistory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHistoryInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISHistoryListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISMimeCert.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISOCKSSocketInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISSLErrorListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISSLSocketControl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISSLStatus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISSLStatusProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISVGTextContentMetrics.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISVGValue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISVGValueObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISVGValueUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISafeOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISaveAsCharset.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScreen.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScreenManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptEventHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptEventManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptExternalNameSet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptGlobalObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptGlobalObjectOwner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptLoaderObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptNameSpaceManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptObjectOwner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptObjectPrincipal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptRuntime.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptSecurityManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptTimeoutHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableDateFormat.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableInterfaces.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptablePlugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableRegion.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableUConv.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScriptableUnescapeHTML.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollPositionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollableFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollableView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollableViewProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIScrollbarMediator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISearchContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecretDecoderRing.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecureBrowserUI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecureEnv.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecureLiveconnect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecurityCheckedComponent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecurityContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecurityEventSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecurityPref.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISecurityWarningDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISeekableStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelection2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectionController.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectionDisplay.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISelectionPrivate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISemanticUnitScanner.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISerializable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIServerSocket.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIServiceManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIServiceManagerObsolete.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISidebar.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISignatureVerifier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISimpleEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISimpleStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISimpleTest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISimpleUnicharStreamFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISocketProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISocketProviderService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISocketTransport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISocketTransportService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISound.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISpellChecker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStandardURL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStatefulFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStorageStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamBufferAccess.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamCipher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamConverter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamConverterService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamListenerTee.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStreamTransportService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStringBundle.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStringBundleOverride.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStringCharsetDetector.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStringEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStringStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStyleRule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStyleRuleProcessor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStyleSheet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStyleSheetLinkingElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIStyleSheetService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupports.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsBase.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsIterators.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsObsolete.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsPrimitives.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsPriority.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISupportsUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISymantecDebugManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISymantecDebugger.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISyncLoadDOMService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISyncStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsISystemProxySettings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITXTToHTMLConv.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITableCellLayout.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITableEditor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITableLayout.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITaggingService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextControlElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextControlFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextScroll.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextServicesDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextServicesFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextToSubURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITextTransform.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIThebesFontMetrics.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITheme.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIThread.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIThreadInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIThreadManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIThreadPool.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITimelineService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITimer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITokenDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITokenPasswordDialogs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITokenizer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIToolkit.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIToolkitChromeRegistry.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIToolkitProfile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIToolkitProfileService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITooltipListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITooltipTextProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITraceRefcnt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransaction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransactionList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransactionListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransactionManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransfer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransferable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITransportSecurityInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITreeBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITreeColumns.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITreeContentView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITreeSelection.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITreeView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsITypeAheadFind.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUGenCategory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURIChecker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURIClassifier.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURIContentListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURIFixup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURILoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURIRefObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURL.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURLFormatter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIURLParser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUTF8ConverterService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUUIDGenerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharBuffer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharLineInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharOutputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharStreamListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicharStreamLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicodeDecoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicodeEncoder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUnicodeNormalizer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUpdateService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUploadChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUserCertPicker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIUserInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIVariant.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIVersionComparator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIView.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIViewManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIViewObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIViewSourceChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWeakReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWeakReferenceUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowser.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserChrome.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserChrome2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserChromeFocus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserFind.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserFocus.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserPersist.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserPrint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserSetup.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebBrowserStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebContentHandlerRegistrar.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebNavigation.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebNavigationInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebPageDescriptor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebProgress.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebProgressListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebProgressListener2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWebShellServices.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWidget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWin32Locale.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowCreator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowCreator2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowMediator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowMediatorListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowWatcher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWindowlessPlugInstPeer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWordBreaker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWritablePropertyBag.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWritablePropertyBag2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIWyciwygChannel.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509Cert.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509Cert2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509Cert3.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509CertDB.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509CertDB2.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509CertList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIX509CertValidity.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXBLDocumentInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXBLService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXFormsUtilityService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXMLContentBuilder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXMLContentSink.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXMLEncodingService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXMLHttpRequest.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPCScriptNotify.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPCScriptable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPCSecurityManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPConnect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPIDialogService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPIInstallInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPIProgressDialog.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPInstallManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPTLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPathEvaluatorInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXPointer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXSLTException.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXSLTProcessor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXSLTProcessorObsolete.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXSLTProcessorPrivate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFAttributeHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFElement.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFElementFactory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFElementWrapper.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFPrivate.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXTFService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULAppInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULAppInstall.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULBrowserWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULBuilderListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULOverlayProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULPrototypeCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULRuntime.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULSortService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULTemplateBuilder.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULTemplateQueryProcessor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULTemplateResult.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULTemplateRuleFilter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXULWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXmlRpcClient.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIXmlRpcClientListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIZipReader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsIZipWriter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsImageMapUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsInt64.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsInterfaceHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsInterfaceRequestorAgg.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsJSPrincipals.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsJSProtocolHandler.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsJVMManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsJVMPluginTagInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLWBrkCIID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLayoutCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLayoutErrors.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLayoutStatics.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLayoutStylesheetCache.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLayoutUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLineBreaker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLinebreakConverter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLiteralString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLocalFile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLocalFileUnix.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsLocaleCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMargin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMathUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMemory.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMetaCharsetCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMimeTypes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsModule.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMorkReader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMultiplexInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsMutationEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNativeCharsetUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNetCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNetError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNetStrings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNetUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsNodeInfoManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsOSHelperAppService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsObjCExceptions.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsObserverService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsObsoleteAString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsObsoleteModuleLoading.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIAccessNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIAccessible.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIAccessibleDocument.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIBoxObject.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPICertNotification.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPICommandUpdater.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIDNSService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIDOMEventTarget.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIDOMStorage.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIDOMWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIEditorTransaction.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIPluginHost.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIPluginInstancePeer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIPromptService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPISocketTransportService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIWindowRoot.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPIWindowWatcher.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPLDOMEvent.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPSPrinters.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPaperPS.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsParserCIID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsParserDataListener.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPluginError.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPluginLogging.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPluginNativeWindow.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPluginsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPoint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPrefsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPresContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPresShellIterator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPresState.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPrintfCString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsProcess.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsProfileDirServiceProvider.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPromiseFlatString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPromptUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsPropertyTable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsProxiedService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsProxyRelease.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsQuickSort.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRDFCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRDFResource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsReadLine.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsReadableUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRecyclingAllocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRefPtrHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRegion.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRootAccessible.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRootAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRuleData.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRuleNode.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsRuleWalker.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSAXAttributes.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSAXLocator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSAXXMLReader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGFilterInstance.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGForeignObjectFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGMatrix.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGNumber.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGPoint.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGRect.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSVGUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsScannerString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsScriptLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsScriptableInputStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsServiceManagerUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSize.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSoftwareUpdateIIDs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStackWalk.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStaticAtom.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStaticComponents.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStaticNameTable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStorageStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStreamUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringAPI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringBuffer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringEnumerator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringFwd.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringIterator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringStream.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStringUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStubDocumentObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStubImageDecoderObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStubMutationObserver.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleChangeList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleConsts.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleCoord.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleSet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleStruct.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleStructFwd.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleStructList.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsStyleUtil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSubstring.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSubstringTuple.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSupportsArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSupportsPrimitives.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSystemPrefLog.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsSystemPrefService.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTAString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTDependentString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTDependentSubstring.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTHashtable.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTObserverArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTObsoleteAString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTPromiseFlatString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTPtrArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTSubstring.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTSubstringTuple.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTWeakRef.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTextAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTextFormatter.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTextFragment.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTextServicesCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsThemeConstants.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsThreadUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsThreadUtilsInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTime.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTimer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsToken.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsToolkitCompsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTraceRefcnt.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTraceRefcntImpl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTransactionManagerCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTransform2D.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTreeColFrame.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsTreeUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCVJA2CID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCVJACID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUConvCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvCnCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvIBMCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvKOCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvLatinCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvMathCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvTW2CID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUCvTWCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsURIHashKey.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsURILoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUTF8Utils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUnicharUtilCIID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsUnicharUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsVariant.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsVersionComparator.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsViewsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsVoidArray.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsWeakPtr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsWeakReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsWhitespaceTokenizer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsWidgetSupport.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsWidgetsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXBLBinding.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXMLEncodingCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXMLNameSpaceMap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPCOM.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPCOMCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPCOMCIDInternal.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPCOMGlue.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPCOMStrings.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPFEComponentsCID.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPIDLString.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPITriggerInfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXPTCUtils.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXULAppAPI.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXULMenuAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXULPopupManager.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsXULTreeAccessibleWrap.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nscore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsjvm.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsplugin.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsplugindefs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nspluginroot.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nspr_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/nsrootidl.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/oobj.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/pldhash.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/png.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/pngconf.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/psSharedCore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/rdf.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/rdfIDataSource.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/rdfISerializer.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/rdfITripleVisitor.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/stopwatch.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/string-template-def-char.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/string-template-def-unichar.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/string-template-undef.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/sysmacros_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/tree.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/txDouble.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/txIEXSLTRegExFunctions.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/txIFunctionEvaluationContext.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/txINodeSet.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/typedefs.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/typedefs_md.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/uconvutil.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/widgetCore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpcIJSModuleLoader.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpcIJSWeakReference.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpc_map_end.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpccomponents.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpcexception.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpcjsid.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpcom-config.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpt_arena.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpt_struct.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xpt_xdr.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xptcall.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xptcstubsdecl.inc
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xptcstubsdef.inc
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xptinfo.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/xrecore.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/zip.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/zipfile.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/zipstruct.h
+-rw-r--r-- root/root usr/include/xulrunner-1.9.0.1/unstable/zipstub.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libxul-embedding-unstable.pc
@@ -2115,1605 +2115,1605 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/mozilla-gtkmozembed.pc
-rw-r--r-- root/root usr/lib/pkgconfig/mozilla-js.pc
-rw-r--r-- root/root usr/lib/pkgconfig/mozilla-plugin.pc
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/LICENSE
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/README.txt
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/classic.jar
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/classic.manifest
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/comm.jar
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/comm.manifest
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/en-US.jar
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/en-US.manifest
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/icons/
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/icons/default/
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/icons/default/default16.png
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/icons/default/default32.png
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/chrome/icons/default/default48.png
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/pippki.jar
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/pippki.manifest
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/toolkit.jar
--rw-r--r-- root/root usr/lib/xulrunner-1.9/chrome/toolkit.manifest
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/components/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/FeedProcessor.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/accessibility.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/alerts.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/appshell.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/appstartup.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/autocomplete.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/autoconfig.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/caps.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/chardet.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/chrome.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/commandhandler.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/commandlines.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/composer.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_base.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_html.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_htmldoc.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_xmldoc.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_xslt.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/content_xtf.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/contentprefs.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/cookie.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/directory.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/docshell.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_base.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_canvas.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_core.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_css.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_events.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_html.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_json.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_loadsave.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_offline.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_range.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_sidebar.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_storage.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_stylesheets.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_svg.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_traversal.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_views.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_xbl.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_xpath.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/dom_xul.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/downloads.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/editor.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/embed_base.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/extensions.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/exthandler.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/exthelper.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/fastfind.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/feeds.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/filepicker.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/find.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/gfx.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/htmlparser.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/imgicon.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/imglib2.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/inspector.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/intl.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/jar.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/jsconsole-clhandler.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/jsdservice.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/layout_base.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/layout_printing.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/layout_xul.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/layout_xul_tree.xpt
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/components/libdbusservice.so
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/components/libimgicon.so
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/locale.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/loginmgr.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/lwbrk.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/mimetype.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/mozbrwsr.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/mozfind.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_about.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_cache.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_cookie.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_dns.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_file.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_ftp.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_http.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_res.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_socket.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_strconv.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/necko_viewsource.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsAddonRepository.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsBadCertHandler.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsBlocklistService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsContentDispatchChooser.js
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/components/nsContentPrefService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsDefaultCLH.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsDictionary.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsDownloadManagerUI.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsExtensionManager.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsFilePicker.js
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/components/nsHandlerService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsHelperAppDlg.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsLivemarkService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsLoginInfo.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsLoginManager.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsLoginManagerPrompter.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsProgressDialog.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsProxyAutoConfig.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsResetPref.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsTaggingService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsTryToClose.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsURLFormatter.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsUpdateService.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsWebHandlerApp.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsXULAppInstall.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/nsXmlRpcClient.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/oji.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/parentalcontrols.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/pipboot.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/pipnss.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/pippki.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/places.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/plugin.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/pluginGlue.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/pref.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/prefetch.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/profile.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/proxyObjInst.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/rdf.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/satchel.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/saxparser.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/shistory.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/spellchecker.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/storage-Legacy.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/storage.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/toolkitprofile.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/toolkitremote.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/txEXSLTRegExFunctions.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/txmgr.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/txtsvc.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/uconv.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/unicharutil.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/update.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/uriloader.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/urlformatter.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/webBrowser_core.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/webbrowserpersist.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/webshell_idls.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/widget.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/windowds.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/windowwatcher.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xml-rpc.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_base.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_components.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_ds.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_io.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_system.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_threads.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpcom_xpti.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpconnect.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xpinstall.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xulapp.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xulapp_setup.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xuldoc.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/xultmpl.xpt
--rw-r--r-- root/root usr/lib/xulrunner-1.9/components/zipwriter.xpt
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/autoconfig/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/autoconfig/platform.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/autoconfig/prefcalls.js
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/pref/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/pref/xulrunner.js
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/profile/
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/profile/US/
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/profile/US/chrome/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/US/chrome/userChrome-example.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/US/chrome/userContent-example.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/US/localstore.rdf
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/defaults/profile/chrome/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/chrome/userChrome-example.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/chrome/userContent-example.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/defaults/profile/localstore.rdf
--rw-r--r-- root/root usr/lib/xulrunner-1.9/dependentlibs.list
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/dictionaries/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/dictionaries/en-US.aff
--rw-r--r-- root/root usr/lib/xulrunner-1.9/dictionaries/en-US.dic
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/greprefs/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/greprefs/all.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/greprefs/security-prefs.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/greprefs/xpinstall.js
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/icons/
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/icons/document.png
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/icons/mozicon16.xpm
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/icons/mozicon50.xpm
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/libjemalloc.so
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/libmozjs.so
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/libxpcom.so
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/libxul.so
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/modules/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/DownloadUtils.jsm
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/ISO8601DateUtils.jsm
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/JSON.jsm
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/Microformats.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/PluralForm.jsm
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/XPCOMUtils.jsm
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/debug.js
--rw-r--r-- root/root usr/lib/xulrunner-1.9/modules/utils.js
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/mozilla-xremote-client
--rw-r--r-- root/root usr/lib/xulrunner-1.9/platform.ini
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/plugins/
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/plugins/libnullplugin.so
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/plugins/libunixprintplugin.so
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/res/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/EditorOverride.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/arrow.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/arrowd.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/broken-image.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/charsetData.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/charsetalias.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/contenteditable.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/designmode.css
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/res/dtd/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/dtd/mathml.dtd
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/dtd/xhtml11.dtd
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/res/entityTables/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/html40Latin1.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/html40Special.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/html40Symbols.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/htmlEntityVersions.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/mathml20.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/entityTables/transliterate.properties
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/res/fonts/
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/fonts/mathfont.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/fonts/mathfontSTIXNonUnicode.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/fonts/mathfontSTIXSize1.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/fonts/mathfontStandardSymbolsL.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/fonts/mathfontUnicode.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/forms.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/grabber.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/hiddenWindow.html
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/html.css
-drwxr-xr-x root/root usr/lib/xulrunner-1.9/res/html/
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/res/html/folder.png
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/langGroups.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/language.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/loading-image.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/mathml.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/quirk.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/svg.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-after-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-after-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-after.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-before-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-before-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-column-before.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-after-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-after-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-after.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-before-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-before-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-add-row-before.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-column-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-column-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-column.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-row-active.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-row-hover.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/table-remove-row.gif
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/ua.css
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/unixcharset.properties
--rw-r--r-- root/root usr/lib/xulrunner-1.9/res/viewsource.css
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/run-mozilla.sh
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xpcshell
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xpidl
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xpt_dump
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xpt_link
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xulrunner
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xulrunner-bin
--rwxr-xr-x root/root usr/lib/xulrunner-1.9/xulrunner-stub
-drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/bin -> /usr/lib/xulrunner-1.9
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/idl -> /usr/share/idl/xulrunner-1.9/unstable
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/include -> /usr/include/xulrunner-1.9/unstable
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/lib -> /usr/lib/xulrunner-devel-1.9/sdk/lib
-drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/sdk/
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/sdk/idl -> /usr/share/idl/xulrunner-1.9/stable
-lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9/sdk/include -> /usr/include/xulrunner-1.9/stable
-drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/sdk/lib/
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libembed_base_s.a
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libembed_base_standalone.a
--rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libmozjs.so
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libmozreg_s.a
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libunicharutil_external_s.a
--rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libxpcom.so
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libxpcomglue.a
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libxpcomglue_s.a
--rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9/sdk/lib/libxul.so
--rw-r--r-- root/root usr/lib/xulrunner-devel-1.9/xpcom-config.h
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/LICENSE
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/README.txt
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/classic.jar
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/classic.manifest
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/comm.jar
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/comm.manifest
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/en-US.jar
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/en-US.manifest
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/icons/
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/icons/default/
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/icons/default/default16.png
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/icons/default/default32.png
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/chrome/icons/default/default48.png
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/pippki.jar
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/pippki.manifest
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/toolkit.jar
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/chrome/toolkit.manifest
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/components/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/FeedProcessor.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/accessibility.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/alerts.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/appshell.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/appstartup.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/autocomplete.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/autoconfig.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/caps.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/chardet.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/chrome.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/commandhandler.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/commandlines.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/composer.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_base.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_html.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_htmldoc.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_xmldoc.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_xslt.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/content_xtf.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/contentprefs.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/cookie.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/directory.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/docshell.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_base.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_canvas.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_core.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_css.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_events.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_html.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_json.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_loadsave.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_offline.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_range.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_sidebar.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_storage.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_stylesheets.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_svg.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_traversal.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_views.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_xbl.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_xpath.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/dom_xul.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/downloads.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/editor.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/embed_base.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/extensions.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/exthandler.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/exthelper.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/fastfind.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/feeds.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/filepicker.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/find.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/gfx.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/htmlparser.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/imgicon.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/imglib2.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/inspector.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/intl.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/jar.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/jsconsole-clhandler.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/jsdservice.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/layout_base.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/layout_printing.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/layout_xul.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/layout_xul_tree.xpt
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/components/libdbusservice.so
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/components/libimgicon.so
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/locale.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/loginmgr.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/lwbrk.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/mimetype.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/mozbrwsr.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/mozfind.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_about.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_cache.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_cookie.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_dns.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_file.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_ftp.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_http.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_res.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_socket.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_strconv.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/necko_viewsource.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsAddonRepository.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsBadCertHandler.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsBlocklistService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsContentDispatchChooser.js
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/components/nsContentPrefService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsDefaultCLH.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsDictionary.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsDownloadManagerUI.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsExtensionManager.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsFilePicker.js
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/components/nsHandlerService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsHelperAppDlg.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsLivemarkService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsLoginInfo.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsLoginManager.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsLoginManagerPrompter.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsProgressDialog.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsProxyAutoConfig.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsResetPref.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsTaggingService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsTryToClose.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsURLFormatter.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsUpdateService.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsWebHandlerApp.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsXULAppInstall.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/nsXmlRpcClient.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/oji.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/parentalcontrols.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/pipboot.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/pipnss.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/pippki.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/places.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/plugin.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/pluginGlue.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/pref.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/prefetch.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/profile.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/proxyObjInst.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/rdf.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/satchel.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/saxparser.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/shistory.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/spellchecker.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/storage-Legacy.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/storage.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/toolkitprofile.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/toolkitremote.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/txEXSLTRegExFunctions.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/txmgr.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/txtsvc.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/uconv.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/unicharutil.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/update.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/uriloader.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/urlformatter.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/webBrowser_core.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/webbrowserpersist.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/webshell_idls.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/widget.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/windowds.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/windowwatcher.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xml-rpc.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_base.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_components.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_ds.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_io.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_system.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_threads.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpcom_xpti.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpconnect.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xpinstall.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xulapp.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xulapp_setup.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xuldoc.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/xultmpl.xpt
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/components/zipwriter.xpt
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/autoconfig/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/autoconfig/platform.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/autoconfig/prefcalls.js
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/pref/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/pref/xulrunner.js
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/US/
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/US/chrome/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/US/chrome/userChrome-example.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/US/chrome/userContent-example.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/US/localstore.rdf
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/chrome/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/chrome/userChrome-example.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/chrome/userContent-example.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/defaults/profile/localstore.rdf
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/dependentlibs.list
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/dictionaries/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/dictionaries/en-US.aff
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/dictionaries/en-US.dic
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/greprefs/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/greprefs/all.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/greprefs/security-prefs.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/greprefs/xpinstall.js
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/icons/
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/icons/document.png
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/icons/mozicon16.xpm
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/icons/mozicon50.xpm
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/libjemalloc.so
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/libmozjs.so
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/libxpcom.so
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/libxul.so
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/modules/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/DownloadUtils.jsm
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/ISO8601DateUtils.jsm
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/JSON.jsm
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/Microformats.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/PluralForm.jsm
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/XPCOMUtils.jsm
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/debug.js
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/modules/utils.js
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/mozilla-xremote-client
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/platform.ini
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/plugins/
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/plugins/libnullplugin.so
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/plugins/libunixprintplugin.so
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/EditorOverride.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/arrow.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/arrowd.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/broken-image.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/charsetData.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/charsetalias.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/contenteditable.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/designmode.css
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/dtd/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/dtd/mathml.dtd
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/dtd/xhtml11.dtd
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/html40Latin1.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/html40Special.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/html40Symbols.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/htmlEntityVersions.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/mathml20.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/entityTables/transliterate.properties
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/fonts/
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/fonts/mathfont.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/fonts/mathfontSTIXNonUnicode.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/fonts/mathfontSTIXSize1.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/fonts/mathfontStandardSymbolsL.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/fonts/mathfontUnicode.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/forms.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/grabber.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/hiddenWindow.html
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/html.css
+drwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/html/
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/res/html/folder.png
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/langGroups.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/language.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/loading-image.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/mathml.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/quirk.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/svg.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-after-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-after-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-after.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-before-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-before-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-column-before.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-after-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-after-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-after.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-before-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-before-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-add-row-before.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-column-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-column-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-column.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-row-active.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-row-hover.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/table-remove-row.gif
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/ua.css
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/unixcharset.properties
+-rw-r--r-- root/root usr/lib/xulrunner-1.9.0.1/res/viewsource.css
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/run-mozilla.sh
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xpcshell
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xpidl
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xpt_dump
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xpt_link
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xulrunner
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xulrunner-bin
+-rwxr-xr-x root/root usr/lib/xulrunner-1.9.0.1/xulrunner-stub
+drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/bin -> /usr/lib/xulrunner-1.9.0.1
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/idl -> /usr/share/idl/xulrunner-1.9.0.1/unstable
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/include -> /usr/include/xulrunner-1.9.0.1/unstable
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/lib -> /usr/lib/xulrunner-devel-1.9.0.1/sdk/lib
+drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/idl -> /usr/share/idl/xulrunner-1.9.0.1/stable
+lrwxrwxrwx root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/include -> /usr/include/xulrunner-1.9.0.1/stable
+drwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libembed_base_s.a
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libembed_base_standalone.a
+-rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libmozjs.so
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libmozreg_s.a
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libunicharutil_external_s.a
+-rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libxpcom.so
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libxpcomglue.a
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libxpcomglue_s.a
+-rwxr-xr-x root/root usr/lib/xulrunner-devel-1.9.0.1/sdk/lib/libxul.so
+-rw-r--r-- root/root usr/lib/xulrunner-devel-1.9.0.1/xpcom-config.h
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/idl/
-drwxr-xr-x root/root usr/share/idl/xulrunner-1.9/
-drwxr-xr-x root/root usr/share/idl/xulrunner-1.9/stable/
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/domstubs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/mozIJSSubScriptLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIASN1Object.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIASN1Sequence.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsICRLInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsICategoryManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsICertificateDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIClassInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIClipboardCommands.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIComponentManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIComponentRegistrar.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIContextMenuListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsICookie.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsICookieManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOM3DocumentEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOM3EventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMAbstractView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMAttr.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMBarProp.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCDATASection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSPrimitiveValue.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSRuleList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSStyleDeclaration.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSStyleSheet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSValue.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCSSValueList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCharacterData.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMComment.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMCustomEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDOMException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDOMImplementation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentFragment.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentRange.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentType.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMDocumentView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMElementCSSInlineStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEntity.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEntityReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEventGroup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEventListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMEventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLAnchorElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLAppletElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLBRElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLBaseElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLBaseFontElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLBodyElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLButtonElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLDListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLDirectoryElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLDivElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLEmbedElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLFieldSetElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLFontElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLFormElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLFrameElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLFrameSetElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLHRElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLHeadElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLHeadingElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLHtmlElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLIFrameElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLImageElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLInputElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLIsIndexElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLLIElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLLabelElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLLegendElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLLinkElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLMapElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLMenuElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLMetaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLModElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLOListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLObjectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLOptGroupElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLOptionElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLOptionsCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLParagraphElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLParamElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLPreElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLQuoteElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLScriptElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLSelectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLStyleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableCaptionElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableCellElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableColElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableRowElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTableSectionElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTextAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLTitleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMHTMLUListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMMediaList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMMouseEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMNamedNodeMap.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMNodeList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMNotation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMProcessingInstruction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMRange.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStorage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStorageEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStorageItem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStorageList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStorageWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStyleSheet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMStyleSheetList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMText.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMUIEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMWindow2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMWindowCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDOMWindowUtils.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDebug.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIDirectoryService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIEmbeddingSiteWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIFileURL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIGlobalHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIHashable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIHistoryEntry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIHttpChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIHttpHeaderVisitor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIIOService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIInterfaceRequestor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIJSON.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsILoadGroup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsILocalFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIMemory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIModule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIMutableArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIObserverService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIPrefBranch.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/stable/nsIPrefBranch2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIPrefLocalizedString.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIPrefService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIProfile.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/stable/nsIProfileChangeStatus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIProgrammingLanguage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIPromptService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIProperties.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIRequest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIRequestObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISHistoryListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIScriptableInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISecurityWarningDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISelection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIServiceManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISimpleEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISupports.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsISupportsPrimitives.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsITooltipListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsITooltipTextProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsITraceRefcnt.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIURIContentListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIURL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIUnicharStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIUploadChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWeakReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserChrome.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserChromeFocus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserFind.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserFocus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserPrint.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserSetup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebBrowserStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebProgress.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWebProgressListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWindowCreator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIWindowWatcher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIX509Cert.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIX509CertDB.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsIX509CertValidity.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/stable/nsrootidl.idl
-drwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/XPCIDispatch.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/domstubs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/extIApplication.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/gfxIFormats.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/gfxIImageFrame.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/gfxtypes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgICache.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgIContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgIContainerObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgIDecoder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgIDecoderObserver.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/imgIEncoder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgILoad.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgILoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgIRequest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/imgITools.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inICSSValueSearch.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inIDOMUtils.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inIDOMView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inIDeepTreeWalker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inIFlasher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inISearchObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/inISearchProcess.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/jsdIDebuggerService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIJSSubScriptLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIPersonalDictionary.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozISpellCheckingEngine.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozISpellI18NManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozISpellI18NUtil.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageAggregateFunction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageConnection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageDataSet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageFunction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageProgressHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageStatement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageStatementWrapper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozIStorageValueArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/mozITXTToHTMLConv.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCDefaultURIFixup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCDocShell.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCExternalHandlerService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCURILoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCWebBrowser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsCWebBrowserPersist.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIASN1Object.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIASN1PrintableItem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIASN1Sequence.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIASN1Tree.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAboutModule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibilityService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessible.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleEditableText.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleHyperLink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleHyperText.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleImage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleProvider.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleRelation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleRetrieval.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleRole.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleSelectable.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleStates.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleTable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleText.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleTreeCache.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleTypes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAccessibleValue.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAddonRepository.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAlertsService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAnnotationService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAppShell.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAppShellService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAppStartup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAssociatedContentSecurity.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAsyncInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAsyncOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAsyncStreamCopier.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAtom.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAtomService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthInformation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthModule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPrompt.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPrompt2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPromptAdapterFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPromptCallback.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPromptProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAuthPromptWrapper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteController.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteInput.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompletePopup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteResult.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteResultTypes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteSearch.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoCompleteSimpleResult.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIAutoConfig.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBadCertListener2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBaseWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBidiKeyboard.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBinaryInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBinaryOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBlocklistService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBrowserBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBrowserDOMWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBrowserHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBrowserInstance.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBufEntropyCollector.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIBufferedStreams.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIByteRangeRequest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSDecoder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSEncoder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSMessage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSMessage2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSMessageErrors.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICMSSecureMessage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICRLInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICRLManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICache.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICacheEntryDescriptor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICacheListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICacheService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICacheSession.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICacheVisitor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICachingChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICancelable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICategoryManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICertOverrideService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICertPickDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICertTree.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICertificateDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIChannelClassifier.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIChannelEventSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICharsetConverterManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICharsetResolver.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIChromeRegistry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICipherInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICiter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClassInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClassicPluginFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClientAuthDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboard.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboardCommands.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboardDragDropHookList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboardDragDropHooks.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboardHelper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIClipboardOwner.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICollation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandLine.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandLineHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandLineRunner.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandLineValidator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICommandParams.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIComponentManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIComponentManagerObsolete.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIComponentRegistrar.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIConsoleListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIConsoleMessage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIConsoleService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContainerBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentDispatchChooser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentPolicy.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentPrefService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentSniffer.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentURIGrouper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentViewer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentViewerContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentViewerEdit.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContentViewerFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContextMenuListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIContextMenuListener2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIController.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIControllerCommand.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIControllerCommandTable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIControllerContext.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIControllers.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIConverterInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIConverterOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookie.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookie2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookieAcceptDialog.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookieManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookieManager2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookiePermission.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookiePromptService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookieService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICookieStorage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICryptoFIPSInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICryptoHMAC.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsICryptoHash.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsICurrentCharsetListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDNSListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDNSRecord.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDNSService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3Attr.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3Document.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3DocumentEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3EventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3Node.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOM3TypeInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMAbstractView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMAttr.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMBarProp.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMBeforeUnloadEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCDATASection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCRMFObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSS2Properties.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSCharsetRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSFontFaceRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSImportRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSMediaRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSMozDocumentRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSPageRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSPrimitiveValue.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSRuleList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSStyleDeclaration.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSStyleRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSStyleSheet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSUnknownRule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSValue.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCSSValueList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCanvasRenderingContext2D.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCharacterData.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMChromeWindow.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMClientInformation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMClientRect.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMClientRectList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCommandEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMComment.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMConstructor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCounter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCrypto.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCryptoDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMCustomEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDOMConfiguration.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDOMException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDOMImplementation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDOMImplementationLS.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDOMStringList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDataContainerEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentCSS.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentFragment.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentRange.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentTraversal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentType.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMDocumentXBL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMElementCSSInlineStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEntity.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEntityReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEventGroup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEventListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMEventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMFileException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMFileList.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMGetSVGDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLAnchorElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLAppletElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLBRElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLBaseElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLBaseFontElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLBodyElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLButtonElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLCanvasElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLDListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLDirectoryElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLDivElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLEmbedElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLFieldSetElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLFontElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLFormElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLFrameElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLFrameSetElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLHRElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLHeadElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLHeadingElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLHtmlElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLIFrameElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLImageElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLInputElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLIsIndexElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLLIElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLLabelElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLLegendElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLLinkElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLMapElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLMenuElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLMetaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLModElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLOListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLObjectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLOptGroupElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLOptionElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLOptionsCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLParagraphElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLParamElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLPreElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLQuoteElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLScriptElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLSelectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLStyleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableCaptionElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableCellElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableColElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableRowElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTableSectionElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTextAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLTitleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHTMLUListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMJSWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMKeyEvent.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSException.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSInput.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSLoadEvent.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSOutput.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSParser.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSParserFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSProgressEvent.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSResourceResolver.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSSerializer.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLSSerializerFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLinkStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLoadStatus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLoadStatusEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLoadStatusList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMLocation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMediaList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMessageEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMimeType.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMimeTypeArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMModalContentWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMouseEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMMutationEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSDocumentStyle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSEditableElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSEventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSFeatureFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLAnchorElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLAnchorElement2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLAreaElement2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLButtonElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLFormControlList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLFormElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLFrameElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLHRElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLImageElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLInputElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLOptionCollectn.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLOptionElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLSelectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHTMLTextAreaElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSLocation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSRGBAColor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSRange.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSUIEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSXBLFormControl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNSXPathExpression.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNameList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNamedNodeMap.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNavigator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNodeFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNodeIterator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNodeList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMNotation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMOfflineResourceList.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMPageTransitionEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMParser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMPkcs11.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMPlugin.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMPluginArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMPopupBlockedEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMProcessingInstruction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMRGBColor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMRange.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMRangeException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMRect.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAngle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimPresAspRatio.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimTransformList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedAngle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedBoolean.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedEnum.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedInteger.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedLength.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedLengthList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedNumber.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedNumberList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedPathData.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedPoints.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedRect.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGAnimatedString.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGCircleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGClipPathElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGDefsElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGDescElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGEllipseElement.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGFilterElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGFilters.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGFitToViewBox.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGForeignObjectElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGGElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGGradientElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGImageElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGLength.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGLengthList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGLineElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGLocatable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGMarkerElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGMaskElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGMatrix.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGMetadataElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGNumber.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGNumberList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPathElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPathSeg.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPathSegList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPatternElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPoint.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPointList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPolygonElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPolylineElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGPresAspectRatio.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGRect.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGRectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGSVGElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGScriptElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGStopElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGStylable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGStyleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGSwitchElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGSymbolElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTSpanElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTextContentElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTextElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTextPathElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTextPositionElem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTitleElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTransform.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTransformList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGTransformable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGURIReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGUnitTypes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGUseElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGViewSpec.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGZoomAndPan.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSVGZoomEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMScreen.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSerializer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMSmartCardEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorageEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorageItem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorageList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorageManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStorageWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStyleSheet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMStyleSheetList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMText.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMToString.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMTreeWalker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMUIEvent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMUserDataHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMViewCSS.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMWindow2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMWindowCollection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMWindowInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMWindowUtils.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXMLDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathEvaluator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathExpression.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathNSResolver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathNamespace.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXPathResult.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULButtonElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULCheckboxElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULCommandDispatcher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULCommandEvent.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULContainerElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULControlElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULDescriptionElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULImageElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULLabelElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULLabeledControlEl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULMenuListElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULMultSelectCntrlEl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULPopupElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULSelectCntrlEl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULSelectCntrlItemEl.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULTextboxElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDOMXULTreeElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDataSignatureVerifier.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDebug.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDialogParamBlock.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDictionary.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDirIndex.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDirIndexListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDirectoryEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDirectoryService.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocCharset.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShell.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShellHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShellLoadInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShellTreeItem.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShellTreeNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocShellTreeOwner.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocumentCharsetInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocumentEncoder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocumentLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocumentLoaderFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDocumentStateListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownload.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownloadHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownloadManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownloadManagerUI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownloadProgressListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDownloader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDragDropHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDragService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDragSession.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIDynamicContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditActionListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditingSession.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorDocShell.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorIMESupport.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorLogging.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorMailSupport.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorSpellCheck.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEditorStyleSheets.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEffectiveTLDService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEmbeddingSiteWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEmbeddingSiteWindow2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEncodedChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEntityConverter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEntropyCollector.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEnvironment.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIErrorService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEventHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIEventTarget.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExceptionService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExpatSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExtendedExpatSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExtensionManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExternalHelperAppService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExternalProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIExternalProtocolService.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIFIXptr.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFTPChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFastLoadFileControl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFastLoadService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFaviconService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeed.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedElementBase.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedEntry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedGenerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedPerson.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedProcessor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedResult.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFeedTextConstruct.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFilePicker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileStreams.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileURL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileUtilities.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFileView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFind.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFindService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFontEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFormFillController.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFormHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFormSigningDialog.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFormSubmitObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFormatConverter.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIFrameLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIFullScreen.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGConfService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGenKeypairInfoDlg.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGlobalHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGlobalHistory2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGlobalHistory3.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIGnomeVFSService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTMLAbsPosEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTMLEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTMLInlineTableEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTMLObjectResizeListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTMLObjectResizer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTTPHeaderListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHTTPIndex.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIHandlerService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHashable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHelperAppLauncherDialog.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHistoryEntry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpActivityObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpAuthManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpAuthenticator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpChannelInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpEventSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpHeaderVisitor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIHttpProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIDNService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIFrameBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIINIParser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIOService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIOService2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIconURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIdentityInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIdleService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIImageDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIImageLoadingContent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIIncrementalDownload.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInlineSpellChecker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInputStreamChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInputStreamPump.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInputStreamTee.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInterfaceInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInterfaceInfoManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIInterfaceRequestor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJAR.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJARChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJARProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJARURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJRILiveConnectPIPeer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJRILiveConnectPlugin.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJSContextStack.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJSON.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJSRuntimeService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJVMAuthTools.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJVMConfigManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJVMManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIJVMPluginInstance.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIKeyModule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIKeygenThread.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILineInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIListBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILivemarkService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoadGroup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILocalFile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILocalFileWin.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILocale.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILocaleService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoginInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoginManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoginManagerIEMigrationHelper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoginManagerPrompter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsILoginManagerStorage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMIMEHeaderParam.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMIMEInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMIMEInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMIMEService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMarkupDocumentViewer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMemory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMemoryReporter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMenuBoxObject.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIModifyableXPointer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIModule.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIModuleLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMultiPartChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMultiplexInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMutable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIMutableArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINSSCertCache.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINSSErrorsService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINativeAppSupport.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINavBookmarksService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINavHistoryService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINestedURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINetUtil.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINetworkLinkService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsINonBlockingAlertService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIOCSPResponder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIObjectInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIObjectLoadingContent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIObjectOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIObserverService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIOfflineCacheSession.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIOfflineCacheUpdate.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPK11Token.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPK11TokenDB.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPKCS11Module.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPKCS11ModuleDB.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPKCS11Slot.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPKIParamBlock.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIParentalControlsService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPasswordManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPasswordManagerInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPermission.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPermissionManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPersistentProperties2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPhonetic.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPipe.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPlaintextEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPlugin.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginHost.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginInstance.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginInstanceOwner.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginInstancePeer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginInstancePeer2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginManager2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginStreamInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginTag.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginTagInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPluginTagInfo2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPopupBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPopupWindowManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPref.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefBranch.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefBranch2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefBranchInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefLocalizedString.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrefetchService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrincipal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintOptions.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintProgress.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintProgressParams.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintSession.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintSettings.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintSettingsService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintStatusFeedback.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintingPrompt.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrintingPromptService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProcess.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProfile.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIProfileChangeStatus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProfileMigrator.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIProfileUnlocker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProgrammingLanguage.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProgressEventSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPrompt.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPromptFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPromptService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPromptService2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProperties.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProperty.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPropertyBag.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIPropertyBag2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtectedAuthThread.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtocolProxyCallback.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtocolProxyFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtocolProxyService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProtocolProxyService2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProxiedChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProxiedProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProxyAutoConfig.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProxyInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIProxyObjectManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFCompositeDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFContainerUtils.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFDelegateFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFInMemoryDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFInferDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFLiteral.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFPropagatableDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFPurgeableDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFRemoteDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFResource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFXMLParser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFXMLSerializer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFXMLSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRDFXMLSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRandomGenerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIReadConfig.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRecentBadCertsService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRecyclingAllocator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRefreshURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRelativeFilePref.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRemoteService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRequest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRequestObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRequestObserverProxy.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIResProtocolHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIResumableChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRollupListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIRunnable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXAttributes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXContentHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXDTDHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXErrorHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXLexicalHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXLocator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXMutableAttributes.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXXMLFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISAXXMLReader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHContainer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHEntry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHTransaction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHistory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHistoryInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISHistoryListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISMimeCert.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISOCKSSocketInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISSLErrorListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISSLSocketControl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISSLStatus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISSLStatusProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISafeOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISaveAsCharset.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScreen.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScreenManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptError.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptEventHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptEventManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptLoaderObserver.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptSecurityManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableDateFormat.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableInterfaces.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptablePlugin.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableRegion.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableUConv.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScriptableUnescapeHTML.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScrollBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIScrollable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISearchContext.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecretDecoderRing.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecureBrowserUI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecurityCheckedComponent.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecurityEventSink.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecurityPref.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISecurityWarningDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISeekableStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelectElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelection2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelectionController.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelectionDisplay.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelectionListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISelectionPrivate.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISemanticUnitScanner.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISerializable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIServerSocket.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIServiceManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISidebar.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISignatureVerifier.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISimpleEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISimpleStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISimpleTest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISimpleUnicharStreamFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISocketProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISocketProviderService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISocketTransport.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISocketTransportService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISound.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStandardURL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStorageStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamBufferAccess.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamCipher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamConverter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamConverterService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamListenerTee.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStreamTransportService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStringBundle.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStringBundleOverride.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStringEnumerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStringStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIStyleSheetService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISupports.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISupportsArray.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISupportsIterators.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISupportsPrimitives.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISupportsPriority.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISyncLoadDOMService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISyncStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsISystemProxySettings.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITXTToHTMLConv.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITableEditor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITaggingService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITextScroll.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITextServicesFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITextToSubURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIThread.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIThreadInternal.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIThreadManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIThreadPool.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITimelineService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITimer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITokenDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITokenPasswordDialogs.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIToolkit.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIToolkitChromeRegistry.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIToolkitProfile.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIToolkitProfileService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITooltipListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITooltipTextProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITraceRefcnt.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransaction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransactionList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransactionListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransactionManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransfer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransferable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransport.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITransportSecurityInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITreeBoxObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITreeColumns.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITreeContentView.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITreeSelection.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsITreeView.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsITypeAheadFind.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURI.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURIChecker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURIClassifier.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURIContentListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURIFixup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURILoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURIRefObject.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURL.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURLFormatter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIURLParser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUTF8ConverterService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUUIDGenerator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicharInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicharLineInputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicharOutputStream.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicharStreamListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicharStreamLoader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUnicodeNormalizer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUpdateService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUploadChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUserCertPicker.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIUserInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIVariant.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIVersionComparator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIViewSourceChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWeakReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowser.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserChrome.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserChrome2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserChromeFocus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserFind.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserFocus.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserPersist.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserPrint.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserSetup.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebBrowserStream.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebContentHandlerRegistrar.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebNavigation.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebNavigationInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebPageDescriptor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebProgress.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebProgressListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWebProgressListener2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowCreator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowCreator2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowMediator.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowMediatorListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowProvider.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowWatcher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWindowlessPlugInstPeer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWritablePropertyBag.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWritablePropertyBag2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIWyciwygChannel.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509Cert.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509Cert2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509Cert3.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509CertDB.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509CertDB2.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509CertList.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIX509CertValidity.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXMLContentBuilder.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXMLHttpRequest.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPCScriptNotify.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPCScriptable.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPCSecurityManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPConnect.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPIDialogService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPIInstallInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPIProgressDialog.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPInstallManager.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPTLoader.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXPointer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXSLTException.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXSLTProcessor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXSLTProcessorObsolete.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXSLTProcessorPrivate.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXTFAttributeHandler.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXTFElement.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXTFElementFactory.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXTFElementWrapper.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXTFPrivate.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULAppInfo.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULAppInstall.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULBrowserWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULBuilderListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULOverlayProvider.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULRuntime.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULSortService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULTemplateBuilder.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULTemplateQueryProcessor.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULTemplateResult.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULTemplateRuleFilter.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXULWindow.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXmlRpcClient.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIXmlRpcClientListener.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIZipReader.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsIZipWriter.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/nsPIAccessNode.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIAccessible.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIAccessibleDocument.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPICertNotification.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPICommandUpdater.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIDNSService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIEditorTransaction.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIPluginHost.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIPluginInstancePeer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIPromptService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPISocketTransportService.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsPIWindowWatcher.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nspluginroot.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/nsrootidl.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/rdfIDataSource.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/rdfISerializer.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/rdfITripleVisitor.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/txIEXSLTRegExFunctions.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/txIFunctionEvaluationContext.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/txINodeSet.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/xpcIJSModuleLoader.idl
--rwxr-xr-x root/root usr/share/idl/xulrunner-1.9/unstable/xpcIJSWeakReference.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/xpccomponents.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/xpcexception.idl
--rw-r--r-- root/root usr/share/idl/xulrunner-1.9/unstable/xpcjsid.idl
+drwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/
+drwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/stable/
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/domstubs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/mozIJSSubScriptLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIASN1Object.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIASN1Sequence.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsICRLInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsICategoryManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsICertificateDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIClassInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIClipboardCommands.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIComponentManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIComponentRegistrar.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIContextMenuListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsICookie.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsICookieManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOM3DocumentEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOM3EventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMAbstractView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMAttr.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMBarProp.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCDATASection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSPrimitiveValue.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSRuleList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSStyleDeclaration.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSValue.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCSSValueList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCharacterData.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMComment.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMCustomEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDOMException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDOMImplementation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentFragment.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentRange.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentType.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMDocumentView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMElementCSSInlineStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEntity.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEntityReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEventGroup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEventListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMEventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLAnchorElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLAppletElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLBRElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLBaseElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLBaseFontElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLBodyElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLButtonElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLDListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLDirectoryElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLDivElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLEmbedElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLFieldSetElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLFontElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLFormElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLFrameElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLFrameSetElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLHRElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLHeadElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLHeadingElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLHtmlElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLIFrameElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLImageElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLInputElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLIsIndexElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLLIElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLLabelElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLLegendElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLLinkElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLMapElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLMenuElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLMetaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLModElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLOListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLObjectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptGroupElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptionElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLOptionsCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLParagraphElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLParamElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLPreElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLQuoteElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLScriptElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLSelectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLStyleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableCaptionElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableCellElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableColElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableRowElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTableSectionElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTextAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLTitleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMHTMLUListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMMediaList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMMouseEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMNamedNodeMap.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMNodeList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMNotation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMProcessingInstruction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMRange.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStorage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStorageEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStorageItem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStorageList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStorageWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMStyleSheetList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMText.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMUIEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMWindow2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMWindowCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDOMWindowUtils.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDebug.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIDirectoryService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIEmbeddingSiteWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIFileURL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIGlobalHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIHashable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIHistoryEntry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIHttpChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIHttpHeaderVisitor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIIOService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIInterfaceRequestor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIJSON.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsILoadGroup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsILocalFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIMemory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIModule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIMutableArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIObserverService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIPrefBranch.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIPrefBranch2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIPrefLocalizedString.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIPrefService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIProfile.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIProfileChangeStatus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIProgrammingLanguage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIPromptService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIProperties.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIRequest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIRequestObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISHistoryListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIScriptableInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISecurityWarningDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISelection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIServiceManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISimpleEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISupports.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsISupportsPrimitives.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsITooltipListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsITooltipTextProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsITraceRefcnt.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIURIContentListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIURL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIUnicharStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIUploadChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWeakReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserChrome.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserChromeFocus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserFind.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserFocus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserPrint.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserSetup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebBrowserStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebProgress.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWebProgressListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWindowCreator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIWindowWatcher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIX509Cert.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIX509CertDB.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsIX509CertValidity.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/stable/nsrootidl.idl
+drwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/XPCIDispatch.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/domstubs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/extIApplication.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/gfxIFormats.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/gfxIImageFrame.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/gfxtypes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgICache.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIContainerObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIDecoder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIDecoderObserver.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIEncoder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgILoad.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgILoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgIRequest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/imgITools.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inICSSValueSearch.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inIDOMUtils.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inIDOMView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inIDeepTreeWalker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inIFlasher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inISearchObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/inISearchProcess.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/jsdIDebuggerService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIJSSubScriptLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIPersonalDictionary.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozISpellCheckingEngine.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozISpellI18NManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozISpellI18NUtil.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageAggregateFunction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageConnection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageDataSet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageFunction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageProgressHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageStatement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageStatementWrapper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozIStorageValueArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/mozITXTToHTMLConv.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCDefaultURIFixup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCDocShell.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCExternalHandlerService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCURILoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCWebBrowser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsCWebBrowserPersist.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIASN1Object.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIASN1PrintableItem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIASN1Sequence.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIASN1Tree.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAboutModule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibilityService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessible.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleEditableText.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleHyperLink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleHyperText.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleImage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleProvider.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleRelation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleRetrieval.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleRole.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleSelectable.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleStates.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleTable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleText.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleTreeCache.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleTypes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAccessibleValue.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAddonRepository.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAlertsService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAnnotationService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAppShell.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAppShellService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAppStartup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAssociatedContentSecurity.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAsyncInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAsyncOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAsyncStreamCopier.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAtom.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAtomService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthInformation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthModule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPrompt.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPrompt2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPromptAdapterFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPromptCallback.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPromptProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAuthPromptWrapper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteController.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteInput.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompletePopup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteResult.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteResultTypes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteSearch.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoCompleteSimpleResult.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIAutoConfig.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBadCertListener2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBaseWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBidiKeyboard.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBinaryInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBinaryOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBlocklistService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBrowserBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBrowserDOMWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBrowserHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBrowserInstance.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBufEntropyCollector.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIBufferedStreams.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIByteRangeRequest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSDecoder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSEncoder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSMessage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSMessage2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSMessageErrors.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICMSSecureMessage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICRLInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICRLManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICache.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICacheEntryDescriptor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICacheListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICacheService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICacheSession.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICacheVisitor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICachingChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICancelable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICategoryManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICertOverrideService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICertPickDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICertTree.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICertificateDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIChannelClassifier.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIChannelEventSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICharsetConverterManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICharsetResolver.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIChromeRegistry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICipherInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICiter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClassInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClassicPluginFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClientAuthDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboard.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboardCommands.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboardDragDropHookList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboardDragDropHooks.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboardHelper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIClipboardOwner.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICollation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandLine.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandLineHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandLineRunner.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandLineValidator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICommandParams.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIComponentManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIComponentManagerObsolete.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIComponentRegistrar.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIConsoleListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIConsoleMessage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIConsoleService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContainerBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentDispatchChooser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentPolicy.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentPrefService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentSniffer.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentURIGrouper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentViewer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentViewerContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentViewerEdit.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContentViewerFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContextMenuListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIContextMenuListener2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIController.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIControllerCommand.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIControllerCommandTable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIControllerContext.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIControllers.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIConverterInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIConverterOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookie.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookie2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookieAcceptDialog.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookieManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookieManager2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookiePermission.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookiePromptService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookieService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICookieStorage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICryptoFIPSInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICryptoHMAC.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICryptoHash.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsICurrentCharsetListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDNSListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDNSRecord.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDNSService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3Attr.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3Document.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3DocumentEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3EventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3Node.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOM3TypeInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMAbstractView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMAttr.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMBarProp.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMBeforeUnloadEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCDATASection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCRMFObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSS2Properties.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSCharsetRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSFontFaceRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSImportRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSMediaRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSMozDocumentRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSPageRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSPrimitiveValue.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSRuleList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleDeclaration.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSUnknownRule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSValue.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCSSValueList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCanvasRenderingContext2D.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCharacterData.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMChromeWindow.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMClientInformation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMClientRect.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMClientRectList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCommandEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMComment.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMConstructor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCounter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCrypto.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCryptoDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMCustomEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDOMConfiguration.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDOMException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDOMImplementation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDOMImplementationLS.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDOMStringList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDataContainerEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentCSS.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentFragment.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentRange.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentTraversal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentType.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMDocumentXBL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMElementCSSInlineStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEntity.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEntityReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEventGroup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEventListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMEventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMFileException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMFileList.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMGetSVGDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAnchorElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAppletElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBRElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBaseElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBaseFontElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLBodyElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLButtonElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLCanvasElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDirectoryElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDivElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLEmbedElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFieldSetElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFontElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFormElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFrameElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLFrameSetElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHRElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHeadElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHeadingElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLHtmlElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLIFrameElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLImageElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLInputElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLIsIndexElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLIElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLabelElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLegendElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLLinkElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMapElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMenuElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLMetaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLModElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLObjectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptGroupElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptionElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLOptionsCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLParagraphElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLParamElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLPreElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLQuoteElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLScriptElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLSelectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLStyleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableCaptionElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableCellElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableColElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableRowElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTableSectionElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTextAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLTitleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHTMLUListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMJSWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMKeyEvent.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSException.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSInput.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSLoadEvent.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSOutput.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSParser.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSParserFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSProgressEvent.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSResourceResolver.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSSerializer.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLSSerializerFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLinkStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatusEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLoadStatusList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMLocation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMediaList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMessageEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMimeType.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMimeTypeArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMModalContentWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMouseEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMMutationEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSDocumentStyle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSEditableElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSEventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSFeatureFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAnchorElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAnchorElement2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLAreaElement2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLButtonElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFormControlList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFormElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLFrameElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLHRElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLImageElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLInputElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLOptionCollectn.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLOptionElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLSelectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHTMLTextAreaElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSLocation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSRGBAColor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSRange.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSUIEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSXBLFormControl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNSXPathExpression.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNameList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNamedNodeMap.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNavigator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNodeFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNodeIterator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNodeList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMNotation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMOfflineResourceList.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMPageTransitionEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMParser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMPkcs11.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMPlugin.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMPluginArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMPopupBlockedEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMProcessingInstruction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMRGBColor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMRange.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMRangeException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMRect.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAngle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimPresAspRatio.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimTransformList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedAngle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedBoolean.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedEnum.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedInteger.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedLength.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedLengthList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedNumber.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedNumberList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedPathData.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedPoints.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedRect.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGAnimatedString.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGCircleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGClipPathElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGDefsElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGDescElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGEllipseElement.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGFilterElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGFilters.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGFitToViewBox.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGForeignObjectElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGGElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGGradientElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGImageElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGLength.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGLengthList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGLineElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGLocatable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGMarkerElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGMaskElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGMatrix.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGMetadataElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGNumber.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGNumberList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathSeg.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPathSegList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPatternElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPoint.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPointList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPolygonElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPolylineElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGPresAspectRatio.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGRect.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGRectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGSVGElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGScriptElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGStopElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGStylable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGStyleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGSwitchElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGSymbolElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTSpanElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextContentElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextPathElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTextPositionElem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTitleElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransform.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransformList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGTransformable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGURIReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGUnitTypes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGUseElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGViewSpec.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGZoomAndPan.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSVGZoomEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMScreen.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSerializer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMSmartCardEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorageEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorageItem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorageList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorageManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStorageWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMStyleSheetList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMText.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMToString.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMTreeWalker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMUIEvent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMUserDataHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMViewCSS.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMWindow2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMWindowCollection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMWindowInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMWindowUtils.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXMLDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathEvaluator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathExpression.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathNSResolver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathNamespace.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXPathResult.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULButtonElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULCheckboxElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULCommandDispatcher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULCommandEvent.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULContainerElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULControlElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULDescriptionElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULImageElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULLabelElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULLabeledControlEl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULMenuListElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULMultSelectCntrlEl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULPopupElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULSelectCntrlEl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULSelectCntrlItemEl.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULTextboxElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDOMXULTreeElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDataSignatureVerifier.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDebug.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDialogParamBlock.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDictionary.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDirIndex.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDirIndexListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDirectoryEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDirectoryService.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocCharset.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShell.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShellHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShellLoadInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShellTreeItem.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShellTreeNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocShellTreeOwner.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocumentCharsetInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocumentEncoder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocumentLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocumentLoaderFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDocumentStateListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownload.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownloadHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownloadManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownloadManagerUI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownloadProgressListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDownloader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDragDropHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDragService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDragSession.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIDynamicContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditActionListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditingSession.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorDocShell.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorIMESupport.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorLogging.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorMailSupport.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorSpellCheck.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEditorStyleSheets.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEffectiveTLDService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEmbeddingSiteWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEmbeddingSiteWindow2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEncodedChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEntityConverter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEntropyCollector.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEnvironment.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIErrorService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEventHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIEventTarget.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExceptionService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExpatSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExtendedExpatSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExtensionManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExternalHelperAppService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExternalProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIExternalProtocolService.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFIXptr.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFTPChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFastLoadFileControl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFastLoadService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFaviconService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeed.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedElementBase.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedEntry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedGenerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedPerson.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedProcessor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedResult.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFeedTextConstruct.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFilePicker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileStreams.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileURL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileUtilities.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFileView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFind.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFindService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFontEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFormFillController.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFormHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFormSigningDialog.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFormSubmitObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFormatConverter.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFrameLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIFullScreen.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGConfService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGenKeypairInfoDlg.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGlobalHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGlobalHistory2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGlobalHistory3.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIGnomeVFSService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTMLAbsPosEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTMLEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTMLInlineTableEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTMLObjectResizeListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTMLObjectResizer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTTPHeaderListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHTTPIndex.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHandlerService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHashable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHelperAppLauncherDialog.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHistoryEntry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpActivityObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpAuthManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpAuthenticator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpChannelInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpEventSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpHeaderVisitor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIHttpProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIDNService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIFrameBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIINIParser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIOService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIOService2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIconURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIdentityInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIdleService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIImageDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIImageLoadingContent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIIncrementalDownload.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInlineSpellChecker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInputStreamChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInputStreamPump.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInputStreamTee.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInterfaceInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInterfaceInfoManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIInterfaceRequestor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJAR.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJARChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJARProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJARURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJRILiveConnectPIPeer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJRILiveConnectPlugin.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJSContextStack.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJSON.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJSRuntimeService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJVMAuthTools.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJVMConfigManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJVMManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIJVMPluginInstance.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIKeyModule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIKeygenThread.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILineInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIListBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILivemarkService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoadGroup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILocalFile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILocalFileWin.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILocale.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILocaleService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoginInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoginManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoginManagerIEMigrationHelper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoginManagerPrompter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsILoginManagerStorage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMIMEHeaderParam.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMIMEInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMIMEInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMIMEService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMarkupDocumentViewer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMemory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMemoryReporter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMenuBoxObject.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIModifyableXPointer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIModule.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIModuleLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMultiPartChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMultiplexInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMutable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIMutableArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINSSCertCache.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINSSErrorsService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINativeAppSupport.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINavBookmarksService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINavHistoryService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINestedURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINetUtil.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINetworkLinkService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsINonBlockingAlertService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIOCSPResponder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIObjectInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIObjectLoadingContent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIObjectOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIObserverService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIOfflineCacheSession.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIOfflineCacheUpdate.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPK11Token.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPK11TokenDB.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPKCS11Module.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPKCS11ModuleDB.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPKCS11Slot.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPKIParamBlock.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIParentalControlsService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPasswordManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPasswordManagerInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPermission.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPermissionManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPersistentProperties2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPhonetic.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPipe.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPlaintextEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPlugin.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginHost.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginInstance.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginInstanceOwner.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginInstancePeer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginInstancePeer2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginManager2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginStreamInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginTag.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginTagInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPluginTagInfo2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPopupBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPopupWindowManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPref.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefBranch.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefBranch2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefBranchInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefLocalizedString.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrefetchService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrincipal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintOptions.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintProgress.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintProgressParams.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintSession.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintSettings.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintSettingsService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintStatusFeedback.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintingPrompt.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrintingPromptService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProcess.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProfile.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProfileChangeStatus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProfileMigrator.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProfileUnlocker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProgrammingLanguage.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProgressEventSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPrompt.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPromptFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPromptService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPromptService2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProperties.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProperty.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPropertyBag.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIPropertyBag2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtectedAuthThread.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtocolProxyCallback.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtocolProxyFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtocolProxyService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProtocolProxyService2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProxiedChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProxiedProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProxyAutoConfig.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProxyInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIProxyObjectManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFCompositeDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFContainerUtils.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFDelegateFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFInMemoryDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFInferDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFLiteral.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFPropagatableDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFPurgeableDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFRemoteDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFResource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFXMLParser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFXMLSerializer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFXMLSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRDFXMLSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRandomGenerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIReadConfig.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRecentBadCertsService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRecyclingAllocator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRefreshURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRelativeFilePref.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRemoteService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRequest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRequestObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRequestObserverProxy.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIResProtocolHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIResumableChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRollupListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIRunnable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXAttributes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXContentHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXDTDHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXErrorHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXLexicalHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXLocator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXMutableAttributes.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXXMLFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISAXXMLReader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHContainer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHEntry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHTransaction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHistory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHistoryInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISHistoryListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISMimeCert.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISOCKSSocketInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISSLErrorListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISSLSocketControl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISSLStatus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISSLStatusProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISafeOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISaveAsCharset.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScreen.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScreenManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptError.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptEventHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptEventManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptLoaderObserver.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptSecurityManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableDateFormat.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableInterfaces.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptablePlugin.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableRegion.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableUConv.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScriptableUnescapeHTML.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScrollBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIScrollable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISearchContext.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecretDecoderRing.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecureBrowserUI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecurityCheckedComponent.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecurityEventSink.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecurityPref.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISecurityWarningDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISeekableStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelectElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelection2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelectionController.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelectionDisplay.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelectionListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISelectionPrivate.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISemanticUnitScanner.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISerializable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIServerSocket.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIServiceManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISidebar.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISignatureVerifier.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISimpleEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISimpleStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISimpleTest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISimpleUnicharStreamFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISocketProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISocketProviderService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISocketTransport.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISocketTransportService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISound.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStandardURL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStorageStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamBufferAccess.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamCipher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamConverter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamConverterService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamListenerTee.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStreamTransportService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStringBundle.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStringBundleOverride.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStringEnumerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStringStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIStyleSheetService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISupports.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISupportsArray.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISupportsIterators.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISupportsPrimitives.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISupportsPriority.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISyncLoadDOMService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISyncStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsISystemProxySettings.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITXTToHTMLConv.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITableEditor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITaggingService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITextScroll.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITextServicesFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITextToSubURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIThread.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIThreadInternal.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIThreadManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIThreadPool.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITimelineService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITimer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITokenDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITokenPasswordDialogs.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIToolkit.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIToolkitChromeRegistry.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIToolkitProfile.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIToolkitProfileService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITooltipListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITooltipTextProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITraceRefcnt.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransaction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransactionList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransactionListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransactionManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransfer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransferable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransport.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITransportSecurityInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITreeBoxObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITreeColumns.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITreeContentView.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITreeSelection.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITreeView.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsITypeAheadFind.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURI.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURIChecker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURIClassifier.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURIContentListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURIFixup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURILoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURIRefObject.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURL.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURLFormatter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIURLParser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUTF8ConverterService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUUIDGenerator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicharInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicharLineInputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicharOutputStream.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicharStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicharStreamLoader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUnicodeNormalizer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUpdateService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUploadChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUserCertPicker.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIUserInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIVariant.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIVersionComparator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIViewSourceChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWeakReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowser.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserChrome.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserChrome2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserChromeFocus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserFind.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserFocus.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserPersist.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserPrint.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserSetup.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebBrowserStream.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebContentHandlerRegistrar.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebNavigation.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebNavigationInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebPageDescriptor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebProgress.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebProgressListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWebProgressListener2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowCreator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowCreator2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowMediator.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowMediatorListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowProvider.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowWatcher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWindowlessPlugInstPeer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWritablePropertyBag.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWritablePropertyBag2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIWyciwygChannel.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509Cert.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509Cert2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509Cert3.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509CertDB.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509CertDB2.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509CertList.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIX509CertValidity.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXMLContentBuilder.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXMLHttpRequest.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPCScriptNotify.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPCScriptable.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPCSecurityManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPConnect.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPIDialogService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPIInstallInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPIProgressDialog.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPInstallManager.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPTLoader.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXPointer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXSLTException.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXSLTProcessor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXSLTProcessorObsolete.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXSLTProcessorPrivate.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXTFAttributeHandler.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXTFElement.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXTFElementFactory.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXTFElementWrapper.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXTFPrivate.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULAppInfo.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULAppInstall.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULBrowserWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULBuilderListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULOverlayProvider.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULRuntime.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULSortService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULTemplateBuilder.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULTemplateQueryProcessor.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULTemplateResult.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULTemplateRuleFilter.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXULWindow.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXmlRpcClient.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIXmlRpcClientListener.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIZipReader.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsIZipWriter.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIAccessNode.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIAccessible.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIAccessibleDocument.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPICertNotification.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPICommandUpdater.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIDNSService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIEditorTransaction.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIPluginHost.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIPluginInstancePeer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIPromptService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPISocketTransportService.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsPIWindowWatcher.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nspluginroot.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/nsrootidl.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/rdfIDataSource.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/rdfISerializer.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/rdfITripleVisitor.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/txIEXSLTRegExFunctions.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/txIFunctionEvaluationContext.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/txINodeSet.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/xpcIJSModuleLoader.idl
+-rwxr-xr-x root/root usr/share/idl/xulrunner-1.9.0.1/unstable/xpcIJSWeakReference.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/xpccomponents.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/xpcexception.idl
+-rw-r--r-- root/root usr/share/idl/xulrunner-1.9.0.1/unstable/xpcjsid.idl
diff --git a/xulrunner/.md5sum b/xulrunner/.md5sum
index ceac1c6..e65a0c6 100644
--- a/xulrunner/.md5sum
+++ b/xulrunner/.md5sum
@@ -1,2 +1,2 @@
-4210ae0801df2eb498408533010d97c1 firefox-3.0-source.tar.bz2
+406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
diff --git a/xulrunner/Pkgfile b/xulrunner/Pkgfile
index e81b5ae..86faa99 100644
--- a/xulrunner/Pkgfile
+++ b/xulrunner/Pkgfile
@@ -4,9 +4,9 @@
# Depends on: libidl, nss, gtk, perl, python, dbus-glib
name=xulrunner
-version=1.9
-release=3
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0-source.tar.bz2
+version=1.9.0.1
+release=1
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0.1-source.tar.bz2
mozconfig)
build() {
@@ -16,7 +16,7 @@ build() {
cd mozilla
# make configure accept our version of sqlite
- sed -i -e 's/^SQLITE_VERSION=3.5.4$/SQLITE_VERSION=3.5/' configure
+ sed -i -e 's/^SQLITE_VERSION=3.5.9$/SQLITE_VERSION=3.5/' configure
sed -e "s/#CFLAGS#/$CFLAGS/g" \
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \
diff --git a/xulrunner/README b/xulrunner/README
index 1f0d076..16445f2 100644
--- a/xulrunner/README
+++ b/xulrunner/README
@@ -5,6 +5,6 @@ REQUIREMENTS
PRE-INSTALL
POST-INSTALL
-1. append /usr/lib/xulrunner-1.9 to ld.so.conf and run ldconfig
+1. append /usr/lib/xulrunner-1.9.0.1 to ld.so.conf and run ldconfig
PRECAUTION
1
0
19 Jul '08
commit f00b48b877d21c62a8cec586c9727912fc613e61
Author: Antti Nykanen <aon(a)iki.fi>
Date: Sat Jul 19 12:39:15 2008 +0300
emacs: deleted ps-prin{0,1}.ps from etc-blacklist
Thanks to Tom Rindborg for noticing.
diff --git a/emacs/.footprint b/emacs/.footprint
index a8d50de..5e7b7d1 100644
--- a/emacs/.footprint
+++ b/emacs/.footprint
@@ -349,6 +349,8 @@ drwxr-xr-x root/root usr/share/emacs/22.2/etc/images/smilies/
-rw-r--r-- root/root usr/share/emacs/22.2/etc/images/zoom-out.xpm
-rw-r--r-- root/root usr/share/emacs/22.2/etc/letter.pbm
-rw-r--r-- root/root usr/share/emacs/22.2/etc/letter.xpm
+-rw-r--r-- root/root usr/share/emacs/22.2/etc/ps-prin0.ps
+-rw-r--r-- root/root usr/share/emacs/22.2/etc/ps-prin1.ps
-rw-r--r-- root/root usr/share/emacs/22.2/etc/sex.6
-rw-r--r-- root/root usr/share/emacs/22.2/etc/splash.pbm
-rw-r--r-- root/root usr/share/emacs/22.2/etc/splash.xpm
diff --git a/emacs/.md5sum b/emacs/.md5sum
index 3e2b5d1..a8c4ca0 100644
--- a/emacs/.md5sum
+++ b/emacs/.md5sum
@@ -1,2 +1,2 @@
-f9f93a0c254a4605174aa3b5ad844115 emacs-22.2-etc-blacklist
+66e51d789cc3f4bee9058b57ad1d91f6 emacs-22.2-etc-blacklist
d6ee586b8752351334ebf072904c4d51 emacs-22.2.tar.gz
diff --git a/emacs/Pkgfile b/emacs/Pkgfile
index dc2eb0f..a6a96f4 100644
--- a/emacs/Pkgfile
+++ b/emacs/Pkgfile
@@ -5,7 +5,7 @@
name=emacs
version=22.2
-release=3
+release=4
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
$name-$version-etc-blacklist)
diff --git a/emacs/emacs-22.2-etc-blacklist b/emacs/emacs-22.2-etc-blacklist
index 9a3395b..d634a23 100644
--- a/emacs/emacs-22.2-etc-blacklist
+++ b/emacs/emacs-22.2-etc-blacklist
@@ -61,8 +61,6 @@ orgcard.ps
orgcard.tex
pl-refcard.ps
pl-refcard.tex
-ps-prin0.ps
-ps-prin1.ps
pt-br-refcard.ps
pt-br-refcard.tex
refcard.ps
1
0
commit 971e7fb8786a4fb8a98f0113c65ae5350f0a48d4
Author: Juergen Daubert <jue(a)jue.li>
Date: Sat Jul 19 09:36:26 2008 +0200
jfsutils: update to 1.1.13
diff --git a/jfsutils/.md5sum b/jfsutils/.md5sum
index e464133..586c1bd 100644
--- a/jfsutils/.md5sum
+++ b/jfsutils/.md5sum
@@ -1 +1 @@
-10efa993a62113530645fc7b3fa542f4 jfsutils-1.1.12.tar.gz
+14ad3a2eb26e55ef34ac0569f5739ccc jfsutils-1.1.13.tar.gz
diff --git a/jfsutils/Pkgfile b/jfsutils/Pkgfile
index c23d06e..924f9e0 100644
--- a/jfsutils/Pkgfile
+++ b/jfsutils/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: e2fsprogs
name=jfsutils
-version=1.1.12
+version=1.1.13
release=1
source=(http://jfs.sourceforge.net/project/pub/$name-$version.tar.gz)
1
0
commit ded7b19e9909f58180c67cdbbe41d338e0b794ab
Author: Juergen Daubert <jue(a)jue.li>
Date: Sat Jul 19 09:34:30 2008 +0200
whois: update to 4.7.27
diff --git a/whois/.md5sum b/whois/.md5sum
index 718b3c1..1cb2ea4 100644
--- a/whois/.md5sum
+++ b/whois/.md5sum
@@ -1 +1 @@
-f069304ae912ff4fdec59f33de405076 whois_4.7.26.tar.gz
+0937f34c714e3954894d056b4346d69b whois_4.7.27.tar.gz
diff --git a/whois/Pkgfile b/whois/Pkgfile
index b825bcd..e1c59fb 100644
--- a/whois/Pkgfile
+++ b/whois/Pkgfile
@@ -5,7 +5,7 @@
# Depends on:
name=whois
-version=4.7.26
+version=4.7.27
release=1
source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.…
1
0
commit 1358e5aca31382b0590c5dd70bd0fe2ba564a953
Author: Juergen Daubert <jue(a)jue.li>
Date: Sat Jul 19 09:34:52 2008 +0200
sitecopy: update to 0.16.6
diff --git a/sitecopy/.md5sum b/sitecopy/.md5sum
index 954beb8..8983253 100644
--- a/sitecopy/.md5sum
+++ b/sitecopy/.md5sum
@@ -1 +1 @@
-df48499ad81b333a9d255c1709e09a1a sitecopy-0.16.3.tar.gz
+b3aeb5a5f00af3db90b408e8c32a6c01 sitecopy-0.16.6.tar.gz
diff --git a/sitecopy/Pkgfile b/sitecopy/Pkgfile
index 4822144..444786b 100644
--- a/sitecopy/Pkgfile
+++ b/sitecopy/Pkgfile
@@ -1,20 +1,21 @@
# Description: Utility for maintaining remote web sites via FTP or WebDAV
-# URL: http://www.lyra.org/sitecopy
+# URL: http://www.manyfish.co.uk/sitecopy/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: neon
name=sitecopy
-version=0.16.3
+version=0.16.6
release=1
-source=(http://fresh.t-systems-sfr.com/unix/src/www/$name-$version.tar.gz)
+source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr \
+ --mandir=/usr/man \
--with-neon=/usr \
--disable-nls \
--disable-debug
make
- make prefix=$PKG/usr install
- rm -r $PKG/usr/{doc,share,man/fr}
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/{doc,share,man/fr}
}
1
0
commit eddb7a7b3a5c765b5134a27d34795cf4abc2fab9
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Fri Jul 18 14:53:31 2008 +0200
oprofile: updated to 0.9.4.
diff --git a/oprofile/.footprint b/oprofile/.footprint
index 67f1251..ae5a2e4 100644
--- a/oprofile/.footprint
+++ b/oprofile/.footprint
@@ -6,8 +6,18 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/opgprof
-rwxr-xr-x root/root usr/bin/ophelp
-rwxr-xr-x root/root usr/bin/opimport
+-rwxr-xr-x root/root usr/bin/opjitconv
-rwxr-xr-x root/root usr/bin/opreport
-rwxr-xr-x root/root usr/bin/oprofiled
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/opagent.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/oprofile/
+-rw-r--r-- root/root usr/lib/oprofile/libopagent.a
+-rwxr-xr-x root/root usr/lib/oprofile/libopagent.la
+lrwxrwxrwx root/root usr/lib/oprofile/libopagent.so -> libopagent.so.1.0.0
+lrwxrwxrwx root/root usr/lib/oprofile/libopagent.so.1 -> libopagent.so.1.0.0
+-rwxr-xr-x root/root usr/lib/oprofile/libopagent.so.1.0.0
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/opannotate.1.gz
@@ -49,6 +59,9 @@ drwxr-xr-x root/root usr/share/oprofile/arm/xscale1/
drwxr-xr-x root/root usr/share/oprofile/arm/xscale2/
-rw-r--r-- root/root usr/share/oprofile/arm/xscale2/events
-rw-r--r-- root/root usr/share/oprofile/arm/xscale2/unit_masks
+drwxr-xr-x root/root usr/share/oprofile/avr32/
+-rw-r--r-- root/root usr/share/oprofile/avr32/events
+-rw-r--r-- root/root usr/share/oprofile/avr32/unit_masks
drwxr-xr-x root/root usr/share/oprofile/i386/
drwxr-xr-x root/root usr/share/oprofile/i386/athlon/
-rw-r--r-- root/root usr/share/oprofile/i386/athlon/events
@@ -128,6 +141,9 @@ drwxr-xr-x root/root usr/share/oprofile/ppc/
drwxr-xr-x root/root usr/share/oprofile/ppc/7450/
-rw-r--r-- root/root usr/share/oprofile/ppc/7450/events
-rw-r--r-- root/root usr/share/oprofile/ppc/7450/unit_masks
+drwxr-xr-x root/root usr/share/oprofile/ppc/e300/
+-rw-r--r-- root/root usr/share/oprofile/ppc/e300/events
+-rw-r--r-- root/root usr/share/oprofile/ppc/e300/unit_masks
drwxr-xr-x root/root usr/share/oprofile/ppc/e500/
-rw-r--r-- root/root usr/share/oprofile/ppc/e500/events
-rw-r--r-- root/root usr/share/oprofile/ppc/e500/unit_masks
diff --git a/oprofile/.md5sum b/oprofile/.md5sum
index 96c6a09..f5d8df3 100644
--- a/oprofile/.md5sum
+++ b/oprofile/.md5sum
@@ -1 +1 @@
-bb91e4d5bd45ff0d5c3e6214653422b7 oprofile-0.9.3.tar.gz
+82b059379895cf125261d7d773465915 oprofile-0.9.4.tar.gz
diff --git a/oprofile/Pkgfile b/oprofile/Pkgfile
index 33f2197..63aafa8 100644
--- a/oprofile/Pkgfile
+++ b/oprofile/Pkgfile
@@ -4,14 +4,15 @@
# Depends on: popt
name=oprofile
-version=0.9.3
+version=0.9.4
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr --with-kernel-support
+ ./configure --prefix=/usr --mandir=/usr/man \
+ --with-kernel-support
make
make DESTDIR=$PKG install
1
0
commit d26eeec41f7ff4edb3ae4eeacc63e1ec23dd1a12
Author: Tilman Sauerbeck <tilman(a)crux.nu>
Date: Thu Jul 17 19:37:09 2008 +0200
[notify] firefox: updated to 3.0.1.
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefo…
diff --git a/firefox/.md5sum b/firefox/.md5sum
index b510355..1fd4574 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,3 +1,3 @@
-4210ae0801df2eb498408533010d97c1 firefox-3.0-source.tar.bz2
+406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2
c276fd7680746e8477ad34d26f04e024 mozconfig
62530844efda8b387e518162b7922f2f xulrunner.patch
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index f49ffb1..25d6045 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xulrunner
name=firefox
-version=3.0
+version=3.0.1
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version…
mozconfig xulrunner.patch)
1
0