Граф коммитов

123678 Коммитов

Автор SHA1 Сообщение Дата
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
chanial%noos.fr d7f20da5f7 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 ca5f600da3 Hook up Page Setup and Print to view source. 2003-10-26 20:24:17 +00:00
chanial%noos.fr a0c6277d25 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 925c57bae4 add printUtils.js to the toolkit (copied from printing.js) 2003-10-26 19:22:03 +00:00
dbaron%dbaron.org 2b17cad6ee Remove a few extras. Not part of build. 2003-10-26 19:17:33 +00:00
bzbarsky%mit.edu b891a42a99 Last patch was by kjh-5727@comcast.net (Kenneth Herron) 2003-10-26 19:15:37 +00:00
bzbarsky%mit.edu 59c9d716f6 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 3d1fa30c6e 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 786340cab7 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 9869ecdf51 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 593bd91785 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 12d0fc2b90 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 fe2241ed39 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 9d9d4a2199 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 c806e35c7b dont wrap urls at 80 chars limit not part of any build 2003-10-26 12:34:25 +00:00
ian%hixie.ch e59f2e3941 eagerToHelp and ridiculouslyEagerToHelp modes. See bug 142371. 2003-10-26 12:14:39 +00:00
ian%hixie.ch 027565eb9e Bug 141346: 'I am' wasn't learning correctly. 2003-10-26 11:58:06 +00:00
ian%hixie.ch f17e1550d0 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 4a9762e9c2 URL updates. Not part of build, or even of regression tests. 2003-10-26 07:48:01 +00:00
justdave%syndicomm.com ba9b29ca74 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 193487fbd9 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 4199930d03 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 a6159bcb7f move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +00:00
chanial%noos.fr 2bda315e00 fork the Print Page Setup 2003-10-26 04:28:25 +00:00
chanial%noos.fr b62be059f1 add charset.dtd to the obsolete directory 2003-10-26 04:25:12 +00:00
chanial%noos.fr 9a1613924e 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 7d0d5f12b4 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 f546807254 copied from pref-charset.dtd 2003-10-26 03:33:11 +00:00