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

53693 Коммитов

Автор SHA1 Сообщение Дата
norris%netscape.com f051596d19 Update implementation version. 2000-02-17 22:31:16 +00:00
slamm%netscape.com a078f69885 Print out last good know logfile name. (Useful to pass to other script when testing). 2000-02-17 22:27:00 +00:00
slamm%netscape.com b9c2eb7346 Go back to using cvs.mozilla.org. It's faster now. 2000-02-17 22:00:03 +00:00
sdv%sparc.spb.su 554fb4c1cd added a new example pluglet:
DOMViewer
a=idk@eng.sun.com, sdv@sparc.spb.su
r=idk@eng.sun.com, sdv@sparc.spb.su
2000-02-17 21:56:55 +00:00
cls%seawood.org e08ef4f88e Build bustage fix. Can we setup a tinderbox to use NSDISTMODE=copy? r,a=leaf 2000-02-17 21:46:28 +00:00
terry%mozilla.org 732a4ab9f6 Added an optional ability to keep a read-only shadow database, so that
bug queries can be run against it, so that these slow queries won't be
able to tie up the rest of the system.
2000-02-17 21:41:39 +00:00
sspitzer%netscape.com 014edcb58f fix for #28163, r=dp, a=jevering
force the debug builds to have the checkin guidelines for the start page.
2000-02-17 21:36:16 +00:00
morse%netscape.com c757236b97 bug 27027, remove wallet, r=matt, a=jar 2000-02-17 21:27:51 +00:00
kvisco%ziplink.net 9f3076cefb updated with latest contributors 2000-02-17 21:20:05 +00:00
sspitzer%netscape.com ff7d1c07c2 turning off these printfs, except for saari. a=phil 2000-02-17 21:19:11 +00:00
waterson%netscape.com 0b9f6cb34b Bug 27925. Check document's principal before loading RDF datasources; if principal == system principal, let it do whatever it wants, otherwise check each datasource's URL to ensure that it comes from the same origin as the document. Prevents, for example, untrusted XUL content from loading bookmarks. r=norris, a=chofmann 2000-02-17 21:05:52 +00:00
dcone%netscape.com 36d49a79d9 updated the MenuId for printing. R=rods. approval=choffman 2000-02-17 20:59:47 +00:00
kvisco%ziplink.net 9c796fd3be Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net 202252fb1d #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
cmanske%netscape.com 3a907eb23b Fixed PDT+ bug 25137, r=ducarroz, a=chofman 2000-02-17 20:43:37 +00:00
cls%seawood.org 5975077af0 More tweaks needed to get BeOS to compile for M14. For now, we use the Unix local file implementation. a,r=leaf 2000-02-17 20:24:24 +00:00
bienvenu%netscape.com 0a72d00cd7 fix linux build bustage 2000-02-17 20:05:25 +00:00
jfrancis%netscape.com 8f20e69369 fixes for: 27959 - delete broken in editor 24694 - cant get out of link insertion r=sfraser; a=phil 2000-02-17 19:40:18 +00:00
cls%seawood.org 71397cce36 Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only time it actually matters. r,a=wtc 2000-02-17 19:38:38 +00:00
bienvenu%netscape.com b8d31ec0ca fix 24692 (copy msg to non-ascii folder), 26664 (speed up folder cache) r=jefft,mscott a=phil,chofmann 2000-02-17 19:33:42 +00:00
norris%netscape.com 9badc84057 Add tests for fields and methods with the same name, and for bean properties. 2000-02-17 19:28:33 +00:00
terry%mozilla.org dd5e744669 Fixed bug where it was complaining that people without permissions
were changing the resolution, even if they weren't.
2000-02-17 19:27:46 +00:00
robinf%netscape.com aed859a63c fixing bug 26140; never added autorun.ini file to cvs 2000-02-17 19:19:25 +00:00
terry%mozilla.org d8660034bf Was crashing when logging profile activity. 2000-02-17 16:46:36 +00:00
blizzard%redhat.com 893726aa30 fix windows build bustage 2000-02-17 16:08:53 +00:00
terry%mozilla.org 0971c5f33a Oops; had the name of the "editbugs" group typed in wrong in a couple
of places.
2000-02-17 15:59:56 +00:00
terry%mozilla.org b995fd3665 Display all possible state transitions in a bug if the user is not
logged in.  Since they haven't logged in, we don't know what they will
be allowed to do.  And users who disable cookies tend to pretty often
not be logged in.
2000-02-17 15:53:40 +00:00
terry%mozilla.org c67a07d986 Put the "users" link in the trailer for people who are able to tweak
the permissions of other users.
2000-02-17 15:52:12 +00:00
blizzard%redhat.com 33ad4046c8 change nsIFile::Spawn to take an array of arguments instead of just a single flat string. bug #27843. r=dougt, a=chofmann. also, implement nsIFile::Normalize for unix. bug #17948. r=shaver, a=chofmann 2000-02-17 15:35:54 +00:00
terry%mozilla.org 29a6c841a0 Ignore leading and trailing whitespace when trying to decide if
someone changed something.
2000-02-17 15:11:37 +00:00
terry%mozilla.org eb2c661f2f Removed stupid debugging printf. 2000-02-17 15:09:32 +00:00
brade%netscape.com b51605c5c7 fix accesskeys (bugs 27887, 27889) 2000-02-17 15:09:24 +00:00
terry%mozilla.org 98315867d7 Fixed icky infinite loop bug. 2000-02-17 14:57:57 +00:00
terry%mozilla.org 96c88c41ae Was crapping out if strictvaluechecks was turned on. 2000-02-17 14:49:33 +00:00
kvisco%ziplink.net b792e5c161 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net b3db0d2e86 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +00:00
mcafee%netscape.com a38046116c Don't cycle in testonly mode if no binary exists. Adding success string support for filebasedtest. 2000-02-17 07:33:01 +00:00
slamm%netscape.com 2d571a50b9 Copy logs that match from treedata.pl 2000-02-17 07:09:25 +00:00
erik%netscape.com c174c8a0e0 contribution from Bruce Robson: ported to Windows NT and fixed a couple of
bugs
2000-02-17 07:01:52 +00:00
slamm%netscape.com ce0d728c4a Run copylogs as 'perl copylogs' to make Windows happy. 2000-02-17 06:39:00 +00:00
jefft%netscape.com 3122359680 fixed bug 27759 -- Empty Trash breaks trash folder display; r=bienvenu,a=phil,chofmann 2000-02-17 06:03:55 +00:00
terry%mozilla.org 718ebdae52 Major spankage. Added a new state, UNCONFIRMED. Added new groups,
"editbugs" and "canconfirm".  People without these states are now much
more limited in what they can do.

