dougt%netscape.com
afbded917d
177063. Linux segmentation fault at startup using xpcom glue. r=alecf, sr=jag, a=roc+moz@cs.cmu.edu
2002-10-30 14:13:00 +00:00
dougt%netscape.com
ff5fb46b69
177173 - Exports required string headers to SDK, r=jag, sr=alecf, a=robert@ocallahan.org
2002-10-30 14:11:03 +00:00
rods%netscape.com
2fb11b7d84
1) Adds two bools to the PrintSettings and then when the PS gets
...
initialized from Prefs or from the Printer they get set. They get unset when
the printer name changes.
This is all necessary because the Page Setup Dialog calls
initPrintSettingsFromPrinter each time it is shown. So if you have set values
they will get "written" over the next time the dialog is shown.
2) Removes a lot of platform specific initialization from nsPrintOptionsImpl
and it now uses just the the "generic" XP routines and is now consistent with
the other platforms for initializing the PS.
Bug 167894 r=dcone sr=kin a=roc
2002-10-30 13:38:13 +00:00
rods%netscape.com
b38b250086
Put in a lot of safety checks and changed where SetPrintSettingsFromDevMode was
...
called and set into the psWin, now we only Lock the global devmode once.
Bug 169689 r=dcone sr=alecf a=roc
2002-10-30 13:31:58 +00:00
mkaply%us.ibm.com
66d0cce3e6
Backing out this part of change so Os/2 goes green until we find out why this worked on Javier's machine but not the TB
2002-10-30 13:21:32 +00:00
blythe%netscape.com
96a0019810
Not part of any build.
...
Work in progress on heap fragmentation tool.
2002-10-30 13:17:15 +00:00
kairo%kairo.at
150568bb2e
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
igor%mir2.org
902aee2f8d
Fixing 177314:
...
TokenStream.java: third octal digit is a part of the octal escape in strings only if the result is <= 0377.
resources/Messages.properties: removal of unused msg.oct.esc.too.large
2002-10-30 09:20:00 +00:00
bryner%netscape.com
3da502e553
Remove all necko references to dbm - it's no longer needed for anything (part of bug 175741). r=bbaetz,sr=darin, a=roc.
2002-10-30 09:09:49 +00:00
gerv%gerv.net
30ed204e13
Bug 177351 - checksetup.pl tells about deleting templates in silent-running mode. Patch by gerv; r=justdave.
2002-10-30 08:29:45 +00:00
aaronl%netscape.com
c254a77eed
Bug 175842. Sending MSAA STATE_CHANGE event on old window, should be on new one. r=kyle, sr=jst, a=roc+moz
2002-10-30 07:46:34 +00:00
aaronl%netscape.com
e4ed29682b
Bug 176100. Tabbing out of file control text field selects text. r=jkeiser, sr=bzbarsky, a=roc+moz. Also fixes bug 132557 and bug 141310.
2002-10-30 07:34:42 +00:00
bernd.mielke%snafu.de
131f0360af
layout regression testcase for caption-side, not part of any build
2002-10-30 06:31:49 +00:00
bzbarsky%mit.edu
c9c73378f8
Fix bug 151718, patch by db48x@yahoo.com (Daniel Brooks),
...
r=dean_tessman@hotmail.com , sr=bzbarsky, a=roc+moz
2002-10-30 06:15:53 +00:00
bryner%netscape.com
1a309e1f08
Fix a regression in dynamically setting the src of an image (bug 176926). r=hyatt, sr=bzbarsky, a=brendan.
2002-10-30 06:08:02 +00:00
seawood%netscape.com
b7fd0cb161
Removing OS/2 support from nsinstall. OS/2 will use a system installed version of nsinstall like the win32 builds.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #177200 r=cls a=roc+moz
2002-10-30 05:53:39 +00:00
dmose%netscape.com
d630a3a601
Make "Analyze Messages" localizable and change phrasing. Part of ongoing spam UI work (bug 169638). Not on in default builds. r/sr=sspitzer; a=asa
2002-10-30 05:47:25 +00:00
bzbarsky%mit.edu
325b307026
Fix uri leak. Bug 176985, patch by Harshal <keeda@hotpop.com>,
...
r=peterv, sr=bzbarsky, a=roc+moz
2002-10-30 04:57:15 +00:00
caillon%returnzero.com
ed9ed0c560
Prevent access to compareTreePosition and friends from script.
...
bug 176135
r/sr=bzbarsky,jst a=roc+moz
2002-10-30 04:51:37 +00:00
bzbarsky%mit.edu
f046fc90cf
Return the right originalURI. Bug 171396, r=timeless, sr=darin, a=roc+moz
2002-10-30 04:40:08 +00:00
mstoltz%netscape.com
d0f045a722
Bug 168316 - When calling from Java into JS, add a "dummy" JS stack frame with
...
principal information for the security manager. r=dveditz, sr=jst, a=chofmann.
2002-10-30 03:15:59 +00:00
pschwartau%netscape.com
43d2a96f5e
Initial add. Testcases created by Brendan in the course of fixing bug 96526.
2002-10-30 02:09:53 +00:00
pschwartau%netscape.com
d2258fdb8a
Initial add. Utility file needed for certain tests in js/tests/js1_5/Expressions/.
2002-10-30 02:08:46 +00:00
waldemar%netscape.com
0e843fa517
Made === ignore the numbers' types
2002-10-30 01:46:55 +00:00
bienvenu%netscape.com
7671d035e0
fix problem where folders are left bold even though there are no unread msgs in them, r=rajiv, sr=sspitzer, a=roc+moz 121660
2002-10-30 01:33:53 +00:00
wtc%netscape.com
182f81490a
Bug 177201: declare NSS_CMSEncoder_Cancel.
2002-10-30 01:31:01 +00:00
kyle.yuan%sun.com
a3dadf6cfe
Bug 119696 Many keyboard shortcuts don't work when focus is on a <select> (listbox or drop-down)
...
r=jkeiser, sr=bzbarsky, a=roc+moz
Thanks for Simford.Dong@sun.com's fix
2002-10-30 01:05:43 +00:00
seawood%netscape.com
11e0296e26
Fix --disable-accessibility + --enable-default-toolkit=gtk2 bustage.
...
Bug #176556 r=cls a=roc+moz
2002-10-30 01:04:59 +00:00
dougt%netscape.com
8b8ebdf639
fix to make unregistering a category work. r=rginda, sr=dveditz, b=177176 m a=robert@ocallahan.org
2002-10-30 00:57:40 +00:00
bienvenu%netscape.com
64422f8c05
fix whitelisting in junk mail plugin r=dmose, sr=sspitzer, a=asa, not seen by users 169557
2002-10-30 00:42:10 +00:00
seawood%netscape.com
7596788ade
Add plugin pkgconfig file to the build.
...
Bug #174915 r=bryner a=roz+moz
2002-10-30 00:41:08 +00:00
seawood%netscape.com
3488e15756
Pkgconfig metafile for plugins
...
Thanks to braden@endoframe.com for the file.
Bug#174915 r=cls a=roz+moc
2002-10-30 00:40:16 +00:00
seawood%netscape.com
27f48be93d
Add support for dos-paths in GLIB_PREFIX & LIBIDL_PREFIX env vars.
...
Bug #176302 r=walk84 a=roc+moz
2002-10-30 00:30:09 +00:00
bishakhabanerjee%netscape.com
446c866598
creating the cmdtests.sh script - bug 144316
2002-10-30 00:20:10 +00:00
rdayal%netscape.com
f664b05971
Bug #177250 fix for crash during / after palmsync
...
The fix is for using the OLE memory management routines instead of the usual ones
for the 'out-parameters' of the MS COM IPalmSync interface used for IPC
between the conduit loaded in the HotSync Manager process and the Mozilla process.
The fix has also been tested by mozilla community person who mostly saw these crashes.
r=ssu, sr=bienvenu, a=roc+moz.
2002-10-30 00:18:51 +00:00
bryner%netscape.com
16118b1cac
Prevent allocating nsDOMMutationEvents from the nsDOMEvent-sized arena (an nsDOMMutationEvent is 4 bytes larger and was therefore clobbering the 4 bytes of memory after gPool). Bug 170001, r=dbaron, sr=jag, a=roc.
2002-10-30 00:12:42 +00:00
bryner%netscape.com
496f22c03e
Use only fcntl-based profile locking on Mac OS X (disable symlink-based
...
locking). Fixes bug 176608. r=ccarlen, sr=jag, a=roc.
2002-10-30 00:06:58 +00:00
bryner%netscape.com
296d9c24b3
Fix links stuck in :hover state after being scrolled off of using the mouse wheel (bug 78765). r=hewitt, sr=hyatt, a=roc.
2002-10-29 23:59:08 +00:00
rogerl%netscape.com
807e2bc6eb
eIs
2002-10-29 23:49:43 +00:00
jpierre%netscape.com
c4e2aa9127
Fix for bug 95311 - copy the DER input key to the arena, and free the arena upon decoding failure.
2002-10-29 23:47:31 +00:00
loadrunner%betak.net
d98649c4ab
b176276, pathtoexe entry in mfcembed registry key under applist incorrect, r=curt, sr=dveditz, a=roc+moz
2002-10-29 23:38:15 +00:00
rogerl%netscape.com
06efdac144
Finished switch statements. Added frame temporaries. Moved label allocation
...
to Validate phase, (and fixed bytecodeContainer bug for functions).
2002-10-29 23:34:48 +00:00
peterlubczynski%netscape.com
c44bb70fd7
Removing redundant NPNVDOMDocument added earlier in bug 169513, r=av sr=rpotts a=roc+moz
2002-10-29 22:54:10 +00:00
jpierre%netscape.com
31ce9957ca
Use QuickDER to decode DER public key. Bug #95311
2002-10-29 22:52:31 +00:00
mikep%oeone.com
d12d714aac
Adding in ability to send email alarms to any email address.
2002-10-29 21:27:10 +00:00
bienvenu%netscape.com
b685adfd58
fix handling of spam plugin imap msg fetch requests so they'll go into memory cache correctly, r=dmose, sr=sspitzer, a=asa not visible to user 169557
2002-10-29 21:03:07 +00:00
bienvenu%netscape.com
8426b85afe
fix off by one error when deciding which msgs to score for spam, r=dmose, sr=sspitzer, a=asa not visible to user 169557
2002-10-29 21:00:14 +00:00
mikep%oeone.com
c8a01d2f6a
Fixing problem with dialog capturing return key.
2002-10-29 20:31:32 +00:00
mikep%oeone.com
227088ab5f
Fixing formatting.
2002-10-29 20:10:53 +00:00
mikep%oeone.com
7424a048d4
Fixing formatting.
2002-10-29 20:02:34 +00:00