diff options
Diffstat (limited to 'third_party/mozilla/include/README.chromium')
-rw-r--r-- | third_party/mozilla/include/README.chromium | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/third_party/mozilla/include/README.chromium b/third_party/mozilla/include/README.chromium index 7e0df37..d01fa6c 100644 --- a/third_party/mozilla/include/README.chromium +++ b/third_party/mozilla/include/README.chromium @@ -4,16 +4,16 @@ 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
+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 @@ -26,8 +26,12 @@ 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
+nsICookieStorage.h +nsIPluginManager.h +nsIPluginManager2.h +nsplugindefs.h nspluginroot.h + +The following files come from mozilla/camino and are not part of the Gecko SDK: + +NSWorkspace+Utils.h/m |