For backwards compatability, by default all users will have the
editbugs and canconfirm bits on them.  Installing this changes as is
should only have one major visible effect -- an UNCONFIRMED state
will appear in the query page.  But no bugs will become in that state,
until you tweak some of the new voting-related parameters you'll find
when editing products.
2000-02-17 05:15:23 +00:00
jdunn%netscape.com 247a0084da fixing unresolved symbols at link time
# 28114
r=cls@seawood.org
a=chofmann@netscape.com
2000-02-17 04:53:08 +00:00
morse%netscape.com ccb6203c5f fix bug 27988, null password crashed browser, r=dp, a=jar 2000-02-17 04:24:17 +00:00
evaughan%netscape.com b9c4dd1efc Fixed application freeze when turning off XUL box debugging from preferences.
-r pinkerton a- jar
2000-02-17 04:10:02 +00:00
gordon%netscape.com 66048bb5c7 Fix for bug #23709 "[top100][talkback]Crash in nsSocketTransport::OnFound on home.netscape.com cnn.com". WSAAsyncGetHostByName doesn't return unique IDs on Win95 with winsock2, so the code has been changed to rely on a range of Windows event message IDs instead. Also partial fix for #25321 "crash on start w/o internet connection". Check for nil member fields before using them in shutdown code. r=warren, a=jar. 2000-02-17 03:34:34 +00:00
gordon%netscape.com 1a4b8101d3 Also partial fix for #25321 "crash on start w/o internet connection". Check for nil member fields before using them in shutdown code. r=warren, a=jar. 2000-02-17 03:34:16 +00:00
kvisco%ziplink.net c407faec03 fixed bug with using wildcards 2000-02-17 03:30:32 +00:00
kvisco%ziplink.net 6b34be5893 updated XSLT namespace 2000-02-17 03:29:30 +00:00
kvisco%ziplink.net 8b958a30e8 updated stylesheets to use correct XSLT namespace 2000-02-17 03:28:53 +00:00