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

87996 Коммитов

Автор SHA1 Сообщение Дата
blizzard%redhat.com ff3f2df6f8 More work in progress. Added ping command and you can now open mail/news and browser windows remotely. Not part of the build. 2001-09-06 20:09:30 +00:00
varada%netscape.com d6e287fa0d fix for bug#82120;disable editable fields during sending of mail;r=cmanske;sr=sspitzer 2001-09-06 19:46:49 +00:00
rjesup%wgate.com 083d490fea Bug 96710: Misuse of string.Mid() - uses should be string.Right().
r=kin, sr=jst
2001-09-06 19:38:20 +00:00
bnesse%netscape.com 22ad5c94a7 Fix for bug 49776. Add additional bulletproofing to nsPrefBranch. r=mitesh, sr=alecfl. 2001-09-06 19:30:47 +00:00
hwaara%chello.se 6982d49081 #72203, optimize local search a bit by short-circuiting our evaluation code.
Original patch submitted by Michael Tiemann.

r=naving, sr=sspitzer.
2001-09-06 19:30:13 +00:00
rjesup%wgate.com 8411c76033 bug 97480: missing virtual in destructor in nsFontCache. r=bstell, sr=kin 2001-09-06 19:27:38 +00:00
hwaara%chello.se d31f268959 #97834, checking in the final change to not mark a msg as read in the db if it already is...
r/sr=bienvenu, sspitzer
2001-09-06 19:20:49 +00:00
rjesup%wgate.com be7d4d271c Bug 92575: voidarray->autovoidarray changes in content/*, minus mChildren
changes in nsXULContentSink.cpp and nsGenericElement.cpp as per jst.
  r=hyatt r=pierre sr=jst
2001-09-06 19:16:03 +00:00
naving%netscape.com b358a062ff 96921 r=suresh sr=mscott, part of the fix that was not checked in. 2001-09-06 19:13:45 +00:00
waterson%netscape.com 25ef56245b Bug 98456. Fix meta-modules on Linux. r=dp, sr=cls. 2001-09-06 19:13:41 +00:00
jband%netscape.com 61deed876d fix bug 96511. Meant #ifdef not #if. sr=brendan r=jband 2001-09-06 19:01:17 +00:00
cotter%netscape.com 87e2aefe18 privacy & security help content update per b=85925, a=asa, r=oeschger 2001-09-06 18:55:28 +00:00
jgaunt%netscape.com 78e3601787 patch for bug 98101 patch from jband r=jgaunt sr=waterson
add OBJDIR to 2 makefile.win files
2001-09-06 18:48:40 +00:00
cotter%netscape.com 65d588e2b4 privacy & security help content updates per b=85925, a=asa, r=oeschger 2001-09-06 18:46:13 +00:00
danm%netscape.com d48395c46a XULWindow no longer needs to cache the widget size mode. bug 96475 r=hyatt,pchen 2001-09-06 18:35:59 +00:00
danm%netscape.com 9e0f36adef remove bug 70283's optimization to persist window size state only if it (apparently) hasn't changed. bug 86955, 89740. also set a newly opened window's main widget's zoom state even if it's not yet visible. bug 96475 r=hyatt,pchen 2001-09-06 18:35:55 +00:00
danm%netscape.com f8c4bab391 tell nsWindowWatcher about window creation/destruction so its enumerators will work. bug 97514 r=hyatt,pchen 2001-09-06 18:26:52 +00:00
attinasi%netscape.com 9beb2c40e6 New testcase added. Not part of build 2001-09-06 18:18:48 +00:00
attinasi%netscape.com 5b6a5acc26 New table layout regression test. Not part of build 2001-09-06 18:18:10 +00:00
kestes%walrus.com c8107279a3 better documentation both internal and external. Reevaluate the steps
to make a build each iteration to allow builds to create time stamped output.
catch some errrors using eval so that they will appear in the tinderbox mail and not as fatal errors. Strip a few more 'dangerous variables' from the environment.
2001-09-06 18:15:53 +00:00
attinasi%netscape.com 868c82764e Added table layout regression test for bug 97619. Not part of build 2001-09-06 17:49:46 +00:00
attinasi%netscape.com c0edc053d6 New table layuout regression test: not part of build. 2001-09-06 17:40:55 +00:00
nboyd%atg.com 06f9b8d505 patch (with my modifications) from jj@mail.ahc.umn.edu:
It would be nice if the rhino shell would accept a URL as the source
for javascript.

I've added this feature to my local copy so that I can launch rhino
with js scripts using  JavaWebStart.

Below is a context diff of the changes I made to
toolsrc/org/mozilla/javascript/tools/shell/Main.java
2001-09-06 16:53:29 +00:00
dbaron%fas.harvard.edu 9d6016aa89 Fix topcrash bug 96563 by reading only the number of characters of string that we have, rather than double that number. r=pavlov sr=blizzard 2001-09-06 14:30:38 +00:00
bstell%netscape.com 2378ec99b4 bug 97533, patch by dbaron@fas.harvard.edu, r=bstell, sr=blizzard
check return status from getIntPref
2001-09-06 14:22:08 +00:00
blizzard%redhat.com e941708c07 Fix bug #97851. Make sure that file permissions are set properly on the temporary file used for file uploads. r=pete, sr=waterson 2001-09-06 13:25:15 +00:00
bzbarsky%mit.edu 3a86d88e76 Re-fix bug 93977 and fix bug 98358 (lack of underlining on links). The
CSS parser parses "foo, bar { decls }" into two separate rules -- one
for foo and one for bar.  So ParseRule() has to return an array of
rules, not just a rule.  r=dbaron, sr=jst
2001-09-06 13:14:35 +00:00
jdunn%netscape.com 5e0ef10fb0 fixing cement IRIX tinderbox bustage 2001-09-06 12:50:38 +00:00
jake%acutex.net 2ed0e662aa Fix for bug 30597 - Hyperlinking the number of votes was causing some confusion because it was such a small link, yet the most useful. Instead, we now have a link labeled "Show votes for this bug".
Patch by Matthew Tuck <matty@chariot.net.au>
r= louie@ximian.com, jake@acutex.net
2001-09-06 12:42:47 +00:00
leaf%mozilla.org 6181e6dde5 Automated update 2001-09-06 11:28:40 +00:00
katakai%japan.sun.com 26633c23d3 bug 95258
Need to add a new extension to support Complex Text Layout
changing configure and configure.in
check for prabhat.hegde@sun.com
r=leaf sr=cls
2001-09-06 11:19:25 +00:00
pavlov%netscape.com 8e274fa328 fixing warnings/build bustage from checkin a minute ago 2001-09-06 09:07:08 +00:00
pavlov%netscape.com b3bfd0fe60 adding additional tests. part of sparcv9 work.. bug 91840. r=me/cls@seawood.org/rogerl rs=brendan 2001-09-06 08:27:43 +00:00
pavlov%netscape.com e10daab808 Enabling the sparcv9 xptcall code. Bug 91840. r=me/cls@seawood.org/rogerl rs=brendan 2001-09-06 08:23:09 +00:00
glazman%netscape.com a8d9fe32ae getComputedStyle answered for background-color #ffffff instead of transparent; b=97771, r=pierre, sr=hyatt 2001-09-06 08:20:50 +00:00
pavlov%netscape.com bf50a50a8b Adding a few more comments about what is going on and fixing the couple of issues brought up by brendan. Work for bug 91840. not part of build 2001-09-06 08:18:24 +00:00
blizzard%redhat.com 518490b63e More new X Remote work. This code is now in better shape than the original. Not part of the build. 2001-09-06 06:43:54 +00:00
jband%netscape.com 3c797dd762 fix bug 98450. We need to be calling OBJ_DROP_PROPERTY after OBJ_LOOKUP_PROPERTY. Also, this was refactored on dbradley's suggestion. sr=brendan r=dbradley 2001-09-06 06:29:19 +00:00
jst%netscape.com 2e791b1e6d Fixing leaks introduced by my fix for 91241. Breaking circular namespace manager -> XUL element factory -> namespace manager reference that kept one namespace manager and one XUL and XML element factory alive. sr=jband@netscape.com 2001-09-06 06:18:31 +00:00
rpotts%netscape.com 824ba6e3e6 bug #98469 (r=pavlov, sr=jst). Using the _content window target sometimes fails... 2001-09-06 05:31:14 +00:00
naving%netscape.com 18a9f27c7d 98377 r/sr=bienvenu fix nsMsgMailNewsUrl mlk on copying local messages. 2001-09-06 04:41:03 +00:00
alecf%netscape.com a03ce41ec0 string changes for MOZ_TRACK_MODULE_DEPS - bug 98371 r=cls 2001-09-06 04:06:10 +00:00
mkaply%us.ibm.com 176a7b2679 No bug
r=mkaply, sr=blizzard
OS/2 only - Got these reversed - on OS/2, NEWFRAME is used at the end of a page, not the beginning
2001-09-06 04:01:45 +00:00
mkaply%us.ibm.com 70c4eb0624 No bug
r=mkaply, sr=blizzard
OS/2 only - code from javier - more font improvements - better scaling and text zoom for bitmap fonts
2001-09-06 04:00:07 +00:00
alecf%netscape.com 68824c3a8d dumb
CVS :nd string makefile updates for 98371 r=cls----------------------------------------------------------------------
2001-09-06 03:56:35 +00:00
alecf%netscape.com e3f45f307f adding MOZ_TRACK_MODULE_DEPS support to win32 build
the rest of the makefiles are not ready
for bug 98371
r=cls
2001-09-06 03:49:50 +00:00
stephend%netscape.com 7d8fd277e1 Bug 98453. Use 'Mail & Newsgroups' consistently throughout the UI. r/sr=sspitzer@netscape.com 2001-09-06 03:41:10 +00:00
blizzard%redhat.com 34033d228f get mailto: links working, clean up a lot of debugging code. not part of the build. 2001-09-06 03:39:51 +00:00
bienvenu%netscape.com 04201b9ee2 don't mark news msg read when reading it if it's already read original patch from hwaara, r=bienvenu sr=sspitzer 97834 2001-09-06 03:23:43 +00:00
bienvenu%netscape.com a2f862d2f6 don't mark imap msg read when reading it if it's already read rs=sspitzer 97834 2001-09-06 03:21:29 +00:00