Commit Graph

246 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
824e7d22ca Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
dbaron%fas.harvard.edu
d7376528c6 Tweak ifdefs to fix ICOs for Mach-O build. b=109165 rs=hyatt 2001-11-21 00:27:01 +00:00
pavlov%netscape.com
6b264a697a better hack for crash due to recent versions of gcc's poor optimization + inlining skills. bug 106891. patch from simm0@ii.net. r=pavlov sr=brendan 2001-11-21 00:16:21 +00:00
timeless%mac.com
c06ee84271 Bugzilla Bug 108271�Support RLE compression and bitfields for the BMP Decoder
This patch adds bitfields support.
Only 5-5-5 and 5-6-5 16-bit BMPs and 8-8-8 32-bit BMPs are supported;
patch by cbiesinger@web.de r=pavlov, sr=tor
2001-11-19 23:15:27 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
brendan%mozilla.org
a4d6ab0064 Makefile should be ignored. 2001-11-16 06:43:02 +00:00
jaggernaut%netscape.com
ee4f787321 Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
rods%netscape.com
b9ecdfca41 Added image animation mode constants to imgIContainer.IDL,
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
hyatt%netscape.com
8f94510f67 Turn on favicons in Mozilla. r=glazou, bryner, sr=ben,hewitt, bug 109843 2001-11-13 08:55:23 +00:00
hyatt%netscape.com
21ea678b01 Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson 2001-11-07 03:28:51 +00:00
hyatt%netscape.com
54c639877a Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson 2001-11-07 03:27:58 +00:00
darin%netscape.com
16c15bf9cb fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
hyatt%netscape.com
2519488073 108318, tweaks/cleanup to ICO decoder. r=pav, sr=jst 2001-11-05 08:38:21 +00:00
hyatt%netscape.com
f7a2cb567f Fixing 18502, I misapplied the patch and checked in duplicate lines of code. Backing out. 2001-11-03 12:00:32 +00:00
hyatt%netscape.com
b1b833578d Fix nebiros bustage. 2001-11-03 09:50:31 +00:00
hyatt%netscape.com
79f6e4162f Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband 2001-11-03 07:10:51 +00:00
brade%netscape.com
a68638ffb5 (not yet part of the build); add nsICODecoder.cpp for hyatt/biesi (bug #18502) 2001-11-01 15:46:10 +00:00
jaggernaut%netscape.com
2546ff75ba Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
tor%cs.brown.edu
d8231fea45 Update to tip. Not in build. 2001-11-01 00:18:39 +00:00
dbaron%fas.harvard.edu
570390110a Fix -O2 optimization crash with gcc 2.96 or 3.0.{1,2} by not inlining |#ifdef __GNUC__|. b=106891 r=pavlov sr=brendan 2001-10-28 21:02:05 +00:00
gerv%gerv.net
40c2ca81aa Fix broken comment. Bug 107043. Patch by cbiesinger@web.de, r=pavlov, sr=tor. 2001-10-27 17:24:19 +00:00
seawood%netscape.com
9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
jaggernaut%netscape.com
3be5c9f8a6 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:44:29 +00:00
pavlov%netscape.com
48bd1210b0 fixing bug 106623 r=bryner sr=hyatt 2001-10-25 07:44:55 +00:00
pavlov%netscape.com
1fb063ab6f fix for bug 105964. r=timeless sr=waterson 2001-10-24 04:25:40 +00:00
tor%cs.brown.edu
76fdb13d0e Update to tip - not in build. 2001-10-23 23:53:49 +00:00
pavlov%netscape.com
e7d7bfd857 fixing windows build bustage 2001-10-23 08:38:14 +00:00
pavlov%netscape.com
412eb71cd2 fixing bug 106199. r=ben sr=hyatt 2001-10-23 08:07:03 +00:00
pavlov%netscape.com
462e8a8292 fix for bug 105555. r=pavlov sr=darin. patch from sfraser 2001-10-21 00:58:36 +00:00
pavlov%netscape.com
85a8762e4f part of fix for bug 104999. r=jag sr=jst 2001-10-19 04:16:50 +00:00
darin%netscape.com
82e1e81ee2 fixes bug 102743 "Crash pressing Back or Forward on O'Reilly website"
r=gagan, sr=rpotts
2001-10-18 10:37:04 +00:00
rpotts%netscape.com
a749fe10c6 bug #104769 (r=pavlov@netscape.com, sr=jst@netscape.com) Opening new windows sometimes stalls... 2001-10-17 05:57:29 +00:00
jaggernaut%netscape.com
ce6e434d2a More REQUIRES clean-up. 2001-10-16 22:08:55 +00:00
pavlov%netscape.com
aab3eaaf99 fixing smoketest blocker bug 104421. r=bryner a=endico 2001-10-12 19:30:28 +00:00
pavlov%netscape.com
4d6f43c66f fixing bug 64096 r=jag, sr=hyatt. additional patch to bug 104311 both r=bryner/jag and sr=hyatt 2001-10-12 07:59:21 +00:00
jaggernaut%netscape.com
039326bc54 Being Pav's mac buddy, adding imgILoad.idl 2001-10-12 06:55:57 +00:00
pavlov%netscape.com
62ad28e06a part of previous checkin 2001-10-12 06:55:20 +00:00
pavlov%netscape.com
3db38e31bf remove a bunch of silly xpcom nonsense from imglib. bug 104311 r=bryner sr=sspitzer 2001-10-12 06:43:52 +00:00
brade%netscape.com
9ee09c00b5 check in this file (not yet part of the build); a=leaf 2001-10-11 18:20:47 +00:00
pavlov%netscape.com
d732ddf697 fixing bug 103536. r=jag sr=hyatt 2001-10-07 17:45:00 +00:00
pavlov%netscape.com
3e5cd6994a fix for bug 92248. r=bryner sr=jst 2001-10-06 05:08:42 +00:00
pavlov%netscape.com
eae061c13e fix for bug 92248 r=bryner sr=jst 2001-10-06 05:08:16 +00:00
rpotts%netscape.com
d0b0a31361 bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests... 2001-10-03 06:41:17 +00:00
vidur%netscape.com
4966d85f91 Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts 2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
pavlov%netscape.com
8338bfcc0e adding some code to enumerate the registered image decoders (ifdef'd DEBUG_pavlov) 2001-09-23 10:01:07 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00