Граф коммитов

3851 Коммитов

Автор SHA1 Сообщение Дата
av%netscape.com 2122248b2b Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build 2002-01-05 22:38:26 +00:00
av%netscape.com 2913efda86 Fixing saving GUI prefs in the Tester plugin -- not part of the build 2002-01-05 22:25:32 +00:00
dbaron%fas.harvard.edu aac13062de Using PR_ALIGN_OF_POINTER instead of sizeof(void*) since the preprocessor can't do math on a sizeof expression. Still fixing the same bustage. 2002-01-05 16:40:21 +00:00
dbaron%fas.harvard.edu 23446adef4 Fix bustage (really?) since NSPR defines ALIGN_OF_WORD to PR_ALIGN_OF_WORD even when PR_ALIGN_OF_WORD isn't defined. 2002-01-05 15:53:51 +00:00
dbaron%fas.harvard.edu c33fa78511 Fix typo in alecf's previous bustage fix. 2002-01-05 14:59:05 +00:00
alecf%netscape.com 3b302f95e8 fix non-Mac/Win/Unix platforms by defining my own alignment where it isn't already defined 2002-01-05 08:29:55 +00:00
alecf%netscape.com 480e6bab51 final fix for bug 112708 - reduce number pref allocations by using a few large buffers to hold all the prefnames
sr=brendan r=bnesse, dp
Also, clean more unnecessary routines..
2002-01-05 00:09:53 +00:00
dp%netscape.com 658193bc62 bug 115986 Thread safe zlib allocator. r=waterson, sr=brendan 2002-01-04 05:46:48 +00:00
seawood%netscape.com 0a87c1ecf8 Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com 2002-01-03 05:32:49 +00:00
timeless%mac.com 545e6b8214 Bug 104075 - need X font banning
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=jag
2002-01-03 02:13:34 +00:00
av%netscape.com fcba443d63 Fixing bustage 2002-01-02 23:42:06 +00:00
av%netscape.com 8deeaac884 Bug 117566 -- misuse of the string routine, r=serge, sr=vidur 2002-01-02 22:32:43 +00:00
jaggernaut%netscape.com 7ccb0821a1 Bug 117663: dir viewer defaults to XUL. Revert to generated html since XUL version is too buggy. Patch by stephend, r=bbaetz, sr=jag 2002-01-02 11:09:05 +00:00
rods%netscape.com 1fde5f13f3 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
av%netscape.com bf90ade619 Increasing default string wrap for the tester plugin output -- not part of the build 2002-01-01 00:12:19 +00:00
seawood%netscape.com e5fc3853f2 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
av%netscape.com 07981ce8e3 Removing some debug leftover from the tester plugin -- not part of the build 2001-12-31 22:06:19 +00:00
av%netscape.com b5963d6377 Fixing log output for the tester plugin so it does not convert to HTML format -- not part of the build 2001-12-31 20:49:06 +00:00
seawood%netscape.com 2b4ec6d8d6 Check local XPIDL_GEN_DIR for headers.
Fixing tinderbox bustage
2001-12-31 09:57:48 +00:00
seawood%netscape.com c22237cb4d Since nothing is being exported to dist, we need to look in the local dirs for the generated headers.
Fixing tinderbox bustage
2001-12-31 09:46:47 +00:00
seawood%netscape.com f9f005f30c Set NO_DIST_INSTALL in sample plugin makefiles
Bug #84593 r=mcafee
2001-12-31 09:06:13 +00:00
av%netscape.com 8b3fbe9c3a Tester plugin -- updating default URL for sample API calls, not part of the build 2001-12-29 23:04:41 +00:00
av%netscape.com 76a9aa8b8b Tester plugin -- updating docs, not part of the build 2001-12-29 23:02:49 +00:00
av%netscape.com e2b7e90b7e Tester plugin updating docs -- not part of the build 2001-12-29 22:59:46 +00:00
av%netscape.com 5d42b1e824 Bug 17732 -- fixing streaming API from plugin to browser, some formatting fixed, r=peterl, sr=rpotts 2001-12-29 22:10:07 +00:00
mcafee%netscape.com f0280c8740 Ignore generated files. 2001-12-29 03:52:41 +00:00
av%netscape.com dc86774193 Tester plugin -- correcting the length of the data buffer, not part of the build 2001-12-28 23:55:57 +00:00
sspitzer%netscape.com 0dcbb7476e add support for addressbook quick search, part of bug #83023.
add the "Search" menu item to the addressbook and do a little code cleanup.
r/sr=bienvenu
2001-12-27 23:05:57 +00:00
peterlubczynski%netscape.com 5811457b66 Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build 2001-12-27 19:22:11 +00:00
peterlubczynski%netscape.com f152c970bc Updating windowless plugin sdk sample to beep on keyboard events, not part of the build 2001-12-27 18:46:36 +00:00
naving%netscape.com 01603a864f 116427 r=av sr=mscott. fix leaking name and description upon loading each plugin. 2001-12-26 21:22:07 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
mkaply%us.ibm.com 77e79ce71c #113592
r=pavlov, sr=blizzard (OS/2 only change)
#ifdef XP_WIN needs to be XP_OS2 as well
2001-12-23 03:21:15 +00:00
sspitzer%netscape.com 404e12e054 landing the AB_OUTLINER_BRANCH.
fix for #73868, and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.

