noririty%jcom.home.ne.jp
ceebaa6a77
truly fix b=206789
2003-08-06 14:29:46 +00:00
igor%mir2.org
2b68f1745e
1. Add Token.NOT as a byte code instead of generating if code to push false/true as "!" is frequent enough and interpreter does not have optimized mode to remove most of its usage in logical context.
...
2. When dumping icode, print it to System.out instead of icode.txt file for more convenient development.
2003-08-06 11:37:14 +00:00
axel%pike.org
cbed1b9806
bug 210107, dont double blank lines when switching from normal to html, patch by burpmaster@truffala.net, r=brade, sr=tor
2003-08-06 09:57:02 +00:00
blakeross%telocity.com
1c267436d6
Fixing some description-related issues.
2003-08-06 09:14:03 +00:00
blakeross%telocity.com
5eb9b0bf3b
Fix some stuff.
2003-08-06 08:43:56 +00:00
blakeross%telocity.com
73a5e35088
Minor cleanup.
2003-08-06 08:40:04 +00:00
bryner%brianryner.com
cf9f55d8f6
For a username/password prompt, allow saving of the password even if the username is blank.
2003-08-06 08:29:38 +00:00
ssu%netscape.com
01934f5ad1
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
2003-08-06 07:51:47 +00:00
igor%mir2.org
d153c65a1b
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
2003-08-06 07:47:58 +00:00
igor%mir2.org
faf2a30c39
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.
2003-08-06 07:39:37 +00:00
igor%mir2.org
f95ae1ab5b
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.
2003-08-06 07:37:27 +00:00
brendan%mozilla.org
33b1784614
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).
2003-08-06 06:56:01 +00:00
hyatt%mozilla.org
2f983ab3a3
Make sure the sidebar has the extrachromme class on it for popups.
2003-08-06 06:41:11 +00:00
roc+%cs.cmu.edu
0b8cd870e1
Bug 190735. nsIFrame deCOMtamination, r+rs=dbaron
2003-08-06 03:07:12 +00:00
blakeross%telocity.com
eb5ff8af6a
Hide webpanels checkbox for folders/separators.
2003-08-06 02:58:52 +00:00
dbaron%dbaron.org
d7598d2832
Fix bustage. The changes leaf made did not work for me, anyway.
2003-08-06 02:08:06 +00:00
justdave%syndicomm.com
115a5e0ad4
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.
2003-08-06 01:46:14 +00:00
roc+%cs.cmu.edu
61eaa5b203
Bug 215159. Fix memory leak in nsViewManager. r+sr=dbaron
2003-08-06 01:42:14 +00:00
mhammond%skippinet.com.au
08d4596aaa
Fix a bug when registering just a single component. Not part of the build.
2003-08-06 01:04:15 +00:00
brendan%mozilla.org
e5276da2fb
Fix Timer re-init to drop any old references (215163, sr=dbaron, r?pavlov).
2003-08-06 00:37:43 +00:00
bienvenu%nventure.com
4b172c2ff9
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
2003-08-05 23:58:36 +00:00
ssu%netscape.com
31ae44e25c
checking in patch from bugzilla@bsdchicks.com to fix bug 109044 - Install error -239 registering chrome on some systems. r=ssu, sr=dveditz
2003-08-05 23:36:54 +00:00
neil%parkwaycc.co.uk
3b745c24c3
Bug 126626 getNumUnread(true) and getTotalMessages(true) return incorrect values for servers probably causing bug 201392 r/sr=bienvenu
2003-08-05 23:04:25 +00:00
scott%scott-macgregor.org
0dac65c8cd
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
2003-08-05 22:40:44 +00:00
axel%pike.org
397117c707
bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv
2003-08-05 22:37:23 +00:00
neil%parkwaycc.co.uk
8f07cf446a
Bug 52548 (again...) Sidebar links opening in Composer window r=brade sr=jst
2003-08-05 21:35:12 +00:00
sicking%bigfoot.com
bdb9838b16
Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
...
r/sr=peterv
2003-08-05 21:34:17 +00:00
sicking%bigfoot.com
76f2d6fe7f
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
2003-08-05 21:27:21 +00:00
scott%scott-macgregor.org
88b3503432
Bug #214063 --> remove obsolete method that no one is using. Patch by mbockelkamp@web.de (Matthias Bockelkamp)
...
r/sr=mscott
2003-08-05 21:19:10 +00:00
brendan%mozilla.org
b7cdb7debb
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
cls%seawood.org
0cbbeb36cd
Do not set MOZ_ENABLE_COREXFONTS for win32 builds.
...
Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #214134 r=leaf
2003-08-05 19:40:30 +00:00
bienvenu%nventure.com
06af5aba93
try to speed up downloading for offline imap, get rid of obsolete method, notifystoreclosedallheaders, r/sr=mscott 214245
2003-08-05 19:35:38 +00:00
peter%propagandism.org
7ad65ca897
Fix for bug 215117 (SetRootContent handling in nsXMLContentSink is rotten). r=Pike, sr=jst.
2003-08-05 19:34:04 +00:00
nicolson%netscape.com
75d97a0079
Convert public key to JSS public key.
2003-08-05 18:54:49 +00:00
igor%mir2.org
87aeaade82
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.
2003-08-05 15:58:39 +00:00
mostafah%oeone.com
0dae389bf2
Checked in patch for bug 209366: Calendar not hightlighted, when opening preferences
2003-08-05 14:22:36 +00:00
pkw%us.ibm.com
7d9d871f3b
Bug 212804 - Enable installation of movemail.rdf on non-AIX systems
...
r/sr=sspitzer@netscape.com
2003-08-05 13:21:17 +00:00
timeless%mozdev.org
3d2cd91336
Bug 211290 PRBool nsTemplateMatchRefSet::Add doesn't check the return value of PL_DHashTableInit
...
r=dbaron sr=bz
2003-08-05 11:45:02 +00:00
timeless%mozdev.org
219eb03947
Bug 211286 void nsContentSupportMap::Init doesn't check the return value of PL_DHashTableInit
...
r=dbaron sr=bz
2003-08-05 11:41:14 +00:00
timeless%mozdev.org
8ea554ebaa
Bug 211285 void nsRuleNetwork::Init doesn't check the return value of PL_DHashTableInit
...
r=dbaron sr=bz
2003-08-05 11:40:44 +00:00
igor%mir2.org
fa6d86fba0
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.
2003-08-05 11:16:14 +00:00
hyatt%mozilla.org
0e5cd07030
Make the checkboxes show up for the WIndow menu on mac os x.
2003-08-05 10:20:35 +00:00
hyatt%mozilla.org
13561fa946
Checking in a Window menu for Mac os X.
2003-08-05 10:16:09 +00:00
hyatt%mozilla.org
60fd1ad9c6
Make cmd+click work to open new tabs. Make cmd+number work to switch tabs. Mac OS X only.
2003-08-05 09:31:32 +00:00
hyatt%mozilla.org
244f1002b1
make sure cmd+left arrow and right arrow work to go back/forward on mac os x.
2003-08-05 09:21:29 +00:00
hyatt%mozilla.org
a7d6bd5c5b
make sure mac uses cmd+shift+h for history, since OSX reserves cmd+h for hide application
2003-08-05 09:14:08 +00:00
hyatt%mozilla.org
0bde6d5621
Slight simplifcation to the way open in tabs works.
2003-08-05 08:59:45 +00:00
hyatt%mozilla.org
f8fad707f4
Also init. clickcount and widget as per bryner's comments. sr=bryner
2003-08-05 08:29:29 +00:00
hyatt%mozilla.org
e186e67209
Also init. clickcount and widget as per bryner's comments. sr=bryner
2003-08-05 08:28:27 +00:00
hyatt%mozilla.org
7ba2c90185
Fix for 204742, sr=bryner
2003-08-05 08:24:45 +00:00