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

Side by Side Diff: gecko-sdk/include/nsrootidl.h

Issue 20346: Version 1.8 of gecko-sdk. Downloaded from here:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « gecko-sdk/include/nspr.h ('k') | gecko-sdk/include/obsolete/pralarm.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/builds/tinderbox/XR-Mozilla1.8.0 -Release/WINNT_5.2_Depend/mozilla/xpcom/base/nsrootidl.idl
3 */
4
5 #ifndef __gen_nsrootidl_h__
6 #define __gen_nsrootidl_h__
7 /* For IDL files that don't want to include root IDL files. */
8 #ifndef NS_NO_VTABLE
9 #define NS_NO_VTABLE
10 #endif
11 #include "nscore.h"
12 #include "prtime.h"
13 /*
14 * Forward declarations for new string types
15 */
16 class nsAString;
17 class nsACString;
18 /*
19 * Start commenting out the C++ versions of the below in the output header
20 */
21 #if 0
22 /**
23 * Root idl declarations to be used by all.
24 * @status FROZEN
25 */
26 typedef PRBool PRBool;
27
28 typedef PRUint8 PRUint8;
29
30 typedef PRUint16 PRUint16;
31
32 typedef PRUint16 PRUnichar;
33
34 typedef PRUint32 PRUint32;
35
36 typedef PRUint64 PRUint64;
37
38 typedef PRUint64 PRTime;
39
40 typedef PRInt16 PRInt16;
41
42 typedef PRInt32 PRInt32;
43
44 typedef PRInt64 PRInt64;
45
46 typedef PRUint32 nsrefcnt;
47
48 typedef PRUint32 nsresult;
49
50 typedef PRUint32 size_t;
51
52 /*
53 * End commenting out the C++ versions of the above in the output header
54 */
55 #endif
56
57 #endif /* __gen_nsrootidl_h__ */
OLDNEW
« no previous file with comments | « gecko-sdk/include/nspr.h ('k') | gecko-sdk/include/obsolete/pralarm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698