sfraser%netscape.com
8c99f95608
Add new methods to the editor app core to allow opening editor windows from local files.
1999-05-12 22:24:05 +00:00
briano%netscape.com
ddccc52490
Fix for Motif builds.
1999-05-12 22:23:04 +00:00
kipp%netscape.com
aa90a808ca
Alloc IID
1999-05-12 22:20:55 +00:00
kin%netscape.com
adb10c8f60
Made read only parameters const.
1999-05-12 22:17:41 +00:00
rhp%netscape.com
8d0f8ab4d7
Changes for new API testing
1999-05-12 22:14:28 +00:00
rhp%netscape.com
f78a7f1071
General work on composition back end
1999-05-12 22:13:58 +00:00
rhp%netscape.com
98c1ab5c7e
Changes for fix CID declarations.
1999-05-12 22:09:31 +00:00
rhp%netscape.com
5e245a6980
Changes for nsCOMPtr usage.
1999-05-12 22:08:22 +00:00
ducarroz%netscape.com
5236b01cef
fix for bug #6315 . HTML tag name are now capitalized in the Dom!
1999-05-12 22:00:53 +00:00
kin%netscape.com
908707c455
Changed all references to nsVoidArray to nsStringArray.
1999-05-12 21:56:11 +00:00
alecf%netscape.com
b3dcb21454
also add -I$(srcdir) when generating xpt files
1999-05-12 21:50:17 +00:00
alecf%netscape.com
31f711f0a6
adding extra $(srcdir) include for xpidl
1999-05-12 21:43:03 +00:00
terry%mozilla.org
22cf0a2832
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- use autoconf to find sendmail, other minor portability patches.
1999-05-12 21:41:57 +00:00
alecf%netscape.com
3e5b8ddfb7
forward declare instead of including IDL
1999-05-12 21:21:54 +00:00
alecf%netscape.com
e9169bdd5b
fix luxor's build bustage by adding nsIFolder and nsIFolderListener to IDL file list, which required regeneration of some header files
1999-05-12 19:11:22 +00:00
terry%mozilla.org
5f3c119868
Minor formatting tweak.
1999-05-12 18:27:18 +00:00
terry%mozilla.org
c54d38a340
Added user preference controlling how much email they get.
1999-05-12 17:20:40 +00:00
terry%mozilla.org
e6f76ebfe4
navigation_header() should work even if $::FORM{'id'} isn't defined.
1999-05-12 17:18:10 +00:00
sspitzer%netscape.com
89bd5f9318
fix pedantic build bustage. (thanks to kin for the fix)
1999-05-12 16:53:26 +00:00
bienvenu%netscape.com
faadfca700
search+filter checkpoint (not part of build)
1999-05-12 16:25:29 +00:00
dcone%netscape.com
926c742d61
added a PrintContent() method to these classes
1999-05-12 13:32:09 +00:00
dcone%netscape.com
b2081ee604
Added a PrintContent() method to the nsIContentViewer class
1999-05-12 13:31:28 +00:00
mccabe%netscape.com
e297963241
Allocate 1 extra space and nul-terminate the string given to XPT_NewString. Thanks to Jim Dunn <jdunn@netscape.com> for suggesting this fix.
1999-05-12 09:04:38 +00:00
alecf%netscape.com
38a66ba134
remove include for nsIStreamListener.h
1999-05-12 08:46:14 +00:00
alecf%netscape.com
1afa8ae767
remove entire nsIURL #include
1999-05-12 07:55:16 +00:00
jband%netscape.com
bdf236a78c
fix two places where we use a node as if it were of a type other than the type it is. This was causing a problem on some platforms, though it unfortunately was working fine on Win32. Thanks to khym@bga.com (Dave Huang)
1999-05-12 07:42:32 +00:00
pierre%netscape.com
9fce556ee9
renamed GraphicState "nsGraphicState", put it in a sepate file, added memory pools for GraphicStates and native regions.
1999-05-12 07:27:31 +00:00
pierre%netscape.com
ddb408f173
profiler-ready + put added mMouseRgn
1999-05-12 07:26:55 +00:00
pierre%netscape.com
3b570612d8
profiler-ready: make alias of ProfilerLib
1999-05-12 07:25:10 +00:00
pierre%netscape.com
a0d46b2572
profiler-ready
1999-05-12 07:22:03 +00:00
briano%netscape.com
dad6c7b15f
Automated update
1999-05-12 07:14:44 +00:00
briano%netscape.com
b2bfe06bee
Another Motif-specific tweak. Don't worry about -lXpm anymore.
1999-05-12 07:13:24 +00:00
pierre%netscape.com
538ef6fa2a
profiler-ready
1999-05-12 07:11:51 +00:00
pierre%netscape.com
6bd3c71c5c
First Checked In.
1999-05-12 06:57:52 +00:00
pinkerton%netscape.com
1fd9c8de15
add defines for Carbon, but turned off.
1999-05-12 06:44:34 +00:00
pinkerton%netscape.com
3df89f5c4e
change #ifndef TARGET_CARBON to #if !TARGET_CARBON so it can be defined as 0 in DefinesMac.h
1999-05-12 06:44:03 +00:00
alecf%netscape.com
977268b69f
don't include nsIURL.h, just forward-declare it as a class/interface
1999-05-12 06:28:50 +00:00
beard%netscape.com
8ea24eb7e7
made Count() method pure virtual, to fix xpcom link error.
1999-05-12 06:20:37 +00:00
beard%netscape.com
206d7b53ee
bumped the version to 1.0d3
1999-05-12 05:41:53 +00:00
beard%netscape.com
0275143579
when popping an #include, fclose the file.
1999-05-12 05:41:29 +00:00
pinkerton%netscape.com
4d01598e2a
don't use the NSRuntimeStubs, use NSRuntime instead. No need for stubs anymore because runtime is built before stdlib.
1999-05-12 05:36:41 +00:00
alecf%netscape.com
8b80aed872
rev these interfaces
1999-05-12 05:30:06 +00:00
alecf%netscape.com
d9a7796b0e
add nsICollection to the windows IDL files
1999-05-12 05:24:00 +00:00
bryce-mozilla%nextbus.com
01f3d8c87b
"nospam" feature. BugZilla will no longer email the person submitting
...
the change (after all, they are right there viewing things interactively).
To make this clear to everyone, print out the exact email list as each
bug is processed.
1999-05-12 05:22:36 +00:00
alecf%netscape.com
a69af15b7b
add no_gen_xpt rule for windows to avoid generating .XPT files
1999-05-12 05:15:12 +00:00
sspitzer%netscape.com
502fb2ef53
changes to get news working on Linux: stop shadowing rv, and check in
...
mscott's protocol fixes
1999-05-12 05:07:10 +00:00
alecf%netscape.com
04f7db2c12
hide much of the profile noise
1999-05-12 05:01:33 +00:00
rogerl%netscape.com
168d2fcb3a
Fixed warnings, few statement & expression changes
1999-05-12 05:01:31 +00:00
bryce-mozilla%nextbus.com
0755a21d36
Add new section on MySQL security, give hints for setting up the bug
...
characterization enums, and a fix a few minor glitchies. A BugZilla
novice, however, is the only person who can properly proof these instructions.
1999-05-12 04:53:11 +00:00
alecf%netscape.com
3e711cc105
dont' use idlc macros
1999-05-12 04:51:17 +00:00