diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:38:33 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:38:33 +0000 |
commit | 584cd5cbd7be997400ccb8db24ae5410b0b88117 (patch) | |
tree | 083e5f1f48d019e0f07b96fef7179483df53c823 /third_party/mozilla/include/README.google | |
parent | f5b16fed647e941aa66933178da85db2860d639b (diff) | |
download | chromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.zip chromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.tar.gz chromium_src-584cd5cbd7be997400ccb8db24ae5410b0b88117.tar.bz2 |
Add third_party to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mozilla/include/README.google')
-rw-r--r-- | third_party/mozilla/include/README.google | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/third_party/mozilla/include/README.google b/third_party/mozilla/include/README.google new file mode 100644 index 0000000..7e0df37 --- /dev/null +++ b/third_party/mozilla/include/README.google @@ -0,0 +1,33 @@ +This directory contains files needed for mozilla interfaces required +for the new Java Plugin APIs. + +Definitions of frozen interfaces are copied from Gecko SDK +http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.4/sdk/gecko-sdk-win32-msvc-1.8.0.4.zip + +nscore.h
+nsError.h
+nsID.h
+nsISupports.h
+nsISupportsBase.h
+nsrootidl.h
+prcpucfg.h
+prlong.h
+prtime.h
+prtypes.h
+xpcom-config.h + +The prtypes.h file was modified to include "base/basictypes.h" instead of +mozilla's protypes.h to avoid type clashes. + +nsISupports.h was modified to remove inclusion of nsISupportsUtils.h to avoid +pulling in unnecessary headers and definitions. + +Definitions of remaining interfaces are auto generated during compilation of +Mozilla source code. For convenience, these are copied from: +http://publicsvn.songbirdnest.com/browser/trunk/dependencies/win32/mozilla/debug/include/plugin?rev=1 + +nsICookieStorage.h
+nsIPluginManager.h
+nsIPluginManager2.h
+nsplugindefs.h
+nspluginroot.h |