r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
varada%netscape.com 8355970f24 bug#112213 -adding timeline pref to mailnews; sr=mscott 2001-12-21 23:21:50 +00:00
bnesse%netscape.com 5234452a4b Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh, r=bnesse/dmose. sr = alecf. 2001-12-21 22:29:31 +00:00
dp%netscape.com 3544a76440 bug 116191 Making nsZipItem a member of nsJarInputStream rather than a
pointer. Saves a 16 byte allocation on per jar file read. r=darin, sr=dveditz
2001-12-21 05:57:39 +00:00
av%netscape.com b47affb454 Updating Plugin SDK readme file -- not part of the build 2001-12-21 02:49:58 +00:00
av%netscape.com 2510d419d9 Updating makefile for the new sample code in the Plugin SDK -- not part of the build 2001-12-21 02:41:46 +00:00
av%netscape.com db66e88016 makefile for windowless sample -- not part of the build 2001-12-21 02:34:43 +00:00
av%netscape.com 949ce436a2 Adding windowless plugin sample code to the Plugin SDK -- not part of the build yet 2001-12-21 02:29:19 +00:00
av%netscape.com 04eafdfb82 Adding test case for windowless plugin sample code -- not part of the build 2001-12-21 02:25:57 +00:00
rjesup%wgate.com 2212861db9 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
morse%netscape.com 7a287a04bd bug 114895, repeatedly asks for master password, r=sgehani, sr=alecf 2001-12-20 23:31:55 +00:00
seawood%netscape.com 5a20182a2c Wrap debug spew in DEBUG_dp ifdef 2001-12-20 11:53:21 +00:00
peterlubczynski%netscape.com 133743628e Remove 68k junk from Mac plugin SDK header, not part of the build 2001-12-20 08:07:57 +00:00
dp%netscape.com 2a3196ce7e Fixing mac bustage. 2001-12-20 07:32:00 +00:00
peterlubczynski%netscape.com 02df67bc6d Reverse the internal linked list of plugins after scanning in order to get loading precendence correct. bug 115337 r=av, sr=beard 2001-12-20 06:54:07 +00:00
dp%netscape.com f25959a741 bug 115752 Eliminate 1 8k and 2 4k allocations per gif by using a
caching gif allocator that reuses previously allocated
memory. r=pavlov, sr=sfraser
2001-12-20 06:35:18 +00:00
darin%netscape.com ad5e6b3799 fixes bug 115222 "jar protocol handler should be cached in the io service"
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
jj%netscape.com 64c3a6bcf3 bug #114686: bumping user agent to 0.9.7+ (trunk) 2001-12-19 23:10:04 +00:00
peterlubczynski%netscape.com e43c3af5ec Fix for propigating stream destruction reason code to NPP_DestroyStream bug 115119 r=av sr=attinasi 2001-12-19 05:48:38 +00:00
dougt%netscape.com 91f4daa400 missing #include - fixing build bustage 2001-12-19 01:30:27 +00:00
dougt%netscape.com a5cfa06eef Fixing build bustage. this should not have been checked in 2001-12-19 00:46:22 +00:00
dougt%netscape.com 9a75bc4b8e nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
timeless%mac.com b5243401f2 Bugzilla Bug 111830 freeze/hang when retrieving malformed response for GET /favicon.ico
patch by cbiesinger@web.de r=pavlov sr=hyatt
2001-12-18 13:27:52 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mscott%netscape.com 44f0e8c4cf Bug #108118 --> don't render moz-icons if we are using 8 bit or less color
since we really haven't implemented the code to make them render yet.
r=pavlov
sr=sspitzer
2001-12-17 23:03:47 +00:00
tor%cs.brown.edu 1d663a47da Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
peterlubczynski%netscape.com e39fd3e23f Updating Mac Plugin SDK Projects to XML, not part of the build. 2001-12-15 21:03:24 +00:00
darin%netscape.com 8ae165dd35 fixes bug 115164 "nsJARURI::FormatSpec does more work than it needs to do"
r=dp, sr=jag
2001-12-15 20:34:07 +00:00
peterlubczynski%netscape.com d4b5f94a09 Updating Mac plugin SDK sample, not part of the build 2001-12-15 18:40:35 +00:00
peterlubczynski%netscape.com 6cad57a3d2 Removing 68k stuff from Mac SDK samples, not part of the build. 2001-12-15 18:39:50 +00:00
seawood%netscape.com f05b4490d6 Declaring callback functions appropriately.
Fixing OS/2 tinderbox bustage
2001-12-15 13:15:24 +00:00
dp%netscape.com fea4221136 bug 113393 zlib allocator implementation. Eliminates about 1200+
allocations done by zlib by recycling previously allocated
memory. r=darin sr=dveditz
2001-12-15 06:31:49 +00:00
rjc%netscape.com 7b72504aa0 Attempt to fix non-carbon Mac bustage... link against IconServicesLib. 2001-12-15 02:53:38 +00:00
rjc%netscape.com 8557584704 Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr 2001-12-15 01:59:50 +00:00
darin%netscape.com 87936be2d0 fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz 2001-12-14 22:54:56 +00:00
peterlubczynski%netscape.com dd965ee11a Fixing GetParameters() back to the way it was, returning success for zero parameters bug 114973 r=av sr=beard a=brendan 2001-12-14 03:52:12 +00:00
ssu%netscape.com 9fc1685f86 fixing bug 114076 - labels migration and new profile issues. r=bhuvan, sr=sspitzer, a=asa 2001-12-14 02:57:31 +00:00
peterlubczynski%netscape.com c4f9954935 Fixing full-page plugins, blocker bug 114808 r=dcone sr=attinasi, a=nhotta (sheriff) 2001-12-12 18:50:16 +00:00
peterlubczynski%netscape.com 0698d494e6 Fixing bustage... 2001-12-12 05:39:46 +00:00
mkaply%us.ibm.com e8ac5af963 OS2 bustage 2001-12-12 03:44:20 +00:00
peterlubczynski%netscape.com 5f2338ad71 Fix for hang during Shockwave registration and problems with NPN_PostURL bug 108966 r=av sr=darin 2001-12-12 01:38:02 +00:00
jdunn%netscape.com 1526f5489c fixing tinderbox bustage
gMochaPrefObject should not be declared extern here if declared static in
prefapi.cpp
2001-12-12 01:19:24 +00:00
alecf%netscape.com 27aa6c93b0 fix xml project - somehow this didn't make it through "patch" correctly 2001-12-11 23:02:06 +00:00
alecf%netscape.com f00e98e8f8 big libpref cleanup: remove lots and lots of unused functions 2001-12-11 22:41:19 +00:00
bnesse%netscape.com 11fd2ad761 Fix for bug 113927. Remove use of nsIFileSpec's when reading preferences files. r=alecf, sr=sfraser. 2001-12-11 22:19:53 +00:00
mstoltz%netscape.com 15ea4ed59c Bug 52920 - allow cross-origin access to the frames array and the top, parent,
length, and opener properties. patch by jst. r=mstoltz, sr=brendan.
2001-12-11 21:07:36 +00:00
peterlubczynski%netscape.com 2b5d4b69cd Attempting to fix nebiros bustage.... 2001-12-11 19:28:57 +00:00
peterlubczynski%netscape.com 99254c4720 Fixing the way we pass attributes and parameters to plugins, bug 103940 r=av sr=beard 2001-12-11 15:53:07 +00:00
ccarlen%netscape.com de865879b2 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com 5be3015148 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com 31d6aca7e7 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
ccarlen%netscape.com b4f1e83674 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
ccarlen%netscape.com 9fe1e910d1 Missed these with checkin for 98349. 2001-12-10 23:29:34 +00:00
ccarlen%netscape.com 0766c35c7f Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 773577e3b8 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:32:41 +00:00
ccarlen%netscape.com eec09f1b7d Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
ccarlen%netscape.com d360173601 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
ccarlen%netscape.com 2d15ad27bc Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +00:00
timeless%mac.com 56c6ddc112 Bugzilla Bug 84568 xlib port does not support netscape plugins
patch work by timecop@network.email.ne.jp and Roland.Mainz@informatik.med.uni-giessen.de
r=timeless, sr=beard
2001-12-10 01:22:29 +00:00
bryner%netscape.com 81338956eb Fixing an uninitialized variable warning. bug 114243, r=dbaron, sr=shaver. 2001-12-08 22:23:39 +00:00
bzbarsky%mit.edu a30b4f1789 take out the accidental useragent.override change. Bug 114208,
r=bbaetz,hwaara, sr=shaver
2001-12-08 22:02:34 +00:00
av%netscape.com b15b820aeb Fixing bug 113264 -- making NPPrint struct compatible with older versions of plugins, r=peterl, sr=beard 2001-12-08 01:13:05 +00:00
darin%netscape.com 45989119b4 fixes bug 83471 "Redirection loops"
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
2001-12-08 00:23:04 +00:00
pete%alphanumerica.com c7055f2543 b=77933, r=ccarlen, sr=jst
nsIFile::CreateUnique() has unused parameter

removed unused parameter
/**
    WARNING commercial tree has one hit for this API change
 */
--pete
2001-12-07 23:06:51 +00:00