justdave%syndicomm.com
95703d7af7
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
9973d63078
Bug #231552 -->dragging addresses to addressing widget causes attachment bucket to pop open
2004-01-20 04:59:40 +00:00
myk%mozilla.org
86608afe64
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
49eb3ba8ee
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
e26e73ec20
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
2ffc7adbcf
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
3a007059d7
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
e47b4a7767
Copy all.js and security-prefs.js from and to the greprefs directory.
2004-01-19 23:07:51 +00:00
justdave%syndicomm.com
3ad324028a
Backing out bug 230293, we decided this was the wrong approach.
...
a= justdave
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com
0626830602
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
579027d2f4
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
55b3afdfbb
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
6e4bf605f6
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
4807aadf73
Updating sl-SL translation
2004-01-19 16:49:19 +00:00
axel%pike.org
2a6679958f
bug 230633, constify tx a bit, regression fix, r/sr=pterv
2004-01-19 14:21:58 +00:00
mozilla.BenB%bucksch.org
d4d00919ec
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
ed19944bdd
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
d2e394719c
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
3c881c5d65
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
44f8f541f7
Bug 231381: supplementary fix for linux.
2004-01-19 06:46:02 +00:00
scott%scott-macgregor.org
7be4b9b7c8
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
1bd818d932
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
79501d8f53
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
d89be436d2
named anchor bug fix. Patch by Stephen Walker
2004-01-19 06:10:00 +00:00
scott%scott-macgregor.org
4007fe9dad
Package greprefs\*.js
...
Patch by Stephen Walker
2004-01-19 06:06:21 +00:00
chanial%noos.fr
f67898a54e
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
970f242b1d
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
c7a655b980
Make this code build on Windows as well as Unix.
2004-01-19 01:05:53 +00:00
gerv%gerv.net
3917285e25
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
b43b1ea6a9
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
ac85253d6a
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
d0124fc38d
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
4cf38c4cc1
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
1ea696c993
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
232f7b56e9
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
87278e03d7
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
a8722e4591
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
14b2b0415b
Fixing JavaDoc comments
2004-01-18 21:23:53 +00:00
igor%mir2.org
e9111c411d
EvaluatorException and WrappedException are public API now
2004-01-18 21:21:41 +00:00
cbiesinger%web.de
b9fb06417a
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
b4359d61ff
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
2e6244f1d5
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
bf7762134a
Namespace-qualify RDF attributes. bug=227307 r=rjc sr=bzbarsky
2004-01-18 19:26:02 +00:00
jocuri%softhome.net
45a3dcb13f
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
a522d30c20
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
ae458f9668
Back out accidentally committed code. Bug 230852, r+sr=roc
2004-01-18 18:20:57 +00:00
bienvenu%nventure.com
8cd2b5c11e
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
f64f67a002
fix 46233 saving imap attachments causes message to get downloaded again, sr=sspitzer
2004-01-18 17:42:57 +00:00
dbaron%dbaron.org
000a88f025
Missed a line in previous checkin.
2004-01-18 17:42:23 +00:00
axel%pike.org
f6bb4599be
bug 192139, integrate latest expat, npob, fix transformiix standalone bustage on win, r=sicking, sr=peterv
2004-01-18 16:57:34 +00:00