Commit Graph

146744 Commits

Author SHA1 Message Date
lpsolit%gmail.com
2d53a4c6aa Bug 306368: The "Block for SELECT fields" should only insert one cell in bug/edit-html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-30 17:17:38 +00:00
lpsolit%gmail.com
7577e472cf Bug 121112: long_list.cgi generates bad links - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk 2005-08-30 17:12:22 +00:00
lpsolit%gmail.com
de9b492b44 Bug 212856: Request queue doesn't validate email addresses - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-08-30 17:01:22 +00:00
lpsolit%gmail.com
8d869746f5 Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-08-30 16:54:07 +00:00
lpsolit%gmail.com
53be54854b Bug 275608: The group selection when editing flag types should be a listbox with (no group) meaning no restriction - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=GavinS a=myk 2005-08-30 16:47:33 +00:00
bienvenu%nventure.com
4f8ec1b430 fix balsa build bustage 2005-08-30 16:39:22 +00:00
lpsolit%gmail.com
54744f8a4c Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-08-30 16:39:07 +00:00
lpsolit%gmail.com
2e5b08380e Bug 306364: SQL crash when moving a bug to another product (regression) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk 2005-08-30 16:32:05 +00:00
mrbkap%gmail.com
1aaaf979d1 bug 306382: Make sure that Components.utils.evalInSandbox reports an error if evaluating the JS didn't succeed. r=shaver sr=brendan 2005-08-30 16:28:00 +00:00
bmlk%gmx.de
77004905b6 limit pctHeightObserver to quirks mode bug 305975 r/sr=bzbarsky 2005-08-30 16:14:53 +00:00
bmlk%gmx.de
89727da8d1 reset the cached ascent if the block is empty, bug 206516 r/sr=roc 2005-08-30 16:14:07 +00:00
bugreport%peshkin.net
06ec004b81 Bug 305126: Fix table locks after removal of derive_groups
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=myk
2005-08-30 16:04:39 +00:00
aaronleventhal%moonset.net
2c27debe0d Bug 305667. Selection often lost in richlistbox. r=mconnor 2005-08-30 15:45:39 +00:00
bsmedberg%covad.net
af9548a035 Bug 306304 - if bookmarks.bak does not exist, all bookmarks are overwritten by the default bookmarks - r=neil 2005-08-30 15:08:52 +00:00
bienvenu%nventure.com
be638c7eed add support for dealing with duplicate incoming messages, 9413 sr=mscott 2005-08-30 14:39:01 +00:00
cltbld
c5900adaa1 Automated update from host egg 2005-08-30 14:11:23 +00:00
bsmedberg%covad.net
14b83c3b76 Bug 306355 - Put default config information in configure, not in mail/config/mozconfig - r=mscott 2005-08-30 14:05:12 +00:00
nboyd%atg.com
d6566fc090 Update for later release date, update release notes, remove "pre" from
version.
2005-08-30 13:51:34 +00:00
igor%mir2.org
fde1e4c79d Reference to bug 306419 2005-08-30 10:51:08 +00:00
igor%mir2.org
5f0d4e4d05 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:45:45 +00:00
igor%mir2.org
a9e51cc6d5 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:27:42 +00:00
igor%mir2.org
d6e61cc76d Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:20:21 +00:00
igor%mir2.org
69072d60f2 Implementing bug 306419: I added missed serialVersionUID declarations for Serializable classes. 2005-08-30 10:05:47 +00:00
igor%mir2.org
5fa4884387 Cosmetics: tabs removal 2005-08-30 09:54:24 +00:00
igor%mir2.org
5cbdd9c628 Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:50:01 +00:00
igor%mir2.org
7f6f3aec0b Replacing R.getMessage by ToolErrorReporter.getMessage as the method is static. 2005-08-30 09:42:05 +00:00
igor%mir2.org
25ef00d21e 1. Removal of unused import statements.
2. Replacing cx.(toNumber|toString|toObject) by Context.\1 as the
   methods are static,
