Commit Graph

57015 Commits

Author SHA1 Message Date
gayatrib%netscape.com
b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +00:00
gayatrib%netscape.com
606adbce4f Making profile manager i18n friendly (bugs 23153, 15264), better memory management and fixing leaks(bugs 29574, 28818, 25609, 28979), fix for bug 31409, fixing all indentation problems introduced by vc++ editor. r=dveditz,racham 2000-03-30 01:32:39 +00:00
rhp%netscape.com
e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
gayatrib%netscape.com
a869a34db1 changing interface to be i18n friendly r=dveditzle.idl 2000-03-30 01:30:03 +00:00
akkana%netscape.com
28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
rbs%maths.uq.edu.au
b153f283d4 [NOT PART OF THE DEFAULT BUILD] One-byte string, use nsCString instead of nsString to avoid problems. 2000-03-30 01:25:45 +00:00
saari%netscape.com
57b944d4c0 Implement the ability to remove top level menus on MacOS, essentially just reflecting removal of a content node. r=pink 2000-03-30 01:25:03 +00:00
akkana%netscape.com
121cb1d0b5 33705: obey middlemouse.paste pref in the editor 2000-03-30 01:23:47 +00:00
pollmann%netscape.com
62fb10df40 Adding regression tests for recent bug fixes. Not part of the build. 2000-03-30 01:12:00 +00:00
harishd%netscape.com
fee30604d5 Fix for 22786 - sink side fix for HTML attributes 2000-03-30 01:07:02 +00:00
harishd%netscape.com
cfc07b18d1 Fix for
29048 - MLK in PushStyles()

22786 - Accounting for HTML attributes  --- r=attinasi and nisheeth ---

26652 - Nav. Compatibility - Handling </SCRIPT> on a document.write
28085 - Fix for Entry stack leak
32527 - Marking sure that the DidBuildModel() is called on a XML error

Improved performance in consuming SCRIPT content.

