igor%mir2.org
40db418d07
Fixing 238823 : throw explicit IllegalArgumentException when JS source for Context.compileFunction does not contain single JS function statement instead of producing silent empty functions or throwing obscure NullPointerExceptions
2004-03-27 09:35:22 +00:00
bmlk%gmx.de
83d28ac5d6
Protect during border collapse computations against zero child frames. This is another fallout from the checkin 3.556 for bug 4510, bug 238537, patch by fantasai@escape.com sr=dbaron r=bernd a=chofmann
2004-03-27 06:02:09 +00:00
justdave%syndicomm.com
1febc28eec
Bug 235265: Getting rid of some unwanted form value dumps.
...
Patch by Jouni Heikniemi <jouni@heikniemi.net>
r= justdave, kiko; a= justdave
2004-03-27 04:35:37 +00:00
kiko%async.com.br
6f3fb84923
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
...
quietly_check_login()/confirm_login() calls. Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.
2004-03-27 03:51:44 +00:00
roc+%cs.cmu.edu
73f0030896
Bug 235558. We don't really want to consider computed maximum widths after all. r+sr=dbaron,a=asa
2004-03-27 02:44:26 +00:00
wchang0222%aol.com
a032d5bd44
Bugzilla bug 238565: made the comment match the code. r=nelsonb.
2004-03-27 01:51:25 +00:00
kiko%async.com.br
ddb71e6802
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Consolidates the logout code into Bugzilla::Auth::CGI, and provides
...
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.
Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.
Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
2004-03-27 01:31:00 +00:00
kiko%async.com.br
2b54f4f614
Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
...
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.
Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.
Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
2004-03-27 01:28:29 +00:00
wchang0222%aol.com
ec68ee33b1
Bugzilla bug 237934: in nss_InitLock, nss_InitMonitor, and
...
NSSRWLock_AtomicCreate, we need to doublecheck the lock/monitor's pointer
after we acquired the spin lock. r=nelsonb,jpierre.
Modified Files: nsslocks.c nssrwlk.c
2004-03-27 01:08:15 +00:00
leaf%mozilla.org
13929a4063
bug 218898. add talkback to packaging manifest. r=bsmedberg, sr=bryner a=chofmann
2004-03-26 23:04:45 +00:00
leaf%mozilla.org
f7047c72cb
bug 218898, add talkback to installer manifests. r=bsmedberg, sr=bryner, a=chofmann
2004-03-26 23:02:28 +00:00
scott%scott-macgregor.org
b1c4e9a883
change welcome text to include an exclamation mark. With emphasis!
2004-03-26 22:50:11 +00:00
scott%scott-macgregor.org
ab7850bd80
Bug #238829 --> use a slightly smaller font for the welcome screen for the thunderbird installer
...
to prevent the welcome text from getting truncated. Our product name is just too long :)
2004-03-26 22:48:33 +00:00
bryner%brianryner.com
54e8bc7730
fix urls opened in new tabs being added to history as hidden entries (bug 236394). r=ben.
2004-03-26 21:58:08 +00:00
cbiesinger%web.de
abdf7f1e26
removing unused files, r=bsmedberg. not part of build.
2004-03-26 21:47:15 +00:00
caillon%redhat.com
90359e79d5
Fix for bug 238290: "-remote openURL doesn't work without specifying the url protocol"
...
When determining whether we can load the supplied URI based on scheme, use nsIURIFixup to turn the user supplied string into an nsIURI if possible, off which we can then extrapolate the correct scheme, rather than guess at one.
r=biesi
sr=blizzard
a=chofmann
2004-03-26 21:44:39 +00:00
jocuri%softhome.net
51abc4d523
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2004-03-26 21:02:43 +00:00
jocuri%softhome.net
160d1a18c2
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2004-03-26 21:00:11 +00:00
bryner%brianryner.com
f945cb6532
fix uninitialized variable warning
2004-03-26 19:20:15 +00:00
scott%scott-macgregor.org
3d88c03ef4
Bug #238759 --> Thunderbird window ignored by DOM Inspector when created before dom insp. window is opened
2004-03-26 17:30:47 +00:00
amardare%qnx.com
08f9869608
Changes for the qnx ( photon ) platform. It should not affect runtime/building other platforms.
...
Fixed the problem with the mouse cursor not being set correctly when crossing region boundaries.
2004-03-26 17:22:58 +00:00
brade%comcast.net
ff69c6b94f
remove unused char *; bug=238672, r=timeless, sr=tor, a=mkaply
2004-03-26 16:39:20 +00:00
justdave%syndicomm.com
c139d00581
Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release. Patch by
...
Colin Ogilvie <bmo@colino.co.uk>.
2004-03-26 16:34:49 +00:00
timeless%mozdev.org
32eeea0bbb
Bug 238359 Linux installer does not install init.d/ directory
...
calendar patch by ajschult@mindspring.com r=mostafah a=chofmann
xpinstall patch by ajschult@mindspring.com r=gisburn a=mkaply
2004-03-26 15:57:58 +00:00
bugreport%peshkin.net
4d981e39db
Bug 181589: Add mass-remove to editgroups
...
r=justdave, a=justdave
2004-03-26 15:18:07 +00:00
brade%comcast.net
09425f7571
don't dirty editor if there are no transactions and undo or redo are called (bug 237834; r=glazman, sr=kin, a=asa)
2004-03-26 14:20:04 +00:00
igor%mir2.org
e229fd6ab4
Better formating
2004-03-26 13:01:17 +00:00
igor%mir2.org
78ec796300
Fixing bug 238699 : refactoring to expose simpler code generation API caused to select wrong code path when compiling functions
2004-03-26 12:42:00 +00:00
jshin%mailaps.org
aed3ce28e9
bug 129726 : add a pref. entry for always sending URLs in UTF-8 (r=darin, sr=bzbarsky, a=asa)
2004-03-26 12:28:38 +00:00
caillon%redhat.com
6543f0e541
Don't bother building nsBaseClipboard on platforms that won't use it.
...
237928. r=cls a=asa
2004-03-26 08:51:01 +00:00
timeless%mozdev.org
f2569bca03
Bug 238393 DRefTool analysis for jsd files
...
r=rginda a=asa
2004-03-26 07:27:05 +00:00
scott%scott-macgregor.org
15932e18e6
Bug #235577 --> Implement Add to Addressbook and compose mailto to contextual menu in message body
...
Thanks to Robert Accettura for the patch
2004-03-26 06:50:27 +00:00
mkaply%us.ibm.com
dba5ed1238
238445 - r=mkaply, a=mkaply - my code sucked. Here's a better version from Javier Pedemonte
2004-03-26 05:29:18 +00:00
bugreport%peshkin.net
475dd0a76c
Bug 177224: Update installation docs to note XUL and RDF MIME types
...
patch by mkanat
r=justdave, a=justdave
2004-03-26 05:17:56 +00:00
pinkerton%aol.net
bddaee45c4
add cmd-shift-d for download window (bug 229748)
2004-03-26 02:59:34 +00:00
pinkerton%aol.net
8f3d1db2cd
last change wasn't so necessary
2004-03-26 02:50:33 +00:00
pinkerton%aol.net
f83f71634c
fix some small issues in the toolbar code (add search to hardcoded defaults
...
and use the right method for clicks on the search bar)
2004-03-26 02:40:51 +00:00
jocuri%softhome.net
014a9aec6a
Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2004-03-26 02:14:00 +00:00
jocuri%softhome.net
a654f2148c
Patch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
2004-03-26 02:07:44 +00:00
pinkerton%aol.net
211784e3e3
correctly handle the 'ask about each cookie' pref since the changes from
...
bug 233339 (bug 238550)
2004-03-26 02:05:59 +00:00
jocuri%softhome.net
439a3ef701
Patch for bug 238677: fix wording of the "require_new_password" message; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
2004-03-26 02:00:45 +00:00
jocuri%softhome.net
a7acc0041a
Patch for bug 238673: add missing article in change email address page; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
2004-03-26 01:55:36 +00:00
jocuri%softhome.net
dedb0b70d3
Patch for bug 238656: reword the "Account self-creation" error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
2004-03-26 01:50:49 +00:00
pinkerton%aol.net
794d887070
set a min-size when user clicks maximize button (bug 187164)
2004-03-26 01:50:25 +00:00
scott%scott-macgregor.org
63d226e70e
Bug #204707 --> hide the view image menu option from the message pane context menu because we don't have any internal image
...
viewer to use.
2004-03-26 01:44:52 +00:00
jst%mozilla.jstenback.com
2aebd770fc
Checking in for trev@gtchat.de. Fixing bug 238409. Regression in attribute parsing. r=bugmail@sicking.cc, sr=jst@mozilla.org, a=asa@mozilla.org
2004-03-26 01:44:44 +00:00
pinkerton%aol.net
6f26ce44e5
don't clear folders from the undo queue on dealloc because if we get to
...
dealloc, it's no longer in the undo queue (duh!) and this causes re-entrancy
crashes on quit (bug 229661)
2004-03-26 01:43:14 +00:00
pinkerton%aol.net
bd1b6ead0b
fix menu issues when a site puts up two (or more) popups resulting in dupes
...
in the menu we weren't prepared to handle (bug 206597)
2004-03-26 01:38:51 +00:00
jocuri%softhome.net
72c3cc99d9
Patch for bug 238669: add a space between 'entered' and '(' in illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
2004-03-26 01:37:59 +00:00
cls%seawood.org
f965d19c85
Disable mmx/sse2 for win32 gcc builds.
...
Bug #125762 sr=tor a=asa
2004-03-26 01:17:16 +00:00