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

Side by Side Diff: third_party/mozilla/include/README.chromium

Issue 155704: Remove calls to deprecated APIs so that Chromium compiles on all currently-fu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This directory contains files needed for mozilla interfaces required 1 This directory contains files needed for mozilla interfaces required
2 for the new Java Plugin APIs. 2 for the new Java Plugin APIs.
3 3
4 Definitions of frozen interfaces are copied from Gecko SDK 4 Definitions of frozen interfaces are copied from Gecko SDK
5 http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.4/sdk/gecko -sdk-win32-msvc-1.8.0.4.zip 5 http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.4/sdk/gecko -sdk-win32-msvc-1.8.0.4.zip
6 6
7 nscore.h 7 nscore.h
8 nsError.h 8 nsError.h
9 nsID.h 9 nsID.h
10 nsISupports.h 10 nsISupports.h
(...skipping 16 matching lines...) Expand all
27 http://publicsvn.songbirdnest.com/browser/trunk/dependencies/win32/mozilla/debug /include/plugin?rev=1 27 http://publicsvn.songbirdnest.com/browser/trunk/dependencies/win32/mozilla/debug /include/plugin?rev=1
28 28
29 nsICookieStorage.h 29 nsICookieStorage.h
30 nsIPluginManager.h 30 nsIPluginManager.h
31 nsIPluginManager2.h 31 nsIPluginManager2.h
32 nsplugindefs.h 32 nsplugindefs.h
33 nspluginroot.h 33 nspluginroot.h
34 34
35 The following files come from mozilla/camino and are not part of the Gecko SDK: 35 The following files come from mozilla/camino and are not part of the Gecko SDK:
36 36
37 NSPasteboard+Utils.h/m
38 NSScreen+Utils.h/m
39 NSString+Utils.h/m
40 NSURL+Utils.h/m
37 NSWorkspace+Utils.h/m 41 NSWorkspace+Utils.h/m
42
43 NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow compilation
44 on future versions of Mac OS X.
OLDNEW
« third_party/mozilla/include/NSURL+Utils.m ('K') | « third_party/mozilla/include/NSURL+Utils.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698