rods%netscape.com
3fd4c30b0c
fix bustage
...
git-svn-id: svn://10.0.0.236/trunk@114393 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 15:09:33 +00:00
ccarlen%netscape.com
5d9e5de380
Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser
...
git-svn-id: svn://10.0.0.236/trunk@114392 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 15:01:37 +00:00
justdave%syndicomm.com
ae543c8a25
Adding jb2bz.py to contrib (bug 124869).
...
Conversion script to import bugs from Jitterbug into Bugzilla contributed by Tom Emerson <tree@basistech.com >
git-svn-id: svn://10.0.0.236/trunk@114391 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 14:59:30 +00:00
jake%acutex.net
7dbccc55a3
Bug 121105 - type="application/x-javascript" confuses IE, so we should use the new $::script_type variable added in bug 123339.
...
r= kiko
git-svn-id: svn://10.0.0.236/trunk@114390 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 14:19:07 +00:00
rods%netscape.com
1a9f705818
1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
...
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
It now has a single GetDevMode method that must be paired with a UnlockDevMode method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@114389 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 13:58:41 +00:00
ian%hixie.ch
3c71ea2b99
Adding Stocks contributor.
...
git-svn-id: svn://10.0.0.236/trunk@114388 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 13:48:19 +00:00
mkaply%us.ibm.com
98e393ae55
OS/2 bustage - callback needs to be in header
...
git-svn-id: svn://10.0.0.236/trunk@114387 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 13:30:06 +00:00
bryner%netscape.com
79bcc86bfa
Bug 123477 - implement HTML button in XBL. r=jkeiser, sr=hyatt. Not turned on yet.
...
git-svn-id: svn://10.0.0.236/trunk@114386 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 10:47:18 +00:00
sspitzer%netscape.com
ef228c243f
fix warning, add new line to end of file. rs=no one
...
git-svn-id: svn://10.0.0.236/trunk@114385 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 09:37:54 +00:00
sspitzer%netscape.com
dd10841dd7
don't list screen name as one of the possible search attributes for local
...
addressbook searches. it doesn't work (so what's the point)
and to get it to work, I really need to implement generic column searching so
the ns build can search on _AimScreenName. rs=bienvenu
git-svn-id: svn://10.0.0.236/trunk@114384 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 09:33:36 +00:00
sspitzer%netscape.com
adb417255e
fix for #83023 . implement "advanced directory" search, re-using
...
the existing search code. r/sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@114383 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 08:01:04 +00:00
seawood%netscape.com
1265717118
Add msgbaseutil to link list.
...
Thanks to Stephen Walker <walk84@yahoo.com > for the patch.
Fixing tinderbox bustage.
git-svn-id: svn://10.0.0.236/trunk@114382 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 07:36:12 +00:00
badami%netscape.com
bd0c4f0b0e
HTTP authentication stores rejected user/pass combos in password manager
...
bug 91968 patch=Nivedita@netscape.com r=morse sr=darin
git-svn-id: svn://10.0.0.236/trunk@114381 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 07:25:37 +00:00
badami%netscape.com
dc2eee5464
91429; Restrict open connections to max connections
...
bug 91429 r=bbaetz sr=darin
git-svn-id: svn://10.0.0.236/trunk@114380 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 05:34:08 +00:00
rdayal%netscape.com
67d7f402b1
Fix for bug # 123596 to removes the mishaving duplicate pref for default mail client.
...
Also fixes bug #s 122377 and 120134.
r=ducarroz, sr=mscott.
git-svn-id: svn://10.0.0.236/trunk@114379 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 05:03:44 +00:00
rdayal%netscape.com
8a9d3597d0
Fix for bug # 123596, removes the mishaving duplicate pref for default mail client.
...
Also fixes bug #s 122377 and 120134.
r=ducarroz, sr=mscott.
git-svn-id: svn://10.0.0.236/trunk@114378 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 05:01:54 +00:00
mstoltz%netscape.com
904896ca95
Bug 119646 - Rewrite of the security manager policy database for improved
...
performance. r=jst, sr=jband.
git-svn-id: svn://10.0.0.236/trunk@114377 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 04:20:46 +00:00
dean_tessman%hotmail.com
37652babe4
Bug 12201 - Access keys on commands don't work in submenus
...
r=varga sr=blake
git-svn-id: svn://10.0.0.236/trunk@114376 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 04:14:26 +00:00
peterlubczynski%netscape.com
15ed53df07
Fix for native context menu for plug-in doesn't close mozilla context menu for browser bug 38484 r=saari sr=attinasi
...
git-svn-id: svn://10.0.0.236/trunk@114375 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 03:52:55 +00:00
bzbarsky%mit.edu
5b528517dc
De-uglify bullets on some X servers. Bug 91816, patch by Shaji
...
<nvshaji@netscape.net >, r=pavlov, sr=shaver
git-svn-id: svn://10.0.0.236/trunk@114374 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 03:32:00 +00:00
bbaetz%student.usyd.edu.au
f293093002
Bug 99024 - add .cvsignore for template/.htaccess
...
r=justdave x2
git-svn-id: svn://10.0.0.236/trunk@114373 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 03:15:10 +00:00
nboyd%atg.com
d9c6ed0fb7
Fix build problem in batik:
...
[javac] Compiling 1427 source files to /data/gump/xml-batik/classes
[javac] /data/gump/xml-batik/sources/org/apache/batik/script/rhino/EventTargetWrapper.java:81:
coerceType(java.lang.Class,java.lang.Object,boolean)
in org.mozilla.javascript.NativeJavaObject cannot be applied to
(java.lang.Class,java.lang.Object)
git-svn-id: svn://10.0.0.236/trunk@114372 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 03:07:31 +00:00
bbaetz%student.usyd.edu.au
5bd31d7e20
Bug 97471 - The assignee and qa contact should always be able to see their
...
bugs
r=justdave, afranke
git-svn-id: svn://10.0.0.236/trunk@114371 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 03:05:15 +00:00
law%netscape.com
345b378aa0
Bug 113936; tailor WinXP start menu so Mozilla's Preferences are used instead of opening IE's; r=ben, sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@114370 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:57:29 +00:00
shrutiv%netscape.com
5a6b1bf870
Fix for bugscape 12043: Ability to create customized Mac OSX builds
...
of N6.1+ (r=smeredith)
git-svn-id: svn://10.0.0.236/trunk@114369 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:35:24 +00:00
bbaetz%student.usyd.edu.au
8018723bcc
Bug 100094 - use generic template handling code
...
r=mattyt, afranke
git-svn-id: svn://10.0.0.236/trunk@114368 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:27:24 +00:00
relyea%netscape.com
ce50f8dca2
Bug 120651: Memory leaks in PK11_GetCertList.
...
1) Fix leaks in error paths (bfind.c -- found by inspection).
2) Don't allocate hash table data out of the arena. PL_Hash grows and shrinks
the hash buckets as necessary. In arenas they will just grow.
3) Don't allocate temparary locks out of the global instance arena pool.
git-svn-id: svn://10.0.0.236/trunk@114367 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:26:47 +00:00
ian%hixie.ch
63124db3fa
Fixing regression introduced by the CTCP patch: long lines no longer get wrapped. Also includes minor cleanup. r=kerz
...
git-svn-id: svn://10.0.0.236/trunk@114366 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:20:01 +00:00
av%netscape.com
6f3cc2ec32
Fixing 124936 -- refresh loop with dup plugins, r=peterl, sr=beard
...
git-svn-id: svn://10.0.0.236/trunk@114365 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:18:57 +00:00
hyatt%netscape.com
75e0933dc1
Add a SetFocus impl.
...
git-svn-id: svn://10.0.0.236/trunk@114364 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 02:09:13 +00:00
wtc%netscape.com
0d757b6279
Removed an unreachable break statement.
...
git-svn-id: svn://10.0.0.236/trunk@114363 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:58:17 +00:00
chak%netscape.com
797ae82416
Fix for #123981 - Add missing editor functionality to MfcEmbed
...
r=adamlock, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@114362 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:49:48 +00:00
kaie%netscape.com
d9cad6688a
b=125097 Typo in error string identifier NoSenderEncryptionCert
...
r=ssaux
git-svn-id: svn://10.0.0.236/trunk@114361 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:48:55 +00:00
naving%netscape.com
e29598f241
107598 r=racham sr=bienvenu. Imap folder creation is first done on server then on client so we need to
...
notify filterEditor window that we are done with folder creation and then we can set the folder picker
to new folder. Added SetBusyCursor for this action. Also remove alert code from imap and local and use
existing "ThrowAlertMsg" in base.
git-svn-id: svn://10.0.0.236/trunk@114360 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:46:37 +00:00
jpierre%netscape.com
26c1e6d023
Fix for 125143 - allow modutil to report PKCS#11 library load failure errors
...
git-svn-id: svn://10.0.0.236/trunk@114359 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:43:10 +00:00
igor%mir2.org
285c1ecdc7
Making final for performance reasons
...
git-svn-id: svn://10.0.0.236/trunk@114358 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:41:11 +00:00
justdave%syndicomm.com
92bd7a7a44
Fix for bug 99024: checksetup was not giving proper permissions to the contents of the template directory. This patch also
...
adds an .htaccess file that blocks access to the template folder by the web server.
Patch by Dave Miller <justdave@syndicomm.com >
r= zach x 2
git-svn-id: svn://10.0.0.236/trunk@114357 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:35:28 +00:00
ftang%netscape.com
5a1610c5ee
add stress test script for gb18030
...
not part of the build
git-svn-id: svn://10.0.0.236/trunk@114356 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:32:54 +00:00
ftang%netscape.com
bc8aec8751
fix bug 101998. Add surrogate conversion
...
r=shanjian sr=alecf
git-svn-id: svn://10.0.0.236/trunk@114355 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:31:54 +00:00
nhotta%netscape.com
804aae36fb
Backout my last change because it fails to handle ASCII cases.
...
git-svn-id: svn://10.0.0.236/trunk@114354 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:26:17 +00:00
hyatt%netscape.com
bb82481683
Fix cocoa makefile bustage. r=bryner, sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@114353 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 01:21:34 +00:00
ian%hixie.ch
128e046038
Added support for running mozbot on multi-homed boxes (requires Net::IRC 0.71). b=93186 r=kiko
...
git-svn-id: svn://10.0.0.236/trunk@114350 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:49:37 +00:00
ian%hixie.ch
8849568641
Inital implementation of Stock Quote module. Code/Review by both zach and Hixie. b=70874
...
git-svn-id: svn://10.0.0.236/trunk@114349 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:42:57 +00:00
rjc%netscape.com
8fd1b10cda
Fix bug # 125122: Synthetic bmk type issue. r/sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@114348 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:37:38 +00:00
racham%netscape.com
43aa8dc0c0
Fixing bug 124500. Place the View menu item in the right place. r=bhuvan
...
git-svn-id: svn://10.0.0.236/trunk@114346 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:25:06 +00:00
racham%netscape.com
8366f81e6e
Fixing bug 125029. Make account wizard to use a label for title from dtd file. r=bhuvan
...
git-svn-id: svn://10.0.0.236/trunk@114345 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:19:14 +00:00
bryner%netscape.com
4de3549733
Bug 124482 - nsNativeThemeWin needs to check _moz-input-checked attribute for HTML/XBL checkboxes. r=blake, sr=hyatt.
...
git-svn-id: svn://10.0.0.236/trunk@114344 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:15:45 +00:00
racham%netscape.com
9d4ee26ea9
Fixing bug 80296. This fix allows user to new messages for all authenticated accountswith a single click. This command canbe triggered from GetAllNewMessages item of GetMsg button drop marker, File|GetNewMessagesFor or shortcut Ctrl+Shift+T. r=morse, mscott sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@114343 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:15:08 +00:00
racham%netscape.com
74949c1b3f
Fixing bug 80296. This fix allows user to new messages for all authenticated accounts with a single cilck. This command canbe triggered from GetAllNewMessages item of GetMsg button drop marker, File|GetNewMessagesFor or shortcut Ctrl+Shift+T. r=morse, mscott sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@114342 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:14:28 +00:00
samuel%sieb.net
c7498c424d
Bug 115305 - clean up utils.js
...
r=rginda
chatzilla only
git-svn-id: svn://10.0.0.236/trunk@114341 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-13 00:11:57 +00:00