Commit Graph

126023 Commits

Author SHA1 Message Date
justdave%syndicomm.com
081c5fdec8 Bug 36379: adds command-line switches for default product, component, and version to bug_email.pl
Patch by Ludovic Dubost <ludovic@pobox.xom>
(no r= for contrib)
a= justdave
2004-01-20 06:03:38 +00:00
scott%scott-macgregor.org
01692f0bbe Bug #231552 -->dragging addresses to addressing widget causes attachment bucket to pop open 2004-01-20 04:59:40 +00:00
myk%mozilla.org
8aabc1c775 improved readability (for both readers and editors); added docbook tags for variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers 2004-01-20 04:29:00 +00:00
bienvenu%nventure.com
f7c155a952 fixes for 229003, imap status command returning unread counts when it shouldn't, sr=mscott, mark deleted messages as seen, don't check trash or junk folders for new messages, or no select folders 2004-01-20 00:39:04 +00:00
neil%parkwaycc.co.uk
0112ac59f8 Bug 158475 JS console should allow multiple evaluations of const x = Math.random(); x * x; r=timeless sr=roc 2004-01-20 00:14:31 +00:00
gerv%gerv.net
480b29db9e Bug 227026 - remove obsolete MacsBug information from guided template (we no longer support OS 9.) Patch by gerv; r,a=justdave. 2004-01-20 00:08:42 +00:00
pinkerton%aol.net
902990a097 make sure we unregister our interest in being asked for sleep notification
when there aren't any windows open. (r=josha/pink, sr=sfraser, bug 227680)
2004-01-19 23:48:15 +00:00
bryner%brianryner.com
d9f9aad50c Copy all.js and security-prefs.js from and to the greprefs directory. 2004-01-19 23:07:51 +00:00
justdave%syndicomm.com
56c8c8df14 Backing out bug 230293, we decided this was the wrong approach.
a= justdave
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com
dbaebe8f98 Backing out code change that was accidently left in the patch on bug 228894 (see comment 9) 2004-01-19 22:25:31 +00:00
daniel%glazman.org
f4bed13880 Allow the editing session to update all command controllers from script; this is needed for MDI in Composer/Nvu and frameset editing.
b=231464, r/sr=dbaron
2004-01-19 20:31:18 +00:00
cbiesinger%web.de
0b64ef2caf bug 231202. patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=tor
[BEOS] transparent images defined as background aren't rendered properly
should also fix beos build bustage
2004-01-19 18:41:47 +00:00
bienvenu%nventure.com
590e0c8253 fix 230925 fix tbird compose window font drop down to include system fonts, sr=mscott 2004-01-19 17:58:56 +00:00
mostafah%oeone.com
db67031749 Updating sl-SL translation 2004-01-19 16:49:19 +00:00
axel%pike.org
907c1a8d43 bug 230633, constify tx a bit, regression fix, r/sr=pterv 2004-01-19 14:21:58 +00:00
mozilla.BenB%bucksch.org
f5134e7ee1 209526: Treat Japanese space as space.
Patch by Brodie Thiesfield <brofield@jellycan.com>.
r=BenB, sr=mscott
2004-01-19 14:07:42 +00:00
chanial%noos.fr
8ad5abfed6 Bug 216170: Send Page (as Link) omits query string
patch by Jon Henry <jhenry@ccs.neu.edu>
2004-01-19 09:58:06 +00:00
neil%parkwaycc.co.uk
b4789216a1 Bug 135717 can't customize sidebar if all tabs are deleted r=varga sr=jag 2004-01-19 09:43:27 +00:00
chanial%noos.fr
6bd439e10d Bug 225065 Create Profile Wizard window is too short.
patch by Stefan Borggraefe <borggraefe@despammed.com> (port of seamonkey bug 221697)
2004-01-19 09:32:45 +00:00
chanial%noos.fr
b3a463d79a Bug 231381: supplementary fix for linux. 2004-01-19 06:46:02 +00:00
scott%scott-macgregor.org
30a8a6999d Bug #231289 --> when replying to a message, customized priority toolbar button always defaults to highest
instead of normal due to a typo.
2004-01-19 06:17:36 +00:00
chanial%noos.fr
74d33bab94 Bug 229241: Bookmarks menu fails to collapse if bookmark is middle clicked.
YAW. Thanks to Mike for testing the patch.
2004-01-19 06:16:46 +00:00
scott%scott-macgregor.org
d1a0b8d19a Port Bug #231293 to thunderbird: Broken align, insert, and smiley dropdown arrows
patch port by stephen walker
2004-01-19 06:12:23 +00:00
scott%scott-macgregor.org
1a80d43870 named anchor bug fix. Patch by Stephen Walker 2004-01-19 06:10:00 +00:00
scott%scott-macgregor.org
8c6d0fde06 Package greprefs\*.js
Patch by Stephen Walker
2004-01-19 06:06:21 +00:00
chanial%noos.fr
f65e94b295 Bug 231381: Alt+D no longer selects all text in Location Bar.
there was a typo but the preprocessor is still confused by a multiple case statement. It doesn't fix the linux platform yet. Thanks to Ali for building on windows.
2004-01-19 04:38:08 +00:00
bienvenu%nventure.com
7a6a1c91f9 don't use cram-md5 for imap unless use secure auth is turned on, patch by ch.ey@gmx.net, sr=me 231303, and back out my previous fix for this bug in favour of ch.ey's fix 2004-01-19 04:09:19 +00:00
nelsonb%netscape.com
b35fce94e4 Make this code build on Windows as well as Unix. 2004-01-19 01:05:53 +00:00
gerv%gerv.net
409d2b5a7a Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - probably still needs further polish. 2004-01-19 00:25:16 +00:00
bryner%brianryner.com
72513b28ec Bug 228270 - Fix problem where UTF8 sequences in the password file were being re-encoded as UTF8 (as if from UTF16) when the password file is read in. r=darin, sr=bzbarsky 2004-01-18 23:51:27 +00:00
bsmedberg%covad.net
cbbdd9cd3e Bug 231286 - "make install" doesn't create directories for default pref files. r=bryner 2004-01-18 23:39:45 +00:00
bzbarsky%mit.edu
5f18239117 When a method has an empty body, don't drop the rest of the binding because of that.
Bug 231324, r+sr=bryner
2004-01-18 23:38:31 +00:00
neil%parkwaycc.co.uk
8d1668e5ae Cleanup print preview JS b=228529 p=gautheri@noos.fr r=me sr=alecf 2004-01-18 22:50:13 +00:00
chanial%noos.fr
dd28fce3a9 231043: open/close tree view button in Add Bookmark dialog at a bad location 2004-01-18 22:47:43 +00:00
timeless%mozdev.org
335c90886f Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
2004-01-18 22:37:21 +00:00
bryner%brianryner.com
f7ade05c58 Remove duplicate prefs from all.js so that we don't re-override platform overrides. Rename firebird's all.js to firebird.js (copied in the cvs repository). Bug 231200 patch by steffen wilberg 2004-01-18 22:10:15 +00:00
igor%mir2.org
a7573a8a91 Removal support for deprecated getTargetClassFileName/setTargetClassFileName: they throw exception instead of calling a special proxy to avoid having probably unused any more class. If this is not true, then the methods should be restored. 2004-01-18 21:26:34 +00:00
igor%mir2.org
7d76224ac8 Fixing JavaDoc comments 2004-01-18 21:23:53 +00:00
igor%mir2.org
b224c3704c EvaluatorException and WrappedException are public API now 2004-01-18 21:21:41 +00:00
cbiesinger%web.de
ad348cd49b Bug 227733
Live resize is possible for BeOS widget implementation.
patch by sergei_d@fi.tartu.ee (Sergei Dolgov), r=biesi, no sr needed (beos
only)
2004-01-18 20:49:45 +00:00
bsmedberg%covad.net
092dd292b9 Bug 231298 - "Page Setup" doesn't work. Mistakenly removed these prefs during bug 224578. r=obviousness 2004-01-18 19:36:01 +00:00
roc+%cs.cmu.edu
0113914771 Bug 229052. Treat pre-formatted newlines like BRs, preserving the break type in nsBlockFrame::ReflowInlineFrame. r+sr=dbaron 2004-01-18 19:35:19 +00:00
tingley%sundell.net
4eeb837c65 Namespace-qualify RDF attributes. bug=227307 r=rjc sr=bzbarsky 2004-01-18 19:26:02 +00:00
jocuri%softhome.net
a5c019346d Patch for bug 228894: Change HTML comments to template-toolkit ones for template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-01-18 18:39:39 +00:00
brendan%mozilla.org
d754a6a75f Fix bug reported by Adrian Klein <master@dragosan.net> where o['if'] is decompiled as o.if. 2004-01-18 18:31:34 +00:00
bzbarsky%mit.edu
787faefa9e Back out accidentally committed code. Bug 230852, r+sr=roc 2004-01-18 18:20:57 +00:00
bienvenu%nventure.com
0a3109cb1b don't use cram-md5 for imap unless use secure auth is turned on, r=ch.ey@gmx.net, sr=sspitzer 231303 2004-01-18 17:58:46 +00:00
bienvenu%nventure.com
38da346c58 fix 46233 saving imap attachments causes message to get downloaded again, sr=sspitzer 2004-01-18 17:42:57 +00:00
dbaron%dbaron.org
84b9dfa220 Missed a line in previous checkin. 2004-01-18 17:42:23 +00:00
axel%pike.org
c77848b741 bug 192139, integrate latest expat, npob, fix transformiix standalone bustage on win, r=sicking, sr=peterv 2004-01-18 16:57:34 +00:00