Commit Graph

367 Commits

Author SHA1 Message Date
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com
090c63d423 More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
seawood%netscape.com
8d6cdf1fdb Follow up for bug 38061. This should fix debug builds. :( 2002-03-27 08:40:25 +00:00
seawood%netscape.com
f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
bryner%netscape.com
720511557d Removing unused unix-dns.* files (bug 38061). r=alecf, sr=darin, a=shaver. 2002-02-28 07:46:14 +00:00
bryner%netscape.com
e0ebf58bee Removing obsolete header xp_file.h. r=cls, sr=alecf, a=brendan. 2002-02-22 23:42:07 +00:00
seawood%netscape.com
148fd96ab9 Moved npapi.h & npupp.h to modules/plugin/base/public. Removing old copies
Bug #120845 r=bryner
2002-02-20 06:41:42 +00:00
seawood%netscape.com
f9964089d6 Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/p
ublic/ .
Bug #120845 r=bryner
2002-02-20 05:52:55 +00:00
seawood%netscape.com
29c05a5cc1 Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/public/ .
Bug #120845 r=bryner
2002-02-20 05:44:43 +00:00
beard%netscape.com
f5b6accbeb Fix for bug #118003. r=peterl, sr=jst. 2002-01-31 00:16:20 +00:00
bnesse%netscape.com
3754b38c4d Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard. 2002-01-18 20:12:29 +00:00
bryner%netscape.com
0f17dbccdc Removing unused file xp_list.h. r=cls. 2002-01-12 00:51:51 +00:00
av%netscape.com
cc959cab45 Bug 118801 -- incrementing plugin API version, r=peterl, sr=beard 2002-01-09 02:30:12 +00:00
bryner%netscape.com
87106fd96f Removing dead file, not part of the build. r=jag. 2001-11-17 05:45:35 +00:00
seawood%netscape.com
9d61cc8808 Only allow XP_AssertAtLine/XP_ASSERT to print to console in debug builds.
Bug #78647 r=bryner
2001-11-14 05:43:59 +00:00
seawood%netscape.com
f85d3f63d0 Fix warnings by only defining _UINT16 & _UINT32 if they aren't already defined.
Thanks to Josh Soref <timeless@mac.com> for the patch.
Bug #107599
2001-11-02 06:50:12 +00:00
gerv%gerv.net
1c6c9ed7c8 License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
cls%seawood.org
f4e1ad92ec Copy DIR struct definition from dbm/include/winfile.h for win32 to remove questionable dependency upon dbm.
Bug #100966 r=pavlov sr=shaver
2001-09-23 22:23:10 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
mkaply%us.ibm.com
42454d95e2 Remove C++ style comment to fix OSF bustage 2001-09-08 02:46:22 +00:00
av%netscape.com
39dc1fd90e Fix for bug 98285 -- added a new value to the NPNVariable enum type to enable access to the service manager from plugins, r=beard, sr=vidur 2001-09-08 00:23:07 +00:00
bryner%netscape.com
1b077c29cf Removing this file since it's no longer needed. 2001-08-22 04:27:55 +00:00
srilatha%netscape.com
d7800291e5 Fix for bug # 95047. removing dependency on csid.h
r=dbaron, sr=sspitzer
2001-08-22 00:54:29 +00:00
peterlubczynski%netscape.com
9b8fb91893 Make x & y be signed for NPWindow struct bug 93500 r=av sr=attinasi 2001-08-15 03:11:08 +00:00
av%netscape.com
bdb7f37077 For 73856 -- adding new values to NPPVariable enumeration type, sr=vidur, ar=av 2001-04-03 21:29:48 +00:00
bryner%uiuc.edu
a7df13353f Bug 38061 - removing obsolete headers. sr=cls. 2001-04-02 00:22:19 +00:00
disttsc%bart.nl
385f89696c Bug 60952: nsMimeTypes.h has wrong type for APPLICATION_HTTP_INDEX, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=blake, sr=darin
Bug 68651, nsFtpConnectionThread should use NS_LITERAL_STRING, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=jag, sr=dougt
2001-03-24 22:57:35 +00:00
bryner%uiuc.edu
07dee1c311 Removing xp_regexp.h, now that it's unused. Bug 73297. r=blake, sr=shaver. 2001-03-24 20:13:06 +00:00
pinkerton%netscape.com
d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
jgmyers%netscape.com
1b31ea6211 clean out refs to FALSE: bug 63834 r=bryner sr=brendan 2001-01-26 02:40:12 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
bryner%uiuc.edu
20a50b7fc0 Removing more unused files for bug 38061. sr=cls. 2000-12-30 01:24:27 +00:00
jgmyers%netscape.com
3a0d56ef2d Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
bryner%uiuc.edu
32abbef189 More cleanup fun for bug 38061. Removing already #if 0'd includes of mimeenc.h and xlate.h to avoid LXR false-alarms. sr=cls. 2000-12-29 06:31:39 +00:00
bryner%uiuc.edu
b4f9bcb51a More include file cleanup for bug 38061. These files are now all unused. r=blake. 2000-12-29 04:38:33 +00:00
bryner%uiuc.edu
873ec3e8fe Removing obsolete 4.x editor stuff. Bug 38061. r=dbaron. 2000-12-29 01:03:21 +00:00
bryner%uiuc.edu
caa5d9affd Removing dead 4.x mailnews files. r=sspitzer. 2000-12-29 00:06:58 +00:00
jgmyers%netscape.com
18b1412d29 remove dead code: bug 63834 r=bryner sr=cls 2000-12-28 22:09:26 +00:00
bryner%uiuc.edu
23a582faa6 Removing obsolete headers. Bug 38061. r/sr=cls. 2000-12-27 03:48:18 +00:00
bryner%uiuc.edu
bc187fdea4 Removing all traces of the old LAYERS #define. r=jst, sr=cls. 2000-12-26 22:19:17 +00:00
pollmann%netscape.com
e1dfba94e9 Fix Un*x bustage (typo in last patch, oops, sorry!) 2000-10-12 04:49:28 +00:00
pollmann%netscape.com
f824ccc7ad Fix AIX build bustage - these constants are already defined in system header files 2000-10-12 04:07:45 +00:00
pollmann%netscape.com
0e643df6eb Bug 48483: Fix HPUX bustage for Unix default plugin, fix thanks to wtc (added #ifdef guards to previous checkin per review by wtc, will not affect build) 2000-10-12 01:11:38 +00:00
pollmann%netscape.com
4c07649147 Bug 48483: Fix HPUX bustage for Unix default plugin fix thanks to wtc, r=jdunn,pollmann sr=mscott 2000-10-12 00:20:34 +00:00
bryner%uiuc.edu
aa10891897 Removing unused/obsolete files. Not part of build. 2000-09-01 02:30:52 +00:00
bryner%uiuc.edu
983e3e58e2 Removing unused files. Not part of build. r=mkaply. 2000-08-26 16:48:13 +00:00
bryner%uiuc.edu
0353c73ac0 Removing files that are no longer needed. r=cls. 2000-08-20 22:41:06 +00:00
bryner%uiuc.edu
e407361004 Removing unused files. Bug 38061. r=cls. 2000-08-20 05:07:41 +00:00
bryner%uiuc.edu
118e44a2ec Removing unused files. Not part of the build. r=cls. 2000-08-01 22:35:28 +00:00