2005-08-30 09:41:02 +00:00
igor%mir2.org
fba63a50fd Removal of unused import statements. 2005-08-30 09:39:01 +00:00
igor%mir2.org
6498bc1f4d Replacing cx.VERSION_1_2 by Context.VERSION_1_2 as the field is static. 2005-08-30 08:31:48 +00:00
igor%mir2.org
384cd9c17f 1. Replacing cx.reportRuntimeError1 by Context.reportRuntimeError1
since the method is static.

2. Replacing cx.getSourcePositionFromStack by
   Context.getSourcePositionFromStack since the method is static. That
   allowed to remove Context.getCurrentContext() call before.
2005-08-30 08:26:54 +00:00
ginn.chen%sun.com
9ddd7a2e64 Bug 299881 Block images context menu entry does not show checkbox when on
r+sr=bryner
2005-08-30 08:08:55 +00:00
igor%mir2.org
c668b3c584 1. Replacing cx.getSourcePositionFromStack by Context.getSourcePositionFromStack since the method is static.
2. That allowed to remove Context.getCurrentContext() call before.
2005-08-30 07:58:33 +00:00
igor%mir2.org
ef2989bbd2 Yet another update of JS function as Java interface implementation to print explicit error messages when conversion is not possible. 2005-08-30 07:50:08 +00:00
brendan%mozilla.org
48765162d8 Generic static method automation to simplify things for callers of generic prototype methods (304828, r=mrbkap, sr=shaver). 2005-08-30 04:28:45 +00:00
bzbarsky%mit.edu
fd98f06afb Implement :enabled and :disabled CSS pseudo-classes. Bug 84400, patch by Allan
Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 03:31:47 +00:00
scott%scott-macgregor.org
0aa24c56b9 try to fix some obscure official branding bustage 2005-08-30 02:58:32 +00:00
dougt%meer.net
fef4a206ce Making linux default to 240x320 -- a common device screen resolution 2005-08-30 02:52:35 +00:00
bzbarsky%mit.edu
e9f389b855 Fix assertion bug 303006, r+sr=dbaron 2005-08-30 02:36:47 +00:00
dougt%meer.net
1bb63c7548 dll->so, removing installed-chrome 2005-08-30 00:42:27 +00:00
darin%meer.net
2f04acaa5c Repair some broken networking tests. 2005-08-30 00:30:38 +00:00
dougt%meer.net
2b80599aad Not using host tools for linux 2005-08-30 00:27:57 +00:00
mrbkap%gmail.com
896d2331f1 bug 289628: Emulate Perl's handling of invalid min/max quantifiers (and match other browsers). r=brendan 2005-08-30 00:25:49 +00:00
dougt%meer.net
9300414a6d adding a linux packaging script npodb 2005-08-30 00:21:46 +00:00
mozilla.mano%sent.com
c0b4b5b219 Bug 301129 - Typo error in Pinstripe's popup.css. patch from Stefan <stefan_h@hem.utfors.se>, r=me. 2005-08-29 23:36:23 +00:00
igor%mir2.org
86a29d689a Fixing copy-source target to generate proper distribution jars. 2005-08-29 23:24:05 +00:00
mark%moxienet.com
344d5a9208 Bug 289334, Download manager text is cut off if too long. Set truncation on NSTextFields. Fix by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=me 2005-08-29 22:51:33 +00:00
mozilla.mano%sent.com
cc285f3be3 my last checkin was bug 302164 2005-08-29 22:45:31 +00:00
vladimir%pobox.com
63880718a9 b=268553, can't add new folder on bookmarks toolbar after having deleted a folder, r=mano 2005-08-29 22:23:49 +00:00
mozilla.mano%sent.com
ace0aa7504 Bug 302165 - add accesskeys to the 'Remember Password' dialog. r=vladimir. 2005-08-29 22:17:37 +00:00
vladimir%pobox.com
fcfb1390ee b=304499, bookmark all tabs menuitem not properly enabled/disabled, r=mano 2005-08-29 22:09:37 +00:00