Commit Graph

123099 Commits

Author SHA1 Message Date
blakeross%telocity.com
23e2800bee Fixing some description-related issues.
git-svn-id: svn://10.0.0.236/trunk@145655 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 09:14:03 +00:00
blakeross%telocity.com
d0d0e309e3 Fix some stuff.
git-svn-id: svn://10.0.0.236/trunk@145654 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 08:43:56 +00:00
blakeross%telocity.com
30e7e2a62a Minor cleanup.
git-svn-id: svn://10.0.0.236/trunk@145653 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 08:40:04 +00:00
bryner%brianryner.com
bd9b7b7e59 For a username/password prompt, allow saving of the password even if the username is blank.
git-svn-id: svn://10.0.0.236/trunk@145652 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 08:29:38 +00:00
ssu%netscape.com
f6726ea925 fixing the following bugs:
bug 212599 - profile deleted when updating from 1.4b to 20030712 build
  bug 212244 - move ExcludeRemoveList to config.ini
  bug 213573 - Won't let me install in my preffered directory because it
	       contains the same letters as my windows directory

r=dveditz
sr=jag


git-svn-id: svn://10.0.0.236/trunk@145651 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 07:51:47 +00:00
igor%mir2.org
146f273dbe build.xml reorganization to add deepclean, clean and help targets and making help a default target, see for details http://bugzilla.mozilla.org/show_bug.cgi?id=214997
git-svn-id: svn://10.0.0.236/trunk@145650 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 07:47:58 +00:00
igor%mir2.org
69732748ea More tokens used only in Interpreter are moved from Token to Interpreter. I also added addToken/addIcode to be used instead of simple addByte to catch bugs about wrong byte code as soon as possible.
git-svn-id: svn://10.0.0.236/trunk@145649 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 07:39:37 +00:00
igor%mir2.org
7fc827ffd0 I changed Context.codeBug to return RuntimeException instead of void to be able to wright "throw Context.codeBug()" when simple "Context.codeBug()" leads to a compile error about unreachable code or missed return.
git-svn-id: svn://10.0.0.236/trunk@145648 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 07:37:27 +00:00
brendan%mozilla.org
082f42b64a I can't believe that after all the work for bug 208030, I forgot to re-base js_GetSrcNote's notion of note origin to the script's prolog, from its main entry point (214761).
git-svn-id: svn://10.0.0.236/trunk@145647 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 06:56:01 +00:00
hyatt%mozilla.org
bfa1f97e6b Make sure the sidebar has the extrachromme class on it for popups.
git-svn-id: svn://10.0.0.236/trunk@145646 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 06:41:11 +00:00
roc+%cs.cmu.edu
c0bc42c584 Bug 190735. nsIFrame deCOMtamination, r+rs=dbaron
git-svn-id: svn://10.0.0.236/trunk@145645 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 03:07:12 +00:00
blakeross%telocity.com
8db3d16e6b Hide webpanels checkbox for folders/separators.
git-svn-id: svn://10.0.0.236/trunk@145644 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 02:58:52 +00:00
dbaron%dbaron.org
156449430e Fix bustage. The changes leaf made did not work for me, anyway.
git-svn-id: svn://10.0.0.236/trunk@145642 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 02:08:06 +00:00
justdave%syndicomm.com
4b1b0461b7 Backing out changes accidently checked in with bug 174942: the "die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
git-svn-id: svn://10.0.0.236/trunk@145641 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 01:46:14 +00:00
roc+%cs.cmu.edu
d958cbdb7e Bug 215159. Fix memory leak in nsViewManager. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@145640 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 01:42:14 +00:00
mhammond%skippinet.com.au
5c9b4ceab8 Fix a bug when registering just a single component. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@145638 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 01:04:15 +00:00
brendan%mozilla.org
026e7fdb90 Fix Timer re-init to drop any old references (215163, sr=dbaron, r?pavlov).
git-svn-id: svn://10.0.0.236/trunk@145637 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-06 00:37:43 +00:00
bienvenu%nventure.com
be83f0b4b4 re-use offline store stream when doing a mass download of news messages, r/sr=scott attempt to speed up mass download, 214525 also cleanup tabs and formatting
git-svn-id: svn://10.0.0.236/trunk@145635 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 23:58:36 +00:00
ssu%netscape.com
129b97557a checking in patch from bugzilla@bsdchicks.com to fix bug 109044 - Install error -239 registering chrome on some systems. r=ssu, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@145634 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 23:36:54 +00:00
neil%parkwaycc.co.uk
8328db45c1 Bug 126626 getNumUnread(true) and getTotalMessages(true) return incorrect values for servers probably causing bug 201392 r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@145633 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 23:04:25 +00:00
scott%scott-macgregor.org
91868b263a Bug #162640 --> kick out if we don't have a server instead of generating a JS exception. This fixes an error some users saw when they try to bring up a compose window and insead got a dialog saying the compose window could not be loaded.
r=neil
sr=mscott


git-svn-id: svn://10.0.0.236/trunk@145631 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 22:40:44 +00:00
axel%pike.org
0b7ee97d78 bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@145630 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 22:37:23 +00:00
neil%parkwaycc.co.uk
fde1443dcc Bug 52548 (again...) Sidebar links opening in Composer window r=brade sr=jst
git-svn-id: svn://10.0.0.236/trunk@145629 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 21:35:12 +00:00
sicking%bigfoot.com
92a3bdc409 Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
r/sr=peterv


git-svn-id: svn://10.0.0.236/trunk@145628 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 21:34:17 +00:00
sicking%bigfoot.com
01bc272bdf Bug 207377: Change the way tbody-elements are inserted into tables to increase speed and make sure that only tablerows are inserted.
r=Pike sr=peterv


