Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: third_party/mozilla/README.chromium

Issue 1599032: Fix README.chromium and add LICENSE for third_party/mozilla. (Closed)
Patch Set: foo Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mozilla/LICENSE ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mozilla/README.chromium
diff --git a/third_party/mozilla/README.chromium b/third_party/mozilla/README.chromium
index 12c22a3d721e03a33b55477f2b4f074959c32451..ab834078286d8f0cba85dc58d5563ab2a437e114 100644
--- a/third_party/mozilla/README.chromium
+++ b/third_party/mozilla/README.chromium
@@ -1,44 +1,16 @@
-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
-
-The following files come from mozilla/camino and are not part of the Gecko SDK:
-
-NSPasteboard+Utils.h/m
-NSScreen+Utils.h/m
-NSString+Utils.h/m
-NSURL+Utils.h/m
-NSWorkspace+Utils.h/m
-
-NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow compilation
-on future versions of Mac OS X.
+Name: Cocoa extension code from Camino
+URL: http://caminobrowser.org/
+
+Description:
+ This directory contains the following files come from (Mozilla) Camino
+ (src/camino/src/extensions):
+
+ NSPasteboard+Utils.h/mm
+ NSScreen+Utils.h/m
+ NSString+Utils.h/m
+ NSURL+Utils.h/m
+ NSWorkspace+Utils.h/m
+
+Local modifications:
+ NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
+ compilation on future versions of Mac OS X.
« no previous file with comments | « third_party/mozilla/LICENSE ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698