timeless%mozdev.org
fdcb1a27a5
Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
...
work by doronr@us.ibm.com r=timeless sr=jag
2003-10-30 01:39:08 +00:00
timeless%mozdev.org
b23cfa714a
Bug 222387 Release SetIcon stored icons when we are done using them
...
r=ere sr=bz
2003-10-30 01:35:14 +00:00
caillon%returnzero.com
ea10d2257a
Permit content to link to about:logo
...
Bug 223293; r=timeless sr=jst
2003-10-30 01:35:09 +00:00
bienvenu%nventure.com
a83eac51fc
fix 223062 problem downloading pop3 messages with embedded nulls, patch by ch.ey@gmx.net, r=me,sr=mscott
2003-10-30 01:32:59 +00:00
kiko%async.com.br
222884b4aa
Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
...
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
2003-10-30 01:31:58 +00:00
bienvenu%nventure.com
331683f3d3
add prefs ui for offline startup to tbird offline extension, r/sr=mscott, not part of regular build, 221734
2003-10-30 01:12:00 +00:00
locka%iol.ie
9b9cc015d4
NOT PART OF BUILD. Fix to make CBrowse run in VC++ 7.0+
2003-10-29 23:04:54 +00:00
locka%iol.ie
21a386279e
NOT PART OF BUILD. New c# test harness
2003-10-29 22:57:42 +00:00
pinkerton%netscape.com
61fbbae728
change to 0.7+ and Mozilla Foundation
2003-10-29 20:00:35 +00:00
pinkerton%netscape.com
12f4652bc7
correct problem where flag not set on toolbar bookmarks and schmear out
...
the loading of site icons to improve immediate startup (bug 223205)
2003-10-29 19:43:51 +00:00
pinkerton%netscape.com
79295ab779
clean up some issues with nib including placement of "add" buttons and
...
some images (bug 223413)
2003-10-29 19:40:33 +00:00
pinkerton%netscape.com
321b1abdbc
fix several issues: a) ensure bookmarks visible when launched via AE, open
...
search results window if it was hidden, preserves order of BM on drop,
fixes button states depending on container, cleanup some methods. (bug 223209)
2003-10-29 18:45:25 +00:00
pinkerton%netscape.com
1674cbc84a
define for panther
2003-10-29 17:58:15 +00:00
chanial%noos.fr
940d9e626c
- Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
...
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode
- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.
- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.
- A lot of cleanup.
2003-10-29 08:01:27 +00:00
kiko%async.com.br
f8dcb83ab6
Additional patch for bug 221039: update filterexceptions.pl to take into
...
account the new location for knum. Here's hoping this fixes the bustage.
2003-10-29 04:51:15 +00:00
kiko%async.com.br
be2c45a9c7
Fix for bug 221039: Separating knob in edit.html.tmpl. Splits
...
bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost
<ludovic@pobox.com>, r=kiko, a=justdave.
2003-10-29 04:32:39 +00:00
kiko%async.com.br
6067539259
Fix for bug 111522: Provide ability to specify MIME type of attachment
...
when downloading. Adds a 'ctype' argument to attachment.cgi which allows
one to override the content-type when viewing an attachment. Original
patch by Alex Vincent <ajvincent@juno.com>; I changed it a tiny bit.
r=kiko, myk. a=justdave.
2003-10-29 01:58:13 +00:00
bienvenu%nventure.com
eb6d4c9f1e
fix regression in handling of non-7-bit ascii passwords, r=ch.ey@gmx.net, sr=mscott, a=sspitzer 218025
2003-10-28 21:00:57 +00:00
bienvenu%nventure.com
bb6875af60
fix pop3 inbox corruption when bayesian spam filters run on two accounts at the same time, i.e., startup, r=sspitzer, sr=mscott, a=sspitzer 218433
2003-10-28 19:00:48 +00:00
mostafah%oeone.com
cc577d111a
Added registering of other languages to installer
2003-10-28 17:51:02 +00:00
igor%mir2.org
22d09dcc14
First part of resolving http://bugzilla.mozilla.org/show_bug.cgi?id=223435 :
...
Allow to pass JS function to Java method accepting interface with single method. The function will be called when interface method will be called.
2003-10-28 08:37:30 +00:00
jocuri%softhome.net
aad135f43b
Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk.
2003-10-28 06:37:40 +00:00
jpierre%netscape.com
d20b923bd7
Fix for 223494 - cmsutil signing does not work with hardware tokens. r=wtc, relyea
2003-10-28 02:34:15 +00:00
ben%bengoodger.com
1dc88255de
Adding something that helps fix problems with generated rsc headers.
2003-10-27 23:25:59 +00:00
timeless%mozdev.org
0028b89402
Bug 223336 Cannot perform search from sidebar
...
suggestion by zack-weg@gmx.de r=neil sr=bz a=asa
2003-10-27 22:26:31 +00:00
ben%bengoodger.com
3616daea99
Default application handler values are blank on MacOS X
2003-10-27 21:49:01 +00:00
bienvenu%nventure.com
7087b64dae
add prefs ui for offline startup, 221734, r=neil@parkway, sr=mscott, a=sspitzer
2003-10-27 20:13:02 +00:00
bryner%brianryner.com
c4d3dbdd6c
Don't set mCurrentFocus to null after firing a blur if the blur handler focused something. Bug 147927, r=blizzard, sr=jst, a=sspitzer
2003-10-27 19:52:49 +00:00
igor%mir2.org
db926bd850
Added getAssociatedValue()/associateValue() to allow to connect arbitrary application-specific object with ScriptableObject.
2003-10-27 19:19:50 +00:00
brendan%mozilla.org
6b1992aefa
Don't under-malloc for short script filename entry (223810, r=shaver, a=dbaron).
2003-10-27 19:13:01 +00:00
igor%mir2.org
7a27515d50
Added initHash which would put value into hashtable only if it is first. This is usable to ensure proper synchronization with lazy initialization.
2003-10-27 18:45:39 +00:00
igor%mir2.org
69200530cc
If invoker master throws RuntimeException during creation of invoker, then disable invokerOptimization. It fixes regression when SecurityManager prevents InvokerMaster from creation of class loader.
2003-10-27 18:42:39 +00:00
mostafah%oeone.com
254b3949ae
Added Slovenian language pack
2003-10-27 18:25:51 +00:00
mostafah%oeone.com
9de0ca0e3b
Fixed some white-space issues
2003-10-27 18:24:44 +00:00
pkw%us.ibm.com
ec37a6d13b
Bug 222054 - mozilla-installer doesn't set LIBPATH.
...
r=dveditz+bmo@cruzio.com , sr=bryner@brianryner.com , a=asa@mozilla.org
2003-10-27 17:37:47 +00:00
bienvenu%nventure.com
e4e850351d
follow on patch for making ldap prefs migration happen at profile migration time 223560, fix building with disable_ldap, r/sr/a=sspitzer
2003-10-27 17:07:47 +00:00
tor%cs.brown.edu
9d3e99b64f
Backout of bug 153586. a=asa
2003-10-27 17:00:38 +00:00
igor%mir2.org
0ed88eb6e1
Added addPush version taking long argument.
2003-10-27 15:47:05 +00:00
bryner%brianryner.com
90709a3fc9
Fix unresolved references with static gtk2 build (bug 216022). The file containing NS_IMPL_NSGETMODULE for a library must be compiled from the Makefile that sets IS_COMPONENT in order for the entry point translation to work correctly. r=cls, not part of the default build.
2003-10-27 10:11:00 +00:00
bryner%brianryner.com
e012bff57a
Only call gnome_program_init() if it hasn't already been called (bug 221012). r=blizzard, not part of the default build.
2003-10-27 10:08:10 +00:00
bzbarsky%mit.edu
b2fd69c202
Fix hang bug 218512. We don't want to be putting a frame into a framelist
...
twice, since that gives us a nice loop in the frame tree. r+sr+a=dbaron
2003-10-27 05:58:23 +00:00
chanial%noos.fr
83d8c1df6d
use toolkit routines from printUtils.js to print and show the page setup dialog.
2003-10-27 04:36:20 +00:00
chanial%noos.fr
1616f2f4be
- fix two js warnings in printPreviewBindings.xml (redeclaration of var ifreq and total)
...
- remove useless class toolbarbutton-icon
- rename class last-arrow to left-arrow and next-arrow to right-arrow
2003-10-27 04:30:55 +00:00
chanial%noos.fr
f7beb63cc6
bug 223763: home arrow icon not displayed in print preview. printing.css has to be preprocessed.
2003-10-27 04:21:20 +00:00
chanial%noos.fr
890b728028
fix js warning: redeclaration of var str. Some cleanup, untabify
2003-10-27 03:36:59 +00:00
chanial%noos.fr
56c3215456
fix js warning: redeclaration of var target
2003-10-27 03:01:53 +00:00
pschwartau%netscape.com
15cd8633b1
Replacing "Copyright �" by "Copyright (C)" in JS test suite sources. See bug 222759.
2003-10-27 01:49:27 +00:00
dbaron%dbaron.org
9ef7c9f0ee
Remove some additional tests with form submission and with delays. Not part of build.
2003-10-26 22:27:02 +00:00
ben%bengoodger.com
1a7016af25
Bug 223329 - relocate the nspr dylib so that address conflict does not occur in Firebird and prevent prebinding to occur. Patch by bryner, r=ben. a=asa
2003-10-26 22:14:03 +00:00
ben%bengoodger.com
0a1db7cf1b
Bug 206936 - firebird shows an XML error when opening links from external apps, caused by bug 223197 - command line service on Mac should be using browser.chromeURL pref to locate main application XUL file, not hard coding to use navigator.xul. r=smfr/ccarlen, sr=smfr, a=asa
2003-10-26 22:11:49 +00:00