r=nisheeth
2000-03-30 01:06:49 +00:00
wtc%netscape.com
5eb9bb52da Bugzilla bug #27175: define the new functions PR_FindFunctionSymbol
and PR_FindFunctionSymbolAndLibrary in terms of the old functions
PR_FindSymbol and PR_FindSymbolAndLibrary, to minimize the risk of
the new code breaking the build.
2000-03-30 01:05:01 +00:00
pollmann%netscape.com
bee94a23e3 Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 01:03:02 +00:00
valeski%netscape.com
6be78f079f 29754. fixed a couple warnings, removed FTP dependence on xul window for prompting, and started using the nsIPrompt interface. 2000-03-30 01:00:29 +00:00
dveditz%netscape.com
4e80826107 resurrecting VC5.0 build by disabling multiple monitor code when _MSC_VER is less than 1200 2000-03-30 01:00:28 +00:00
wtc%netscape.com
96f49bfacb Bugzilla bug #27175: Changed the PRFuncPtr type to void (*)(), to be
consistent with the type of the 'fp' field of PRStaticLinkTable.
2000-03-30 00:54:33 +00:00
waqar%netscape.com
71fb271a55 r=dcone@netscape.com
d=Cross platform addition to the Rendering context.
2000-03-30 00:50:05 +00:00
jfrancis%netscape.com
9c264cf1b8 stop leaking typeinstate items 2000-03-30 00:34:26 +00:00
rjc%netscape.com
2c2f0af3b8 Small tweak for GetFolderViaHint() 2000-03-30 00:26:30 +00:00
pollmann%netscape.com
f2d2288f5f Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 00:19:13 +00:00
dougt%netscape.com
a593ef6005 Adding psm-glue.js preferences files to the packages. bug 31167. 2000-03-30 00:18:46 +00:00
dougt%netscape.com
a45113c1c6 adding psm-glue.js to the export list. bug 31167. r=valeski@netscape.com. 2000-03-30 00:15:40 +00:00
jband%netscape.com
ea3935a3b7 fix for bug 32485. Mark wrappednatives when xpconnect shuts down to avoid bad things happening when JS collects the JSObject part of the wrapper. r=mccabe 2000-03-30 00:09:15 +00:00
pinkerton%netscape.com
d91f32e1b7 darn that .get(). build bustage fixed. 2000-03-30 00:06:07 +00:00
dougt%netscape.com
e8cb28a3d5 Fix for 25912. Making the security advisor in the Task menu not display any
information about the current page.
2000-03-30 00:00:05 +00:00
av%netscape.com
8f89e6a0ae Fix for 33536, r=serge 2000-03-29 23:58:42 +00:00
rhp%netscape.com
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
sfraser%netscape.com
63abcaf4d2 Fix for bug 33742 -- call EventAvail instead of OSEventAvail, and look for udpate events. r=beard 2000-03-29 23:56:30 +00:00
mccabe%netscape.com
2027a0896e Not currently built!
Add nsScriptError, and make nsConsoleService implement nsIScriptErrorLogger for logging script errors.  I do it this way to leave open the possibility of e.g. an nsIXMLErrorLogger interface later on.
2000-03-29 23:47:28 +00:00
rogerl%netscape.com
5501a7eae5 Bug #32677, fix for optimizer reducing expression incorrectly for Math.pow
edge cases.
2000-03-29 23:46:08 +00:00
rogerl%netscape.com
b76e51bc61 Bug #32677, r=rginda bugs in Win32 optimized version for edge cases in
Math.exp and Math.pow
Bug #32937, r=rginda, implement missing toLocaleString
2000-03-29 23:45:07 +00:00
ben%netscape.com
eebaf04faf fix typo 2000-03-29 23:42:39 +00:00
pavlov%netscape.com
b2926528b8 remove some tests that are no longer valid 2000-03-29 23:42:08 +00:00
ben%netscape.com
774c4a2cbb fixing kbd navigation problem in menus (accidentally checked in a little too much last night ;) 2000-03-29 23:39:51 +00:00
bienvenu%netscape.com
97e3241d4d fix mac compile problems 2000-03-29 23:26:21 +00:00
sspitzer%netscape.com
7b7d89a918 make nsConverterModule threadsafe. bug #33794. 2000-03-29 23:23:19 +00:00
robodan%netscape.com
fe7a7a012e Final? install/setup clean ups 2000-03-29 23:22:57 +00:00
pinkerton%netscape.com
7909e041dc made drag feedback better for containers and sorted lists. bugs 9657, 20124, 31814 2000-03-29 23:22:08 +00:00
bienvenu%netscape.com
5d9678401a more work on MPOD r=jefft 32767 2000-03-29 23:21:37 +00:00
pinkerton%netscape.com
c52e4075ed allowing drag feedback on sorted trees. 2000-03-29 23:21:01 +00:00
bienvenu%netscape.com
d4c8770642 fix crash with aol envelope 33519 r=jefft 2000-03-29 23:19:36 +00:00
nhotta%netscape.com
b28517a966 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00
rbs%maths.uq.edu.au
f2d22e0d0a [NOT PART OF THE DEFAULT BUILD] I forgot this file in my previous check-in. Fix compilation problems on Linux. The code now compiles there as well. 2000-03-29 23:15:07 +00:00
valeski%netscape.com
17c882b79a updating the stream converter tests. registration now happens in nsConvFactories.cpp 2000-03-29 23:14:52 +00:00
varada%netscape.com
a2c0fda387 fix for bug #32124 -making the default application launch bmps 2000-03-29 22:15:47 +00:00
dmose%mozilla.org
f8b568499e Fixed a security hole: .cvspass was in the webtree, and thus readable via the server. 2000-03-29 22:15:15 +00:00
wtc%netscape.com
6e6ea103d7 Bugzilla bug #31437: the ERANGE error handling code also needs to be
added to pt_send_cont.
2000-03-29 21:57:01 +00:00
wtc%netscape.com
8bc19b2998 Bugzilla bug #31437: this goto statement inside the while loop can be
replaced by a continue statement.
2000-03-29 21:47:08 +00:00
rhp%netscape.com
8a9e1fd79c fixing screwup 2000-03-29 21:01:02 +00:00
dmose%mozilla.org
56455f263d Update brendan's mailto link to point to brendan@mozilla.org. 2000-03-29 20:54:42 +00:00