blizzard%redhat.com
a278eab591
Checkpointing changes. Mouse events being hooked up, invalidation implemented.
2001-12-11 02:38:51 +00:00
justdave%syndicomm.com
d89032c7bf
Fix for bug 73502: midair collision wasn't catching other bugs changing dependencies
...
Patch by Dave Miller
r= bbaetz, jake
2001-12-11 02:38:18 +00:00
sfraser%netscape.com
3339ff50e2
Add XML project for smime.mcp, which was missed in the first pass.
2001-12-11 02:21:12 +00:00
pschwartau%netscape.com
bb9cd805fe
Initial add. Regression test for bug 114493.
2001-12-11 01:59:58 +00:00
pschwartau%netscape.com
c0a324bd7e
Initial add. Regression test for bug 114491.
2001-12-11 01:59:22 +00:00
sspitzer%netscape.com
2fccbb461d
work for the AB_OUTLINER_BRANCH, not part of the build
2001-12-11 01:00:09 +00:00
bryner%netscape.com
56e3edf3be
Work-in-progress for xbl/outliner-based select widget. Not part of the build.
2001-12-11 00:59:37 +00:00
ccarlen%netscape.com
5e9ea047e2
Missed these with checkin for 98349.
2001-12-10 23:29:34 +00:00
ccarlen%netscape.com
c343dad63a
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
884be5f4c2
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
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
nicolson%netscape.com
64b6656f21
Fix 113301: SECKEY_ImportDERPublicKey should support all public key types.
...
r=relyea.
2001-12-10 21:11:14 +00:00
ccarlen%netscape.com
afffbda535
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
baca6ece31
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
6d8ea78b52
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
ian.mcgreer%sun.com
ca29823a8d
only do the replacement if a new cert was created
2001-12-10 20:08:15 +00:00
kaie%netscape.com
db68f1517e
Adding new XML Mac project files.
2001-12-10 19:54:12 +00:00
ian.mcgreer%sun.com
728feb40d4
wrong function name
2001-12-10 19:16:18 +00:00
ian.mcgreer%sun.com
f82bfe09a1
check in error const
2001-12-10 19:14:32 +00:00
ian.mcgreer%sun.com
88bfada044
handle race condition where attempt is made to add cert to cache when it is already present (from being added by another thread).
2001-12-10 19:05:51 +00:00
ian.mcgreer%sun.com
264c4e04c8
merge in 3.3 branch changes to tip
2001-12-10 18:14:23 +00:00
blizzard%redhat.com
c1baa75a23
Checkpointing changes. Expose events, window destruction and window close are now handled. Not part of the build.
2001-12-10 17:37:36 +00:00
jdunn%netscape.com
62d848316b
fixing hpux bustage. unnamed unions can't access structs which are protected.
...
making FragmentBits a public struct, but the variable of this type is still
private. The other solution would be to "name" the union and delcare
FragmentBits a friend of the union (the union has to be named to declare
friendship).
2001-12-10 15:43:18 +00:00
brade%netscape.com
f4d80d28e6
implement modification count in editor; bug 112008, sr=smfr, r=akk
2001-12-10 15:23:11 +00:00
kin%netscape.com
566f781bf7
Fix for bug 105716: Can't delete the input characters in the above form page
...
Modified RemoveFrame() to call mFloaters.DestroyFrame(aOldFrame) after
the line search. This insures that aOldFrame is destroyed even if it
isn't found in the line list.
r=dbaron@fas.harvard.edu sr=waterson@netscape.com
2001-12-10 14:38:55 +00:00
seawood%netscape.com
f1623c011a
Fix HP-UX/Forte bustage by getting rid of useless & ambigious intermediate FragmentBits struct and declaring mState as a struct inside the union.
...
r/sr=jag
2001-12-10 12:28:10 +00:00
jaggernaut%netscape.com
ddc0048d69
Bug 114288: Add nsStringComparator parameter to nsAString::Equals to mirror Compare and provide a way to do CaseInsensitive Equals. r=dbaron, sr=jst
2001-12-10 10:10:44 +00:00
jst%netscape.com
824ffa4c7f
Fixing bug 114274. Don't allocate storage for newline fragments, this cuts down the number of string buffer allocations we do while running the pageload tests by ~22%. r=bbaetz@cs.mcgill.ca, sr=jaggernaut@netscape.com
2001-12-10 09:46:33 +00:00
bbaetz%cs.mcgill.ca
28adab5b9c
Bug 111152 - Support native pixel formats. Patch by
...
james.turner@crocodile-clips.com , minor tweaks by me.
2001-12-10 08:37:05 +00:00
seawood%netscape.com
337129f6d3
Preparing special accommodations for ldap's build system on the shortbus.
2001-12-10 08:06:51 +00:00
racham%netscape.com
aa8a1eb738
Fixing bug 108229. Fixed GetMsgFolderFromUri routine to allow copies and folders settings to display and hold preferences properly. Redundant definitions are removed and the routine is now defined in widgetglue.js. r=naving, sr=sspitzer
2001-12-10 07:44:03 +00:00
pierre%netscape.com
237606c46d
#111949 : Text Zoom has stopped working. Reinstated some code that was lost in the previous checkin. r=pink/sr=sfraser.
2001-12-10 06:30:00 +00:00
bbaetz%cs.mcgill.ca
34ab07acfd
Part of bug 114275 - Mac build options for libart. Will have no effect
...
until the SVG branch is merged. r=cls
2001-12-10 06:29:08 +00:00
seawood%netscape.com
3c9ac20799
Bah! /bin/sh's all over the world hate me. Back to doing things the long way.
2001-12-10 06:25:40 +00:00
seawood%netscape.com
cc1888ddfd
Use ifdefs to skip certain tiers since bash2 is giving me a hard time.
...
Bug #107302 - Fixing tinderbox bustage
2001-12-10 06:13:54 +00:00
seawood%netscape.com
ddc20dec4b
Break psm, calendar, mailnews & 'apprunner' into their own tiers.
...
Bug #107302 r=bryner
2001-12-10 04:30:31 +00:00
timeless%mac.com
54e199871d
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
pschwartau%netscape.com
0e3eb87c82
Adding new cases to test
2001-12-10 00:43:13 +00:00
arougthopher%lizardland.net
902a87ece1
Bug #92711
...
The nsScriptableRegionConstructor method was not creating a nsRegionBeOS properly,
causing a crash of mozilla when the method was called.
r=cls
2001-12-10 00:29:21 +00:00
blakeross%telocity.com
445636f26a
114325 - Update callers for hasAttribute work. r=ben sr=hewitt
2001-12-10 00:24:45 +00:00
cltbld%netscape.com
db4eb8cd8b
Screwed up bloatdiff_label mail tweak. -mcafee
2001-12-10 00:00:07 +00:00
blakeross%telocity.com
f2060ef0ed
Forgot to checkin this last night, too. What poor sap vouched for my cvs access? (same reviewers)
2001-12-09 23:58:51 +00:00
blakeross%telocity.com
53d4045126
Fix inefficiency that alec spotted. r/sr=alecf
2001-12-09 23:20:20 +00:00
blakeross%telocity.com
1edb6b5d97
114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
...
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2001-12-09 20:49:22 +00:00
blakeross%telocity.com
43a496add0
Adding missing entity.
2001-12-09 20:41:46 +00:00
justdave%syndicomm.com
fab20109ca
Re-fix for bug 102141: The prior checkin on this bug caused an error if you could only see one product and you tried to
...
change a bug.
Fix by David Kilzer <ddk@theracingworld.com>
r= justdave, bbaetz
2001-12-09 20:21:31 +00:00
blakeross%telocity.com
323ef7cfd7
Checking in security portion of last night's fix. same reviewers.
2001-12-09 17:19:44 +00:00
dp%netscape.com
1a3b0b8915
bug 110555 Ignoring error when user css files not found. r=dveditz,
...
sr=hyatt
2001-12-09 16:14:02 +00:00
dp%netscape.com
87d028dd2e
bug 110555 renaming user css files into example files so they wont get loaded on startup
2001-12-09 16:07:33 +00:00
dp%netscape.com
f0754675e5
bug 110555 Removing unused user css files and renaming them to example
...
files so they wont be loaded on startup r=dveditz, sr=hyatt
2001-12-09 16:06:13 +00:00