igor%mir2.org
2b2f9d3303
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
708d8f02a8
Added Slovenian language pack
2003-10-27 18:25:51 +00:00
mostafah%oeone.com
4c0e0ed0c4
Fixed some white-space issues
2003-10-27 18:24:44 +00:00
pkw%us.ibm.com
154d3f4eec
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
3510f7e56f
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
7d206cb287
Backout of bug 153586. a=asa
2003-10-27 17:00:38 +00:00
igor%mir2.org
64affb2798
Added addPush version taking long argument.
2003-10-27 15:47:05 +00:00
bryner%brianryner.com
07bcb40ee4
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
a634aa9436
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
3e12d6bae8
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
59e3eb888a
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
7536f0d034
- 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
c38d856dc2
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
7017f5750d
fix js warning: redeclaration of var str. Some cleanup, untabify
2003-10-27 03:36:59 +00:00
chanial%noos.fr
3065fc222b
fix js warning: redeclaration of var target
2003-10-27 03:01:53 +00:00
pschwartau%netscape.com
1faffc0fb6
Replacing "Copyright �" by "Copyright (C)" in JS test suite sources. See bug 222759.
2003-10-27 01:49:27 +00:00
dbaron%dbaron.org
60449a9d4a
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
a8e1b80fea
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
859108af87
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
chanial%noos.fr
d167f60302
bug 223757: fix customize charset bustage. patch by Steffen Wilberg <steffen.wilberg@web.de>
...
-------------
2003-10-26 21:10:16 +00:00
chanial%noos.fr
ef1a3e7026
Hook up Page Setup and Print to view source.
2003-10-26 20:24:17 +00:00
chanial%noos.fr
f1c41fadbe
Significantly rewrite the old printing.js:
...
- define an object PrintUtils that has two "public" methods: PrintUtils.print() to print the content and PrintUtils.showPageSetup() to launch the setup dialog.
- global variables gPrintSettings, gPrintSettingsAreGlobal and gSavePrintSettings are removed. These variables were not true cached variables since they were recalculated every time and only used as intermediary.
2003-10-26 20:13:55 +00:00
chanial%noos.fr
aab16442a8
add printUtils.js to the toolkit (copied from printing.js)
2003-10-26 19:22:03 +00:00
dbaron%dbaron.org
48177de9a5
Remove a few extras. Not part of build.
2003-10-26 19:17:33 +00:00
bzbarsky%mit.edu
70c7f756d4
Last patch was by kjh-5727@comcast.net (Kenneth Herron)
2003-10-26 19:15:37 +00:00
bzbarsky%mit.edu
fe99c8ad17
Fix landscape printing to work again. Bug 223625, r=tor, sr=bzbarsky, a=asa
2003-10-26 17:56:11 +00:00
rlk%trfenv.com
7b71ace2d8
Bug 161740 - Remove obsolete help files from builds. r=neil@parkwaycc.co.uk a=asa@mozilla.org
2003-10-26 17:45:18 +00:00
bienvenu%nventure.com
4d46a4635b
fix password prompt when using authenticated smtp, r=ch.ey@gmx.net, sr/a=sspitzer 90507
2003-10-26 17:39:28 +00:00
bienvenu%nventure.com
a6e24749c9
make profile upgrade from 4.x convert address books at upgrade time, r=mscott,sr/a=sspitzer 223560
2003-10-26 17:37:10 +00:00
bienvenu%nventure.com
fd978a4758
prompt for starting up in offline mode, use network.online instead of network offline, r=neil@parkway.uk, sr=mscott, a=sspitzer 221734
2003-10-26 17:34:52 +00:00
chanial%noos.fr
a1ff9eb17b
bug 223721 and 223728: fix view source and print preview bustage. patches by Steffen Wilberg <steffen.wilberg@web.de>
2003-10-26 16:10:59 +00:00
jocuri%softhome.net
09a8cb5772
Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave.
2003-10-26 14:10:08 +00:00
jocuri%softhome.net
d732a9c1ba
Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave.
2003-10-26 14:01:04 +00:00
bmlk%gmx.de
3378c0322e
dont wrap urls at 80 chars limit not part of any build
2003-10-26 12:34:25 +00:00
ian%hixie.ch
fd1fb4e679
eagerToHelp and ridiculouslyEagerToHelp modes. See bug 142371.
2003-10-26 12:14:39 +00:00
ian%hixie.ch
e1d6df8147
Bug 141346: 'I am' wasn't learning correctly.
2003-10-26 11:58:06 +00:00
ian%hixie.ch
160a2ba452
Escape nicks in regular expressions so that they still work even if the bot is called something silly like '[bot]'. Bug 134599.
2003-10-26 11:30:09 +00:00
dbaron%dbaron.org
cc3a97c21b
URL updates. Not part of build, or even of regression tests.
2003-10-26 07:48:01 +00:00
justdave%syndicomm.com
c1884168a1
Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"
...
r= bbaetz, a= justdave
2003-10-26 05:43:29 +00:00
justdave%syndicomm.com
dd4dd35453
Bug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub instead of its own list of which states are open. This makes one less place to customize when sites change their statuses, and also includes UNCONFIRMED (which never got added when UNCONFIRMED was created).
...
r= gerv, a= justdave
2003-10-26 05:39:18 +00:00
justdave%syndicomm.com
eb3c3dfaae
Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments.
...
r= timeless, a= justdave
2003-10-26 05:26:41 +00:00
chanial%noos.fr
7289e5bdc5
move printPreviewBindings.xml to the toolkit, fork printPreview.dtd
2003-10-26 05:00:15 +00:00
chanial%noos.fr
59d8595898
fork the Print Page Setup
2003-10-26 04:28:25 +00:00
chanial%noos.fr
8ec368e5a6
add charset.dtd to the obsolete directory
2003-10-26 04:25:12 +00:00
chanial%noos.fr
27226ee2a0
Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul.
2003-10-26 04:03:29 +00:00
chanial%noos.fr
f633709d71
define classes to display arrows in menus (from communicator.css)
...
add hover state handling and left, right arrows
2003-10-26 03:59:30 +00:00
chanial%noos.fr
4c826c2e2f
copied from pref-charset.dtd
2003-10-26 03:33:11 +00:00
chanial%noos.fr
246f14c412
tri licencing
2003-10-26 03:28:11 +00:00
justdave%syndicomm.com
d5990d3ea2
Bug 208647: Fixes taint error in add new products code.
...
Patch by jpyeron@pyerotechnics.com (Jason Pyeron)
r= bbaetz, a= justdave
2003-10-26 02:37:48 +00:00
dwitte%stanford.edu
6e0efb8f0e
er, for real this time...
2003-10-26 01:17:13 +00:00