git-svn-id: svn://10.0.0.236/trunk@145627 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 21:27:21 +00:00
scott%scott-macgregor.org
5fb63272e6 Bug #214063 --> remove obsolete method that no one is using. Patch by mbockelkamp@web.de (Matthias Bockelkamp)
r/sr=mscott


git-svn-id: svn://10.0.0.236/trunk@145626 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 21:19:10 +00:00
brendan%mozilla.org
95220b5330 Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
git-svn-id: svn://10.0.0.236/trunk@145624 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 20:09:21 +00:00
cls%seawood.org
672973a8c8 Do not set MOZ_ENABLE_COREXFONTS for win32 builds.
Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #214134 r=leaf


git-svn-id: svn://10.0.0.236/trunk@145623 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 19:40:30 +00:00
bienvenu%nventure.com
95c52647b0 try to speed up downloading for offline imap, get rid of obsolete method, notifystoreclosedallheaders, r/sr=mscott 214245
git-svn-id: svn://10.0.0.236/trunk@145622 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 19:35:38 +00:00
peter%propagandism.org
aa255f063e Fix for bug 215117 (SetRootContent handling in nsXMLContentSink is rotten). r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@145621 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 19:34:04 +00:00
nicolson%netscape.com
eb166f8ac0 Convert public key to JSS public key.
git-svn-id: svn://10.0.0.236/trunk@145620 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 18:54:49 +00:00
igor%mir2.org
68055b5801 1. Constants in Token that are used only as Interpreter bytecode are moved to Interpreter.
2. LAST_BYTECODE_TOKEN is added to Token to server as a base for internal Interpreter bytecodes instead of Token.LAST_TOKEN. In this way compiler can generate more denser code for switches over interpreter bytecode.


git-svn-id: svn://10.0.0.236/trunk@145619 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 15:58:39 +00:00
mostafah%oeone.com
81e8bad4ed Checked in patch for bug 209366: Calendar not hightlighted, when opening preferences
git-svn-id: svn://10.0.0.236/trunk@145618 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 14:22:36 +00:00
pkw%us.ibm.com
b8e440bdb3 Bug 212804 - Enable installation of movemail.rdf on non-AIX systems
r/sr=sspitzer@netscape.com


git-svn-id: svn://10.0.0.236/trunk@145617 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 13:21:17 +00:00
timeless%mozdev.org
c45b6ed6e2 Bug 211290 PRBool nsTemplateMatchRefSet::Add doesn't check the return value of PL_DHashTableInit
r=dbaron sr=bz


git-svn-id: svn://10.0.0.236/trunk@145615 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 11:45:02 +00:00
timeless%mozdev.org
72cc9a5dc3 Bug 211286 void nsContentSupportMap::Init doesn't check the return value of PL_DHashTableInit
r=dbaron sr=bz


git-svn-id: svn://10.0.0.236/trunk@145614 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 11:41:14 +00:00
timeless%mozdev.org
9da37f8813 Bug 211285 void nsRuleNetwork::Init doesn't check the return value of PL_DHashTableInit
r=dbaron sr=bz


git-svn-id: svn://10.0.0.236/trunk@145613 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 11:40:44 +00:00
igor%mir2.org
c28f364d8a SOURCEFILE bytecode used to restore interpreter source information is replaced by setting cx.interpreterSourceFile at the beginning of Interpreter.interpreter and restoring the old value at the end.
git-svn-id: svn://10.0.0.236/trunk@145612 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 11:16:14 +00:00
hyatt%mozilla.org
175ede527d Make the checkboxes show up for the WIndow menu on mac os x.
git-svn-id: svn://10.0.0.236/trunk@145611 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 10:20:35 +00:00
hyatt%mozilla.org
305f6353c5 Checking in a Window menu for Mac os X.
git-svn-id: svn://10.0.0.236/trunk@145610 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 10:16:09 +00:00
hyatt%mozilla.org
24dfd9146a Make cmd+click work to open new tabs. Make cmd+number work to switch tabs. Mac OS X only.
git-svn-id: svn://10.0.0.236/trunk@145609 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 09:31:32 +00:00
hyatt%mozilla.org
f837c904c1 make sure cmd+left arrow and right arrow work to go back/forward on mac os x.
git-svn-id: svn://10.0.0.236/trunk@145608 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 09:21:29 +00:00
hyatt%mozilla.org
b209980127 make sure mac uses cmd+shift+h for history, since OSX reserves cmd+h for hide application
git-svn-id: svn://10.0.0.236/trunk@145607 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 09:14:08 +00:00
hyatt%mozilla.org
be959c309a Slight simplifcation to the way open in tabs works.
git-svn-id: svn://10.0.0.236/trunk@145606 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:59:45 +00:00
hyatt%mozilla.org
e291edca22 Also init. clickcount and widget as per bryner's comments. sr=bryner
git-svn-id: svn://10.0.0.236/trunk@145605 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:29:29 +00:00
hyatt%mozilla.org
7e97fd5b46 Also init. clickcount and widget as per bryner's comments. sr=bryner
git-svn-id: svn://10.0.0.236/trunk@145604 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:28:27 +00:00
hyatt%mozilla.org
fe31ab4ed4 Fix for 204742, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@145603 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:24:45 +00:00
neil%parkwaycc.co.uk
17aeb88e9a Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@buirrun.de r=me sr=mscott
git-svn-id: svn://10.0.0.236/trunk@145602 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:23:37 +00:00
neil%parkwaycc.co.uk
04446b8005 Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@biurrun.de r=me sr=mscott
git-svn-id: svn://10.0.0.236/trunk@145601 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 08:14:21 +00:00
hyatt%mozilla.org
907de59dca Firebird icon for OS X.
git-svn-id: svn://10.0.0.236/trunk@145600 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-05 07:53:16 +00:00