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